typeinfo.vcxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug with inlines and memory log|Win32">
  5. <Configuration>Debug with inlines and memory log</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug with inlines|Win32">
  9. <Configuration>Debug with inlines</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Dedicated Debug with inlines|Win32">
  17. <Configuration>Dedicated Debug with inlines</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Dedicated Debug|Win32">
  21. <Configuration>Dedicated Debug</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Dedicated Release|Win32">
  25. <Configuration>Dedicated Release</Configuration>
  26. <Platform>Win32</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release NO STEAM|Win32">
  29. <Configuration>Release NO STEAM</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|Win32">
  33. <Configuration>Release</Configuration>
  34. <Platform>Win32</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectName>TypeInfo</ProjectName>
  39. <ProjectGuid>{6EA6406F-3E65-47D9-8246-D6660A81606F}</ProjectGuid>
  40. <RootNamespace>TypeInfo</RootNamespace>
  41. <SccProjectName>
  42. </SccProjectName>
  43. <SccLocalPath>
  44. </SccLocalPath>
  45. <SccProvider>
  46. </SccProvider>
  47. <Keyword>Win32Proj</Keyword>
  48. </PropertyGroup>
  49. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="Configuration">
  55. <ConfigurationType>Application</ConfigurationType>
  56. <CharacterSet>MultiByte</CharacterSet>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="Configuration">
  59. <ConfigurationType>Application</ConfigurationType>
  60. <CharacterSet>MultiByte</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="Configuration">
  63. <ConfigurationType>Application</ConfigurationType>
  64. <CharacterSet>MultiByte</CharacterSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="Configuration">
  67. <ConfigurationType>Application</ConfigurationType>
  68. <CharacterSet>MultiByte</CharacterSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  71. <ConfigurationType>Application</ConfigurationType>
  72. <CharacterSet>MultiByte</CharacterSet>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release NO STEAM|Win32'" Label="Configuration">
  75. <ConfigurationType>Application</ConfigurationType>
  76. <CharacterSet>MultiByte</CharacterSet>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  79. <ConfigurationType>Application</ConfigurationType>
  80. <CharacterSet>MultiByte</CharacterSet>
  81. </PropertyGroup>
  82. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  83. <ImportGroup Label="ExtensionSettings">
  84. </ImportGroup>
  85. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" Label="PropertySheets">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. <Import Project="_Common.props" />
  88. <Import Project="_TypeInfo.props" />
  89. <Import Project="_Dedicated.props" />
  90. <Import Project="_Release.props" />
  91. </ImportGroup>
  92. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" Label="PropertySheets">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. <Import Project="_Common.props" />
  95. <Import Project="_TypeInfo.props" />
  96. <Import Project="_Dedicated.props" />
  97. <Import Project="_Debug.props" />
  98. <Import Project="_WithInlines.props" />
  99. </ImportGroup>
  100. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" Label="PropertySheets">
  101. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  102. <Import Project="_Common.props" />
  103. <Import Project="_TypeInfo.props" />
  104. <Import Project="_Dedicated.props" />
  105. <Import Project="_Debug.props" />
  106. </ImportGroup>
  107. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" Label="PropertySheets">
  108. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  109. <Import Project="_Common.props" />
  110. <Import Project="_TypeInfo.props" />
  111. <Import Project="_Debug.props" />
  112. <Import Project="_WithInlines.props" />
  113. <Import Project="_WithMemoryLog.props" />
  114. </ImportGroup>
  115. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" Label="PropertySheets">
  116. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  117. <Import Project="_Common.props" />
  118. <Import Project="_TypeInfo.props" />
  119. <Import Project="_Debug.props" />
  120. <Import Project="_WithInlines.props" />
  121. </ImportGroup>
  122. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. <Import Project="_Common.props" />
  125. <Import Project="_TypeInfo.props" />
  126. <Import Project="_Release.props" />
  127. </ImportGroup>
  128. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release NO STEAM|Win32'" Label="PropertySheets">
  129. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  130. <Import Project="_Common.props" />
  131. <Import Project="_TypeInfo.props" />
  132. <Import Project="_Release.props" />
  133. </ImportGroup>
  134. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  135. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  136. <Import Project="_Common.props" />
  137. <Import Project="_TypeInfo.props" />
  138. <Import Project="_Debug.props" />
  139. </ImportGroup>
  140. <PropertyGroup Label="UserMacros" />
  141. <PropertyGroup>
  142. <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
  143. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  144. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
  145. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'" />
  146. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  147. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
  148. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'" />
  149. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  150. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  151. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
  152. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  153. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
  154. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'" />
  155. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  156. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
  157. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'" />
  158. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  159. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
  160. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'" />
  161. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  162. <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release NO STEAM|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
  163. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  164. <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release NO STEAM|Win32'" />
  165. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
  166. <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release NO STEAM|Win32'" />
  167. </PropertyGroup>
  168. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">
  169. <Link>
  170. <AdditionalDependencies>nafxcwd.lib;libcmtd.lib;%(AdditionalDependencies)</AdditionalDependencies>
  171. <IgnoreSpecificDefaultLibraries>nafxcwd.lib;libcmtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
  172. </Link>
  173. </ItemDefinitionGroup>
  174. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  175. <ClCompile>
  176. <MultiProcessorCompilation>Yes</MultiProcessorCompilation>
  177. </ClCompile>
  178. </ItemDefinitionGroup>
  179. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  180. <ClCompile>
  181. <MultiProcessorCompilation>Yes</MultiProcessorCompilation>
  182. </ClCompile>
  183. </ItemDefinitionGroup>
  184. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release NO STEAM|Win32'">
  185. <ClCompile>
  186. <MultiProcessorCompilation>Yes</MultiProcessorCompilation>
  187. </ClCompile>
  188. </ItemDefinitionGroup>
  189. <ItemGroup>
  190. <ClCompile Include="TypeInfo\main.cpp">
  191. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug with inlines and memory log|Win32'">Create</PrecompiledHeader>
  192. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug with inlines|Win32'">Create</PrecompiledHeader>
  193. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  194. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug with inlines|Win32'">Create</PrecompiledHeader>
  195. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Debug|Win32'">Create</PrecompiledHeader>
  196. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Dedicated Release|Win32'">Create</PrecompiledHeader>
  197. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  198. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release NO STEAM|Win32'">Create</PrecompiledHeader>
  199. </ClCompile>
  200. <ClCompile Include="TypeInfo\TypeInfoGen.cpp" />
  201. <ClCompile Include="framework\CmdSystem.cpp" />
  202. <ClCompile Include="framework\CVarSystem.cpp" />
  203. <ClCompile Include="framework\File.cpp" />
  204. <ClCompile Include="framework\FileSystem.cpp" />
  205. <ClCompile Include="framework\Unzip.cpp" />
  206. </ItemGroup>
  207. <ItemGroup>
  208. <ClInclude Include="TypeInfo\TypeInfoGen.h" />
  209. <ClInclude Include="framework\CmdSystem.h" />
  210. <ClInclude Include="framework\CVarSystem.h" />
  211. <ClInclude Include="framework\File.h" />
  212. <ClInclude Include="framework\FileSystem.h" />
  213. <ClInclude Include="framework\Licensee.h" />
  214. <ClInclude Include="framework\Unzip.h" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <ProjectReference Include="idlib.vcxproj">
  218. <Project>{49bec5c6-b964-417a-851e-808886b57400}</Project>
  219. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  220. </ProjectReference>
  221. </ItemGroup>
  222. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  223. <ImportGroup Label="ExtensionTargets">
  224. </ImportGroup>
  225. </Project>