From e506b2dec68e369d1ca79b1ac66f14e8a81291f3 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Sat, 1 Sep 2018 06:14:35 +0200 Subject: [PATCH] Redesign the project files ...to accommodate for future expansion. --- build/wxExtend.props | 64 +++++++ build/wxExtendDll-10.0.vcxproj | 78 +++++++++ ...lters => wxExtendDll-10.0.vcxproj.filters} | 0 build/wxExtendDll.props | 18 +- build/wxExtendDll.vcxproj | 163 ------------------ ...ndLib.vcxproj => wxExtendLib-10.0.vcxproj} | 77 --------- ...lters => wxExtendLib-10.0.vcxproj.filters} | 0 build/wxExtendLib.props | 2 + wxExtend.sln => wxExtend-10.0.sln | 4 +- 9 files changed, 163 insertions(+), 243 deletions(-) create mode 100644 build/wxExtendDll-10.0.vcxproj rename build/{wxExtendDll.vcxproj.filters => wxExtendDll-10.0.vcxproj.filters} (100%) delete mode 100644 build/wxExtendDll.vcxproj rename build/{wxExtendLib.vcxproj => wxExtendLib-10.0.vcxproj} (53%) rename build/{wxExtendLib.vcxproj.filters => wxExtendLib-10.0.vcxproj.filters} (100%) rename wxExtend.sln => wxExtend-10.0.sln (91%) diff --git a/build/wxExtend.props b/build/wxExtend.props index b110028..cd4b458 100644 --- a/build/wxExtend.props +++ b/build/wxExtend.props @@ -17,4 +17,68 @@ $(wxExtendVersion) + + + + + + + + Create + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/wxExtendDll-10.0.vcxproj b/build/wxExtendDll-10.0.vcxproj new file mode 100644 index 0000000..32ffb97 --- /dev/null +++ b/build/wxExtendDll-10.0.vcxproj @@ -0,0 +1,78 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {A3A36689-AC35-4026-93DA-A3BA0C0E767C} + wxExtend + wxExtend + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/wxExtendDll.vcxproj.filters b/build/wxExtendDll-10.0.vcxproj.filters similarity index 100% rename from build/wxExtendDll.vcxproj.filters rename to build/wxExtendDll-10.0.vcxproj.filters diff --git a/build/wxExtendDll.props b/build/wxExtendDll.props index 7aff24d..65559bd 100644 --- a/build/wxExtendDll.props +++ b/build/wxExtendDll.props @@ -1,14 +1,30 @@  + + + + $(ProjectName)$(wxExtendVersion)ud_vc$(PlatformToolsetVersion) + + + $(ProjectName)$(wxExtendVersion)ud_vc$(PlatformToolsetVersion)_$(Platform) + + + $(ProjectName)$(wxExtendVersion)u_vc$(PlatformToolsetVersion) + + + $(ProjectName)$(wxExtendVersion)u_vc$(PlatformToolsetVersion)_$(Platform) + WXEXTEND_DLL;%(PreprocessorDefinitions) - + + + \ No newline at end of file diff --git a/build/wxExtendDll.vcxproj b/build/wxExtendDll.vcxproj deleted file mode 100644 index ed4fff3..0000000 --- a/build/wxExtendDll.vcxproj +++ /dev/null @@ -1,163 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {A3A36689-AC35-4026-93DA-A3BA0C0E767C} - wxExtend - wxExtend - - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - true - Unicode - - - DynamicLibrary - false - true - Unicode - - - DynamicLibrary - false - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $(ProjectName)$(wxExtendVersion)ud_vc$(PlatformToolsetVersion) - - - $(ProjectName)$(wxExtendVersion)ud_vc$(PlatformToolsetVersion)_$(Platform) - - - $(ProjectName)$(wxExtendVersion)u_vc$(PlatformToolsetVersion) - - - $(ProjectName)$(wxExtendVersion)u_vc$(PlatformToolsetVersion)_$(Platform) - - - - - - - \ No newline at end of file diff --git a/build/wxExtendLib.vcxproj b/build/wxExtendLib-10.0.vcxproj similarity index 53% rename from build/wxExtendLib.vcxproj rename to build/wxExtendLib-10.0.vcxproj index 09ae51f..120d488 100644 --- a/build/wxExtendLib.vcxproj +++ b/build/wxExtendLib-10.0.vcxproj @@ -18,75 +18,6 @@ x64 - - - - - - - - Create - Create - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {D3E29951-D9F5-486D-A167-20AE8E90B1FA} wxExtend @@ -120,26 +51,18 @@ - - - - - - - - diff --git a/build/wxExtendLib.vcxproj.filters b/build/wxExtendLib-10.0.vcxproj.filters similarity index 100% rename from build/wxExtendLib.vcxproj.filters rename to build/wxExtendLib-10.0.vcxproj.filters diff --git a/build/wxExtendLib.props b/build/wxExtendLib.props index 9a6fcf7..8f02212 100644 --- a/build/wxExtendLib.props +++ b/build/wxExtendLib.props @@ -1,6 +1,8 @@  + + diff --git a/wxExtend.sln b/wxExtend-10.0.sln similarity index 91% rename from wxExtend.sln rename to wxExtend-10.0.sln index 92c64df..429345e 100644 --- a/wxExtend.sln +++ b/wxExtend-10.0.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14D5FE5B-9742-4D1F-A1E0-32E694B94AAB}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxExtend", "build\wxExtendLib.vcxproj", "{D3E29951-D9F5-486D-A167-20AE8E90B1FA}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxExtend", "build\wxExtendLib-10.0.vcxproj", "{D3E29951-D9F5-486D-A167-20AE8E90B1FA}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxExtend", "build\wxExtendDll.vcxproj", "{A3A36689-AC35-4026-93DA-A3BA0C0E767C}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wxExtend", "build\wxExtendDll-10.0.vcxproj", "{A3A36689-AC35-4026-93DA-A3BA0C0E767C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution