• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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|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    <ProjectConfiguration Include="Debug|x64">
13      <Configuration>Debug</Configuration>
14      <Platform>x64</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{44FE7C6C-F483-44BE-B8E1-6D76F33F24D8}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <RootNamespace>relative_test</RootNamespace>
25    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
26  </PropertyGroup>
27  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29    <ConfigurationType>Application</ConfigurationType>
30    <UseDebugLibraries>true</UseDebugLibraries>
31    <PlatformToolset>v141</PlatformToolset>
32    <CharacterSet>Unicode</CharacterSet>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35    <ConfigurationType>Application</ConfigurationType>
36    <UseDebugLibraries>false</UseDebugLibraries>
37    <PlatformToolset>v141</PlatformToolset>
38    <WholeProgramOptimization>true</WholeProgramOptimization>
39    <CharacterSet>Unicode</CharacterSet>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42    <ConfigurationType>Application</ConfigurationType>
43    <UseDebugLibraries>true</UseDebugLibraries>
44    <PlatformToolset>v141</PlatformToolset>
45    <CharacterSet>Unicode</CharacterSet>
46  </PropertyGroup>
47  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48    <ConfigurationType>Application</ConfigurationType>
49    <UseDebugLibraries>false</UseDebugLibraries>
50    <PlatformToolset>v141</PlatformToolset>
51    <WholeProgramOptimization>true</WholeProgramOptimization>
52    <CharacterSet>Unicode</CharacterSet>
53  </PropertyGroup>
54  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55  <ImportGroup Label="ExtensionSettings">
56  </ImportGroup>
57  <ImportGroup Label="Shared">
58  </ImportGroup>
59  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61    <Import Project="..\common.props" />
62  </ImportGroup>
63  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65    <Import Project="..\common.props" />
66  </ImportGroup>
67  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
68    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69    <Import Project="..\common.props" />
70  </ImportGroup>
71  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
72    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73    <Import Project="..\common.props" />
74  </ImportGroup>
75  <PropertyGroup Label="UserMacros" />
76  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77    <LinkIncremental>true</LinkIncremental>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80    <LinkIncremental>true</LinkIncremental>
81  </PropertyGroup>
82  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83    <LinkIncremental>false</LinkIncremental>
84  </PropertyGroup>
85  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86    <LinkIncremental>false</LinkIncremental>
87  </PropertyGroup>
88  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89    <ClCompile>
90      <PrecompiledHeader>
91      </PrecompiledHeader>
92      <WarningLevel>Level3</WarningLevel>
93      <Optimization>Disabled</Optimization>
94      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95      <SDLCheck>true</SDLCheck>
96    </ClCompile>
97    <Link>
98      <SubSystem>Console</SubSystem>
99      <GenerateDebugInformation>true</GenerateDebugInformation>
100    </Link>
101    <PostBuildEvent>
102      <Command>"$(TargetDir)\$(TargetName).exe"</Command>
103    </PostBuildEvent>
104  </ItemDefinitionGroup>
105  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
106    <ClCompile>
107      <PrecompiledHeader>
108      </PrecompiledHeader>
109      <WarningLevel>Level3</WarningLevel>
110      <Optimization>Disabled</Optimization>
111      <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112      <SDLCheck>true</SDLCheck>
113    </ClCompile>
114    <Link>
115      <SubSystem>Console</SubSystem>
116      <GenerateDebugInformation>true</GenerateDebugInformation>
117    </Link>
118    <PostBuildEvent>
119      <Command>"$(TargetDir)\$(TargetName).exe"</Command>
120    </PostBuildEvent>
121  </ItemDefinitionGroup>
122  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
123    <ClCompile>
124      <WarningLevel>Level3</WarningLevel>
125      <PrecompiledHeader>
126      </PrecompiledHeader>
127      <Optimization>MaxSpeed</Optimization>
128      <FunctionLevelLinking>true</FunctionLevelLinking>
129      <IntrinsicFunctions>true</IntrinsicFunctions>
130      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131      <SDLCheck>true</SDLCheck>
132    </ClCompile>
133    <Link>
134      <SubSystem>Console</SubSystem>
135      <GenerateDebugInformation>true</GenerateDebugInformation>
136      <EnableCOMDATFolding>true</EnableCOMDATFolding>
137      <OptimizeReferences>true</OptimizeReferences>
138    </Link>
139    <PostBuildEvent>
140      <Command>"$(TargetDir)\$(TargetName).exe"</Command>
141    </PostBuildEvent>
142  </ItemDefinitionGroup>
143  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
144    <ClCompile>
145      <WarningLevel>Level3</WarningLevel>
146      <PrecompiledHeader>
147      </PrecompiledHeader>
148      <Optimization>MaxSpeed</Optimization>
149      <FunctionLevelLinking>true</FunctionLevelLinking>
150      <IntrinsicFunctions>true</IntrinsicFunctions>
151      <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152      <SDLCheck>true</SDLCheck>
153    </ClCompile>
154    <Link>
155      <SubSystem>Console</SubSystem>
156      <GenerateDebugInformation>true</GenerateDebugInformation>
157      <EnableCOMDATFolding>true</EnableCOMDATFolding>
158      <OptimizeReferences>true</OptimizeReferences>
159    </Link>
160    <PostBuildEvent>
161      <Command>"$(TargetDir)\$(TargetName).exe"</Command>
162    </PostBuildEvent>
163  </ItemDefinitionGroup>
164  <ItemGroup>
165    <ClCompile Include="..\..\relative_test.cpp" />
166  </ItemGroup>
167  <ItemGroup>
168    <ProjectReference Include="..\filesystem_dll\filesystem_dll.vcxproj">
169      <Project>{ffd738f7-96f0-445c-81ea-551665ef53d1}</Project>
170    </ProjectReference>
171    <ProjectReference Include="..\system_dll\system_dll.vcxproj">
172      <Project>{f94ccadd-a90b-480c-a304-c19d015d36b1}</Project>
173    </ProjectReference>
174  </ItemGroup>
175  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176  <ImportGroup Label="ExtensionTargets">
177  </ImportGroup>
178</Project>