diff options
Diffstat (limited to 'Build/external')
72 files changed, 4731 insertions, 0 deletions
diff --git a/Build/external/Box2D/box2d.vcxproj b/Build/external/Box2D/box2d.vcxproj new file mode 100644 index 0000000..a599c01 --- /dev/null +++ b/Build/external/Box2D/box2d.vcxproj @@ -0,0 +1,221 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{4122CC44-1E4C-4A08-B16F-1A650585EBD4}</ProjectGuid> + <RootNamespace>Box2D</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </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)..\Source\external\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </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> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Box2D\Box2D.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2BroadPhase.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2Collision.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2Distance.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2DynamicTree.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2TimeOfImpact.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2ChainShape.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2CircleShape.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2EdgeShape.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2PolygonShape.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2Shape.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2BlockAllocator.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2Draw.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2GrowableStack.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2Math.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2Settings.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2StackAllocator.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2Timer.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2Body.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2ContactManager.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2Fixture.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2Island.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2TimeStep.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2World.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2WorldCallbacks.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ChainAndCircleContact.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ChainAndPolygonContact.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2CircleContact.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2Contact.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ContactSolver.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2EdgeAndCircleContact.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2EdgeAndPolygonContact.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2PolygonAndCircleContact.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2PolygonContact.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2DistanceJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2FrictionJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2GearJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2Joint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2MotorJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2MouseJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2PrismaticJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2PulleyJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2RevoluteJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2RopeJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2WeldJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2WheelJoint.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Rope\b2Rope.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2BroadPhase.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2CollideCircle.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2CollideEdge.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2CollidePolygon.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2Collision.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2Distance.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2DynamicTree.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2TimeOfImpact.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2ChainShape.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2CircleShape.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2EdgeShape.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2PolygonShape.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2BlockAllocator.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2Draw.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2Math.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2Settings.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2StackAllocator.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2Timer.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2Body.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2ContactManager.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2Fixture.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2Island.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2World.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2WorldCallbacks.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ChainAndCircleContact.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ChainAndPolygonContact.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2CircleContact.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2Contact.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ContactSolver.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2EdgeAndCircleContact.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2EdgeAndPolygonContact.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2PolygonAndCircleContact.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2PolygonContact.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2DistanceJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2FrictionJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2GearJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2Joint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2MotorJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2MouseJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2PrismaticJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2PulleyJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2RevoluteJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2RopeJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2WeldJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2WheelJoint.cpp" /> + <ClCompile Include="..\..\..\Source\external\Box2D\Rope\b2Rope.cpp" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/Box2D/box2d.vcxproj.filters b/Build/external/Box2D/box2d.vcxproj.filters new file mode 100644 index 0000000..f6a184d --- /dev/null +++ b/Build/external/Box2D/box2d.vcxproj.filters @@ -0,0 +1,307 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Collision"> + <UniqueIdentifier>{54962725-7c7b-450f-83e8-9e47db0acd9d}</UniqueIdentifier> + </Filter> + <Filter Include="Common"> + <UniqueIdentifier>{0e29a4d3-8d20-4856-80fa-e76df88b4b7c}</UniqueIdentifier> + </Filter> + <Filter Include="Dynamics"> + <UniqueIdentifier>{15794cf3-b31e-4a81-8e15-d4dfd1d17e4d}</UniqueIdentifier> + </Filter> + <Filter Include="Rope"> + <UniqueIdentifier>{cf0b3c53-c1c7-4fcf-8796-ff872c83d53e}</UniqueIdentifier> + </Filter> + <Filter Include="Collision\Shapes"> + <UniqueIdentifier>{ea9586f4-ee8c-4416-b1a4-184ba3dfafc4}</UniqueIdentifier> + </Filter> + <Filter Include="Dynamics\Contacts"> + <UniqueIdentifier>{ffd86797-9317-40cf-92d2-e1dab63ad857}</UniqueIdentifier> + </Filter> + <Filter Include="Dynamics\Joints"> + <UniqueIdentifier>{aee7169a-a4bd-4889-8d5b-7292f7a5ecbe}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Box2D\Box2D.h" /> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2BroadPhase.h"> + <Filter>Collision</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2Collision.h"> + <Filter>Collision</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2Distance.h"> + <Filter>Collision</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2DynamicTree.h"> + <Filter>Collision</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\b2TimeOfImpact.h"> + <Filter>Collision</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2ChainShape.h"> + <Filter>Collision\Shapes</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2CircleShape.h"> + <Filter>Collision\Shapes</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2EdgeShape.h"> + <Filter>Collision\Shapes</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2PolygonShape.h"> + <Filter>Collision\Shapes</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2Shape.h"> + <Filter>Collision\Shapes</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2BlockAllocator.h"> + <Filter>Common</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2Draw.h"> + <Filter>Common</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2GrowableStack.h"> + <Filter>Common</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2Math.h"> + <Filter>Common</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2Settings.h"> + <Filter>Common</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2StackAllocator.h"> + <Filter>Common</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Common\b2Timer.h"> + <Filter>Common</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2Body.h"> + <Filter>Dynamics</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2ContactManager.h"> + <Filter>Dynamics</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2Fixture.h"> + <Filter>Dynamics</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2Island.h"> + <Filter>Dynamics</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2TimeStep.h"> + <Filter>Dynamics</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2World.h"> + <Filter>Dynamics</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\b2WorldCallbacks.h"> + <Filter>Dynamics</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2DistanceJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2FrictionJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2GearJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2Joint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2MotorJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2MouseJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2PrismaticJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2PulleyJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2RevoluteJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2RopeJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2WeldJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2WheelJoint.h"> + <Filter>Dynamics\Joints</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ChainAndCircleContact.h"> + <Filter>Dynamics\Contacts</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ChainAndPolygonContact.h"> + <Filter>Dynamics\Contacts</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2CircleContact.h"> + <Filter>Dynamics\Contacts</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2Contact.h"> + <Filter>Dynamics\Contacts</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ContactSolver.h"> + <Filter>Dynamics\Contacts</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2EdgeAndCircleContact.h"> + <Filter>Dynamics\Contacts</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2EdgeAndPolygonContact.h"> + <Filter>Dynamics\Contacts</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2PolygonAndCircleContact.h"> + <Filter>Dynamics\Contacts</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2PolygonContact.h"> + <Filter>Dynamics\Contacts</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\Box2D\Rope\b2Rope.h"> + <Filter>Rope</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2BroadPhase.cpp"> + <Filter>Collision</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2CollideCircle.cpp"> + <Filter>Collision</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2CollideEdge.cpp"> + <Filter>Collision</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2CollidePolygon.cpp"> + <Filter>Collision</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2Collision.cpp"> + <Filter>Collision</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2Distance.cpp"> + <Filter>Collision</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2DynamicTree.cpp"> + <Filter>Collision</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\b2TimeOfImpact.cpp"> + <Filter>Collision</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2ChainShape.cpp"> + <Filter>Collision\Shapes</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2CircleShape.cpp"> + <Filter>Collision\Shapes</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2EdgeShape.cpp"> + <Filter>Collision\Shapes</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Collision\Shapes\b2PolygonShape.cpp"> + <Filter>Collision\Shapes</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2BlockAllocator.cpp"> + <Filter>Common</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2Draw.cpp"> + <Filter>Common</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2Math.cpp"> + <Filter>Common</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2Settings.cpp"> + <Filter>Common</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2StackAllocator.cpp"> + <Filter>Common</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Common\b2Timer.cpp"> + <Filter>Common</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2Body.cpp"> + <Filter>Dynamics</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2ContactManager.cpp"> + <Filter>Dynamics</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2Fixture.cpp"> + <Filter>Dynamics</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2Island.cpp"> + <Filter>Dynamics</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2World.cpp"> + <Filter>Dynamics</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\b2WorldCallbacks.cpp"> + <Filter>Dynamics</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2DistanceJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2FrictionJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2GearJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2Joint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2MotorJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2MouseJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2PrismaticJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2PulleyJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2RevoluteJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2RopeJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2WeldJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Joints\b2WheelJoint.cpp"> + <Filter>Dynamics\Joints</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ChainAndCircleContact.cpp"> + <Filter>Dynamics\Contacts</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ChainAndPolygonContact.cpp"> + <Filter>Dynamics\Contacts</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2CircleContact.cpp"> + <Filter>Dynamics\Contacts</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2Contact.cpp"> + <Filter>Dynamics\Contacts</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2ContactSolver.cpp"> + <Filter>Dynamics\Contacts</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2EdgeAndCircleContact.cpp"> + <Filter>Dynamics\Contacts</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2EdgeAndPolygonContact.cpp"> + <Filter>Dynamics\Contacts</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2PolygonAndCircleContact.cpp"> + <Filter>Dynamics\Contacts</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Dynamics\Contacts\b2PolygonContact.cpp"> + <Filter>Dynamics\Contacts</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\Box2D\Rope\b2Rope.cpp"> + <Filter>Rope</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/Box2D/box2d.vcxproj.user b/Build/external/Box2D/box2d.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/Box2D/box2d.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/LodePNG/LodePNG.vcxproj b/Build/external/LodePNG/LodePNG.vcxproj new file mode 100644 index 0000000..82a2749 --- /dev/null +++ b/Build/external/LodePNG/LodePNG.vcxproj @@ -0,0 +1,126 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{5AE9F39B-1885-4F81-96B1-121BB64F9939}</ProjectGuid> + <RootNamespace>LodePNG</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\lodepng\lodepng.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\lodepng\lodepng.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/LodePNG/LodePNG.vcxproj.filters b/Build/external/LodePNG/LodePNG.vcxproj.filters new file mode 100644 index 0000000..34d5a30 --- /dev/null +++ b/Build/external/LodePNG/LodePNG.vcxproj.filters @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\lodepng\lodepng.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\lodepng\lodepng.h" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/LodePNG/LodePNG.vcxproj.user b/Build/external/LodePNG/LodePNG.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/LodePNG/LodePNG.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/LuaJIT/LuaJIT.vcxproj b/Build/external/LuaJIT/LuaJIT.vcxproj new file mode 100644 index 0000000..88e8845 --- /dev/null +++ b/Build/external/LuaJIT/LuaJIT.vcxproj @@ -0,0 +1,122 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{6F250ED2-F61B-4EB6-BF01-9AFE1409E8D4}</ProjectGuid> + <RootNamespace>LuaJIT</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"> + <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 /> + <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> + </ClCompile> + </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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/LuaJIT/LuaJIT.vcxproj.filters b/Build/external/LuaJIT/LuaJIT.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/LuaJIT/LuaJIT.vcxproj.filters @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
\ No newline at end of file diff --git a/Build/external/LuaJIT/LuaJIT.vcxproj.user b/Build/external/LuaJIT/LuaJIT.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/LuaJIT/LuaJIT.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/LuaSocket/LuaSocket.vcxproj b/Build/external/LuaSocket/LuaSocket.vcxproj new file mode 100644 index 0000000..aaf933a --- /dev/null +++ b/Build/external/LuaSocket/LuaSocket.vcxproj @@ -0,0 +1,122 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{E15D111A-9E02-4E0D-86FE-62BFCD3C211E}</ProjectGuid> + <RootNamespace>LuaSocket</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/LuaSocket/LuaSocket.vcxproj.filters b/Build/external/LuaSocket/LuaSocket.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/LuaSocket/LuaSocket.vcxproj.filters @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
\ No newline at end of file diff --git a/Build/external/LuaSocket/LuaSocket.vcxproj.user b/Build/external/LuaSocket/LuaSocket.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/LuaSocket/LuaSocket.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/Luax/Luax.vcxproj b/Build/external/Luax/Luax.vcxproj new file mode 100644 index 0000000..4ea48a3 --- /dev/null +++ b/Build/external/Luax/Luax.vcxproj @@ -0,0 +1,163 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{1350CEE9-B2C2-426A-AF4E-F651D51DD592}</ProjectGuid> + <RootNamespace>Luax</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"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</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|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <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> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </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> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Luax\luax.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_cfunctions.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_class.hpp" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_config.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_globalstate.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_internal.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_utility.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_vm.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_enum.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_memberref.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_ref.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_reftable.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_state.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_watchdog.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Luax\luax_cfunctions.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_class.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_vm.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_enum.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_memberref.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_ref.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_reftable.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_state.cpp" /> + <ClCompile Include="..\..\..\source\external\Luax\luax_watchdog.cpp" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\lua51\lua51.vcxproj"> + <Project>{8b8fca14-fc8a-45b4-bf3c-9340cb586076}</Project> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <None Include="..\..\..\source\external\Luax\luax_class.inc" /> + <None Include="..\..\..\source\external\Luax\luax_state.inc" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/Luax/Luax.vcxproj.filters b/Build/external/Luax/Luax.vcxproj.filters new file mode 100644 index 0000000..9029fa7 --- /dev/null +++ b/Build/external/Luax/Luax.vcxproj.filters @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Luax\luax.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_ref.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_state.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_config.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_reftable.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_class.hpp" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_enum.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_cfunctions.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_memberref.h" /> + <ClInclude Include="..\..\..\Source\external\Luax\luax_vm.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_internal.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_globalstate.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_watchdog.h" /> + <ClInclude Include="..\..\..\source\external\Luax\luax_utility.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Luax\luax_ref.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_state.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_reftable.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_enum.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_cfunctions.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_memberref.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_class.cpp" /> + <ClCompile Include="..\..\..\Source\external\Luax\luax_vm.cpp" /> + <ClCompile Include="..\..\..\source\external\Luax\luax_watchdog.cpp" /> + </ItemGroup> + <ItemGroup> + <None Include="..\..\..\source\external\Luax\luax_class.inc" /> + <None Include="..\..\..\source\external\Luax\luax_state.inc" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/Luax/Luax.vcxproj.user b/Build/external/Luax/Luax.vcxproj.user new file mode 100644 index 0000000..baf2417 --- /dev/null +++ b/Build/external/Luax/Luax.vcxproj.user @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ShowAllFiles>false</ShowAllFiles> + </PropertyGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/OpenAL/OpenAL.vcxproj b/Build/external/OpenAL/OpenAL.vcxproj new file mode 100644 index 0000000..1bd8299 --- /dev/null +++ b/Build/external/OpenAL/OpenAL.vcxproj @@ -0,0 +1,122 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{38019689-27C2-488F-9C50-36CA6930CEB7}</ProjectGuid> + <RootNamespace>OpenAL</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/OpenAL/OpenAL.vcxproj.filters b/Build/external/OpenAL/OpenAL.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/external/OpenAL/OpenAL.vcxproj.filters @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="源文件"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="头文件"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="资源文件"> + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/OpenAL/OpenAL.vcxproj.user b/Build/external/OpenAL/OpenAL.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/OpenAL/OpenAL.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/Plotscript/Plotscript.vcxproj b/Build/external/Plotscript/Plotscript.vcxproj new file mode 100644 index 0000000..d37cc0e --- /dev/null +++ b/Build/external/Plotscript/Plotscript.vcxproj @@ -0,0 +1,124 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{2822F737-EEFA-4C74-872C-1EE0793E2221}</ProjectGuid> + <RootNamespace>Plotscript</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + <ProjectName>plotscript</ProjectName> + </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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\..\source\external\Plotscript\plot.c" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/Plotscript/Plotscript.vcxproj.filters b/Build/external/Plotscript/Plotscript.vcxproj.filters new file mode 100644 index 0000000..6467eeb --- /dev/null +++ b/Build/external/Plotscript/Plotscript.vcxproj.filters @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\source\external\Plotscript\plot.c" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/Plotscript/Plotscript.vcxproj.user b/Build/external/Plotscript/Plotscript.vcxproj.user new file mode 100644 index 0000000..baf2417 --- /dev/null +++ b/Build/external/Plotscript/Plotscript.vcxproj.user @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ShowAllFiles>false</ShowAllFiles> + </PropertyGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/SDL2/SDL2.vcxproj b/Build/external/SDL2/SDL2.vcxproj new file mode 100644 index 0000000..fe49590 --- /dev/null +++ b/Build/external/SDL2/SDL2.vcxproj @@ -0,0 +1,309 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{208B9CB8-2101-42A9-9502-0CF54912BC57}</ProjectGuid> + <RootNamespace>SDL2</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>NotSet</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>NotSet</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|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>false</SDLCheck> + <ConformanceMode>false</ConformanceMode> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <BufferSecurityCheck>false</BufferSecurityCheck> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <OmitDefaultLibName>true</OmitDefaultLibName> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + <BasicRuntimeChecks>Default</BasicRuntimeChecks> + </ClCompile> + <Link> + <AdditionalDependencies>setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies> + <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> + <SubSystem>Windows</SubSystem> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </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)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </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>false</SDLCheck> + <ConformanceMode>false</ConformanceMode> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <BufferSecurityCheck>false</BufferSecurityCheck> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> + <OmitDefaultLibName>true</OmitDefaultLibName> + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + <AdditionalDependencies>setupapi.lib;winmm.lib;imm32.lib;version.lib;%(AdditionalDependencies)</AdditionalDependencies> + <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> + <SubSystem>Windows</SubSystem> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\SDL2\include\close_code.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\audio\SDL_audiodev_c.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\audio\SDL_audio_c.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\core\windows\SDL_directx.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\events\blank_cursor.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\events\default_cursor.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\libm\math_libm.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\libm\math_private.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\SDL2\src\atomic\SDL_atomic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\atomic\SDL_spinlock.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\directsound\SDL_directsound.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\disk\SDL_diskaudio.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\dummy\SDL_dummyaudio.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_audio.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_audiocvt.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_audiodev.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_audiotypecvt.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_mixer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_wave.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\winmm\SDL_winmm.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\wasapi\SDL_wasapi.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\wasapi\SDL_wasapi_win32.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\core\windows\SDL_windows.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\core\windows\SDL_xinput.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\cpuinfo\SDL_cpuinfo.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\dynapi\SDL_dynapi.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_clipboardevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_displayevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_dropevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_events.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_gesture.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_keyboard.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_mouse.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_quit.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_touch.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_windowevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\file\SDL_rwops.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\filesystem\windows\SDL_sysfilesystem.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\haptic\SDL_haptic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\haptic\windows\SDL_dinputhaptic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\haptic\windows\SDL_windowshaptic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\haptic\windows\SDL_xinputhaptic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\hidapi\windows\hid.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapijoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapi_ps4.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapi_switch.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapi_xbox360.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapi_xboxone.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\SDL_gamecontroller.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\SDL_joystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\windows\SDL_dinputjoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\windows\SDL_mmjoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\windows\SDL_windowsjoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\windows\SDL_xinputjoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_atan2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_exp.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_fmod.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_log.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_log10.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_pow.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_rem_pio2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_sqrt.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\k_cos.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\k_rem_pio2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\k_sin.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\k_tan.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_atan.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_copysign.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_cos.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_fabs.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_floor.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_scalbn.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_sin.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_tan.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\loadso\windows\SDL_sysloadso.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\power\SDL_power.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\power\windows\SDL_syspower.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\direct3d11\SDL_shaders_d3d11.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\direct3d\SDL_render_d3d.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\direct3d11\SDL_render_d3d11.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\direct3d\SDL_shaders_d3d.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\opengl\SDL_render_gl.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\opengl\SDL_shaders_gl.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\opengles2\SDL_render_gles2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\opengles2\SDL_shaders_gles2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\SDL_d3dmath.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\SDL_render.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\SDL_yuv_sw.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_blendfillrect.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_blendline.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_blendpoint.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_drawline.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_drawpoint.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_render_sw.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_rotate.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_assert.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_dataqueue.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_error.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_hints.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_log.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\sensor\dummy\SDL_dummysensor.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\sensor\SDL_sensor.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_getenv.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_iconv.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_malloc.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_qsort.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_stdlib.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_string.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\generic\SDL_syscond.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\SDL_thread.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\windows\SDL_sysmutex.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\windows\SDL_syssem.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\windows\SDL_systhread.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\windows\SDL_systls.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\timer\SDL_timer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\timer\windows\SDL_systimer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\dummy\SDL_nullevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\dummy\SDL_nullframebuffer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\dummy\SDL_nullvideo.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_0.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_1.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_A.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_auto.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_copy.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_N.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_slow.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_bmp.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_clipboard.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_egl.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_fillrect.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_pixels.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_rect.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_RLEaccel.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_shape.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_stretch.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_surface.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_video.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_vulkan_utils.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_yuv.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsclipboard.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsframebuffer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowskeyboard.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsmessagebox.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsmodes.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsmouse.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsopengl.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsopengles.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsshape.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsvideo.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsvulkan.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowswindow.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\yuv2rgb\yuv_rgb.c" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/SDL2/SDL2.vcxproj.filters b/Build/external/SDL2/SDL2.vcxproj.filters new file mode 100644 index 0000000..b8e4d98 --- /dev/null +++ b/Build/external/SDL2/SDL2.vcxproj.filters @@ -0,0 +1,162 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\SDL2\src\atomic\SDL_atomic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\atomic\SDL_spinlock.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\directsound\SDL_directsound.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\disk\SDL_diskaudio.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\dummy\SDL_dummyaudio.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_audio.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_audiocvt.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_audiodev.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_audiotypecvt.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_mixer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\SDL_wave.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\winmm\SDL_winmm.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\wasapi\SDL_wasapi.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\audio\wasapi\SDL_wasapi_win32.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\core\windows\SDL_windows.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\core\windows\SDL_xinput.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\cpuinfo\SDL_cpuinfo.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\dynapi\SDL_dynapi.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_clipboardevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_dropevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_events.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_gesture.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_keyboard.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_mouse.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_quit.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_touch.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_windowevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\file\SDL_rwops.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\filesystem\windows\SDL_sysfilesystem.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\haptic\SDL_haptic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\haptic\windows\SDL_dinputhaptic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\haptic\windows\SDL_windowshaptic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\haptic\windows\SDL_xinputhaptic.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\SDL_gamecontroller.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\SDL_joystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\windows\SDL_dinputjoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\windows\SDL_mmjoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\windows\SDL_windowsjoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\windows\SDL_xinputjoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_atan2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_fmod.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_log.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_log10.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_pow.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_rem_pio2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_sqrt.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\k_cos.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\k_rem_pio2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\k_sin.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\k_tan.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_atan.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_copysign.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_cos.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_fabs.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_floor.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_scalbn.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_sin.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\s_tan.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\loadso\windows\SDL_sysloadso.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\power\SDL_power.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\power\windows\SDL_syspower.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\direct3d11\SDL_shaders_d3d11.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\direct3d\SDL_render_d3d.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\direct3d11\SDL_render_d3d11.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\direct3d\SDL_shaders_d3d.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\opengl\SDL_render_gl.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\opengl\SDL_shaders_gl.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\opengles2\SDL_render_gles2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\opengles2\SDL_shaders_gles2.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\SDL_d3dmath.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\SDL_render.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\SDL_yuv_sw.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_blendfillrect.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_blendline.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_blendpoint.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_drawline.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_drawpoint.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_render_sw.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\render\software\SDL_rotate.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_assert.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_dataqueue.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_error.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_hints.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\SDL_log.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_getenv.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_iconv.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_malloc.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_qsort.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_stdlib.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\stdlib\SDL_string.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\generic\SDL_syscond.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\SDL_thread.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\windows\SDL_sysmutex.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\windows\SDL_syssem.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\windows\SDL_systhread.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\thread\windows\SDL_systls.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\timer\SDL_timer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\timer\windows\SDL_systimer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\dummy\SDL_nullevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\dummy\SDL_nullframebuffer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\dummy\SDL_nullvideo.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_0.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_1.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_A.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_auto.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_copy.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_N.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_blit_slow.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_bmp.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_clipboard.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_egl.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_fillrect.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_pixels.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_rect.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_RLEaccel.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_shape.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_stretch.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_surface.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_video.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_vulkan_utils.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\SDL_yuv.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsclipboard.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsframebuffer.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowskeyboard.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsmessagebox.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsmodes.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsmouse.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsopengl.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsopengles.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsshape.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsvideo.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowsvulkan.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\windows\SDL_windowswindow.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\video\yuv2rgb\yuv_rgb.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\libm\e_exp.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\hidapi\windows\hid.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\events\SDL_displayevents.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\sensor\dummy\SDL_dummysensor.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapi_ps4.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapi_switch.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapi_xbox360.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapi_xboxone.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\joystick\hidapi\SDL_hidapijoystick.c" /> + <ClCompile Include="..\..\..\Source\external\SDL2\src\sensor\SDL_sensor.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\SDL2\include\close_code.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\core\windows\SDL_directx.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\events\blank_cursor.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\events\default_cursor.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\libm\math_libm.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\libm\math_private.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\audio\SDL_audio_c.h" /> + <ClInclude Include="..\..\..\Source\external\SDL2\src\audio\SDL_audiodev_c.h" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/SDL2/SDL2.vcxproj.user b/Build/external/SDL2/SDL2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/SDL2/SDL2.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/SDL2main/SDL2main.vcxproj b/Build/external/SDL2main/SDL2main.vcxproj new file mode 100644 index 0000000..5945257 --- /dev/null +++ b/Build/external/SDL2main/SDL2main.vcxproj @@ -0,0 +1,134 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{E34EAF11-27F4-41E9-BBC6-9CE5DE3359BA}</ProjectGuid> + <RootNamespace>SDL2main</RootNamespace> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>false</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <WholeProgramOptimization>true</WholeProgramOptimization> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</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|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + </ClCompile> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </ClCompile> + </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)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + </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> + <AdditionalIncludeDirectories>$(SolutionDir)..\Source\external\SDL2\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\SDL2\src\main\windows\SDL_windows_main.c" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/SDL2main/SDL2main.vcxproj.filters b/Build/external/SDL2main/SDL2main.vcxproj.filters new file mode 100644 index 0000000..9097fa1 --- /dev/null +++ b/Build/external/SDL2main/SDL2main.vcxproj.filters @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\SDL2\src\main\windows\SDL_windows_main.c" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/SDL2main/SDL2main.vcxproj.user b/Build/external/SDL2main/SDL2main.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/SDL2main/SDL2main.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/Wuff/Wuff.vcxproj b/Build/external/Wuff/Wuff.vcxproj new file mode 100644 index 0000000..484c3b1 --- /dev/null +++ b/Build/external/Wuff/Wuff.vcxproj @@ -0,0 +1,132 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{294889EA-93DE-4580-BF9D-87F605B229AA}</ProjectGuid> + <RootNamespace>Wuff</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Wuff\wuff.c" /> + <ClCompile Include="..\..\..\Source\external\Wuff\wuff_convert.c" /> + <ClCompile Include="..\..\..\Source\external\Wuff\wuff_internal.c" /> + <ClCompile Include="..\..\..\Source\external\Wuff\wuff_memory.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Wuff\wuff.h" /> + <ClInclude Include="..\..\..\Source\external\Wuff\wuff_config.h" /> + <ClInclude Include="..\..\..\Source\external\Wuff\wuff_convert.h" /> + <ClInclude Include="..\..\..\Source\external\Wuff\wuff_internal.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/Wuff/Wuff.vcxproj.filters b/Build/external/Wuff/Wuff.vcxproj.filters new file mode 100644 index 0000000..becd024 --- /dev/null +++ b/Build/external/Wuff/Wuff.vcxproj.filters @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Wuff\wuff.c" /> + <ClCompile Include="..\..\..\Source\external\Wuff\wuff_convert.c" /> + <ClCompile Include="..\..\..\Source\external\Wuff\wuff_internal.c" /> + <ClCompile Include="..\..\..\Source\external\Wuff\wuff_memory.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Wuff\wuff.h" /> + <ClInclude Include="..\..\..\Source\external\Wuff\wuff_config.h" /> + <ClInclude Include="..\..\..\Source\external\Wuff\wuff_convert.h" /> + <ClInclude Include="..\..\..\Source\external\Wuff\wuff_internal.h" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/Wuff/Wuff.vcxproj.user b/Build/external/Wuff/Wuff.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/Wuff/Wuff.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/cembed/cembed.vcxproj b/Build/external/cembed/cembed.vcxproj new file mode 100644 index 0000000..73d77e8 --- /dev/null +++ b/Build/external/cembed/cembed.vcxproj @@ -0,0 +1,122 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{53A48355-B4B3-4775-B1A0-FBB3E02C6A06}</ProjectGuid> + <RootNamespace>cembed</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/cembed/cembed.vcxproj.filters b/Build/external/cembed/cembed.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/external/cembed/cembed.vcxproj.filters @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="源文件"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="头文件"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="资源文件"> + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/cembed/cembed.vcxproj.user b/Build/external/cembed/cembed.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/cembed/cembed.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/freetype/freetype.vcxproj b/Build/external/freetype/freetype.vcxproj new file mode 100644 index 0000000..efc9efb --- /dev/null +++ b/Build/external/freetype/freetype.vcxproj @@ -0,0 +1,193 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{4B970273-A352-433B-98B2-B4BF6DF72F71}</ProjectGuid> + <RootNamespace>freetype</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\freetype.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftadvanc.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftbbox.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftbdf.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftbitmap.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftbzip2.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftcache.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftchapters.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftcid.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftdriver.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\fterrdef.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\fterrors.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftfntfmt.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftgasp.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftglyph.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftgxval.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftgzip.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftimage.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftincrem.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftlcdfil.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftlist.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftlzw.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftmac.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftmm.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftmodapi.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftmoderr.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftotval.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftoutln.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftparams.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftpfr.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftrender.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftsizes.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftsnames.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftstroke.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftsynth.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftsystem.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\fttrigon.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\fttypes.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftwinfnt.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\autohint.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\cffotypes.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\cfftypes.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftcalc.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftdebug.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftdrv.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftgloadr.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\fthash.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftmemory.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftobjs.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftpic.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftpsprop.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftrfork.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftserv.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftstream.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\fttrace.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftvalid.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\internal.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\psaux.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\pshints.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\sfnt.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\t1types.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\tttypes.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\t1tables.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ttnameid.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\tttables.h" /> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\tttags.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\freetype-2.9.1\src\autofit\autofit.c" /> + <ClCompile Include="..\..\..\Source\external\freetype-2.9.1\src\bdf\bdf.c" /> + <ClCompile Include="..\..\..\Source\external\freetype-2.9.1\src\cff\cff.c" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/freetype/freetype.vcxproj.filters b/Build/external/freetype/freetype.vcxproj.filters new file mode 100644 index 0000000..9578f46 --- /dev/null +++ b/Build/external/freetype/freetype.vcxproj.filters @@ -0,0 +1,222 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="Header Files"> + <UniqueIdentifier>{d03885a0-3936-4b36-be6f-79cf2dcc65f1}</UniqueIdentifier> + </Filter> + <Filter Include="Source Files"> + <UniqueIdentifier>{1696baf0-bf31-4e38-abea-614704403127}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\freetype.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftadvanc.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftbbox.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftbdf.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftbitmap.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftbzip2.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftcache.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftchapters.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftcid.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftdriver.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\fterrdef.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\fterrors.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftfntfmt.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftgasp.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftglyph.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftgxval.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftgzip.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftimage.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftincrem.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftlcdfil.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftlist.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftlzw.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftmac.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftmm.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftmodapi.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftmoderr.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftotval.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftoutln.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftparams.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftpfr.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftrender.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftsizes.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftsnames.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftstroke.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftsynth.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftsystem.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\fttrigon.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\fttypes.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ftwinfnt.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\t1tables.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\ttnameid.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\tttables.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\tttags.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\autohint.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\cffotypes.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\cfftypes.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftcalc.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftdebug.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftdrv.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftgloadr.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\fthash.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftmemory.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftobjs.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftpic.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftpsprop.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftrfork.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftserv.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftstream.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\fttrace.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\ftvalid.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\internal.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\psaux.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\pshints.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\sfnt.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\t1types.h"> + <Filter>Header Files</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\freetype-2.9.1\include\freetype\internal\tttypes.h"> + <Filter>Header Files</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\freetype-2.9.1\src\autofit\autofit.c"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\freetype-2.9.1\src\bdf\bdf.c"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\freetype-2.9.1\src\cff\cff.c"> + <Filter>Source Files</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/freetype/freetype.vcxproj.user b/Build/external/freetype/freetype.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/freetype/freetype.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/glad/glad.vcxproj b/Build/external/glad/glad.vcxproj new file mode 100644 index 0000000..2913202 --- /dev/null +++ b/Build/external/glad/glad.vcxproj @@ -0,0 +1,132 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{C0ED7D78-570B-454A-B3B6-576FDCB43D69}</ProjectGuid> + <RootNamespace>glad</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"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</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|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <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> + </ClCompile> + </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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\glad\glad.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\glad\glad.h" /> + <ClInclude Include="..\..\..\Source\external\glad\khrplatform.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/glad/glad.vcxproj.filters b/Build/external/glad/glad.vcxproj.filters new file mode 100644 index 0000000..a81e22d --- /dev/null +++ b/Build/external/glad/glad.vcxproj.filters @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\glad\glad.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\glad\glad.h" /> + <ClInclude Include="..\..\..\Source\external\glad\khrplatform.h" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/glad/glad.vcxproj.user b/Build/external/glad/glad.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/glad/glad.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/lua51/lua51.vcxproj b/Build/external/lua51/lua51.vcxproj new file mode 100644 index 0000000..dcf28af --- /dev/null +++ b/Build/external/lua51/lua51.vcxproj @@ -0,0 +1,187 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{8B8FCA14-FC8A-45B4-BF3C-9340CB586076}</ProjectGuid> + <RootNamespace>lua51</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"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</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|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <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> + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + </ClCompile> + </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> + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Lua51\lapi.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lauxlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lbaselib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lcode.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldblib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldebug.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldo.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldump.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lfunc.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lgc.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\linit.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\liolib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\llex.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lmathlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lmem.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\loadlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lobject.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lopcodes.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\loslib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lparser.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstate.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstring.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstrlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltable.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltablib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltm.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lundump.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lvm.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lzio.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\print.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Lua51\lapi.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lauxlib.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lcode.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ldebug.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ldo.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lfunc.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lgc.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\llex.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\llimits.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lmem.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lobject.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lopcodes.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lparser.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lstate.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lstring.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ltable.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ltm.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lua.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\luaconf.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lualib.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lundump.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lvm.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lzio.h" /> + </ItemGroup> + <ItemGroup> + <None Include="..\..\..\Source\external\Lua51\Makefile" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/lua51/lua51.vcxproj.filters b/Build/external/lua51/lua51.vcxproj.filters new file mode 100644 index 0000000..705a2df --- /dev/null +++ b/Build/external/lua51/lua51.vcxproj.filters @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Lua51\lapi.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lauxlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lbaselib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lcode.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldblib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldebug.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldo.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldump.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lfunc.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lgc.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\linit.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\liolib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\llex.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lmathlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lmem.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\loadlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lobject.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lopcodes.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\loslib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lparser.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstate.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstring.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstrlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltable.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltablib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltm.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lundump.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lvm.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lzio.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\print.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Lua51\lapi.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lauxlib.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lcode.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ldebug.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ldo.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lfunc.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lgc.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\llex.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\llimits.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lmem.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lobject.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lopcodes.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lparser.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lstate.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lstring.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ltable.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ltm.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lua.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\luaconf.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lualib.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lundump.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lvm.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lzio.h" /> + </ItemGroup> + <ItemGroup> + <None Include="..\..\..\Source\external\Lua51\Makefile" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/lua51/lua51.vcxproj.user b/Build/external/lua51/lua51.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/lua51/lua51.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/lua51c/lua51c.vcxproj b/Build/external/lua51c/lua51c.vcxproj new file mode 100644 index 0000000..78f2810 --- /dev/null +++ b/Build/external/lua51c/lua51c.vcxproj @@ -0,0 +1,181 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{B8F9616D-5393-4B34-B191-D200D1985439}</ProjectGuid> + <RootNamespace>lua51c</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"> + <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 /> + <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> + </ClCompile> + </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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Lua51\lapi.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lauxlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lbaselib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lcode.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldblib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldebug.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldo.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldump.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lfunc.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lgc.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\linit.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\liolib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\llex.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lmathlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lmem.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\loadlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lobject.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lopcodes.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\loslib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lparser.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstate.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstring.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstrlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltable.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltablib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltm.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\luac.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lundump.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lvm.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lzio.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\print.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Lua51\lapi.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lauxlib.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lcode.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ldebug.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ldo.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lfunc.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lgc.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\llex.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\llimits.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lmem.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lobject.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lopcodes.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lparser.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lstate.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lstring.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ltable.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ltm.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lua.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\luaconf.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lualib.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lundump.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lvm.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lzio.h" /> + </ItemGroup> + <ItemGroup> + <None Include="..\..\..\Source\external\Lua51\Makefile" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/lua51c/lua51c.vcxproj.filters b/Build/external/lua51c/lua51c.vcxproj.filters new file mode 100644 index 0000000..70ab8e1 --- /dev/null +++ b/Build/external/lua51c/lua51c.vcxproj.filters @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\Lua51\lapi.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lauxlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lbaselib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lcode.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldblib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldebug.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldo.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ldump.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lfunc.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lgc.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\linit.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\liolib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\llex.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lmathlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lmem.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\loadlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lobject.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lopcodes.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\loslib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lparser.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstate.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstring.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lstrlib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltable.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltablib.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\ltm.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\luac.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lundump.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lvm.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\lzio.c" /> + <ClCompile Include="..\..\..\Source\external\Lua51\print.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\Lua51\lapi.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lauxlib.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lcode.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ldebug.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ldo.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lfunc.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lgc.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\llex.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\llimits.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lmem.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lobject.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lopcodes.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lparser.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lstate.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lstring.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ltable.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\ltm.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lua.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\luaconf.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lualib.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lundump.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lvm.h" /> + <ClInclude Include="..\..\..\Source\external\Lua51\lzio.h" /> + </ItemGroup> + <ItemGroup> + <None Include="..\..\..\Source\external\Lua51\Makefile" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/lua51c/lua51c.vcxproj.user b/Build/external/lua51c/lua51c.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/lua51c/lua51c.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/mpg123/mpg123.vcxproj b/Build/external/mpg123/mpg123.vcxproj new file mode 100644 index 0000000..fce6d25 --- /dev/null +++ b/Build/external/mpg123/mpg123.vcxproj @@ -0,0 +1,122 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{83E0897A-E2F4-4057-8077-59C4A0C38E56}</ProjectGuid> + <RootNamespace>mpg123</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/mpg123/mpg123.vcxproj.filters b/Build/external/mpg123/mpg123.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/external/mpg123/mpg123.vcxproj.filters @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="源文件"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="头文件"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="资源文件"> + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/mpg123/mpg123.vcxproj.user b/Build/external/mpg123/mpg123.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/mpg123/mpg123.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/physfs/physfs.vcxproj b/Build/external/physfs/physfs.vcxproj new file mode 100644 index 0000000..e10e4fc --- /dev/null +++ b/Build/external/physfs/physfs.vcxproj @@ -0,0 +1,157 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{AEE37589-DE0D-4139-8BDB-8179FDEFB835}</ProjectGuid> + <RootNamespace>physfs</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"> + <ConfigurationType>StaticLibrary</ConfigurationType> + <UseDebugLibraries>true</UseDebugLibraries> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>MultiByte</CharacterSet> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>StaticLibrary</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|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <OutDir>$(SolutionDir)..\Bin\win64</OutDir> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\physfs\physfs.h" /> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_casefolding.h" /> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_internal.h" /> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_lzmasdk.h" /> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_miniz.h" /> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_platforms.h" /> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\physfs\physfs.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_7z.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_dir.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_grp.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_hog.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_iso9660.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_mvl.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_qpak.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_slb.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_unpacked.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_vdf.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_wad.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_zip.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_byteorder.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_haiku.cpp" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_os2.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_posix.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_qnx.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_unix.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_windows.c" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_winrt.cpp" /> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_unicode.c" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/physfs/physfs.vcxproj.filters b/Build/external/physfs/physfs.vcxproj.filters new file mode 100644 index 0000000..6bdbb0e --- /dev/null +++ b/Build/external/physfs/physfs.vcxproj.filters @@ -0,0 +1,99 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="include"> + <UniqueIdentifier>{98724fe6-6848-4710-bccb-74ae36e0b7a3}</UniqueIdentifier> + </Filter> + <Filter Include="source"> + <UniqueIdentifier>{71f7299b-c686-411d-897b-a0099d36f03c}</UniqueIdentifier> + </Filter> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\physfs\physfs.h"> + <Filter>include</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_casefolding.h"> + <Filter>include</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_internal.h"> + <Filter>include</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_lzmasdk.h"> + <Filter>include</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_miniz.h"> + <Filter>include</Filter> + </ClInclude> + <ClInclude Include="..\..\..\Source\external\physfs\physfs_platforms.h"> + <Filter>include</Filter> + </ClInclude> + </ItemGroup> + <ItemGroup> + <ClCompile Include="..\..\..\Source\external\physfs\physfs.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_7z.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_dir.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_grp.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_hog.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_iso9660.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_mvl.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_qpak.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_slb.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_unpacked.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_vdf.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_wad.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_archiver_zip.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_byteorder.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_os2.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_posix.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_qnx.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_unix.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_windows.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_unicode.c"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_haiku.cpp"> + <Filter>source</Filter> + </ClCompile> + <ClCompile Include="..\..\..\Source\external\physfs\physfs_platform_winrt.cpp"> + <Filter>source</Filter> + </ClCompile> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/physfs/physfs.vcxproj.user b/Build/external/physfs/physfs.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/physfs/physfs.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/sqlite/sqlite.vcxproj b/Build/external/sqlite/sqlite.vcxproj new file mode 100644 index 0000000..49da028 --- /dev/null +++ b/Build/external/sqlite/sqlite.vcxproj @@ -0,0 +1,122 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{61BF82F8-2802-4852-BF70-21D6F9F44EBB}</ProjectGuid> + <RootNamespace>sqlite</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/sqlite/sqlite.vcxproj.filters b/Build/external/sqlite/sqlite.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/sqlite/sqlite.vcxproj.filters @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
\ No newline at end of file diff --git a/Build/external/sqlite/sqlite.vcxproj.user b/Build/external/sqlite/sqlite.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/sqlite/sqlite.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/stb/stb.vcxproj b/Build/external/stb/stb.vcxproj new file mode 100644 index 0000000..7dce1de --- /dev/null +++ b/Build/external/stb/stb.vcxproj @@ -0,0 +1,123 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{6BA52BBB-8DA5-4F51-BE3F-1E49F5089498}</ProjectGuid> + <RootNamespace>stb</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\stb\stb_image.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/stb/stb.vcxproj.filters b/Build/external/stb/stb.vcxproj.filters new file mode 100644 index 0000000..11d15d5 --- /dev/null +++ b/Build/external/stb/stb.vcxproj.filters @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClInclude Include="..\..\..\Source\external\stb\stb_image.h" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/stb/stb.vcxproj.user b/Build/external/stb/stb.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/stb/stb.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/tinyxml/tinyxml.vcxproj b/Build/external/tinyxml/tinyxml.vcxproj new file mode 100644 index 0000000..ae84c61 --- /dev/null +++ b/Build/external/tinyxml/tinyxml.vcxproj @@ -0,0 +1,122 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{9891C064-C897-424E-8EB6-CAD09812E032}</ProjectGuid> + <RootNamespace>tinyxml</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/tinyxml/tinyxml.vcxproj.filters b/Build/external/tinyxml/tinyxml.vcxproj.filters new file mode 100644 index 0000000..3c6f4fd --- /dev/null +++ b/Build/external/tinyxml/tinyxml.vcxproj.filters @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <Filter Include="源文件"> + <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> + <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> + </Filter> + <Filter Include="头文件"> + <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> + <Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions> + </Filter> + <Filter Include="资源文件"> + <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> + <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/tinyxml/tinyxml.vcxproj.user b/Build/external/tinyxml/tinyxml.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/tinyxml/tinyxml.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/tinyxml2/tinyxml2.vcxproj b/Build/external/tinyxml2/tinyxml2.vcxproj new file mode 100644 index 0000000..475795e --- /dev/null +++ b/Build/external/tinyxml2/tinyxml2.vcxproj @@ -0,0 +1,126 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{883BC26A-4C9E-44B3-B5C0-7F3E4EDC0226}</ProjectGuid> + <RootNamespace>tinyxml2</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\..\source\external\tinyxml2\tinyxml2.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\source\external\tinyxml2\tinyxml2.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/tinyxml2/tinyxml2.vcxproj.filters b/Build/external/tinyxml2/tinyxml2.vcxproj.filters new file mode 100644 index 0000000..3eaf3da --- /dev/null +++ b/Build/external/tinyxml2/tinyxml2.vcxproj.filters @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\source\external\tinyxml2\tinyxml2.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\source\external\tinyxml2\tinyxml2.h" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/tinyxml2/tinyxml2.vcxproj.user b/Build/external/tinyxml2/tinyxml2.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/tinyxml2/tinyxml2.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/uuid4/uuid4.vcxproj b/Build/external/uuid4/uuid4.vcxproj new file mode 100644 index 0000000..8bcea3c --- /dev/null +++ b/Build/external/uuid4/uuid4.vcxproj @@ -0,0 +1,126 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{49F7847E-219E-4A7B-8484-2A33DAC29DD0}</ProjectGuid> + <RootNamespace>uuid4</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\..\..\source\external\uuid4\uuid4.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\source\external\uuid4\uuid4.h" /> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/uuid4/uuid4.vcxproj.filters b/Build/external/uuid4/uuid4.vcxproj.filters new file mode 100644 index 0000000..39065cd --- /dev/null +++ b/Build/external/uuid4/uuid4.vcxproj.filters @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="..\..\..\source\external\uuid4\uuid4.c" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\..\..\source\external\uuid4\uuid4.h" /> + </ItemGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/uuid4/uuid4.vcxproj.user b/Build/external/uuid4/uuid4.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/uuid4/uuid4.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/vorbis/vorbis.vcxproj b/Build/external/vorbis/vorbis.vcxproj new file mode 100644 index 0000000..441e923 --- /dev/null +++ b/Build/external/vorbis/vorbis.vcxproj @@ -0,0 +1,122 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{3CD80326-A2FE-4073-8B1A-73E166C9A2AE}</ProjectGuid> + <RootNamespace>vorbis</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/vorbis/vorbis.vcxproj.filters b/Build/external/vorbis/vorbis.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/vorbis/vorbis.vcxproj.filters @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
\ No newline at end of file diff --git a/Build/external/vorbis/vorbis.vcxproj.user b/Build/external/vorbis/vorbis.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/vorbis/vorbis.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file diff --git a/Build/external/zlib/zlib.vcxproj b/Build/external/zlib/zlib.vcxproj new file mode 100644 index 0000000..58ea777 --- /dev/null +++ b/Build/external/zlib/zlib.vcxproj @@ -0,0 +1,122 @@ +<?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> + <PropertyGroup Label="Globals"> + <VCProjectVersion>15.0</VCProjectVersion> + <ProjectGuid>{AF237AA3-67F7-4C93-8249-920DB2878192}</ProjectGuid> + <RootNamespace>zlib</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"> + <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 /> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <ClCompile> + <WarningLevel>Level3</WarningLevel> + <Optimization>Disabled</Optimization> + <SDLCheck>true</SDLCheck> + <ConformanceMode>true</ConformanceMode> + </ClCompile> + </ItemDefinitionGroup> + <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)'=='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> + </ClCompile> + <Link> + <EnableCOMDATFolding>true</EnableCOMDATFolding> + <OptimizeReferences>true</OptimizeReferences> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file diff --git a/Build/external/zlib/zlib.vcxproj.filters b/Build/external/zlib/zlib.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/external/zlib/zlib.vcxproj.filters @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
\ No newline at end of file diff --git a/Build/external/zlib/zlib.vcxproj.user b/Build/external/zlib/zlib.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/external/zlib/zlib.vcxproj.user @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup /> +</Project>
\ No newline at end of file |