1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|x64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >x64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <VCProjectVersion >15.0</VCProjectVersion >
15
+ <ProjectGuid >{76485157-3A23-47E9-8A5E-5B190F91511C}</ProjectGuid >
16
+ <Keyword >Win32Proj</Keyword >
17
+ <RootNamespace >GitParser</RootNamespace >
18
+ <WindowsTargetPlatformVersion >10.0.17134.0</WindowsTargetPlatformVersion >
19
+ </PropertyGroup >
20
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22
+ <ConfigurationType >Application</ConfigurationType >
23
+ <UseDebugLibraries >true</UseDebugLibraries >
24
+ <PlatformToolset >v141</PlatformToolset >
25
+ <CharacterSet >Unicode</CharacterSet >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >false</UseDebugLibraries >
30
+ <PlatformToolset >v141</PlatformToolset >
31
+ <WholeProgramOptimization >true</WholeProgramOptimization >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ </PropertyGroup >
34
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35
+ <ImportGroup Label =" ExtensionSettings" >
36
+ </ImportGroup >
37
+ <ImportGroup Label =" Shared" >
38
+ </ImportGroup >
39
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
40
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41
+ <Import Project =" ..\..\..\F-Ray.props" />
42
+ </ImportGroup >
43
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
44
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
45
+ <Import Project =" ..\..\..\F-Ray.props" />
46
+ </ImportGroup >
47
+ <PropertyGroup Label =" UserMacros" />
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
49
+ <LinkIncremental >false</LinkIncremental >
50
+ <OutDir >.\</OutDir >
51
+ </PropertyGroup >
52
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
53
+ <LinkIncremental >true</LinkIncremental >
54
+ <OutDir >.\</OutDir >
55
+ </PropertyGroup >
56
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
57
+ <ClCompile >
58
+ <PrecompiledHeader >Use</PrecompiledHeader >
59
+ <WarningLevel >Level3</WarningLevel >
60
+ <Optimization >MaxSpeed</Optimization >
61
+ <FunctionLevelLinking >true</FunctionLevelLinking >
62
+ <IntrinsicFunctions >true</IntrinsicFunctions >
63
+ <SDLCheck >true</SDLCheck >
64
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
65
+ <ConformanceMode >true</ConformanceMode >
66
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
67
+ </ClCompile >
68
+ <Link >
69
+ <SubSystem >Console</SubSystem >
70
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
71
+ <OptimizeReferences >true</OptimizeReferences >
72
+ <GenerateDebugInformation >true</GenerateDebugInformation >
73
+ </Link >
74
+ </ItemDefinitionGroup >
75
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
76
+ <ClCompile >
77
+ <PrecompiledHeader >Use</PrecompiledHeader >
78
+ <WarningLevel >Level3</WarningLevel >
79
+ <Optimization >Disabled</Optimization >
80
+ <SDLCheck >true</SDLCheck >
81
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
82
+ <ConformanceMode >true</ConformanceMode >
83
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
84
+ </ClCompile >
85
+ <Link >
86
+ <SubSystem >Console</SubSystem >
87
+ <GenerateDebugInformation >true</GenerateDebugInformation >
88
+ </Link >
89
+ </ItemDefinitionGroup >
90
+ <ItemGroup >
91
+ <ClInclude Include =" stdafx.h" />
92
+ <ClInclude Include =" targetver.h" />
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <ClCompile Include =" GitParser.cpp" />
96
+ <ClCompile Include =" stdafx.cpp" >
97
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
98
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
99
+ </ClCompile >
100
+ </ItemGroup >
101
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
102
+ <ImportGroup Label =" ExtensionTargets" >
103
+ </ImportGroup >
104
+ </Project >
0 commit comments