OpenSource.vcxproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{F149C316-9125-498E-A10B-178145D6F509}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <ConfigurationType>Application</ConfigurationType>
  28. <UseDebugLibraries>true</UseDebugLibraries>
  29. <PlatformToolset>v143</PlatformToolset>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  32. <ConfigurationType>Application</ConfigurationType>
  33. <UseDebugLibraries>false</UseDebugLibraries>
  34. <PlatformToolset>v143</PlatformToolset>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <PlatformToolset>v143</PlatformToolset>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>false</UseDebugLibraries>
  44. <PlatformToolset>v143</PlatformToolset>
  45. </PropertyGroup>
  46. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  47. <ImportGroup Label="ExtensionSettings">
  48. </ImportGroup>
  49. <ImportGroup Label="Shared">
  50. </ImportGroup>
  51. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  52. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  53. <Import Project="common.props" />
  54. </ImportGroup>
  55. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="common.props" />
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. <Import Project="common.props" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. <Import Project="common.props" />
  66. </ImportGroup>
  67. <PropertyGroup Label="UserMacros" />
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  69. <LinkIncremental>true</LinkIncremental>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  72. <LinkIncremental>true</LinkIncremental>
  73. </PropertyGroup>
  74. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <ClCompile>
  76. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  77. <AdditionalIncludeDirectories>src/atto;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  78. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  79. <WarningLevel>Level3</WarningLevel>
  80. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  81. <Optimization>Disabled</Optimization>
  82. </ClCompile>
  83. <Link>
  84. <TargetMachine>MachineX86</TargetMachine>
  85. <GenerateDebugInformation>true</GenerateDebugInformation>
  86. <SubSystem>Windows</SubSystem>
  87. </Link>
  88. </ItemDefinitionGroup>
  89. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <ClCompile>
  91. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  92. <AdditionalIncludeDirectories>src/atto;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  93. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  94. <WarningLevel>Level3</WarningLevel>
  95. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  96. </ClCompile>
  97. <Link>
  98. <TargetMachine>MachineX86</TargetMachine>
  99. <GenerateDebugInformation>true</GenerateDebugInformation>
  100. <SubSystem>Windows</SubSystem>
  101. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  102. <OptimizeReferences>true</OptimizeReferences>
  103. </Link>
  104. </ItemDefinitionGroup>
  105. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  106. <Link>
  107. <SubSystem>NotSet</SubSystem>
  108. </Link>
  109. </ItemDefinitionGroup>
  110. <ItemGroup>
  111. <ClCompile Include="print.c" />
  112. <ClCompile Include="src\atlas.c" />
  113. <ClCompile Include="src\atto\src\app_windows.c" />
  114. <ClCompile Include="src\bsp.c" />
  115. <ClCompile Include="src\cache.c" />
  116. <ClCompile Include="src\camera.c" />
  117. <ClCompile Include="src\collection.c" />
  118. <ClCompile Include="src\dxt.c" />
  119. <ClCompile Include="src\filemap.c" />
  120. <ClCompile Include="src\material.c" />
  121. <ClCompile Include="src\OpenSource.c" />
  122. <ClCompile Include="src\profiler.c" />
  123. <ClCompile Include="src\render.c" />
  124. <ClCompile Include="src\texture.c" />
  125. <ClCompile Include="src\vmfparser.c" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ClInclude Include="src\ahash.h" />
  129. <ClInclude Include="src\atlas.h" />
  130. <ClInclude Include="src\atto\atto\app.h" />
  131. <ClInclude Include="src\atto\atto\gl.h" />
  132. <ClInclude Include="src\atto\atto\math.h" />
  133. <ClInclude Include="src\atto\atto\platform.h" />
  134. <ClInclude Include="src\atto\atto_io.h" />
  135. <ClInclude Include="src\atto\atto_udio.h" />
  136. <ClInclude Include="src\bsp.h" />
  137. <ClInclude Include="src\cache.h" />
  138. <ClInclude Include="src\camera.h" />
  139. <ClInclude Include="src\collection.h" />
  140. <ClInclude Include="src\common.h" />
  141. <ClInclude Include="src\dxt.h" />
  142. <ClInclude Include="src\filemap.h" />
  143. <ClInclude Include="src\libc.h" />
  144. <ClInclude Include="src\material.h" />
  145. <ClInclude Include="src\mempools.h" />
  146. <ClInclude Include="src\profiler.h" />
  147. <ClInclude Include="src\render.h" />
  148. <ClInclude Include="src\texture.h" />
  149. <ClInclude Include="src\vbsp.h" />
  150. <ClInclude Include="src\vmfparser.h" />
  151. <ClInclude Include="src\vpk.h" />
  152. <ClInclude Include="src\vtf.h" />
  153. <ClInclude Include="src\zip.h" />
  154. </ItemGroup>
  155. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  156. <ImportGroup Label="ExtensionTargets">
  157. </ImportGroup>
  158. </Project>