SceneEntities.vcxproj 5.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. <ItemGroup>
  14. <ClCompile Include="..\..\Contents\SceneEntities\HelloPolycodeApp.cpp" />
  15. <ClCompile Include="..\PolycodeExample.cpp" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ClInclude Include="..\..\Contents\SceneEntities\HelloPolycodeApp.h" />
  19. </ItemGroup>
  20. <PropertyGroup Label="Globals">
  21. <ProjectGuid>{F2E3C438-3BCA-4E78-B3BC-2A7E930A6848}</ProjectGuid>
  22. <Keyword>Win32Proj</Keyword>
  23. <RootNamespace>MySceneEntities</RootNamespace>
  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. <CharacterSet>Unicode</CharacterSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  32. <ConfigurationType>Application</ConfigurationType>
  33. <UseDebugLibraries>false</UseDebugLibraries>
  34. <WholeProgramOptimization>true</WholeProgramOptimization>
  35. <CharacterSet>Unicode</CharacterSet>
  36. </PropertyGroup>
  37. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  38. <ImportGroup Label="ExtensionSettings">
  39. </ImportGroup>
  40. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  41. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  42. </ImportGroup>
  43. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  44. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  45. </ImportGroup>
  46. <PropertyGroup Label="UserMacros" />
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  48. <LinkIncremental>true</LinkIncremental>
  49. <IncludePath>$(SolutionDir)..\..\..\Core\include;$(SolutionDir)..\..\..\Core\Dependencies\include;$(SolutionDir)..\..\..\Core\PolycodeView;$(SolutionDir)..\..\..\Core\Dependencies\include\AL;$(SolutionDir)..\Contents\SceneEntities;$(IncludePath)</IncludePath>
  50. <LibraryPath>$(SolutionDir)..\..\..\Core\lib;$(SolutionDir)..\..\..\Core\Dependencies\lib;$(LibraryPath)</LibraryPath>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  53. <LinkIncremental>false</LinkIncremental>
  54. <IncludePath>$(SolutionDir)..\..\..\Core\include;$(SolutionDir)..\..\..\Core\Dependencies\include;$(SolutionDir)..\..\..\Core\PolycodeView;$(SolutionDir)..\..\..\Core\Dependencies\include\AL;$(SolutionDir)..\Contents\SceneEntities;$(IncludePath)</IncludePath>
  55. <LibraryPath>$(SolutionDir)..\..\..\Core\lib;$(SolutionDir)..\..\..\Core\Dependencies\lib;$(LibraryPath)</LibraryPath>
  56. </PropertyGroup>
  57. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <ClCompile>
  59. <PrecompiledHeader>
  60. </PrecompiledHeader>
  61. <WarningLevel>Level3</WarningLevel>
  62. <Optimization>Disabled</Optimization>
  63. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  64. </ClCompile>
  65. <Link>
  66. <SubSystem>Windows</SubSystem>
  67. <GenerateDebugInformation>true</GenerateDebugInformation>
  68. <AdditionalDependencies>winmm.lib;ws2_32.lib;opengl32.lib;glu32.lib;Polycore_d.lib;zlibd.lib;freetype_d.lib;liboggd.lib;libvorbisd.lib;libvorbisfiled.lib;OpenAL32d.lib;kernel32.lib;physfsd.lib;libpng15_staticd.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>
  69. </Link>
  70. <PostBuildEvent>
  71. <Command>copy ..\..\..\..\Core\Dependencies\bin\OpenAL32d.dll ..\..</Command>
  72. </PostBuildEvent>
  73. </ItemDefinitionGroup>
  74. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  75. <ClCompile>
  76. <WarningLevel>Level3</WarningLevel>
  77. <PrecompiledHeader>
  78. </PrecompiledHeader>
  79. <Optimization>MaxSpeed</Optimization>
  80. <FunctionLevelLinking>true</FunctionLevelLinking>
  81. <IntrinsicFunctions>true</IntrinsicFunctions>
  82. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  83. </ClCompile>
  84. <Link>
  85. <SubSystem>Windows</SubSystem>
  86. <GenerateDebugInformation>true</GenerateDebugInformation>
  87. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  88. <OptimizeReferences>true</OptimizeReferences>
  89. <AdditionalDependencies>winmm.lib;ws2_32.lib;opengl32.lib;glu32.lib;Polycore.lib;zlib.lib;freetype.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;OpenAL32.lib;kernel32.lib;physfs.lib;libpng15_static.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>
  90. </Link>
  91. <PostBuildEvent>
  92. <Command>copy ..\..\..\..\Core\Dependencies\bin\OpenAL32.dll ..\..</Command>
  93. </PostBuildEvent>
  94. </ItemDefinitionGroup>
  95. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  96. <ImportGroup Label="ExtensionTargets">
  97. </ImportGroup>
  98. </Project>