diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Asura.Framework/Asura.Framework.vcxproj | 37 | ||||
-rw-r--r-- | Build/Asura.Framework/Asura.Framework.vcxproj.filters | 120 | ||||
-rw-r--r-- | Build/Asura.sln | 10 | ||||
-rw-r--r-- | Build/Asura/Asura.vcxproj | 122 | ||||
-rw-r--r-- | Build/Asura/Asura.vcxproj.filters | 2 | ||||
-rw-r--r-- | Build/Asura/Asura.vcxproj.user | 4 |
6 files changed, 139 insertions, 156 deletions
diff --git a/Build/Asura.Framework/Asura.Framework.vcxproj b/Build/Asura.Framework/Asura.Framework.vcxproj index 7bbd532..7017e79 100644 --- a/Build/Asura.Framework/Asura.Framework.vcxproj +++ b/Build/Asura.Framework/Asura.Framework.vcxproj @@ -18,43 +18,6 @@ <Platform>x64</Platform> </ProjectConfiguration> </ItemGroup> - <ItemGroup> - <None Include="..\..\Source\Asura.Framework\ai\statemachine.lua" /> - <None Include="..\..\Source\Asura.Framework\audio\soundplayer.lua" /> - <None Include="..\..\Source\Asura.Framework\class.lua" /> - <None Include="..\..\Source\Asura.Framework\component.lua" /> - <None Include="..\..\Source\Asura.Framework\filesystem\animation_loader.lua" /> - <None Include="..\..\Source\Asura.Framework\filesystem\gameobject_loader.lua" /> - <None Include="..\..\Source\Asura.Framework\filesystem\loader.lua" /> - <None Include="..\..\Source\Asura.Framework\filesystem\material_loader.lua" /> - <None Include="..\..\Source\Asura.Framework\filesystem\path_loader.lua" /> - <None Include="..\..\Source\Asura.Framework\filesystem\scene_loader.lua" /> - <None Include="..\..\Source\Asura.Framework\framework.lua" /> - <None Include="..\..\Source\Asura.Framework\game.lua" /> - <None Include="..\..\Source\Asura.Framework\entity.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\animation.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\animator.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\camera.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\canvas_renderer.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\default_shaders.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\material.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\material_manager.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\mesh2d_renderer.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\particle_system.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\renderer.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\shape_renderer.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\sprite_batch_renderer.lua" /> - <None Include="..\..\Source\Asura.Framework\graphics\sprite_renderer.lua" /> - <None Include="..\..\Source\Asura.Framework\gui\button.lua" /> - <None Include="..\..\Source\Asura.Framework\gui\text.lua" /> - <None Include="..\..\Source\Asura.Framework\math\curve.lua" /> - <None Include="..\..\Source\Asura.Framework\object.lua" /> - <None Include="..\..\Source\Asura.Framework\path\path.lua" /> - <None Include="..\..\Source\Asura.Framework\path\path_calculator.lua" /> - <None Include="..\..\Source\Asura.Framework\path\path_manager.lua" /> - <None Include="..\..\Source\Asura.Framework\scene.lua" /> - <None Include="..\..\Source\Asura.Framework\transform.lua" /> - </ItemGroup> <PropertyGroup Label="Globals"> <VCProjectVersion>15.0</VCProjectVersion> <ProjectGuid>{A4A226CC-37DB-4EB7-BD6F-B344B7B6D53B}</ProjectGuid> diff --git a/Build/Asura.Framework/Asura.Framework.vcxproj.filters b/Build/Asura.Framework/Asura.Framework.vcxproj.filters index 322661c..9cd8510 100644 --- a/Build/Asura.Framework/Asura.Framework.vcxproj.filters +++ b/Build/Asura.Framework/Asura.Framework.vcxproj.filters @@ -1,120 +1,2 @@ <?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup> - <Filter Include="ai"> - <UniqueIdentifier>{ec999168-9049-4261-b25f-0849f622693e}</UniqueIdentifier> - </Filter> - <Filter Include="audio"> - <UniqueIdentifier>{9d892f8d-718b-4e11-a2ca-9f8448bb6a6a}</UniqueIdentifier> - </Filter> - <Filter Include="filesystem"> - <UniqueIdentifier>{19d37542-9fd8-4574-9a0b-4138478cc324}</UniqueIdentifier> - </Filter> - <Filter Include="graphics"> - <UniqueIdentifier>{4cea7479-5e16-4160-a2a8-7aba60b67a4a}</UniqueIdentifier> - </Filter> - <Filter Include="gui"> - <UniqueIdentifier>{ed48783f-af1d-408b-9c4c-27370a7afc69}</UniqueIdentifier> - </Filter> - <Filter Include="math"> - <UniqueIdentifier>{4ffc0215-40d8-49a9-ac4a-4ab4a920cf4b}</UniqueIdentifier> - </Filter> - <Filter Include="path"> - <UniqueIdentifier>{24457f19-3650-4efc-8a02-aae600f9a463}</UniqueIdentifier> - </Filter> - <Filter Include="physics"> - <UniqueIdentifier>{35ae97cc-3f02-420b-8200-0cf78832581a}</UniqueIdentifier> - </Filter> - </ItemGroup> - <ItemGroup> - <None Include="..\..\Source\Asura.Framework\class.lua" /> - <None Include="..\..\Source\Asura.Framework\component.lua" /> - <None Include="..\..\Source\Asura.Framework\framework.lua" /> - <None Include="..\..\Source\Asura.Framework\game.lua" /> - <None Include="..\..\Source\Asura.Framework\object.lua" /> - <None Include="..\..\Source\Asura.Framework\scene.lua" /> - <None Include="..\..\Source\Asura.Framework\transform.lua" /> - <None Include="..\..\Source\Asura.Framework\ai\statemachine.lua"> - <Filter>ai</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\audio\soundplayer.lua"> - <Filter>audio</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\filesystem\loader.lua"> - <Filter>filesystem</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\animation.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\animator.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\camera.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\material.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\renderer.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\gui\button.lua"> - <Filter>gui</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\gui\text.lua"> - <Filter>gui</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\math\curve.lua"> - <Filter>math</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\path\path.lua"> - <Filter>path</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\sprite_renderer.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\sprite_batch_renderer.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\shape_renderer.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\particle_system.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\mesh2d_renderer.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\material_manager.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\default_shaders.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\graphics\canvas_renderer.lua"> - <Filter>graphics</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\filesystem\animation_loader.lua"> - <Filter>filesystem</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\filesystem\gameobject_loader.lua"> - <Filter>filesystem</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\filesystem\material_loader.lua"> - <Filter>filesystem</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\filesystem\path_loader.lua"> - <Filter>filesystem</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\filesystem\scene_loader.lua"> - <Filter>filesystem</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\path\path_calculator.lua"> - <Filter>path</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\path\path_manager.lua"> - <Filter>path</Filter> - </None> - <None Include="..\..\Source\Asura.Framework\entity.lua" /> - </ItemGroup> -</Project>
\ No newline at end of file +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
\ No newline at end of file diff --git a/Build/Asura.sln b/Build/Asura.sln index a5aba01..e4c85ef 100644 --- a/Build/Asura.sln +++ b/Build/Asura.sln @@ -45,6 +45,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OpenAL", "3rdParty\OpenAL\O EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mpg123", "3rdParty\mpg123\mpg123.vcxproj", "{83E0897A-E2F4-4057-8077-59C4A0C38E56}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura", "Asura\Asura.vcxproj", "{8C1B90A5-8757-4197-9FB2-A38A7EA75849}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -205,6 +207,14 @@ Global {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Release|x64.Build.0 = Release|x64 {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Release|x86.ActiveCfg = Release|Win32 {83E0897A-E2F4-4057-8077-59C4A0C38E56}.Release|x86.Build.0 = Release|Win32 + {8C1B90A5-8757-4197-9FB2-A38A7EA75849}.Debug|x64.ActiveCfg = Debug|x64 + {8C1B90A5-8757-4197-9FB2-A38A7EA75849}.Debug|x64.Build.0 = Debug|x64 + {8C1B90A5-8757-4197-9FB2-A38A7EA75849}.Debug|x86.ActiveCfg = Debug|Win32 + {8C1B90A5-8757-4197-9FB2-A38A7EA75849}.Debug|x86.Build.0 = Debug|Win32 + {8C1B90A5-8757-4197-9FB2-A38A7EA75849}.Release|x64.ActiveCfg = Release|x64 + {8C1B90A5-8757-4197-9FB2-A38A7EA75849}.Release|x64.Build.0 = Release|x64 + {8C1B90A5-8757-4197-9FB2-A38A7EA75849}.Release|x86.ActiveCfg = Release|Win32 + {8C1B90A5-8757-4197-9FB2-A38A7EA75849}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Build/Asura/Asura.vcxproj b/Build/Asura/Asura.vcxproj new file mode 100644 index 0000000..6249892 --- /dev/null +++ b/Build/Asura/Asura.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>{8C1B90A5-8757-4197-9FB2-A38A7EA75849}</ProjectGuid> + <RootNamespace>Asura</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/Asura/Asura.vcxproj.filters b/Build/Asura/Asura.vcxproj.filters new file mode 100644 index 0000000..9cd8510 --- /dev/null +++ b/Build/Asura/Asura.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/Asura/Asura.vcxproj.user b/Build/Asura/Asura.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/Build/Asura/Asura.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 |