Polycore.vcxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  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|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. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{EE44C688-BAA1-4A9B-902E-7CEDBED6612D}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>Polycore</RootNamespace>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <CharacterSet>Unicode</CharacterSet>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  25. <ConfigurationType>DynamicLibrary</ConfigurationType>
  26. <UseDebugLibraries>false</UseDebugLibraries>
  27. <WholeProgramOptimization>true</WholeProgramOptimization>
  28. <CharacterSet>Unicode</CharacterSet>
  29. </PropertyGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  31. <ImportGroup Label="ExtensionSettings">
  32. </ImportGroup>
  33. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  34. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  35. </ImportGroup>
  36. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  37. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  38. </ImportGroup>
  39. <PropertyGroup Label="UserMacros" />
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  41. <LinkIncremental>true</LinkIncremental>
  42. <IncludePath>$(ProjectDir);$(ProjectDir)..\..\..\Contents\Include;$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Include;$(IncludePath)</IncludePath>
  43. <LibraryPath>$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Lib\Debug;$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Lib;$(LibraryPath)</LibraryPath>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <LinkIncremental>false</LinkIncremental>
  47. <IncludePath>$(ProjectDir);$(ProjectDir)..\..\..\Contents\Include;$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Include;$(IncludePath)</IncludePath>
  48. <LibraryPath>$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Lib\Release;$(ProjectDir)..\..\..\..\Release\Win\Framework\Dependencies\Lib;$(LibraryPath)</LibraryPath>
  49. </PropertyGroup>
  50. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  51. <ClCompile>
  52. <PrecompiledHeader>
  53. </PrecompiledHeader>
  54. <WarningLevel>Level3</WarningLevel>
  55. <Optimization>Disabled</Optimization>
  56. <PreprocessorDefinitions>MSVC;WIN32;_DEBUG;_WINDOWS;_USRDLL;POLYCORE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  57. <BufferSecurityCheck>true</BufferSecurityCheck>
  58. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  59. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  60. </ClCompile>
  61. <Link>
  62. <SubSystem>Windows</SubSystem>
  63. <GenerateDebugInformation>true</GenerateDebugInformation>
  64. <AdditionalDependencies>glu32.lib;opengl32.lib;OpenAL32.lib;libvorbisfile_static.lib;libogg_static.lib;libvorbis_static.lib;opengl32.lib;zlib.lib;libpng15.lib;physfs.lib;freetype244MT_D.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  65. </Link>
  66. </ItemDefinitionGroup>
  67. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  68. <ClCompile>
  69. <WarningLevel>Level3</WarningLevel>
  70. <PrecompiledHeader>
  71. </PrecompiledHeader>
  72. <Optimization>MaxSpeed</Optimization>
  73. <FunctionLevelLinking>true</FunctionLevelLinking>
  74. <IntrinsicFunctions>true</IntrinsicFunctions>
  75. <PreprocessorDefinitions>MSVC;WIN32;NDEBUG;_WINDOWS;_USRDLL;POLYCORE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  76. </ClCompile>
  77. <Link>
  78. <SubSystem>Windows</SubSystem>
  79. <GenerateDebugInformation>true</GenerateDebugInformation>
  80. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  81. <OptimizeReferences>true</OptimizeReferences>
  82. <AdditionalDependencies>glu32.lib;opengl32.lib;OpenAL32.lib;libvorbisfile_static.lib;libogg_static.lib;libvorbis_static.lib;opengl32.lib;zlib.lib;libpng15.lib;physfs.lib;freetype244MT.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
  83. </Link>
  84. </ItemDefinitionGroup>
  85. <ItemGroup>
  86. <ClInclude Include="..\..\..\Contents\Include\OSBasics.h" />
  87. <ClInclude Include="..\..\..\Contents\Include\PolyBasics.h" />
  88. <ClInclude Include="..\..\..\Contents\Include\PolyBezierCurve.h" />
  89. <ClInclude Include="..\..\..\Contents\Include\PolyBone.h" />
  90. <ClInclude Include="..\..\..\Contents\Include\PolyCamera.h" />
  91. <ClInclude Include="..\..\..\Contents\Include\Polycode.h" />
  92. <ClInclude Include="..\..\..\Contents\Include\PolyColor.h" />
  93. <ClInclude Include="..\..\..\Contents\Include\PolyConfig.h" />
  94. <ClInclude Include="..\..\..\Contents\Include\PolyCore.h" />
  95. <ClInclude Include="..\..\..\Contents\Include\PolyCoreInput.h" />
  96. <ClInclude Include="..\..\..\Contents\Include\PolyCoreServices.h" />
  97. <ClInclude Include="..\..\..\Contents\Include\PolyCubemap.h" />
  98. <ClInclude Include="..\..\..\Contents\Include\PolyData.h" />
  99. <ClInclude Include="..\..\..\Contents\Include\PolyEntity.h" />
  100. <ClInclude Include="..\..\..\Contents\Include\PolyEvent.h" />
  101. <ClInclude Include="..\..\..\Contents\Include\PolyEventDispatcher.h" />
  102. <ClInclude Include="..\..\..\Contents\Include\PolyEventHandler.h" />
  103. <ClInclude Include="..\..\..\Contents\Include\PolyFixedShader.h" />
  104. <ClInclude Include="..\..\..\Contents\Include\PolyFont.h" />
  105. <ClInclude Include="..\..\..\Contents\Include\PolyFontManager.h" />
  106. <ClInclude Include="..\..\..\Contents\Include\PolyGLCubemap.h" />
  107. <ClInclude Include="..\..\..\Contents\Include\PolyGlobals.h" />
  108. <ClInclude Include="..\..\..\Contents\Include\PolyGLRenderer.h" />
  109. <ClInclude Include="..\..\..\Contents\Include\PolyGLSLProgram.h" />
  110. <ClInclude Include="..\..\..\Contents\Include\PolyGLSLShader.h" />
  111. <ClInclude Include="..\..\..\Contents\Include\PolyGLSLShaderModule.h" />
  112. <ClInclude Include="..\..\..\Contents\Include\PolyGLTexture.h" />
  113. <ClInclude Include="..\..\..\Contents\Include\PolyGLVertexBuffer.h" />
  114. <ClInclude Include="..\..\..\Contents\Include\PolyImage.h" />
  115. <ClInclude Include="..\..\..\Contents\Include\PolyInputEvent.h" />
  116. <ClInclude Include="..\..\..\Contents\Include\PolyInputKeys.h" />
  117. <ClInclude Include="..\..\..\Contents\Include\PolyiPhoneCore.h" />
  118. <ClInclude Include="..\..\..\Contents\Include\PolyLabel.h" />
  119. <ClInclude Include="..\..\..\Contents\Include\PolyLogger.h" />
  120. <ClInclude Include="..\..\..\Contents\Include\PolyMaterial.h" />
  121. <ClInclude Include="..\..\..\Contents\Include\PolyMaterialManager.h" />
  122. <ClInclude Include="..\..\..\Contents\Include\PolyMatrix4.h" />
  123. <ClInclude Include="..\..\..\Contents\Include\PolyMesh.h" />
  124. <ClInclude Include="..\..\..\Contents\Include\PolyModule.h" />
  125. <ClInclude Include="..\..\..\Contents\Include\PolyObject.h" />
  126. <ClInclude Include="..\..\..\Contents\Include\PolyParticle.h" />
  127. <ClInclude Include="..\..\..\Contents\Include\PolyParticleEmitter.h" />
  128. <ClInclude Include="..\..\..\Contents\Include\PolyPerlin.h" />
  129. <ClInclude Include="..\..\..\Contents\Include\PolyPolygon.h" />
  130. <ClInclude Include="..\..\..\Contents\Include\PolyQuaternion.h" />
  131. <ClInclude Include="..\..\..\Contents\Include\PolyQuaternionCurve.h" />
  132. <ClInclude Include="..\..\..\Contents\Include\PolyRectangle.h" />
  133. <ClInclude Include="..\..\..\Contents\Include\PolyRenderer.h" />
  134. <ClInclude Include="..\..\..\Contents\Include\PolyResource.h" />
  135. <ClInclude Include="..\..\..\Contents\Include\PolyResourceManager.h" />
  136. <ClInclude Include="..\..\..\Contents\Include\PolyScene.h" />
  137. <ClInclude Include="..\..\..\Contents\Include\PolySceneEntity.h" />
  138. <ClInclude Include="..\..\..\Contents\Include\PolySceneLabel.h" />
  139. <ClInclude Include="..\..\..\Contents\Include\PolySceneLight.h" />
  140. <ClInclude Include="..\..\..\Contents\Include\PolySceneLine.h" />
  141. <ClInclude Include="..\..\..\Contents\Include\PolySceneManager.h" />
  142. <ClInclude Include="..\..\..\Contents\Include\PolySceneMesh.h" />
  143. <ClInclude Include="..\..\..\Contents\Include\PolyScenePrimitive.h" />
  144. <ClInclude Include="..\..\..\Contents\Include\PolySceneRenderTexture.h" />
  145. <ClInclude Include="..\..\..\Contents\Include\PolySceneSound.h" />
  146. <ClInclude Include="..\..\..\Contents\Include\PolyScreen.h" />
  147. <ClInclude Include="..\..\..\Contents\Include\PolyScreenCurve.h" />
  148. <ClInclude Include="..\..\..\Contents\Include\PolyScreenEntity.h" />
  149. <ClInclude Include="..\..\..\Contents\Include\PolyScreenEvent.h" />
  150. <ClInclude Include="..\..\..\Contents\Include\PolyScreenImage.h" />
  151. <ClInclude Include="..\..\..\Contents\Include\PolyScreenLabel.h" />
  152. <ClInclude Include="..\..\..\Contents\Include\PolyScreenLine.h" />
  153. <ClInclude Include="..\..\..\Contents\Include\PolyScreenManager.h" />
  154. <ClInclude Include="..\..\..\Contents\Include\PolyScreenMesh.h" />
  155. <ClInclude Include="..\..\..\Contents\Include\PolyScreenShape.h" />
  156. <ClInclude Include="..\..\..\Contents\Include\PolyScreenSprite.h" />
  157. <ClInclude Include="..\..\..\Contents\Include\PolyShader.h" />
  158. <ClInclude Include="..\..\..\Contents\Include\PolySkeleton.h" />
  159. <ClInclude Include="..\..\..\Contents\Include\PolySound.h" />
  160. <ClInclude Include="..\..\..\Contents\Include\PolySoundManager.h" />
  161. <ClInclude Include="..\..\..\Contents\Include\PolyString.h" />
  162. <ClInclude Include="..\..\..\Contents\Include\PolyTexture.h" />
  163. <ClInclude Include="..\..\..\Contents\Include\PolyThreaded.h" />
  164. <ClInclude Include="..\..\..\Contents\Include\PolyTimer.h" />
  165. <ClInclude Include="..\..\..\Contents\Include\PolyTimerManager.h" />
  166. <ClInclude Include="..\..\..\Contents\Include\PolyTween.h" />
  167. <ClInclude Include="..\..\..\Contents\Include\PolyTweenManager.h" />
  168. <ClInclude Include="..\..\..\Contents\Include\PolyVector2.h" />
  169. <ClInclude Include="..\..\..\Contents\Include\PolyVector3.h" />
  170. <ClInclude Include="..\..\..\Contents\Include\PolyVertex.h" />
  171. <ClInclude Include="..\..\..\Contents\Include\PolyWinCore.h" />
  172. <ClInclude Include="..\..\..\Contents\Include\tinystr.h" />
  173. <ClInclude Include="..\..\..\Contents\Include\tinyxml.h" />
  174. <ClInclude Include="PolycodeView.h" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <ClCompile Include="..\..\..\Contents\Source\OSBasics.cpp" />
  178. <ClCompile Include="..\..\..\Contents\Source\PolyBezierCurve.cpp" />
  179. <ClCompile Include="..\..\..\Contents\Source\PolyBone.cpp" />
  180. <ClCompile Include="..\..\..\Contents\Source\PolyCamera.cpp" />
  181. <ClCompile Include="..\..\..\Contents\Source\PolyColor.cpp" />
  182. <ClCompile Include="..\..\..\Contents\Source\PolyConfig.cpp" />
  183. <ClCompile Include="..\..\..\Contents\Source\PolyCore.cpp" />
  184. <ClCompile Include="..\..\..\Contents\Source\PolyCoreInput.cpp" />
  185. <ClCompile Include="..\..\..\Contents\Source\PolyCoreServices.cpp" />
  186. <ClCompile Include="..\..\..\Contents\Source\PolyCubemap.cpp" />
  187. <ClCompile Include="..\..\..\Contents\Source\PolyData.cpp" />
  188. <ClCompile Include="..\..\..\Contents\Source\PolyEntity.cpp" />
  189. <ClCompile Include="..\..\..\Contents\Source\PolyEvent.cpp" />
  190. <ClCompile Include="..\..\..\Contents\Source\PolyEventDispatcher.cpp" />
  191. <ClCompile Include="..\..\..\Contents\Source\PolyEventHandler.cpp" />
  192. <ClCompile Include="..\..\..\Contents\Source\PolyFixedShader.cpp" />
  193. <ClCompile Include="..\..\..\Contents\Source\PolyFont.cpp" />
  194. <ClCompile Include="..\..\..\Contents\Source\PolyFontManager.cpp" />
  195. <ClCompile Include="..\..\..\Contents\Source\PolyGLCubemap.cpp" />
  196. <ClCompile Include="..\..\..\Contents\Source\PolyGLRenderer.cpp" />
  197. <ClCompile Include="..\..\..\Contents\Source\PolyGLSLProgram.cpp" />
  198. <ClCompile Include="..\..\..\Contents\Source\PolyGLSLShader.cpp" />
  199. <ClCompile Include="..\..\..\Contents\Source\PolyGLSLShaderModule.cpp" />
  200. <ClCompile Include="..\..\..\Contents\Source\PolyGLTexture.cpp" />
  201. <ClCompile Include="..\..\..\Contents\Source\PolyGLVertexBuffer.cpp" />
  202. <ClCompile Include="..\..\..\Contents\Source\PolyImage.cpp" />
  203. <ClCompile Include="..\..\..\Contents\Source\PolyInputEvent.cpp" />
  204. <ClCompile Include="..\..\..\Contents\Source\PolyLabel.cpp" />
  205. <ClCompile Include="..\..\..\Contents\Source\PolyLogger.cpp" />
  206. <ClCompile Include="..\..\..\Contents\Source\PolyMaterial.cpp" />
  207. <ClCompile Include="..\..\..\Contents\Source\PolyMaterialManager.cpp" />
  208. <ClCompile Include="..\..\..\Contents\Source\PolyMatrix4.cpp" />
  209. <ClCompile Include="..\..\..\Contents\Source\PolyMesh.cpp" />
  210. <ClCompile Include="..\..\..\Contents\Source\PolyModule.cpp" />
  211. <ClCompile Include="..\..\..\Contents\Source\PolyObject.cpp" />
  212. <ClCompile Include="..\..\..\Contents\Source\PolyParticle.cpp" />
  213. <ClCompile Include="..\..\..\Contents\Source\PolyParticleEmitter.cpp" />
  214. <ClCompile Include="..\..\..\Contents\Source\PolyPerlin.cpp" />
  215. <ClCompile Include="..\..\..\Contents\Source\PolyPolygon.cpp" />
  216. <ClCompile Include="..\..\..\Contents\Source\PolyQuaternion.cpp" />
  217. <ClCompile Include="..\..\..\Contents\Source\PolyQuaternionCurve.cpp" />
  218. <ClCompile Include="..\..\..\Contents\Source\PolyRectangle.cpp" />
  219. <ClCompile Include="..\..\..\Contents\Source\PolyRenderer.cpp" />
  220. <ClCompile Include="..\..\..\Contents\Source\PolyResource.cpp" />
  221. <ClCompile Include="..\..\..\Contents\Source\PolyResourceManager.cpp" />
  222. <ClCompile Include="..\..\..\Contents\Source\PolyScene.cpp" />
  223. <ClCompile Include="..\..\..\Contents\Source\PolySceneEntity.cpp" />
  224. <ClCompile Include="..\..\..\Contents\Source\PolySceneLabel.cpp" />
  225. <ClCompile Include="..\..\..\Contents\Source\PolySceneLight.cpp" />
  226. <ClCompile Include="..\..\..\Contents\Source\PolySceneLine.cpp" />
  227. <ClCompile Include="..\..\..\Contents\Source\PolySceneManager.cpp" />
  228. <ClCompile Include="..\..\..\Contents\Source\PolySceneMesh.cpp" />
  229. <ClCompile Include="..\..\..\Contents\Source\PolyScenePrimitive.cpp" />
  230. <ClCompile Include="..\..\..\Contents\Source\PolySceneRenderTexture.cpp" />
  231. <ClCompile Include="..\..\..\Contents\Source\PolySceneSound.cpp" />
  232. <ClCompile Include="..\..\..\Contents\Source\PolyScreen.cpp" />
  233. <ClCompile Include="..\..\..\Contents\Source\PolyScreenCurve.cpp" />
  234. <ClCompile Include="..\..\..\Contents\Source\PolyScreenEntity.cpp" />
  235. <ClCompile Include="..\..\..\Contents\Source\PolyScreenEvent.cpp" />
  236. <ClCompile Include="..\..\..\Contents\Source\PolyScreenImage.cpp" />
  237. <ClCompile Include="..\..\..\Contents\Source\PolyScreenLabel.cpp" />
  238. <ClCompile Include="..\..\..\Contents\Source\PolyScreenLine.cpp" />
  239. <ClCompile Include="..\..\..\Contents\Source\PolyScreenManager.cpp" />
  240. <ClCompile Include="..\..\..\Contents\Source\PolyScreenMesh.cpp" />
  241. <ClCompile Include="..\..\..\Contents\Source\PolyScreenShape.cpp" />
  242. <ClCompile Include="..\..\..\Contents\Source\PolyScreenSound.cpp" />
  243. <ClCompile Include="..\..\..\Contents\Source\PolyScreenSprite.cpp" />
  244. <ClCompile Include="..\..\..\Contents\Source\PolyShader.cpp" />
  245. <ClCompile Include="..\..\..\Contents\Source\PolySkeleton.cpp" />
  246. <ClCompile Include="..\..\..\Contents\Source\PolySound.cpp" />
  247. <ClCompile Include="..\..\..\Contents\Source\PolySoundManager.cpp" />
  248. <ClCompile Include="..\..\..\Contents\Source\PolyString.cpp" />
  249. <ClCompile Include="..\..\..\Contents\Source\PolyTexture.cpp" />
  250. <ClCompile Include="..\..\..\Contents\Source\PolyTimer.cpp" />
  251. <ClCompile Include="..\..\..\Contents\Source\PolyTimerManager.cpp" />
  252. <ClCompile Include="..\..\..\Contents\Source\PolyTween.cpp" />
  253. <ClCompile Include="..\..\..\Contents\Source\PolyTweenManager.cpp" />
  254. <ClCompile Include="..\..\..\Contents\Source\PolyVector2.cpp" />
  255. <ClCompile Include="..\..\..\Contents\Source\PolyVector3.cpp" />
  256. <ClCompile Include="..\..\..\Contents\Source\PolyVertex.cpp" />
  257. <ClCompile Include="..\..\..\Contents\Source\PolyWinCore.cpp" />
  258. <ClCompile Include="..\..\..\Contents\Source\tinystr.cpp" />
  259. <ClCompile Include="..\..\..\Contents\Source\tinyxml.cpp" />
  260. <ClCompile Include="..\..\..\Contents\Source\tinyxmlerror.cpp" />
  261. <ClCompile Include="..\..\..\Contents\Source\tinyxmlparser.cpp" />
  262. <ClCompile Include="PolycodeView.cpp" />
  263. </ItemGroup>
  264. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  265. <ImportGroup Label="ExtensionTargets">
  266. </ImportGroup>
  267. </Project>