1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectName >git_id</ProjectName >
15+ <ProjectGuid >{AD81BF86-050B-4605-8AF2-03C01967D784}</ProjectGuid >
16+ <RootNamespace >git_id</RootNamespace >
17+ <Keyword >Win32Proj</Keyword >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
21+ <ConfigurationType >Application</ConfigurationType >
22+ <CharacterSet >Unicode</CharacterSet >
23+ <WholeProgramOptimization >true</WholeProgramOptimization >
24+ <PlatformToolset >v120</PlatformToolset >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
27+ <ConfigurationType >Application</ConfigurationType >
28+ <CharacterSet >Unicode</CharacterSet >
29+ <PlatformToolset >v120</PlatformToolset >
30+ </PropertyGroup >
31+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
32+ <ImportGroup Label =" ExtensionSettings" >
33+ </ImportGroup >
34+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
35+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
36+ </ImportGroup >
37+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
38+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
39+ </ImportGroup >
40+ <PropertyGroup Label =" UserMacros" />
41+ <PropertyGroup >
42+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(SolutionDir)$(Configuration)\</OutDir >
43+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >$(Configuration)\</IntDir >
44+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</LinkIncremental >
45+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(SolutionDir)$(Configuration)\</OutDir >
46+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >$(Configuration)\</IntDir >
47+ <LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental >
48+ <CodeAnalysisRuleSet Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >AllRules.ruleset</CodeAnalysisRuleSet >
49+ <CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" />
50+ <CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" />
51+ <CodeAnalysisRuleSet Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >AllRules.ruleset</CodeAnalysisRuleSet >
52+ <CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" />
53+ <CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" />
54+ </PropertyGroup >
55+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56+ <ClCompile >
57+ <Optimization >Disabled</Optimization >
58+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
59+ <MinimalRebuild >true</MinimalRebuild >
60+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
61+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
62+ <PrecompiledHeader >
63+ </PrecompiledHeader >
64+ <WarningLevel >Level3</WarningLevel >
65+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
66+ </ClCompile >
67+ <Link >
68+ <GenerateDebugInformation >true</GenerateDebugInformation >
69+ <SubSystem >Console</SubSystem >
70+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
71+ <DataExecutionPrevention >
72+ </DataExecutionPrevention >
73+ <TargetMachine >MachineX86</TargetMachine >
74+ </Link >
75+ </ItemDefinitionGroup >
76+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
77+ <ClCompile >
78+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
79+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
80+ <PrecompiledHeader >
81+ </PrecompiledHeader >
82+ <WarningLevel >Level3</WarningLevel >
83+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
84+ </ClCompile >
85+ <Link >
86+ <GenerateDebugInformation >true</GenerateDebugInformation >
87+ <SubSystem >Console</SubSystem >
88+ <OptimizeReferences >true</OptimizeReferences >
89+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
90+ <RandomizedBaseAddress >false</RandomizedBaseAddress >
91+ <DataExecutionPrevention >
92+ </DataExecutionPrevention >
93+ <TargetMachine >MachineX86</TargetMachine >
94+ </Link >
95+ </ItemDefinitionGroup >
96+ <ItemGroup >
97+ <ClCompile Include =" git_id.cpp" />
98+ </ItemGroup >
99+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
100+ <ImportGroup Label =" ExtensionTargets" >
101+ </ImportGroup >
102+ </Project >
0 commit comments