CrystalPoint.vcxproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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>{F82158C7-7345-4CB0-9F90-3AB49A071904}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <RootNamespace>CrystalJohan</RootNamespace>
  25. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  26. <ProjectName>CrystalPoint</ProjectName>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>Application</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v140</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v140</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v140</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v140</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <LinkIncremental>true</LinkIncremental>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  77. <LinkIncremental>true</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  80. <LinkIncremental>false</LinkIncremental>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <LinkIncremental>false</LinkIncremental>
  84. </PropertyGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  86. <ClCompile>
  87. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  88. <WarningLevel>Level3</WarningLevel>
  89. <Optimization>Disabled</Optimization>
  90. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. <PrecompiledHeaderFile />
  92. <AdditionalIncludeDirectories>freeglut/include; openAL/include</AdditionalIncludeDirectories>
  93. </ClCompile>
  94. <Link>
  95. <SubSystem>Console</SubSystem>
  96. <GenerateDebugInformation>true</GenerateDebugInformation>
  97. <AdditionalLibraryDirectories>freeglut/lib; openAL/libs/Win32</AdditionalLibraryDirectories>
  98. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  99. </Link>
  100. </ItemDefinitionGroup>
  101. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  102. <ClCompile>
  103. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  104. <WarningLevel>Level3</WarningLevel>
  105. <Optimization>Disabled</Optimization>
  106. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. <PrecompiledHeaderFile />
  108. <AdditionalIncludeDirectories>freeglut/include;C:\Program Files (x86)\OpenAL 1.1 SDK\include</AdditionalIncludeDirectories>
  109. </ClCompile>
  110. <Link>
  111. <SubSystem>Console</SubSystem>
  112. <GenerateDebugInformation>true</GenerateDebugInformation>
  113. <AdditionalLibraryDirectories>freeglut/lib;C:\Program Files (x86)\OpenAL 1.1 SDK\libs\Win32</AdditionalLibraryDirectories>
  114. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  115. </Link>
  116. </ItemDefinitionGroup>
  117. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  118. <ClCompile>
  119. <WarningLevel>Level3</WarningLevel>
  120. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  121. <Optimization>MaxSpeed</Optimization>
  122. <FunctionLevelLinking>true</FunctionLevelLinking>
  123. <IntrinsicFunctions>true</IntrinsicFunctions>
  124. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <PrecompiledHeaderFile />
  126. <AdditionalIncludeDirectories>freeglut/include; openAL/include</AdditionalIncludeDirectories>
  127. </ClCompile>
  128. <Link>
  129. <SubSystem>Console</SubSystem>
  130. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  131. <OptimizeReferences>true</OptimizeReferences>
  132. <GenerateDebugInformation>true</GenerateDebugInformation>
  133. <AdditionalLibraryDirectories>freeglut/lib; openAL/libs/Win32</AdditionalLibraryDirectories>
  134. <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;OpenAL32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  135. </Link>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  138. <ClCompile>
  139. <WarningLevel>Level3</WarningLevel>
  140. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  141. <Optimization>MaxSpeed</Optimization>
  142. <FunctionLevelLinking>true</FunctionLevelLinking>
  143. <IntrinsicFunctions>true</IntrinsicFunctions>
  144. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  145. <PrecompiledHeaderFile />
  146. <AdditionalIncludeDirectories>freeglut/include</AdditionalIncludeDirectories>
  147. </ClCompile>
  148. <Link>
  149. <SubSystem>Console</SubSystem>
  150. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  151. <OptimizeReferences>true</OptimizeReferences>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <AdditionalLibraryDirectories>freeglut/lib</AdditionalLibraryDirectories>
  154. </Link>
  155. </ItemDefinitionGroup>
  156. <ItemGroup>
  157. <ClCompile Include="Button.cpp" />
  158. <ClCompile Include="Crystal.cpp" />
  159. <ClCompile Include="CrystalPoint.cpp" />
  160. <ClCompile Include="Cursor.cpp" />
  161. <ClCompile Include="Enemy.cpp" />
  162. <ClCompile Include="Entity.cpp" />
  163. <ClCompile Include="HeightMap.cpp" />
  164. <ClCompile Include="Interface.cpp" />
  165. <ClCompile Include="json.cpp" />
  166. <ClCompile Include="LevelObject.cpp" />
  167. <ClCompile Include="Main.cpp" />
  168. <ClCompile Include="Menu.cpp" />
  169. <ClCompile Include="MenuElement.cpp" />
  170. <ClCompile Include="Model.cpp" />
  171. <ClCompile Include="Portal.cpp" />
  172. <ClCompile Include="Sound.cpp" />
  173. <ClCompile Include="SoundSystem.cpp" />
  174. <ClCompile Include="Player.cpp" />
  175. <ClCompile Include="Skybox.cpp" />
  176. <ClCompile Include="Text.cpp" />
  177. <ClCompile Include="Util.cpp" />
  178. <ClCompile Include="Vector.cpp" />
  179. <ClCompile Include="Vertex.cpp" />
  180. <ClCompile Include="World.cpp" />
  181. <ClCompile Include="WorldHandler.cpp" />
  182. </ItemGroup>
  183. <ItemGroup>
  184. <ClInclude Include="Button.h" />
  185. <ClInclude Include="Crystal.h" />
  186. <ClInclude Include="CrystalPoint.h" />
  187. <ClInclude Include="Cursor.h" />
  188. <ClInclude Include="Enemy.h" />
  189. <ClInclude Include="Entity.h" />
  190. <ClInclude Include="HeightMap.h" />
  191. <ClInclude Include="Interface.h" />
  192. <ClInclude Include="json.h" />
  193. <ClInclude Include="LevelObject.h" />
  194. <ClInclude Include="Main.h" />
  195. <ClInclude Include="Menu.h" />
  196. <ClInclude Include="MenuElement.h" />
  197. <ClInclude Include="Model.h" />
  198. <ClInclude Include="Portal.h" />
  199. <ClInclude Include="Sound.h" />
  200. <ClInclude Include="SoundSystem.h" />
  201. <ClInclude Include="Player.h" />
  202. <ClInclude Include="Skybox.h" />
  203. <ClInclude Include="stb_image.h" />
  204. <ClInclude Include="Text.h" />
  205. <ClInclude Include="Util.h" />
  206. <ClInclude Include="vector.h" />
  207. <ClInclude Include="Vertex.h" />
  208. <ClInclude Include="World.h" />
  209. <ClInclude Include="WorldHandler.h" />
  210. </ItemGroup>
  211. <ItemGroup>
  212. <None Include="worlds\fire.json" />
  213. <None Include="worlds\ice.json" />
  214. <None Include="worlds\rock.json" />
  215. <None Include="worlds\small.json" />
  216. <None Include="worlds\worlds.json" />
  217. </ItemGroup>
  218. <ItemGroup>
  219. <Media Include="WAVE\enemy.wav" />
  220. <Media Include="WAVE\test1.wav" />
  221. <Media Include="WAVE\test2.wav" />
  222. </ItemGroup>
  223. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  224. <ImportGroup Label="ExtensionTargets">
  225. </ImportGroup>
  226. </Project>