From d8d7963b9b658799b806d516bbd6b44c4baa28f8 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 24 Oct 2018 22:08:46 +0800 Subject: =?UTF-8?q?+=E7=B2=92=E5=AD=90=E7=B3=BB=E7=BB=9F=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examples/ParticleSystem/ParticleSystem.vcxproj | 138 +++++++++++++++++++++ .../ParticleSystem/ParticleSystem.vcxproj.filters | 14 +++ .../ParticleSystem/ParticleSystem.vcxproj.user | 4 + build/vc++/jin.sln | 15 +++ build/vc++/jin.vcxproj.filters | 18 +-- build/vc++/libjin/libjin.vcxproj | 14 ++- build/vc++/libjin/libjin.vcxproj.filters | 57 +++++---- 7 files changed, 225 insertions(+), 35 deletions(-) create mode 100644 build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj create mode 100644 build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.filters create mode 100644 build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.user (limited to 'build/vc++') diff --git a/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj new file mode 100644 index 0000000..3198c62 --- /dev/null +++ b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {984764C1-0471-4A36-9B2B-BF846817C95F} + ParticleSystem + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + MaxSpeed + true + true + true + true + D:\Jin\Jin\Jin\src\libjin;$(SolutionDir)libs\SDL2-2.0.5\include;%(AdditionalIncludeDirectories) + + + true + true + Console + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;%(AdditionalLibraryDirectories) + SDL2.lib;SDL2main.lib;opengl32.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + true + true + D:\Jin\Jin\Jin\src\libjin;$(SolutionDir)libs\SDL2-2.0.5\include;%(AdditionalIncludeDirectories) + + + Console + $(SolutionDir)libs\SDL2-2.0.5\lib\x86;%(AdditionalLibraryDirectories) + SDL2.lib;SDL2main.lib;opengl32.lib;%(AdditionalDependencies) + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + {9ee02090-c15e-4520-9c05-c435e45ef2fc} + + + + + + \ No newline at end of file diff --git a/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.filters b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.filters new file mode 100644 index 0000000..fd11df1 --- /dev/null +++ b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + src + + + \ No newline at end of file diff --git a/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.user b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/build/vc++/examples/ParticleSystem/ParticleSystem.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/build/vc++/jin.sln b/build/vc++/jin.sln index ed8f37c..8441c11 100644 --- a/build/vc++/jin.sln +++ b/build/vc++/jin.sln @@ -7,6 +7,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jin", "jin.vcxproj", "{A3E3 EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libjin", "libjin\libjin.vcxproj", "{9EE02090-C15E-4520-9C05-C435E45EF2FC}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{6FC112F9-B317-4444-B4FB-2E0BF70328F1}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ParticleSystem", "examples\ParticleSystem\ParticleSystem.vcxproj", "{984764C1-0471-4A36-9B2B-BF846817C95F}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -31,10 +35,21 @@ Global {9EE02090-C15E-4520-9C05-C435E45EF2FC}.Release|x64.Build.0 = Release|x64 {9EE02090-C15E-4520-9C05-C435E45EF2FC}.Release|x86.ActiveCfg = Release|Win32 {9EE02090-C15E-4520-9C05-C435E45EF2FC}.Release|x86.Build.0 = Release|Win32 + {984764C1-0471-4A36-9B2B-BF846817C95F}.Debug|x64.ActiveCfg = Debug|x64 + {984764C1-0471-4A36-9B2B-BF846817C95F}.Debug|x64.Build.0 = Debug|x64 + {984764C1-0471-4A36-9B2B-BF846817C95F}.Debug|x86.ActiveCfg = Debug|Win32 + {984764C1-0471-4A36-9B2B-BF846817C95F}.Debug|x86.Build.0 = Debug|Win32 + {984764C1-0471-4A36-9B2B-BF846817C95F}.Release|x64.ActiveCfg = Release|x64 + {984764C1-0471-4A36-9B2B-BF846817C95F}.Release|x64.Build.0 = Release|x64 + {984764C1-0471-4A36-9B2B-BF846817C95F}.Release|x86.ActiveCfg = Release|Win32 + {984764C1-0471-4A36-9B2B-BF846817C95F}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {984764C1-0471-4A36-9B2B-BF846817C95F} = {6FC112F9-B317-4444-B4FB-2E0BF70328F1} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {633D8D43-3349-43F7-8835-7D7F58BAD2A8} EndGlobalSection diff --git a/build/vc++/jin.vcxproj.filters b/build/vc++/jin.vcxproj.filters index ba41a45..825d718 100644 --- a/build/vc++/jin.vcxproj.filters +++ b/build/vc++/jin.vcxproj.filters @@ -158,12 +158,6 @@ res - - src\common - - - src\common - src\common @@ -176,9 +170,6 @@ src\resources - - src\common - src\modules @@ -218,6 +209,15 @@ src\modules + + src\common + + + src\common + + + src\common + diff --git a/build/vc++/libjin/libjin.vcxproj b/build/vc++/libjin/libjin.vcxproj index 4305471..6d1d3f5 100644 --- a/build/vc++/libjin/libjin.vcxproj +++ b/build/vc++/libjin/libjin.vcxproj @@ -165,8 +165,8 @@ + - @@ -179,6 +179,8 @@ + + @@ -187,15 +189,15 @@ - - - + + + @@ -243,8 +245,8 @@ + - @@ -254,6 +256,8 @@ + + diff --git a/build/vc++/libjin/libjin.vcxproj.filters b/build/vc++/libjin/libjin.vcxproj.filters index 72fe0f3..7df2cf0 100644 --- a/build/vc++/libjin/libjin.vcxproj.filters +++ b/build/vc++/libjin/libjin.vcxproj.filters @@ -82,6 +82,9 @@ {caecef4f-a2c6-4d0a-8052-20e400378f3a} + + {9bb29b2f-9812-4a0b-ad27-fd57756c0717} + @@ -150,15 +153,6 @@ source\graphics\shader - - source\graphics\shader - - - source\graphics\shader - - - source\graphics\shader - source\graphics\font @@ -309,12 +303,6 @@ source\ai - - source\graphics\animation - - - source\graphics\animation - source\common @@ -348,6 +336,27 @@ source\game + + source\graphics\animation + + + source\graphics\animation + + + source\graphics + + + source\graphics + + + source\graphics\shader\shaders + + + source\graphics\shader\shaders + + + source\graphics\shader\shaders + @@ -490,12 +499,6 @@ source\ai - - source\graphics\animation - - - source\graphics\animation - source\game @@ -520,5 +523,17 @@ source\game + + source\graphics\animation + + + source\graphics\animation + + + source\graphics + + + source\graphics + \ No newline at end of file -- cgit v1.1-26-g67d0