HSC.vcxproj 5.9 KB

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