libresources.vcxproj.template 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.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. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{52DCAB29-C8EE-4422-954C-29AFA6B33E22}</ProjectGuid>
  15. <RootNamespace>libresources</RootNamespace>
  16. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>StaticLibrary</ConfigurationType>
  21. <PlatformToolset>v142</PlatformToolset>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. <WholeProgramOptimization>false</WholeProgramOptimization>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  26. <ConfigurationType>StaticLibrary</ConfigurationType>
  27. <PlatformToolset>v142</PlatformToolset>
  28. <CharacterSet>MultiByte</CharacterSet>
  29. <WholeProgramOptimization>false</WholeProgramOptimization>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. <Import Project="bin2coff.props" />
  34. </ImportGroup>
  35. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <PropertyGroup Label="UserMacros" />
  42. <PropertyGroup>
  43. <_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <OutDir>$(Configuration)\</OutDir>
  47. <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  50. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  51. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  52. </PropertyGroup>
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  54. <ClCompile>
  55. <Optimization>Disabled</Optimization>
  56. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  57. <FunctionLevelLinking>true</FunctionLevelLinking>
  58. <WarningLevel>Level3</WarningLevel>
  59. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  60. <OmitDefaultLibName>true</OmitDefaultLibName>
  61. <MinimalRebuild />
  62. </ClCompile>
  63. <Lib>
  64. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  65. </Lib>
  66. </ItemDefinitionGroup>
  67. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  68. <Midl>
  69. <TargetEnvironment>X64</TargetEnvironment>
  70. </Midl>
  71. <ClCompile>
  72. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  73. <FunctionLevelLinking>true</FunctionLevelLinking>
  74. <WarningLevel>Level3</WarningLevel>
  75. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  76. <OmitDefaultLibName>true</OmitDefaultLibName>
  77. </ClCompile>
  78. <Lib>
  79. <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
  80. </Lib>
  81. </ItemDefinitionGroup>
  82. <ItemGroup>
  83. <!-- DUMP:CFF -->
  84. </ItemGroup>
  85. <ItemGroup>
  86. <!-- DUMP:OTF -->
  87. </ItemGroup>
  88. <ItemGroup>
  89. <!-- DUMP:TTC -->
  90. </ItemGroup>
  91. <ItemGroup>
  92. <!-- DUMP:TTF -->
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ClCompile Include="dummy.c" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ProjectReference Include="bin2coff.vcxproj">
  99. <Project>{bfe316b3-bd90-433a-a20d-c73975f1caa7}</Project>
  100. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  104. <ImportGroup Label="ExtensionTargets">
  105. <Import Project="bin2coff.targets" />
  106. </ImportGroup>
  107. </Project>