test.vcxproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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. <ProjectGuid>{8D2CDC6E-5DE7-483C-90D3-E4A47A02D128}</ProjectGuid>
  15. <RootNamespace>test</RootNamespace>
  16. <Keyword>MFCProj</Keyword>
  17. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  21. <ConfigurationType>Application</ConfigurationType>
  22. <UseDebugLibraries>true</UseDebugLibraries>
  23. <CharacterSet>Unicode</CharacterSet>
  24. <UseOfMfc>Dynamic</UseOfMfc>
  25. <PlatformToolset>v140</PlatformToolset>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <CharacterSet>Unicode</CharacterSet>
  32. <UseOfMfc>Dynamic</UseOfMfc>
  33. <PlatformToolset>v140</PlatformToolset>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings">
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <PropertyGroup Label="UserMacros" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <LinkIncremental>true</LinkIncremental>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <LinkIncremental>false</LinkIncremental>
  50. </PropertyGroup>
  51. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  52. <ClCompile>
  53. <PrecompiledHeader>Use</PrecompiledHeader>
  54. <WarningLevel>Level3</WarningLevel>
  55. <Optimization>Disabled</Optimization>
  56. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. </ClCompile>
  58. <Link>
  59. <SubSystem>Windows</SubSystem>
  60. <GenerateDebugInformation>true</GenerateDebugInformation>
  61. </Link>
  62. <Midl>
  63. <MkTypLibCompatible>false</MkTypLibCompatible>
  64. <ValidateAllParameters>true</ValidateAllParameters>
  65. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  66. </Midl>
  67. <ResourceCompile>
  68. <Culture>0x0804</Culture>
  69. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  70. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  71. </ResourceCompile>
  72. </ItemDefinitionGroup>
  73. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <ClCompile>
  75. <WarningLevel>Level3</WarningLevel>
  76. <PrecompiledHeader>Use</PrecompiledHeader>
  77. <Optimization>MaxSpeed</Optimization>
  78. <FunctionLevelLinking>true</FunctionLevelLinking>
  79. <IntrinsicFunctions>true</IntrinsicFunctions>
  80. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  81. </ClCompile>
  82. <Link>
  83. <SubSystem>Windows</SubSystem>
  84. <GenerateDebugInformation>true</GenerateDebugInformation>
  85. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  86. <OptimizeReferences>true</OptimizeReferences>
  87. </Link>
  88. <Midl>
  89. <MkTypLibCompatible>false</MkTypLibCompatible>
  90. <ValidateAllParameters>true</ValidateAllParameters>
  91. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  92. </Midl>
  93. <ResourceCompile>
  94. <Culture>0x0804</Culture>
  95. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  96. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  97. </ResourceCompile>
  98. </ItemDefinitionGroup>
  99. <ItemGroup>
  100. <None Include="ReadMe.txt" />
  101. <None Include="res\test.ico" />
  102. <None Include="res\test.rc2" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ClInclude Include="lyfzLoadLibrary.h" />
  106. <ClInclude Include="Resource.h" />
  107. <ClInclude Include="stdafx.h" />
  108. <ClInclude Include="targetver.h" />
  109. <ClInclude Include="test.h" />
  110. <ClInclude Include="testDlg.h" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ClCompile Include="lyfzLoadLibrary.cpp" />
  114. <ClCompile Include="stdafx.cpp">
  115. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  116. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  117. </ClCompile>
  118. <ClCompile Include="test.cpp" />
  119. <ClCompile Include="testDlg.cpp" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ResourceCompile Include="test.rc" />
  123. </ItemGroup>
  124. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  125. <ImportGroup Label="ExtensionTargets">
  126. </ImportGroup>
  127. </Project>