diff options
Diffstat (limited to 'Projects/VisualStudio/Runner/Runner.vcxproj')
-rw-r--r-- | Projects/VisualStudio/Runner/Runner.vcxproj | 257 |
1 files changed, 0 insertions, 257 deletions
diff --git a/Projects/VisualStudio/Runner/Runner.vcxproj b/Projects/VisualStudio/Runner/Runner.vcxproj deleted file mode 100644 index 91f731c..0000000 --- a/Projects/VisualStudio/Runner/Runner.vcxproj +++ /dev/null @@ -1,257 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<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> - <ItemGroup> - <ClInclude Include="..\..\..\Runner\FileSystem\FileSystem.h" /> - <ClInclude Include="..\..\..\Runner\FileSystem\Unzip.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\Color.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\GpuDataBuffer.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\Device.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\DeviceDefine.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\FrameBuffer.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\OpenGL.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\RenderTexture.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\ImageData.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\PolyLine.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\Point.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\Quad.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\GlyphAtlas.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\Texture.h" /> - <ClInclude Include="..\..\..\Runner\Graphics\VertexBuffer.h" /> - <ClInclude Include="..\..\..\Runner\Input\Input.h" /> - <ClInclude Include="..\..\..\Runner\Math\AABB.h" /> - <ClInclude Include="..\..\..\Runner\Math\Vector2.h" /> - <ClInclude Include="..\..\..\Runner\Math\Vector3.h" /> - <ClInclude Include="..\..\..\Runner\Mesh\Font.h" /> - <ClInclude Include="..\..\..\Runner\Mesh\FontManager.h" /> - <ClInclude Include="..\..\..\Runner\Mesh\Glyph.h" /> - <ClInclude Include="..\..\..\Runner\Mesh\Mesh.h" /> - <ClInclude Include="..\..\..\Runner\Mesh\MeshUtil.h" /> - <ClInclude Include="..\..\..\Runner\Mesh\TextMesh.h" /> - <ClInclude Include="..\..\..\Runner\Profiler\FrameStats.h" /> - <ClInclude Include="..\..\..\Runner\Profiler\Profiler.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_cfunctions.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_class.hpp" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_config.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_enum.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_globalstate.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_internal.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_memberref.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_ref.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_reftable.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_state.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_utility.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_vm.h" /> - <ClInclude Include="..\..\..\Runner\Scripting\luax_watchdog.h" /> - <ClInclude Include="..\..\..\Runner\Shaders\ShaderChannel.h" /> - <ClInclude Include="..\..\..\Runner\Shaders\ShaderDefine.h" /> - <ClInclude Include="..\..\..\Runner\Shaders\ShaderUniform.h" /> - <ClInclude Include="..\..\..\Runner\Threads\Mutex.h" /> - <ClInclude Include="..\..\..\Runner\Threads\Semaphore.h" /> - <ClInclude Include="..\..\..\Runner\Threads\Thread.h" /> - <ClInclude Include="..\..\..\Runner\Utilities\Assert.h" /> - <ClInclude Include="..\..\..\Runner\Utilities\Base64.h" /> - <ClInclude Include="..\..\..\Runner\Utilities\Exception.h" /> - <ClInclude Include="..\..\..\Runner\Utilities\NonCopyable.h" /> - <ClInclude Include="..\..\..\Runner\Utilities\Singleton.h" /> - <ClInclude Include="..\..\..\Runner\Utilities\Type.h" /> - <ClInclude Include="..\..\..\Runner\Utilities\UIDGenerator.h" /> - <ClInclude Include="..\..\..\Runner\Utilities\Utf8.h" /> - <ClInclude Include="..\..\..\Runner\Utilities\UtilMacros.h" /> - </ItemGroup> - <ItemGroup> - <ClCompile Include="..\..\..\Runner\FileSystem\FileSystem.cpp" /> - <ClCompile Include="..\..\..\Runner\FileSystem\Unzip.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\GpuDataBuffer.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\Device.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\FrameBuffer.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\OpenGL.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\RenderTexture.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\ImageData.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\PolyLine.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\Point.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\Scripting\wrap_Device.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\Scripting\wrap_GL.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\Scripting\wrap_RenderTexture.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\Quad.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\GlyphAtlas.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\Texture.cpp" /> - <ClCompile Include="..\..\..\Runner\Graphics\VertexBuffer.cpp" /> - <ClCompile Include="..\..\..\Runner\Input\Input.cpp" /> - <ClCompile Include="..\..\..\Runner\Main.cpp" /> - <ClCompile Include="..\..\..\Runner\Math\Vector2.cpp" /> - <ClCompile Include="..\..\..\Runner\Math\Vector3.cpp" /> - <ClCompile Include="..\..\..\Runner\Mesh\Font.cpp" /> - <ClCompile Include="..\..\..\Runner\Mesh\Mesh.cpp" /> - <ClCompile Include="..\..\..\Runner\Physics\Scripting\wrap_Joint.cpp" /> - <ClCompile Include="..\..\..\Runner\Scripting\luax_cfunctions.cpp" /> - <ClCompile Include="..\..\..\Runner\Scripting\luax_class.cpp" /> - <ClCompile Include="..\..\..\Runner\Scripting\luax_enum.cpp" /> - <ClCompile Include="..\..\..\Runner\Scripting\luax_memberref.cpp" /> - <ClCompile Include="..\..\..\Runner\Scripting\luax_ref.cpp" /> - <ClCompile Include="..\..\..\Runner\Scripting\luax_reftable.cpp" /> - <ClCompile Include="..\..\..\Runner\Scripting\luax_state.cpp" /> - <ClCompile Include="..\..\..\Runner\Scripting\luax_vm.cpp" /> - <ClCompile Include="..\..\..\Runner\Scripting\luax_watchdog.cpp" /> - <ClCompile Include="..\..\..\Runner\Shaders\ShaderDefine.cpp" /> - <ClCompile Include="..\..\..\Runner\Threads\Mutex.cpp" /> - <ClCompile Include="..\..\..\Runner\Threads\Semaphore.cpp" /> - <ClCompile Include="..\..\..\Runner\Utilities\Base64.cpp" /> - <ClCompile Include="..\..\..\Runner\Utilities\Utf8.cpp" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\Box2D\Box2D.vcxproj"> - <Project>{12759f92-73f9-48bc-8808-9fe709dcd134}</Project> - </ProjectReference> - <ProjectReference Include="..\SDL2main\SDL2main.vcxproj"> - <Project>{9b542e6d-8677-4ad6-9a69-4650103906c5}</Project> - </ProjectReference> - <ProjectReference Include="..\SDL2\SDL2.vcxproj"> - <Project>{12b7b0f8-6581-4321-9627-3ee601100463}</Project> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <None Include="..\..\..\Runner\Scripting\luax_class.inc" /> - <None Include="..\..\..\Runner\Scripting\luax_state.inc" /> - </ItemGroup> - <PropertyGroup Label="Globals"> - <VCProjectVersion>15.0</VCProjectVersion> - <ProjectGuid>{4C26BDCC-CA08-4C43-8EFF-B62A204D5FBD}</ProjectGuid> - <RootNamespace>Runner</RootNamespace> - <WindowsTargetPlatformVersion>10.0.17763.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"> - <ConfigurationType>Application</ConfigurationType> - <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" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <OutDir>$(SolutionDir)..\..\Build</OutDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <OutDir>$(SolutionDir)..\..\Build</OutDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <OutDir>$(SolutionDir)..\..\Build</OutDir> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <OutDir>$(SolutionDir)..\..\Build</OutDir> - </PropertyGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <ClCompile> - <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> - <SDLCheck>true</SDLCheck> - <ConformanceMode>true</ConformanceMode> - <AdditionalIncludeDirectories>$(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - </Link> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <ClCompile> - <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> - <SDLCheck>true</SDLCheck> - <ConformanceMode>true</ConformanceMode> - <AdditionalIncludeDirectories>$(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - </Link> - </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> - <AdditionalIncludeDirectories>$(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <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> - <AdditionalIncludeDirectories>$(SolutionDir)..\..\ThirdParty\;$(SolutionDir)..\..\ThirdParty\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> - </ClCompile> - <Link> - <SubSystem>Console</SubSystem> - <EnableCOMDATFolding>true</EnableCOMDATFolding> - <OptimizeReferences>true</OptimizeReferences> - </Link> - </ItemDefinitionGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - </ImportGroup> -</Project>
\ No newline at end of file |