258 lines
12 KiB
XML
258 lines
12 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="Debug|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{BD166836-4A63-47F6-A8A7-A535D99A5F75}</ProjectGuid>
|
|||
|
<RootNamespace>Systems</RootNamespace>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
</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" />
|
|||
|
<Import Project="..\Aurora_x86.props" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="..\Aurora_x64.props" />
|
|||
|
</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" />
|
|||
|
<Import Project="..\Aurora_x86.props" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="..\Aurora_x64.props" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<CustomBuildAfterTargets>
|
|||
|
</CustomBuildAfterTargets>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<CustomBuildAfterTargets />
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<ExceptionHandling>Async</ExceptionHandling>
|
|||
|
<MinimalRebuild>false</MinimalRebuild>
|
|||
|
<AdditionalIncludeDirectories>$(SolutionDir)\External\glfw\include;$(SolutionDir)\External\libRocket\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
</Link>
|
|||
|
<Lib>
|
|||
|
<AdditionalDependencies>
|
|||
|
</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>
|
|||
|
</AdditionalLibraryDirectories>
|
|||
|
</Lib>
|
|||
|
<CustomBuildStep>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
</CustomBuildStep>
|
|||
|
<PostBuildEvent>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
</PostBuildEvent>
|
|||
|
<PostBuildEvent>
|
|||
|
<Message>
|
|||
|
</Message>
|
|||
|
</PostBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<ExceptionHandling>Async</ExceptionHandling>
|
|||
|
<MinimalRebuild>false</MinimalRebuild>
|
|||
|
<AdditionalIncludeDirectories>$(SolutionDir)\External\glfw\include;$(SolutionDir)\External\libRocket\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
</Link>
|
|||
|
<Lib>
|
|||
|
<AdditionalDependencies>
|
|||
|
</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>
|
|||
|
</AdditionalLibraryDirectories>
|
|||
|
</Lib>
|
|||
|
<CustomBuildStep>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
</CustomBuildStep>
|
|||
|
<PostBuildEvent>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
</PostBuildEvent>
|
|||
|
<PostBuildEvent>
|
|||
|
<Message>
|
|||
|
</Message>
|
|||
|
</PostBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
<ExceptionHandling>Async</ExceptionHandling>
|
|||
|
<MinimalRebuild>false</MinimalRebuild>
|
|||
|
<PreprocessorDefinitions>_UNICODE;UNICODE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AdditionalIncludeDirectories>$(SolutionDir)\External\glfw\include;$(SolutionDir)\External\libRocket\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
</Link>
|
|||
|
<Lib>
|
|||
|
<AdditionalDependencies>
|
|||
|
</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>
|
|||
|
</AdditionalLibraryDirectories>
|
|||
|
</Lib>
|
|||
|
<PostBuildEvent>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
<Message>
|
|||
|
</Message>
|
|||
|
</PostBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<ClCompile>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|||
|
<ExceptionHandling>Async</ExceptionHandling>
|
|||
|
<MinimalRebuild>false</MinimalRebuild>
|
|||
|
<PreprocessorDefinitions>_UNICODE;UNICODE;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AdditionalIncludeDirectories>$(SolutionDir)\External\glfw\include;$(SolutionDir)\External\libRocket\Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
</Link>
|
|||
|
<Lib>
|
|||
|
<AdditionalDependencies>
|
|||
|
</AdditionalDependencies>
|
|||
|
<AdditionalLibraryDirectories>
|
|||
|
</AdditionalLibraryDirectories>
|
|||
|
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
|
|||
|
</Lib>
|
|||
|
<PostBuildEvent>
|
|||
|
<Command>
|
|||
|
</Command>
|
|||
|
<Message>
|
|||
|
</Message>
|
|||
|
</PostBuildEvent>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="AssetSystem\AssetSystem.h" />
|
|||
|
<ClInclude Include="EntitySystem\EntitySystem.h" />
|
|||
|
<ClInclude Include="GUISystem\GUIDocument.h" />
|
|||
|
<ClInclude Include="GUISystem\GUIElement.h" />
|
|||
|
<ClInclude Include="GUISystem\GUISystem.h" />
|
|||
|
<ClInclude Include="GUISystem\IGUIInstancer.h" />
|
|||
|
<ClInclude Include="GUISystem\ReferenceCountable.h" />
|
|||
|
<ClInclude Include="IAssetSystem.h" />
|
|||
|
<ClInclude Include="IEntity.h" />
|
|||
|
<ClInclude Include="IEntitySystem.h" />
|
|||
|
<ClInclude Include="IGame.h" />
|
|||
|
<ClInclude Include="IGUIDocument.h" />
|
|||
|
<ClInclude Include="IGUIElement.h" />
|
|||
|
<ClInclude Include="IGUISystem.h" />
|
|||
|
<ClInclude Include="ILogSystem.h" />
|
|||
|
<ClInclude Include="ISystem.h" />
|
|||
|
<ClInclude Include="ITimeSystem.h" />
|
|||
|
<ClInclude Include="IUpdateable.h" />
|
|||
|
<ClInclude Include="LogSystem\FileLogSystem\FileLogSystem.h" />
|
|||
|
<ClInclude Include="LogSystem\MultiLogSystem\MultiLogSystem.h" />
|
|||
|
<ClInclude Include="LogSystem\RocketLogSystem\RocketLogSystem.h" />
|
|||
|
<ClInclude Include="LogSystem\ThreadsafeLogSystem\ThreadsafeLogSystem.h" />
|
|||
|
<ClInclude Include="RocketLibSystem\Input.h" />
|
|||
|
<ClInclude Include="RocketLibSystem\InputGLFW.h" />
|
|||
|
<ClInclude Include="RocketLibSystem\RocketLibSystem.h" />
|
|||
|
<ClInclude Include="RocketLibSystem\RocketLibSystemFileInterface.h" />
|
|||
|
<ClInclude Include="RocketLibSystem\RocketLibSystemOpenGL.h" />
|
|||
|
<ClInclude Include="RocketLibSystem\RocketLibSystemRenderInterfaceOpenGL.h" />
|
|||
|
<ClInclude Include="RocketLibSystem\RocketLibSystemSystemInterface.h" />
|
|||
|
<ClInclude Include="Systems.h" />
|
|||
|
<ClInclude Include="SystemTable.h" />
|
|||
|
<ClInclude Include="TimeSystem\TimeSystem.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="AssetSystem\AssetSystem.cpp" />
|
|||
|
<ClCompile Include="EntitySystem\EntitySystem.cpp" />
|
|||
|
<ClCompile Include="GUISystem\GUIDocument.cpp" />
|
|||
|
<ClCompile Include="GUISystem\GUIElement.cpp" />
|
|||
|
<ClCompile Include="GUISystem\GUISystem.cpp" />
|
|||
|
<ClCompile Include="GUISystem\ReferenceCountable.cpp" />
|
|||
|
<ClCompile Include="LogSystem\FileLogSystem\FileLogSystem.cpp" />
|
|||
|
<ClCompile Include="LogSystem\MultiLogSystem\MultiLogSystem.cpp" />
|
|||
|
<ClCompile Include="LogSystem\RocketLogSystem\RocketLogSystem.cpp" />
|
|||
|
<ClCompile Include="LogSystem\ThreadsafeLogSystem\ThreadsafeLogSystem_PlatformWindows.cpp" />
|
|||
|
<ClCompile Include="RocketLibSystem\Input.cpp" />
|
|||
|
<ClCompile Include="RocketLibSystem\InputGLFW.cpp">
|
|||
|
<FunctionLevelLinking Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</FunctionLevelLinking>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="RocketLibSystem\RocketLibSystem.cpp" />
|
|||
|
<ClCompile Include="RocketLibSystem\RocketLibSystemFileInterface.cpp" />
|
|||
|
<ClCompile Include="RocketLibSystem\RocketLibSystemRenderInterfaceOpenGL.cpp" />
|
|||
|
<ClCompile Include="RocketLibSystem\RocketLibSystemSystemInterface.cpp" />
|
|||
|
<ClCompile Include="RocketLibSystem\RocketLibSystemGLFW.cpp" />
|
|||
|
<ClCompile Include="Systems.cpp" />
|
|||
|
<ClCompile Include="TimeSystem\TimeSystem.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="Definitions.inl" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|