diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Asura.Editor/Asura.Editor.vcxproj | 4 | ||||
-rw-r--r-- | Build/Asura.sln | 22 |
2 files changed, 13 insertions, 13 deletions
diff --git a/Build/Asura.Editor/Asura.Editor.vcxproj b/Build/Asura.Editor/Asura.Editor.vcxproj index 7886653..11dd494 100644 --- a/Build/Asura.Editor/Asura.Editor.vcxproj +++ b/Build/Asura.Editor/Asura.Editor.vcxproj @@ -76,7 +76,7 @@ <Optimization>Disabled</Optimization> <SDLCheck>true</SDLCheck> <ConformanceMode>true</ConformanceMode> - <AdditionalIncludeDirectories>$(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalIncludeDirectories>$(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> @@ -109,7 +109,7 @@ <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> <ConformanceMode>true</ConformanceMode> - <AdditionalIncludeDirectories>$(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\libs;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalIncludeDirectories>$(SolutionDir)..\source\3rd-party;$(SolutionDir)..\source\modules;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> </ClCompile> <Link> <EnableCOMDATFolding>true</EnableCOMDATFolding> diff --git a/Build/Asura.sln b/Build/Asura.sln index 779d30e..53e6d41 100644 --- a/Build/Asura.sln +++ b/Build/Asura.sln @@ -41,17 +41,17 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Wuff", "3rd-party\Wuff\Wuff EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "physfs", "3rd-party\physfs\physfs.vcxproj", "{AEE37589-DE0D-4139-8BDB-8179FDEFB835}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "libs", "libs", "{CD115016-E377-4AC1-8595-DB2836CEFE7E}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "modules", "modules", "{CD115016-E377-4AC1-8595-DB2836CEFE7E}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-core", "libs\asura-lib-core\asura-lib-core.vcxproj", "{29A6837A-67FA-403F-83FD-E7975649404F}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-core", "modules\asura-core\asura-core.vcxproj", "{29A6837A-67FA-403F-83FD-E7975649404F}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-box2d", "libs\asura-lib-box2d\asura-lib-box2d.vcxproj", "{ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-box2d", "modules\asura-box2d\asura-box2d.vcxproj", "{ADFEEA50-F8B8-4453-BA88-BA7E7EE74485}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-framework", "libs\asura-lib-framework\asura-lib-framework.vcxproj", "{CB05752F-B785-4715-9AA3-818C15ABA5F0}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-framework", "modules\asura-framework\asura-framework.vcxproj", "{CB05752F-B785-4715-9AA3-818C15ABA5F0}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-openal", "libs\asura-lib-openal\asura-lib-openal.vcxproj", "{088C6ABA-26A6-43D1-8492-096EDB65597C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-openal", "modules\asura-openal\asura-openal.vcxproj", "{088C6ABA-26A6-43D1-8492-096EDB65597C}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-utils", "libs\asura-lib-utils\asura-lib-utils.vcxproj", "{7D41093F-E356-4C5B-A25F-41779BF86E54}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-utils", "modules\asura-utils\asura-utils.vcxproj", "{7D41093F-E356-4C5B-A25F-41779BF86E54}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "01-cursor", "tests\01-cursor\01-cursor.vcxproj", "{52D4B84B-0FEB-419F-AED4-2FC896AA93CF}" EndProject @@ -71,13 +71,13 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura.UnPacker", "Asura.UnP EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Asura", "Asura\Asura.vcxproj", "{234E1397-269B-4A6A-9B4D-08EDBFFF210E}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-json", "libs\asura-lib-json\asura-lib-json.vcxproj", "{1B83A353-9694-42E0-997E-79E150E1C2E5}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-json", "modules\asura-json\asura-json.vcxproj", "{1B83A353-9694-42E0-997E-79E150E1C2E5}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-xml", "libs\asura-lib-xml\asura-lib-xml.vcxproj", "{AB4F8F4A-73B5-4EFF-BD5D-448A3E39C60A}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-xml", "modules\asura-xml\asura-xml.vcxproj", "{AB4F8F4A-73B5-4EFF-BD5D-448A3E39C60A}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Preprocessor", "Preprocessor\Preprocessor.vcxproj", "{983F6496-7BB2-48E3-B8F4-68C2600EA315}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-steam", "libs\asura-lib-steam\asura-lib-steam.vcxproj", "{129C3826-B418-4C80-A126-0319C7E2A857}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-steam", "modules\asura-steam\asura-steam.vcxproj", "{129C3826-B418-4C80-A126-0319C7E2A857}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "05-physfs", "tests\05-physfs\05-physfs.vcxproj", "{5BECAAB3-9C80-4A62-99BB-E48F4667D9CD}" EndProject @@ -91,7 +91,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "3rd-party\tinyx EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "06-coroutine", "tests\06-coroutine\06-coroutine.vcxproj", "{C3CD1252-3C8D-45E2-B784-D0016E7F0BD3}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-network", "libs\asura-lib-network\asura-lib-network.vcxproj", "{6361701E-BD43-4AE9-8AE2-5C8F87D436BA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-network", "modules\asura-network\asura-network.vcxproj", "{6361701E-BD43-4AE9-8AE2-5C8F87D436BA}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LuaSocket", "3rd-party\LuaSocket\LuaSocket.vcxproj", "{E15D111A-9E02-4E0D-86FE-62BFCD3C211E}" EndProject @@ -99,7 +99,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Plotscript", "3rd-party\Plo EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uuid4", "3rd-party\uuid4\uuid4.vcxproj", "{49F7847E-219E-4A7B-8484-2A33DAC29DD0}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-lib-plot", "libs\asura-lib-plot\asura-lib-plot.vcxproj", "{F248C936-2169-45DF-8FC4-60E56EA23ECC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asura-plot", "modules\asura-plot\asura-plot.vcxproj", "{F248C936-2169-45DF-8FC4-60E56EA23ECC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution |