demo.vcxproj (1972B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <Import Project="$(SolutionDir)..\common\vs_dirs.props" /> 4 <Import Project="$(MhdW32Common)project-configs.props" /> 5 <PropertyGroup Label="Globals"> 6 <VCProjectVersion>17.0</VCProjectVersion> 7 <ProjectGuid>{FB5D9E12-40B1-475F-B044-66BFC97F85C3}</ProjectGuid> 8 <Keyword>Win32Proj</Keyword> 9 <RootNamespace>demo</RootNamespace> 10 </PropertyGroup> 11 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 12 <PropertyGroup> 13 <PreferredToolArchitecture>x64</PreferredToolArchitecture> 14 </PropertyGroup> 15 <PropertyGroup Label="Configuration"> 16 <ConfigurationType>Application</ConfigurationType> 17 <UseDebugLibraries Condition="$(Configuration.StartsWith('Debug'))">true</UseDebugLibraries> 18 <UseDebugLibraries Condition="! $(Configuration.StartsWith('Debug'))">false</UseDebugLibraries> 19 <PlatformToolset>v143</PlatformToolset> 20 <WholeProgramOptimization Condition="! $(Configuration.StartsWith('Debug'))">true</WholeProgramOptimization> 21 <CharacterSet>Unicode</CharacterSet> 22 </PropertyGroup> 23 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 24 <ImportGroup Label="ExtensionSettings"> 25 </ImportGroup> 26 <ImportGroup Label="PropertySheets"> 27 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 28 </ImportGroup> 29 <Import Project="$(MhdW32Common)common-build-settings.props" /> 30 <Import Project="$(MhdW32Common)apps-build-settings.props" /> 31 <PropertyGroup /> 32 <ItemDefinitionGroup> 33 <ClCompile /> 34 <Link /> 35 <ProjectReference /> 36 </ItemDefinitionGroup> 37 <Import Project="$(MhdW32Common)demo-files.vcxproj" /> 38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 39 <ImportGroup Label="ExtensionTargets"> 40 </ImportGroup> 41 </Project>