170 lines
8.7 KiB
XML
170 lines
8.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{FE405CFA-8FCE-4867-92CF-797E73B36482}</ProjectGuid>
|
|
<RootNamespace>EscapetheDawn</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
<PlatformToolset>v110</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LibraryPath>$(SolutionDir)\Libraries\openal-soft-1.15.1-bin\lib\Win32\Debug;$(SolutionDir)\Libraries\SOIL\lib\Debug;$(SolutionDir)\Libraries\glew-1.10.0\lib\Debug\Win32;$(SolutionDir)\Libraries\glfw-3.0.4\lib\Debug;$(LibraryPath)</LibraryPath>
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
|
<IntDir>$(SolutionDir)obj\$(ProjectName)\</IntDir>
|
|
<TargetName>$(ProjectName)-$(Configuration)</TargetName>
|
|
<IncludePath>$(BOOST_ROOT);$(SolutionDir)\Libraries\openal-soft-1.15.1-bin\include;$(SolutionDir)\Libraries\SOIL\src;$(ProjectDir);$(SolutionDir)\Libraries;$(SolutionDir)\Libraries\glew-1.10.0\include;$(SolutionDir)\Libraries\glfw-3.0.4\include;$(SolutionDir)\Libraries\glm-0.9.5.2;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<IncludePath>$(BOOST_ROOT);$(SolutionDir)\Libraries\openal-soft-1.15.1-bin\include;$(SolutionDir)\Libraries\SOIL\src;$(ProjectDir);$(SolutionDir)\Libraries;$(SolutionDir)\Libraries\glew-1.10.0\include;$(SolutionDir)\Libraries\glfw-3.0.4\include;$(SolutionDir)\Libraries\glm-0.9.5.2;$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LibraryPath>$(SolutionDir)\Libraries\openal-soft-1.15.1-bin\lib\Win32\Release;$(SolutionDir)\Libraries\SOIL\lib\Release;$(SolutionDir)\Libraries\glew-1.10.0\lib\Release\Win32;$(SolutionDir)\Libraries\glfw-3.0.4\lib\Release;$(LibraryPath)</LibraryPath>
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
|
<IntDir>$(SolutionDir)obj\$(ProjectName)\</IntDir>
|
|
<TargetName>$(ProjectName)-$(Configuration)</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>GLEW_STATIC;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Console</SubSystem>
|
|
<AdditionalDependencies>opengl32.lib;glu32.lib;glew32sd.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<PostBuildEvent />
|
|
<PostBuildEvent />
|
|
<Lib>
|
|
<AdditionalDependencies>OpenAL32.lib;opengl32.lib;glu32.lib;SOIL.lib;glew32sd.lib;glfw3.lib</AdditionalDependencies>
|
|
<ForceSymbolReferences>
|
|
</ForceSymbolReferences>
|
|
</Lib>
|
|
<ProjectReference />
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<AdditionalDependencies>opengl32.lib;glu32.lib;glew32s.lib;glfw3.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
</Link>
|
|
<Lib>
|
|
<AdditionalDependencies>OpenAL32.lib;opengl32.lib;glu32.lib;SOIL.lib;glew32s.lib;glfw3.lib;</AdditionalDependencies>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Camera.cpp" />
|
|
<ClCompile Include="Engine.h" />
|
|
<ClCompile Include="Frame.cpp" />
|
|
<ClCompile Include="GameFrame.cpp" />
|
|
<ClCompile Include="GUIManager.cpp" />
|
|
<ClCompile Include="MenuFrame.cpp" />
|
|
<ClCompile Include="Model.cpp" />
|
|
<ClCompile Include="Renderer.cpp" />
|
|
<ClCompile Include="ShaderProgram.cpp" />
|
|
<ClCompile Include="Systems\CollisionSystem.cpp" />
|
|
<ClCompile Include="Texture.cpp" />
|
|
<ClCompile Include="TextFrame.cpp" />
|
|
<ClCompile Include="World.cpp" />
|
|
<ClCompile Include="Systems\InputSystem.cpp" />
|
|
<ClCompile Include="Systems\LevelGenerationSystem.cpp" />
|
|
<ClCompile Include="Systems\ParticleSystem.cpp" />
|
|
<ClCompile Include="Systems\PlayerSystem.cpp" />
|
|
<ClCompile Include="Systems\RenderSystem.cpp" />
|
|
<ClCompile Include="Systems\SoundsSystem.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Camera.h" />
|
|
<ClInclude Include="Color.h" />
|
|
<ClInclude Include="Component.h" />
|
|
<ClInclude Include="Components\Camera.h" />
|
|
<ClInclude Include="Factory.h" />
|
|
<ClInclude Include="Components\Bounds.h" />
|
|
<ClInclude Include="Components\Collision.h" />
|
|
<ClInclude Include="Components\DirectionalLight.h" />
|
|
<ClInclude Include="Components\Input.h" />
|
|
<ClInclude Include="Components\Model.h" />
|
|
<ClInclude Include="Components\ParticleEmitter.h" />
|
|
<ClInclude Include="Components\PointLight.h" />
|
|
<ClInclude Include="Components\PowerUp.h" />
|
|
<ClInclude Include="Components\SoundEmitter.h" />
|
|
<ClInclude Include="Components\Sprite.h" />
|
|
<ClInclude Include="Components\Stat.h" />
|
|
<ClInclude Include="Components\Template.h" />
|
|
<ClInclude Include="Components\Transform.h" />
|
|
<ClInclude Include="Entity.h" />
|
|
<ClInclude Include="Frame.h" />
|
|
<ClInclude Include="GameFrame.h" />
|
|
<ClInclude Include="GameWorld.h" />
|
|
<ClInclude Include="GUIManager.h" />
|
|
<ClInclude Include="logging.h" />
|
|
<ClInclude Include="glerror.h" />
|
|
<ClInclude Include="MenuFrame.h" />
|
|
<ClInclude Include="Model.h" />
|
|
<ClInclude Include="Renderer.h" />
|
|
<ClInclude Include="ShaderProgram.h" />
|
|
<ClInclude Include="Systems\InputSystem.h" />
|
|
<ClInclude Include="System.h" />
|
|
<ClInclude Include="Systems\CollisionSystem.h" />
|
|
<ClInclude Include="Systems\LevelGenerationSystem.h" />
|
|
<ClInclude Include="Systems\ParticleSystem.h" />
|
|
<ClInclude Include="Systems\PlayerSystem.h" />
|
|
<ClInclude Include="Systems\RenderSystem.h" />
|
|
<ClInclude Include="Systems\SoundSystem.h" />
|
|
<ClInclude Include="Texture.h" />
|
|
<ClInclude Include="TextFrame.h" />
|
|
<ClInclude Include="World.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Fragment2.glsl" />
|
|
<None Include="Shaders\Fragment.glsl" />
|
|
<None Include="Shaders\Vertex.glsl" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |