2018-09-05 20:26:50 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-09-04 19:25:54 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.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>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
|
|
|
<ProjectGuid>{C03B666E-F3CE-4223-977D-9D6E2952F22E}</ProjectGuid>
|
|
|
|
|
<RootNamespace>OpenGLEngine</RootNamespace>
|
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2018-10-11 05:26:24 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2018-09-04 19:25:54 +00:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
|
</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>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<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|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2018-09-05 15:47:09 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2018-10-11 05:26:24 +00:00
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2018-09-05 15:47:09 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2018-10-11 05:26:24 +00:00
|
|
|
|
<LibraryPath>$(SolutionDir)lib;$(LibraryPath)</LibraryPath>
|
2018-09-05 15:47:09 +00:00
|
|
|
|
</PropertyGroup>
|
2018-09-04 19:25:54 +00:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
2018-09-05 06:49:02 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2018-09-05 15:47:09 +00:00
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
2018-10-11 05:26:24 +00:00
|
|
|
|
<PreprocessorDefinitions>SHADER_PATH=R"($(SolutionDir)shaders\)";IMAGE_PATH=R"($(SolutionDir)images\)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2018-09-04 19:25:54 +00:00
|
|
|
|
</ClCompile>
|
2018-09-05 15:47:09 +00:00
|
|
|
|
<Link />
|
2018-09-05 20:26:50 +00:00
|
|
|
|
<PostBuildEvent>
|
2018-10-11 05:26:24 +00:00
|
|
|
|
<Message>Prepare LIB Information</Message>
|
|
|
|
|
<Command>copy "$(TargetPath)" "$(SolutionDir)lib\charcoal.lib"
|
|
|
|
|
copy "$(ProjectDir)*.h" "$(SolutionDir)include\charcoal\"</Command>
|
2018-09-05 20:26:50 +00:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
2018-10-11 05:26:24 +00:00
|
|
|
|
<Command>copy "$(SolutionDir)dll\*" "$(OutDir)"</Command>
|
2018-09-05 20:26:50 +00:00
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Copy DLLs</Message>
|
|
|
|
|
</PreBuildEvent>
|
2018-09-04 19:25:54 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<ConformanceMode>true</ConformanceMode>
|
2018-09-05 15:47:09 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
2018-10-11 05:26:24 +00:00
|
|
|
|
<PreprocessorDefinitions>SHADER_PATH=R"($(SolutionDir)shaders\)";IMAGE_PATH=R"($(SolutionDir)images\)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2018-09-04 19:25:54 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
2018-09-05 20:26:50 +00:00
|
|
|
|
<PostBuildEvent>
|
2018-10-11 05:26:24 +00:00
|
|
|
|
<Message>Prepare LIB Information</Message>
|
|
|
|
|
<Command>copy "$(TargetPath)" "$(SolutionDir)lib\charcoal.lib"
|
|
|
|
|
copy "$(ProjectDir)*.h" "$(SolutionDir)include\charcoal\"</Command>
|
2018-09-05 20:26:50 +00:00
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
2018-10-11 05:26:24 +00:00
|
|
|
|
<Command>copy "$(SolutionDir)dll\*" "$(OutDir)"</Command>
|
2018-09-05 20:26:50 +00:00
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Message>Copy DLLs</Message>
|
|
|
|
|
</PreBuildEvent>
|
2018-09-04 19:25:54 +00:00
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="Application.cpp" />
|
2018-09-08 04:06:10 +00:00
|
|
|
|
<ClCompile Include="Camera2D.cpp" />
|
2018-09-10 01:20:56 +00:00
|
|
|
|
<ClCompile Include="Camera3D.cpp" />
|
2018-09-04 19:25:54 +00:00
|
|
|
|
<ClCompile Include="FPS.cpp" />
|
2018-10-08 01:51:05 +00:00
|
|
|
|
<ClCompile Include="ImageLoader.cpp" />
|
|
|
|
|
<ClCompile Include="lodepng.cpp" />
|
2018-09-05 20:26:50 +00:00
|
|
|
|
<ClCompile Include="GLFWInputManager.cpp" />
|
2018-09-04 19:25:54 +00:00
|
|
|
|
<ClCompile Include="InputManager.cpp" />
|
2018-09-10 01:20:56 +00:00
|
|
|
|
<ClCompile Include="Poseable.cpp" />
|
2018-10-09 15:42:17 +00:00
|
|
|
|
<ClCompile Include="Poseable2D.cpp" />
|
2018-09-05 06:49:02 +00:00
|
|
|
|
<ClCompile Include="Shader.cpp" />
|
|
|
|
|
<ClCompile Include="ShaderProgram.cpp" />
|
2018-09-16 00:43:29 +00:00
|
|
|
|
<ClCompile Include="Sampler.cpp" />
|
2018-10-09 23:58:26 +00:00
|
|
|
|
<ClCompile Include="TextureFactory.cpp" />
|
2018-09-05 06:49:02 +00:00
|
|
|
|
<ClCompile Include="Util.cpp" />
|
2018-09-14 22:09:43 +00:00
|
|
|
|
<ClCompile Include="VertexFragmentShaderProgram.cpp" />
|
2018-09-04 19:25:54 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="Application.h" />
|
2018-09-05 20:26:50 +00:00
|
|
|
|
<ClInclude Include="Batch.h" />
|
2018-09-08 04:06:10 +00:00
|
|
|
|
<ClInclude Include="Camera.h" />
|
|
|
|
|
<ClInclude Include="Camera2D.h" />
|
2018-09-10 01:20:56 +00:00
|
|
|
|
<ClInclude Include="Camera3D.h" />
|
2018-09-08 04:06:10 +00:00
|
|
|
|
<ClInclude Include="constants.h" />
|
2018-09-07 03:22:40 +00:00
|
|
|
|
<ClInclude Include="DrawMode.h" />
|
2018-09-05 15:47:09 +00:00
|
|
|
|
<ClInclude Include="Exception.h" />
|
2018-09-04 19:25:54 +00:00
|
|
|
|
<ClInclude Include="FPS.h" />
|
2018-10-08 01:51:05 +00:00
|
|
|
|
<ClInclude Include="ImageLoader.h" />
|
|
|
|
|
<ClInclude Include="lodepng.h" />
|
2018-09-16 00:43:29 +00:00
|
|
|
|
<ClInclude Include="Sampler.h" />
|
2018-10-09 15:42:17 +00:00
|
|
|
|
<ClInclude Include="Poseable2D.h" />
|
2018-09-16 00:43:29 +00:00
|
|
|
|
<ClInclude Include="Texture.h" />
|
|
|
|
|
<ClInclude Include="TextureFactory.h" />
|
|
|
|
|
<ClInclude Include="TextureRenderable.h" />
|
2018-09-13 04:51:47 +00:00
|
|
|
|
<ClInclude Include="VertexFragmentShaderProgram.h" />
|
2018-09-05 20:26:50 +00:00
|
|
|
|
<ClInclude Include="GLFWInputManager.h" />
|
2018-09-04 19:25:54 +00:00
|
|
|
|
<ClInclude Include="InputManager.h" />
|
2018-09-05 15:47:09 +00:00
|
|
|
|
<ClInclude Include="Mesh.h" />
|
2018-09-07 03:22:40 +00:00
|
|
|
|
<ClInclude Include="MeshFactory.h" />
|
2018-09-10 01:20:56 +00:00
|
|
|
|
<ClInclude Include="Poseable.h" />
|
2018-09-05 06:49:02 +00:00
|
|
|
|
<ClInclude Include="Renderable.h" />
|
2018-09-04 19:25:54 +00:00
|
|
|
|
<ClInclude Include="Scene.h" />
|
2018-09-05 06:49:02 +00:00
|
|
|
|
<ClInclude Include="Shader.h" />
|
|
|
|
|
<ClInclude Include="ShaderProgram.h" />
|
2018-10-10 21:44:15 +00:00
|
|
|
|
<ClInclude Include="deps.h" />
|
2018-09-05 06:49:02 +00:00
|
|
|
|
<ClInclude Include="Util.h" />
|
|
|
|
|
</ItemGroup>
|
2018-09-04 19:25:54 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|