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