chkpib.vcxproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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="Release|Win32">
  5. <Configuration>Release</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectGuid>{7A360081-23A2-4ABF-8BC8-13B27D6A826E}</ProjectGuid>
  11. <Keyword>Win32Proj</Keyword>
  12. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  13. </PropertyGroup>
  14. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  15. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  16. <ConfigurationType>Application</ConfigurationType>
  17. <CharacterSet>MultiByte</CharacterSet>
  18. <PlatformToolset>v140</PlatformToolset>
  19. <WholeProgramOptimization>true</WholeProgramOptimization>
  20. </PropertyGroup>
  21. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  22. <ImportGroup Label="ExtensionSettings">
  23. </ImportGroup>
  24. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  25. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  26. </ImportGroup>
  27. <PropertyGroup Label="UserMacros" />
  28. <PropertyGroup>
  29. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  30. <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\Programs\</OutDir>
  31. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\Objects\</IntDir>
  32. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
  33. <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</EmbedManifest>
  34. <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
  35. </PropertyGroup>
  36. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  37. <ClCompile>
  38. <AdditionalIncludeDirectories>../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  39. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;MAKEFILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  40. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  41. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  42. <WarningLevel>Level3</WarningLevel>
  43. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  44. <CompileAs>CompileAsC</CompileAs>
  45. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  46. <StringPooling>true</StringPooling>
  47. <MinimalRebuild>false</MinimalRebuild>
  48. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  49. <FunctionLevelLinking>false</FunctionLevelLinking>
  50. </ClCompile>
  51. <Link>
  52. <OutputFile>$(OutDir)chkpib.exe</OutputFile>
  53. <GenerateDebugInformation>false</GenerateDebugInformation>
  54. <SubSystem>Console</SubSystem>
  55. <OptimizeReferences>true</OptimizeReferences>
  56. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  57. <TargetMachine>MachineX86</TargetMachine>
  58. <AdditionalLibraryDirectories>..\library;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  59. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  60. </Link>
  61. </ItemDefinitionGroup>
  62. <ItemGroup>
  63. <ClCompile Include="..\..\nvm\fdmanifest.c" />
  64. <ClCompile Include="..\..\pib\chkpib.c" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ClInclude Include="..\..\tools\error.h" />
  68. <ClInclude Include="..\..\tools\getoptv.h" />
  69. <ClInclude Include="..\..\key\HPAVKey.h" />
  70. <ClInclude Include="..\..\key\keys.h" />
  71. <ClInclude Include="..\..\nvm\nvm.h" />
  72. <ClInclude Include="..\..\pib\pib.h" />
  73. <ClInclude Include="..\..\tools\putoptv.h" />
  74. <ClInclude Include="..\..\tools\version.h" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\lib_key\lib_key.vcxproj">
  78. <Project>{f3647060-5a9f-4fe8-bc64-97519e1b8eae}</Project>
  79. </ProjectReference>
  80. <ProjectReference Include="..\lib_nvm\lib_nvm.vcxproj">
  81. <Project>{cdbe586e-5e50-46e3-97ad-5acfdea2c25b}</Project>
  82. </ProjectReference>
  83. <ProjectReference Include="..\lib_pib\lib_pib.vcxproj">
  84. <Project>{7862bed7-f458-4c68-9a85-6c451f9f0760}</Project>
  85. </ProjectReference>
  86. <ProjectReference Include="..\lib_tools\lib_tools.vcxproj">
  87. <Project>{22861826-8a4c-463a-9d81-ca4caba4f703}</Project>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  91. <ImportGroup Label="ExtensionTargets">
  92. </ImportGroup>
  93. </Project>