diff --git a/Bot/Bot.vcxproj b/Bot/Bot.vcxproj index 6041625..2a41797 100644 --- a/Bot/Bot.vcxproj +++ b/Bot/Bot.vcxproj @@ -5,16 +5,25 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {C188871B-5F32-4946-B301-24CA2EBB275D} Win32Proj IRCBotImp Bot + 8.1 @@ -23,6 +32,12 @@ v140 Unicode + + Application + true + v140 + Unicode + Application false @@ -30,22 +45,47 @@ true Unicode + + Application + false + v140 + true + Unicode + + + + + + + true + + true + false AllRules.ruleset + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath) + + + false + AllRules.ruleset + $(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath) @@ -62,12 +102,27 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_BOT_EXPORTS;%(PreprocessorDefinitions) + true + ..\Jupiter;%(AdditionalIncludeDirectories) + + + Console + true + + Level3 - MaxSpeed + Full true true WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_BOT_EXPORTS;%(PreprocessorDefinitions) @@ -81,6 +136,33 @@ true true true + Jupiter.lib;%(AdditionalDependencies) + + + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_BOT_EXPORTS;%(PreprocessorDefinitions) + true + Speed + + + ../Jupiter + + + Console + true + true + true + Jupiter.lib;%(AdditionalDependencies) true @@ -100,9 +182,6 @@ - - - diff --git a/Bot/Bot.vcxproj.filters b/Bot/Bot.vcxproj.filters index 0e62b61..0ec680a 100644 --- a/Bot/Bot.vcxproj.filters +++ b/Bot/Bot.vcxproj.filters @@ -48,9 +48,4 @@ Header Files - - - Resource Files - - \ No newline at end of file diff --git a/ChannelRelay/ChannelRelay.vcxproj b/ChannelRelay/ChannelRelay.vcxproj index a698648..9cde2f6 100644 --- a/ChannelRelay/ChannelRelay.vcxproj +++ b/ChannelRelay/ChannelRelay.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F} ChannelRelay + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -74,10 +142,6 @@ - - - - diff --git a/ChannelRelay/ChannelRelay.vcxproj.filters b/ChannelRelay/ChannelRelay.vcxproj.filters index 5037d3e..23166c8 100644 --- a/ChannelRelay/ChannelRelay.vcxproj.filters +++ b/ChannelRelay/ChannelRelay.vcxproj.filters @@ -24,12 +24,4 @@ Source Files - - - Resource Files - - - Resource Files - - \ No newline at end of file diff --git a/CoreCommands/CoreCommands.vcxproj b/CoreCommands/CoreCommands.vcxproj index 317fbdf..587bd39 100644 --- a/CoreCommands/CoreCommands.vcxproj +++ b/CoreCommands/CoreCommands.vcxproj @@ -5,15 +5,24 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {55F71101-B302-4345-9F9F-3055E805422A} PluginExample CoreCommands + 8.1 @@ -22,6 +31,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -29,19 +44,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -53,20 +91,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -75,10 +143,6 @@ - - - - diff --git a/CoreCommands/CoreCommands.vcxproj.filters b/CoreCommands/CoreCommands.vcxproj.filters index 7712bac..f703931 100644 --- a/CoreCommands/CoreCommands.vcxproj.filters +++ b/CoreCommands/CoreCommands.vcxproj.filters @@ -14,14 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - Header Files diff --git a/ExtraCommands/ExtraCommands.vcxproj b/ExtraCommands/ExtraCommands.vcxproj index 4d27b73..92605c0 100644 --- a/ExtraCommands/ExtraCommands.vcxproj +++ b/ExtraCommands/ExtraCommands.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {85874531-681D-4F44-8A84-C8E939DA3FCB} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -74,10 +142,6 @@ - - - - diff --git a/ExtraCommands/ExtraCommands.vcxproj.filters b/ExtraCommands/ExtraCommands.vcxproj.filters index 4800491..1528858 100644 --- a/ExtraCommands/ExtraCommands.vcxproj.filters +++ b/ExtraCommands/ExtraCommands.vcxproj.filters @@ -14,14 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - Source Files diff --git a/FunCommands/FunCommands.vcxproj b/FunCommands/FunCommands.vcxproj index 26240b4..6cb24ee 100644 --- a/FunCommands/FunCommands.vcxproj +++ b/FunCommands/FunCommands.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {80E38D71-CEC5-457F-88EC-24D3097C3470} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -74,10 +142,6 @@ - - - - diff --git a/FunCommands/FunCommands.vcxproj.filters b/FunCommands/FunCommands.vcxproj.filters index f6aee8d..ce69fff 100644 --- a/FunCommands/FunCommands.vcxproj.filters +++ b/FunCommands/FunCommands.vcxproj.filters @@ -14,14 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - Source Files diff --git a/HTTPServer/HTTPServer.vcxproj b/HTTPServer/HTTPServer.vcxproj index ab5e6b4..1936d85 100644 --- a/HTTPServer/HTTPServer.vcxproj +++ b/HTTPServer/HTTPServer.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {BB048D6F-F001-4E9B-95F4-886081E0807A} HTTPServer + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;HTTPSERVER_EXPORTS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;HTTPSERVER_EXPORTS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -74,10 +142,6 @@ - - - - diff --git a/HTTPServer/HTTPServer.vcxproj.filters b/HTTPServer/HTTPServer.vcxproj.filters index f8a745d..7378452 100644 --- a/HTTPServer/HTTPServer.vcxproj.filters +++ b/HTTPServer/HTTPServer.vcxproj.filters @@ -14,14 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - Header Files diff --git a/IRC.Core/IRC.Core.vcxproj b/IRC.Core/IRC.Core.vcxproj index e701f08..76f725b 100644 --- a/IRC.Core/IRC.Core.vcxproj +++ b/IRC.Core/IRC.Core.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {89368D08-5E06-4530-B82A-AD2BC07B09E7} IRC.Core + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -74,10 +142,6 @@ - - - - diff --git a/IRC.Core/IRC.Core.vcxproj.filters b/IRC.Core/IRC.Core.vcxproj.filters index c176c51..84f6b45 100644 --- a/IRC.Core/IRC.Core.vcxproj.filters +++ b/IRC.Core/IRC.Core.vcxproj.filters @@ -24,12 +24,4 @@ Source Files - - - Resource Files - - - Resource Files - - \ No newline at end of file diff --git a/Jupiter b/Jupiter index 9e5ce1f..b71200a 160000 --- a/Jupiter +++ b/Jupiter @@ -1 +1 @@ -Subproject commit 9e5ce1fce6a422c92ca444fbfd1704f5ffdf6033 +Subproject commit b71200a2cf02a4f0efa040940c32a1faa46ebdea diff --git a/Jupiter Bot.sln b/Jupiter Bot.sln index 62bd1e9..d21c3bd 100644 --- a/Jupiter Bot.sln +++ b/Jupiter Bot.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.25123.0 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bot", "Bot\Bot.vcxproj", "{C188871B-5F32-4946-B301-24CA2EBB275D}" ProjectSection(ProjectDependencies) = postProject @@ -252,223 +252,260 @@ Global {C188871B-5F32-4946-B301-24CA2EBB275D}.Debug|x64.ActiveCfg = Debug|Win32 {C188871B-5F32-4946-B301-24CA2EBB275D}.Release|Win32.ActiveCfg = Release|Win32 {C188871B-5F32-4946-B301-24CA2EBB275D}.Release|Win32.Build.0 = Release|Win32 - {C188871B-5F32-4946-B301-24CA2EBB275D}.Release|x64.ActiveCfg = Release|Win32 + {C188871B-5F32-4946-B301-24CA2EBB275D}.Release|x64.ActiveCfg = Release|x64 + {C188871B-5F32-4946-B301-24CA2EBB275D}.Release|x64.Build.0 = Release|x64 {EA2C0100-5CC5-4416-8216-059833CAACE2}.Debug|Win32.ActiveCfg = Debug|Win32 {EA2C0100-5CC5-4416-8216-059833CAACE2}.Debug|Win32.Build.0 = Debug|Win32 {EA2C0100-5CC5-4416-8216-059833CAACE2}.Debug|x64.ActiveCfg = Debug|Win32 {EA2C0100-5CC5-4416-8216-059833CAACE2}.Release|Win32.ActiveCfg = Release|Win32 {EA2C0100-5CC5-4416-8216-059833CAACE2}.Release|Win32.Build.0 = Release|Win32 - {EA2C0100-5CC5-4416-8216-059833CAACE2}.Release|x64.ActiveCfg = Release|Win32 + {EA2C0100-5CC5-4416-8216-059833CAACE2}.Release|x64.ActiveCfg = Release|x64 + {EA2C0100-5CC5-4416-8216-059833CAACE2}.Release|x64.Build.0 = Release|x64 {1DD04156-F096-4C41-9E1C-5BFD3234E9FD}.Debug|Win32.ActiveCfg = Debug|Win32 {1DD04156-F096-4C41-9E1C-5BFD3234E9FD}.Debug|Win32.Build.0 = Debug|Win32 {1DD04156-F096-4C41-9E1C-5BFD3234E9FD}.Debug|x64.ActiveCfg = Debug|Win32 {1DD04156-F096-4C41-9E1C-5BFD3234E9FD}.Release|Win32.ActiveCfg = Release|Win32 {1DD04156-F096-4C41-9E1C-5BFD3234E9FD}.Release|Win32.Build.0 = Release|Win32 - {1DD04156-F096-4C41-9E1C-5BFD3234E9FD}.Release|x64.ActiveCfg = Release|Win32 + {1DD04156-F096-4C41-9E1C-5BFD3234E9FD}.Release|x64.ActiveCfg = Release|x64 + {1DD04156-F096-4C41-9E1C-5BFD3234E9FD}.Release|x64.Build.0 = Release|x64 {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712}.Debug|Win32.ActiveCfg = Debug|Win32 {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712}.Debug|Win32.Build.0 = Debug|Win32 {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712}.Debug|x64.ActiveCfg = Debug|Win32 {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712}.Release|Win32.ActiveCfg = Release|Win32 {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712}.Release|Win32.Build.0 = Release|Win32 - {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712}.Release|x64.ActiveCfg = Release|Win32 + {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712}.Release|x64.ActiveCfg = Release|x64 + {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712}.Release|x64.Build.0 = Release|x64 {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93}.Debug|Win32.ActiveCfg = Debug|Win32 {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93}.Debug|Win32.Build.0 = Debug|Win32 {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93}.Debug|x64.ActiveCfg = Debug|Win32 {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93}.Release|Win32.ActiveCfg = Release|Win32 {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93}.Release|Win32.Build.0 = Release|Win32 - {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93}.Release|x64.ActiveCfg = Release|Win32 + {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93}.Release|x64.ActiveCfg = Release|x64 + {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93}.Release|x64.Build.0 = Release|x64 {80E38D71-CEC5-457F-88EC-24D3097C3470}.Debug|Win32.ActiveCfg = Debug|Win32 {80E38D71-CEC5-457F-88EC-24D3097C3470}.Debug|Win32.Build.0 = Debug|Win32 {80E38D71-CEC5-457F-88EC-24D3097C3470}.Debug|x64.ActiveCfg = Debug|Win32 {80E38D71-CEC5-457F-88EC-24D3097C3470}.Release|Win32.ActiveCfg = Release|Win32 {80E38D71-CEC5-457F-88EC-24D3097C3470}.Release|Win32.Build.0 = Release|Win32 - {80E38D71-CEC5-457F-88EC-24D3097C3470}.Release|x64.ActiveCfg = Release|Win32 + {80E38D71-CEC5-457F-88EC-24D3097C3470}.Release|x64.ActiveCfg = Release|x64 + {80E38D71-CEC5-457F-88EC-24D3097C3470}.Release|x64.Build.0 = Release|x64 {85874531-681D-4F44-8A84-C8E939DA3FCB}.Debug|Win32.ActiveCfg = Debug|Win32 {85874531-681D-4F44-8A84-C8E939DA3FCB}.Debug|Win32.Build.0 = Debug|Win32 {85874531-681D-4F44-8A84-C8E939DA3FCB}.Debug|x64.ActiveCfg = Debug|Win32 {85874531-681D-4F44-8A84-C8E939DA3FCB}.Release|Win32.ActiveCfg = Release|Win32 {85874531-681D-4F44-8A84-C8E939DA3FCB}.Release|Win32.Build.0 = Release|Win32 - {85874531-681D-4F44-8A84-C8E939DA3FCB}.Release|x64.ActiveCfg = Release|Win32 + {85874531-681D-4F44-8A84-C8E939DA3FCB}.Release|x64.ActiveCfg = Release|x64 + {85874531-681D-4F44-8A84-C8E939DA3FCB}.Release|x64.Build.0 = Release|x64 {55F71101-B302-4345-9F9F-3055E805422A}.Debug|Win32.ActiveCfg = Debug|Win32 {55F71101-B302-4345-9F9F-3055E805422A}.Debug|Win32.Build.0 = Debug|Win32 {55F71101-B302-4345-9F9F-3055E805422A}.Debug|x64.ActiveCfg = Debug|Win32 {55F71101-B302-4345-9F9F-3055E805422A}.Release|Win32.ActiveCfg = Release|Win32 {55F71101-B302-4345-9F9F-3055E805422A}.Release|Win32.Build.0 = Release|Win32 - {55F71101-B302-4345-9F9F-3055E805422A}.Release|x64.ActiveCfg = Release|Win32 + {55F71101-B302-4345-9F9F-3055E805422A}.Release|x64.ActiveCfg = Release|x64 + {55F71101-B302-4345-9F9F-3055E805422A}.Release|x64.Build.0 = Release|x64 {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}.Debug|Win32.ActiveCfg = Debug|Win32 {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}.Debug|Win32.Build.0 = Debug|Win32 {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}.Debug|x64.ActiveCfg = Debug|Win32 {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}.Release|Win32.ActiveCfg = Release|Win32 {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}.Release|Win32.Build.0 = Release|Win32 - {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}.Release|x64.ActiveCfg = Release|Win32 + {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}.Release|x64.ActiveCfg = Release|x64 + {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}.Release|x64.Build.0 = Release|x64 {72B6B5A6-4267-4FED-9F96-917C7974CE25}.Debug|Win32.ActiveCfg = Debug|Win32 {72B6B5A6-4267-4FED-9F96-917C7974CE25}.Debug|Win32.Build.0 = Debug|Win32 {72B6B5A6-4267-4FED-9F96-917C7974CE25}.Debug|x64.ActiveCfg = Debug|Win32 {72B6B5A6-4267-4FED-9F96-917C7974CE25}.Release|Win32.ActiveCfg = Release|Win32 {72B6B5A6-4267-4FED-9F96-917C7974CE25}.Release|Win32.Build.0 = Release|Win32 - {72B6B5A6-4267-4FED-9F96-917C7974CE25}.Release|x64.ActiveCfg = Release|Win32 + {72B6B5A6-4267-4FED-9F96-917C7974CE25}.Release|x64.ActiveCfg = Release|x64 + {72B6B5A6-4267-4FED-9F96-917C7974CE25}.Release|x64.Build.0 = Release|x64 {6F575493-CF43-43CB-8062-9F3D0722A624}.Debug|Win32.ActiveCfg = Debug|Win32 {6F575493-CF43-43CB-8062-9F3D0722A624}.Debug|Win32.Build.0 = Debug|Win32 {6F575493-CF43-43CB-8062-9F3D0722A624}.Debug|x64.ActiveCfg = Debug|Win32 {6F575493-CF43-43CB-8062-9F3D0722A624}.Release|Win32.ActiveCfg = Release|Win32 {6F575493-CF43-43CB-8062-9F3D0722A624}.Release|Win32.Build.0 = Release|Win32 - {6F575493-CF43-43CB-8062-9F3D0722A624}.Release|x64.ActiveCfg = Release|Win32 + {6F575493-CF43-43CB-8062-9F3D0722A624}.Release|x64.ActiveCfg = Release|x64 + {6F575493-CF43-43CB-8062-9F3D0722A624}.Release|x64.Build.0 = Release|x64 {069D6053-F39A-4418-BAA3-FA8D260C83D1}.Debug|Win32.ActiveCfg = Debug|Win32 {069D6053-F39A-4418-BAA3-FA8D260C83D1}.Debug|Win32.Build.0 = Debug|Win32 {069D6053-F39A-4418-BAA3-FA8D260C83D1}.Debug|x64.ActiveCfg = Debug|Win32 {069D6053-F39A-4418-BAA3-FA8D260C83D1}.Release|Win32.ActiveCfg = Release|Win32 {069D6053-F39A-4418-BAA3-FA8D260C83D1}.Release|Win32.Build.0 = Release|Win32 - {069D6053-F39A-4418-BAA3-FA8D260C83D1}.Release|x64.ActiveCfg = Release|Win32 + {069D6053-F39A-4418-BAA3-FA8D260C83D1}.Release|x64.ActiveCfg = Release|x64 + {069D6053-F39A-4418-BAA3-FA8D260C83D1}.Release|x64.Build.0 = Release|x64 {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E}.Debug|Win32.ActiveCfg = Debug|Win32 {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E}.Debug|Win32.Build.0 = Debug|Win32 {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E}.Debug|x64.ActiveCfg = Debug|Win32 {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E}.Release|Win32.ActiveCfg = Release|Win32 {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E}.Release|Win32.Build.0 = Release|Win32 - {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E}.Release|x64.ActiveCfg = Release|Win32 + {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E}.Release|x64.ActiveCfg = Release|x64 + {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E}.Release|x64.Build.0 = Release|x64 {CEFD949E-BCF2-4EDB-8168-0920924FE2D8}.Debug|Win32.ActiveCfg = Debug|Win32 {CEFD949E-BCF2-4EDB-8168-0920924FE2D8}.Debug|Win32.Build.0 = Debug|Win32 {CEFD949E-BCF2-4EDB-8168-0920924FE2D8}.Debug|x64.ActiveCfg = Debug|Win32 {CEFD949E-BCF2-4EDB-8168-0920924FE2D8}.Release|Win32.ActiveCfg = Release|Win32 {CEFD949E-BCF2-4EDB-8168-0920924FE2D8}.Release|Win32.Build.0 = Release|Win32 - {CEFD949E-BCF2-4EDB-8168-0920924FE2D8}.Release|x64.ActiveCfg = Release|Win32 + {CEFD949E-BCF2-4EDB-8168-0920924FE2D8}.Release|x64.ActiveCfg = Release|x64 + {CEFD949E-BCF2-4EDB-8168-0920924FE2D8}.Release|x64.Build.0 = Release|x64 {EF55A6DC-1861-4037-868A-9557ECAEBC27}.Debug|Win32.ActiveCfg = Debug|Win32 {EF55A6DC-1861-4037-868A-9557ECAEBC27}.Debug|Win32.Build.0 = Debug|Win32 {EF55A6DC-1861-4037-868A-9557ECAEBC27}.Debug|x64.ActiveCfg = Debug|Win32 {EF55A6DC-1861-4037-868A-9557ECAEBC27}.Release|Win32.ActiveCfg = Release|Win32 {EF55A6DC-1861-4037-868A-9557ECAEBC27}.Release|Win32.Build.0 = Release|Win32 - {EF55A6DC-1861-4037-868A-9557ECAEBC27}.Release|x64.ActiveCfg = Release|Win32 + {EF55A6DC-1861-4037-868A-9557ECAEBC27}.Release|x64.ActiveCfg = Release|x64 + {EF55A6DC-1861-4037-868A-9557ECAEBC27}.Release|x64.Build.0 = Release|x64 {C295FFC2-8CE5-4387-B237-E4E1B1AB9987}.Debug|Win32.ActiveCfg = Debug|Win32 {C295FFC2-8CE5-4387-B237-E4E1B1AB9987}.Debug|Win32.Build.0 = Debug|Win32 {C295FFC2-8CE5-4387-B237-E4E1B1AB9987}.Debug|x64.ActiveCfg = Debug|Win32 {C295FFC2-8CE5-4387-B237-E4E1B1AB9987}.Release|Win32.ActiveCfg = Release|Win32 {C295FFC2-8CE5-4387-B237-E4E1B1AB9987}.Release|Win32.Build.0 = Release|Win32 - {C295FFC2-8CE5-4387-B237-E4E1B1AB9987}.Release|x64.ActiveCfg = Release|Win32 + {C295FFC2-8CE5-4387-B237-E4E1B1AB9987}.Release|x64.ActiveCfg = Release|x64 + {C295FFC2-8CE5-4387-B237-E4E1B1AB9987}.Release|x64.Build.0 = Release|x64 {0489F164-DC8F-433C-8CFA-F7EB2A3356F1}.Debug|Win32.ActiveCfg = Debug|Win32 {0489F164-DC8F-433C-8CFA-F7EB2A3356F1}.Debug|Win32.Build.0 = Debug|Win32 {0489F164-DC8F-433C-8CFA-F7EB2A3356F1}.Debug|x64.ActiveCfg = Debug|Win32 {0489F164-DC8F-433C-8CFA-F7EB2A3356F1}.Release|Win32.ActiveCfg = Release|Win32 {0489F164-DC8F-433C-8CFA-F7EB2A3356F1}.Release|Win32.Build.0 = Release|Win32 - {0489F164-DC8F-433C-8CFA-F7EB2A3356F1}.Release|x64.ActiveCfg = Release|Win32 + {0489F164-DC8F-433C-8CFA-F7EB2A3356F1}.Release|x64.ActiveCfg = Release|x64 + {0489F164-DC8F-433C-8CFA-F7EB2A3356F1}.Release|x64.Build.0 = Release|x64 {8709993F-B08A-4156-BD93-581F297FE0A4}.Debug|Win32.ActiveCfg = Debug|Win32 {8709993F-B08A-4156-BD93-581F297FE0A4}.Debug|Win32.Build.0 = Debug|Win32 {8709993F-B08A-4156-BD93-581F297FE0A4}.Debug|x64.ActiveCfg = Debug|Win32 {8709993F-B08A-4156-BD93-581F297FE0A4}.Release|Win32.ActiveCfg = Release|Win32 {8709993F-B08A-4156-BD93-581F297FE0A4}.Release|Win32.Build.0 = Release|Win32 - {8709993F-B08A-4156-BD93-581F297FE0A4}.Release|x64.ActiveCfg = Release|Win32 + {8709993F-B08A-4156-BD93-581F297FE0A4}.Release|x64.ActiveCfg = Release|x64 + {8709993F-B08A-4156-BD93-581F297FE0A4}.Release|x64.Build.0 = Release|x64 {672B3FC9-0B31-45B4-AAB6-669073F2D291}.Debug|Win32.ActiveCfg = Debug|Win32 {672B3FC9-0B31-45B4-AAB6-669073F2D291}.Debug|Win32.Build.0 = Debug|Win32 {672B3FC9-0B31-45B4-AAB6-669073F2D291}.Debug|x64.ActiveCfg = Debug|Win32 {672B3FC9-0B31-45B4-AAB6-669073F2D291}.Release|Win32.ActiveCfg = Release|Win32 {672B3FC9-0B31-45B4-AAB6-669073F2D291}.Release|Win32.Build.0 = Release|Win32 - {672B3FC9-0B31-45B4-AAB6-669073F2D291}.Release|x64.ActiveCfg = Release|Win32 + {672B3FC9-0B31-45B4-AAB6-669073F2D291}.Release|x64.ActiveCfg = Release|x64 + {672B3FC9-0B31-45B4-AAB6-669073F2D291}.Release|x64.Build.0 = Release|x64 {160CD71B-1E13-4816-9977-8BBD73871F31}.Debug|Win32.ActiveCfg = Debug|Win32 {160CD71B-1E13-4816-9977-8BBD73871F31}.Debug|Win32.Build.0 = Debug|Win32 {160CD71B-1E13-4816-9977-8BBD73871F31}.Debug|x64.ActiveCfg = Debug|Win32 {160CD71B-1E13-4816-9977-8BBD73871F31}.Release|Win32.ActiveCfg = Release|Win32 {160CD71B-1E13-4816-9977-8BBD73871F31}.Release|Win32.Build.0 = Release|Win32 - {160CD71B-1E13-4816-9977-8BBD73871F31}.Release|x64.ActiveCfg = Release|Win32 + {160CD71B-1E13-4816-9977-8BBD73871F31}.Release|x64.ActiveCfg = Release|x64 + {160CD71B-1E13-4816-9977-8BBD73871F31}.Release|x64.Build.0 = Release|x64 {41C67B8B-D84D-42C2-B174-200B2ACB19C0}.Debug|Win32.ActiveCfg = Debug|Win32 {41C67B8B-D84D-42C2-B174-200B2ACB19C0}.Debug|Win32.Build.0 = Debug|Win32 {41C67B8B-D84D-42C2-B174-200B2ACB19C0}.Debug|x64.ActiveCfg = Debug|Win32 {41C67B8B-D84D-42C2-B174-200B2ACB19C0}.Release|Win32.ActiveCfg = Release|Win32 {41C67B8B-D84D-42C2-B174-200B2ACB19C0}.Release|Win32.Build.0 = Release|Win32 - {41C67B8B-D84D-42C2-B174-200B2ACB19C0}.Release|x64.ActiveCfg = Release|Win32 + {41C67B8B-D84D-42C2-B174-200B2ACB19C0}.Release|x64.ActiveCfg = Release|x64 + {41C67B8B-D84D-42C2-B174-200B2ACB19C0}.Release|x64.Build.0 = Release|x64 {553C70DE-37B7-4C31-985B-591BEC238C9D}.Debug|Win32.ActiveCfg = Debug|Win32 {553C70DE-37B7-4C31-985B-591BEC238C9D}.Debug|Win32.Build.0 = Debug|Win32 {553C70DE-37B7-4C31-985B-591BEC238C9D}.Debug|x64.ActiveCfg = Debug|Win32 {553C70DE-37B7-4C31-985B-591BEC238C9D}.Release|Win32.ActiveCfg = Release|Win32 {553C70DE-37B7-4C31-985B-591BEC238C9D}.Release|Win32.Build.0 = Release|Win32 - {553C70DE-37B7-4C31-985B-591BEC238C9D}.Release|x64.ActiveCfg = Release|Win32 + {553C70DE-37B7-4C31-985B-591BEC238C9D}.Release|x64.ActiveCfg = Release|x64 + {553C70DE-37B7-4C31-985B-591BEC238C9D}.Release|x64.Build.0 = Release|x64 {FF61361F-CB09-4C72-80E2-9CA2DA63910E}.Debug|Win32.ActiveCfg = Debug|Win32 {FF61361F-CB09-4C72-80E2-9CA2DA63910E}.Debug|Win32.Build.0 = Debug|Win32 {FF61361F-CB09-4C72-80E2-9CA2DA63910E}.Debug|x64.ActiveCfg = Debug|Win32 {FF61361F-CB09-4C72-80E2-9CA2DA63910E}.Release|Win32.ActiveCfg = Release|Win32 {FF61361F-CB09-4C72-80E2-9CA2DA63910E}.Release|Win32.Build.0 = Release|Win32 - {FF61361F-CB09-4C72-80E2-9CA2DA63910E}.Release|x64.ActiveCfg = Release|Win32 + {FF61361F-CB09-4C72-80E2-9CA2DA63910E}.Release|x64.ActiveCfg = Release|x64 + {FF61361F-CB09-4C72-80E2-9CA2DA63910E}.Release|x64.Build.0 = Release|x64 {DA05D8B5-5E24-410E-A201-CC5905E327D3}.Debug|Win32.ActiveCfg = Debug|Win32 {DA05D8B5-5E24-410E-A201-CC5905E327D3}.Debug|Win32.Build.0 = Debug|Win32 {DA05D8B5-5E24-410E-A201-CC5905E327D3}.Debug|x64.ActiveCfg = Debug|Win32 {DA05D8B5-5E24-410E-A201-CC5905E327D3}.Release|Win32.ActiveCfg = Release|Win32 {DA05D8B5-5E24-410E-A201-CC5905E327D3}.Release|Win32.Build.0 = Release|Win32 - {DA05D8B5-5E24-410E-A201-CC5905E327D3}.Release|x64.ActiveCfg = Release|Win32 + {DA05D8B5-5E24-410E-A201-CC5905E327D3}.Release|x64.ActiveCfg = Release|x64 + {DA05D8B5-5E24-410E-A201-CC5905E327D3}.Release|x64.Build.0 = Release|x64 {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F}.Debug|Win32.ActiveCfg = Debug|Win32 {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F}.Debug|Win32.Build.0 = Debug|Win32 {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F}.Debug|x64.ActiveCfg = Debug|Win32 {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F}.Release|Win32.ActiveCfg = Release|Win32 {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F}.Release|Win32.Build.0 = Release|Win32 - {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F}.Release|x64.ActiveCfg = Release|Win32 + {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F}.Release|x64.ActiveCfg = Release|x64 + {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F}.Release|x64.Build.0 = Release|x64 {B2846BD6-2332-4DA6-A13B-113318F76D5E}.Debug|Win32.ActiveCfg = Debug|Win32 {B2846BD6-2332-4DA6-A13B-113318F76D5E}.Debug|Win32.Build.0 = Debug|Win32 {B2846BD6-2332-4DA6-A13B-113318F76D5E}.Debug|x64.ActiveCfg = Debug|Win32 {B2846BD6-2332-4DA6-A13B-113318F76D5E}.Release|Win32.ActiveCfg = Release|Win32 {B2846BD6-2332-4DA6-A13B-113318F76D5E}.Release|Win32.Build.0 = Release|Win32 - {B2846BD6-2332-4DA6-A13B-113318F76D5E}.Release|x64.ActiveCfg = Release|Win32 + {B2846BD6-2332-4DA6-A13B-113318F76D5E}.Release|x64.ActiveCfg = Release|x64 + {B2846BD6-2332-4DA6-A13B-113318F76D5E}.Release|x64.Build.0 = Release|x64 {99D34DCB-A484-437C-9FC5-D4051FEDC18C}.Debug|Win32.ActiveCfg = Debug|Win32 {99D34DCB-A484-437C-9FC5-D4051FEDC18C}.Debug|Win32.Build.0 = Debug|Win32 {99D34DCB-A484-437C-9FC5-D4051FEDC18C}.Debug|x64.ActiveCfg = Debug|Win32 {99D34DCB-A484-437C-9FC5-D4051FEDC18C}.Release|Win32.ActiveCfg = Release|Win32 {99D34DCB-A484-437C-9FC5-D4051FEDC18C}.Release|Win32.Build.0 = Release|Win32 - {99D34DCB-A484-437C-9FC5-D4051FEDC18C}.Release|x64.ActiveCfg = Release|Win32 + {99D34DCB-A484-437C-9FC5-D4051FEDC18C}.Release|x64.ActiveCfg = Release|x64 + {99D34DCB-A484-437C-9FC5-D4051FEDC18C}.Release|x64.Build.0 = Release|x64 {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58}.Debug|Win32.ActiveCfg = Debug|Win32 {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58}.Debug|Win32.Build.0 = Debug|Win32 {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58}.Debug|x64.ActiveCfg = Debug|Win32 {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58}.Release|Win32.ActiveCfg = Release|Win32 {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58}.Release|Win32.Build.0 = Release|Win32 - {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58}.Release|x64.ActiveCfg = Release|Win32 + {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58}.Release|x64.ActiveCfg = Release|x64 + {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58}.Release|x64.Build.0 = Release|x64 {BB048D6F-F001-4E9B-95F4-886081E0807A}.Debug|Win32.ActiveCfg = Debug|Win32 {BB048D6F-F001-4E9B-95F4-886081E0807A}.Debug|Win32.Build.0 = Debug|Win32 {BB048D6F-F001-4E9B-95F4-886081E0807A}.Debug|x64.ActiveCfg = Debug|Win32 {BB048D6F-F001-4E9B-95F4-886081E0807A}.Release|Win32.ActiveCfg = Release|Win32 {BB048D6F-F001-4E9B-95F4-886081E0807A}.Release|Win32.Build.0 = Release|Win32 - {BB048D6F-F001-4E9B-95F4-886081E0807A}.Release|x64.ActiveCfg = Release|Win32 + {BB048D6F-F001-4E9B-95F4-886081E0807A}.Release|x64.ActiveCfg = Release|x64 + {BB048D6F-F001-4E9B-95F4-886081E0807A}.Release|x64.Build.0 = Release|x64 {57661A2A-EE94-4E9C-B792-AB756533DEFA}.Debug|Win32.ActiveCfg = Debug|Win32 {57661A2A-EE94-4E9C-B792-AB756533DEFA}.Debug|Win32.Build.0 = Debug|Win32 {57661A2A-EE94-4E9C-B792-AB756533DEFA}.Debug|x64.ActiveCfg = Debug|Win32 {57661A2A-EE94-4E9C-B792-AB756533DEFA}.Release|Win32.ActiveCfg = Release|Win32 {57661A2A-EE94-4E9C-B792-AB756533DEFA}.Release|Win32.Build.0 = Release|Win32 - {57661A2A-EE94-4E9C-B792-AB756533DEFA}.Release|x64.ActiveCfg = Release|Win32 + {57661A2A-EE94-4E9C-B792-AB756533DEFA}.Release|x64.ActiveCfg = Release|x64 + {57661A2A-EE94-4E9C-B792-AB756533DEFA}.Release|x64.Build.0 = Release|x64 {24B039D0-5A71-4F76-8908-BAD772FDBE1A}.Debug|Win32.ActiveCfg = Debug|Win32 {24B039D0-5A71-4F76-8908-BAD772FDBE1A}.Debug|Win32.Build.0 = Debug|Win32 {24B039D0-5A71-4F76-8908-BAD772FDBE1A}.Debug|x64.ActiveCfg = Debug|Win32 {24B039D0-5A71-4F76-8908-BAD772FDBE1A}.Release|Win32.ActiveCfg = Release|Win32 {24B039D0-5A71-4F76-8908-BAD772FDBE1A}.Release|Win32.Build.0 = Release|Win32 - {24B039D0-5A71-4F76-8908-BAD772FDBE1A}.Release|x64.ActiveCfg = Release|Win32 + {24B039D0-5A71-4F76-8908-BAD772FDBE1A}.Release|x64.ActiveCfg = Release|x64 + {24B039D0-5A71-4F76-8908-BAD772FDBE1A}.Release|x64.Build.0 = Release|x64 {34FDE301-A29D-44ED-8ECC-15693F137DE2}.Debug|Win32.ActiveCfg = Debug|Win32 {34FDE301-A29D-44ED-8ECC-15693F137DE2}.Debug|Win32.Build.0 = Debug|Win32 {34FDE301-A29D-44ED-8ECC-15693F137DE2}.Debug|x64.ActiveCfg = Debug|Win32 {34FDE301-A29D-44ED-8ECC-15693F137DE2}.Release|Win32.ActiveCfg = Release|Win32 {34FDE301-A29D-44ED-8ECC-15693F137DE2}.Release|Win32.Build.0 = Release|Win32 - {34FDE301-A29D-44ED-8ECC-15693F137DE2}.Release|x64.ActiveCfg = Release|Win32 + {34FDE301-A29D-44ED-8ECC-15693F137DE2}.Release|x64.ActiveCfg = Release|x64 + {34FDE301-A29D-44ED-8ECC-15693F137DE2}.Release|x64.Build.0 = Release|x64 {075AF69B-71D6-43B9-B102-4649CB2CA40C}.Debug|Win32.ActiveCfg = Debug|Win32 {075AF69B-71D6-43B9-B102-4649CB2CA40C}.Debug|Win32.Build.0 = Debug|Win32 {075AF69B-71D6-43B9-B102-4649CB2CA40C}.Debug|x64.ActiveCfg = Debug|Win32 {075AF69B-71D6-43B9-B102-4649CB2CA40C}.Release|Win32.ActiveCfg = Release|Win32 {075AF69B-71D6-43B9-B102-4649CB2CA40C}.Release|Win32.Build.0 = Release|Win32 - {075AF69B-71D6-43B9-B102-4649CB2CA40C}.Release|x64.ActiveCfg = Release|Win32 + {075AF69B-71D6-43B9-B102-4649CB2CA40C}.Release|x64.ActiveCfg = Release|x64 + {075AF69B-71D6-43B9-B102-4649CB2CA40C}.Release|x64.Build.0 = Release|x64 {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7}.Debug|Win32.ActiveCfg = Debug|Win32 {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7}.Debug|Win32.Build.0 = Debug|Win32 {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7}.Debug|x64.ActiveCfg = Debug|Win32 {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7}.Release|Win32.ActiveCfg = Release|Win32 {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7}.Release|Win32.Build.0 = Release|Win32 - {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7}.Release|x64.ActiveCfg = Release|Win32 + {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7}.Release|x64.ActiveCfg = Release|x64 + {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7}.Release|x64.Build.0 = Release|x64 {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258}.Debug|Win32.ActiveCfg = Debug|Win32 {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258}.Debug|Win32.Build.0 = Debug|Win32 {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258}.Debug|x64.ActiveCfg = Debug|Win32 {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258}.Release|Win32.ActiveCfg = Release|Win32 {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258}.Release|Win32.Build.0 = Release|Win32 - {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258}.Release|x64.ActiveCfg = Release|Win32 + {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258}.Release|x64.ActiveCfg = Release|x64 + {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258}.Release|x64.Build.0 = Release|x64 {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033}.Debug|Win32.ActiveCfg = Debug|Win32 {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033}.Debug|Win32.Build.0 = Debug|Win32 {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033}.Debug|x64.ActiveCfg = Debug|Win32 {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033}.Release|Win32.ActiveCfg = Release|Win32 {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033}.Release|Win32.Build.0 = Release|Win32 - {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033}.Release|x64.ActiveCfg = Release|Win32 + {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033}.Release|x64.ActiveCfg = Release|x64 + {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033}.Release|x64.Build.0 = Release|x64 {89368D08-5E06-4530-B82A-AD2BC07B09E7}.Debug|Win32.ActiveCfg = Debug|Win32 {89368D08-5E06-4530-B82A-AD2BC07B09E7}.Debug|Win32.Build.0 = Debug|Win32 {89368D08-5E06-4530-B82A-AD2BC07B09E7}.Debug|x64.ActiveCfg = Debug|Win32 {89368D08-5E06-4530-B82A-AD2BC07B09E7}.Release|Win32.ActiveCfg = Release|Win32 {89368D08-5E06-4530-B82A-AD2BC07B09E7}.Release|Win32.Build.0 = Release|Win32 - {89368D08-5E06-4530-B82A-AD2BC07B09E7}.Release|x64.ActiveCfg = Release|Win32 + {89368D08-5E06-4530-B82A-AD2BC07B09E7}.Release|x64.ActiveCfg = Release|x64 + {89368D08-5E06-4530-B82A-AD2BC07B09E7}.Release|x64.Build.0 = Release|x64 {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|Win32.ActiveCfg = Release|Win32 {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|Win32.Build.0 = Release|Win32 {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|Win32.Deploy.0 = Release|Win32 @@ -483,7 +520,8 @@ Global {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Debug|x64.ActiveCfg = Debug|Win32 {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Release|Win32.ActiveCfg = Release|Win32 {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Release|Win32.Build.0 = Release|Win32 - {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Release|x64.ActiveCfg = Release|Win32 + {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Release|x64.ActiveCfg = Release|x64 + {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/MakeRelease.bat b/MakeRelease.bat index a9a92b2..221b2fa 100644 --- a/MakeRelease.bat +++ b/MakeRelease.bat @@ -1,17 +1,34 @@ @ECHO OFF -if NOT "%2" == "-scr" ECHO Copyright (C) 2014-2016 Jessica James. All rights reserved. +if NOT "%1" == "-scr" ECHO Copyright (C) 2014-2017 Jessica James. All rights reserved. ECHO. +SET Platform=Win32 +SET NoArgs=False + +if "%1" == "" SET NoArgs=True + +:ParseParams: +if "%1" == "-platform" ( + SET Platform=%2 + SHIFT /1 + GOTO ParseParamsCondition +) if "%1" == "/?" GOTO Help if "%1" == "-help" GOTO Help if "%1" == "--help" GOTO Help if "%1" == "-clean" GOTO CleanUp if "%1" == "-binary" GOTO BinaryCopy if "%1" == "-source" GOTO SourceCopy -CALL %0 -clean -scr -CALL %0 -binary -scr -CALL %0 -source -scr -if "%1" == "" GOTO Done + +:ParseParamsCondition: +SHIFT /1 +if NOT "%1" == "" GOTO ParseParams +:EndParseParams: + +CALL %0 -scr -platform %Platform% -clean +CALL %0 -scr -platform %Platform% -binary +CALL %0 -scr -platform %Platform% -source +if %NoArgs% == "True" GOTO Done GOTO EOF :Help: @@ -44,17 +61,17 @@ DEL /F /Q "..\Jupiter Bot.zip" GOTO EOF :BinaryCopy: -ROBOCOPY "Release\\" "..\Jupiter Bot Binaries\\" *.dll *.exe /S /xf Tester.exe +ROBOCOPY "%Platform%\Release\\" "..\Jupiter Bot Binaries\\" *.dll *.exe /S /xf Tester.exe ROBOCOPY "Configs\\" "..\Jupiter Bot Binaries\Configs\\" * ROBOCOPY ".\\" "..\Jupiter Bot Binaries\\" *.ini *.txt LICENSE "C:\Program Files\WinRAR\WinRAR.exe" a -r "..\Jupiter Bot Binaries.zip" "..\Jupiter Bot Binaries" GOTO EOF :SourceCopy: -ROBOCOPY ".\\" "..\Jupiter Bot Source\\" *.* /S /XD Release -ROBOCOPY "Release\\" "..\Jupiter Bot Source\Release\\" *.dll *.exe /S -ROBOCOPY "Configs\\" "..\Jupiter Bot Source\Configs\\" *.ini -ROBOCOPY ".\\" "..\Jupiter Bot Source\\" *.ini *.txt +ROBOCOPY ".\\" "..\Jupiter Bot Source\\" *.* /S /XD Win32 x64 .* +ROBOCOPY "%Platform%\Release\\" "..\Jupiter Bot Source\%Platform%\Release\\" *.dll *.exe /S +ROBOCOPY "Configs\\" "..\Jupiter Bot Source\Configs\\" * +ROBOCOPY ".\\" "..\Jupiter Bot Source\\" *.ini *.txt LICENSE "C:\Program Files\WinRAR\WinRAR.exe" a -r "..\Jupiter Bot.zip" "..\Jupiter Bot Source" GOTO EOF diff --git a/Plugin.Example/Plugin.Example.vcxproj b/Plugin.Example/Plugin.Example.vcxproj index 393b417..15233aa 100644 --- a/Plugin.Example/Plugin.Example.vcxproj +++ b/Plugin.Example/Plugin.Example.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {EA2C0100-5CC5-4416-8216-059833CAACE2} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,40 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + AllRules.ruleset + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +88,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -74,10 +140,6 @@ - - - - diff --git a/Plugin.Example/Plugin.Example.vcxproj.filters b/Plugin.Example/Plugin.Example.vcxproj.filters index f7cd026..d8f8e49 100644 --- a/Plugin.Example/Plugin.Example.vcxproj.filters +++ b/Plugin.Example/Plugin.Example.vcxproj.filters @@ -24,12 +24,4 @@ Source Files - - - Resource Files - - - Resource Files - - \ No newline at end of file diff --git a/Plugin.Template/Plugin.Template.vcxproj b/Plugin.Template/Plugin.Template.vcxproj index 119632d..0e95916 100644 --- a/Plugin.Template/Plugin.Template.vcxproj +++ b/Plugin.Template/Plugin.Template.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {1DD04156-F096-4C41-9E1C-5BFD3234E9FD} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -74,10 +142,6 @@ - - - - diff --git a/Plugin.Template/Plugin.Template.vcxproj.filters b/Plugin.Template/Plugin.Template.vcxproj.filters index f7cd026..d8f8e49 100644 --- a/Plugin.Template/Plugin.Template.vcxproj.filters +++ b/Plugin.Template/Plugin.Template.vcxproj.filters @@ -24,12 +24,4 @@ Source Files - - - Resource Files - - - Resource Files - - \ No newline at end of file diff --git a/PluginManager/PluginManager.vcxproj b/PluginManager/PluginManager.vcxproj index 8630669..e2cf424 100644 --- a/PluginManager/PluginManager.vcxproj +++ b/PluginManager/PluginManager.vcxproj @@ -5,15 +5,24 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712} PluginExample PluginManager + 8.1 @@ -22,6 +31,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -29,19 +44,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -53,20 +91,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -75,10 +143,6 @@ - - - - diff --git a/PluginManager/PluginManager.vcxproj.filters b/PluginManager/PluginManager.vcxproj.filters index 3a01235..e0c94be 100644 --- a/PluginManager/PluginManager.vcxproj.filters +++ b/PluginManager/PluginManager.vcxproj.filters @@ -14,14 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj b/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj index 333fcb8..580663e 100644 --- a/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj +++ b/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58} RenX.AlwaysRecord + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj.filters b/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj.filters index 51e33df..33b9987 100644 --- a/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj.filters +++ b/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj.filters @@ -24,15 +24,4 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - \ No newline at end of file diff --git a/RenX.Announcements/RenX.Announcements.vcxproj b/RenX.Announcements/RenX.Announcements.vcxproj index 49c8213..e160935 100644 --- a/RenX.Announcements/RenX.Announcements.vcxproj +++ b/RenX.Announcements/RenX.Announcements.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {EF55A6DC-1861-4037-868A-9557ECAEBC27} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Announcements/RenX.Announcements.vcxproj.filters b/RenX.Announcements/RenX.Announcements.vcxproj.filters index a09426b..3873ea9 100644 --- a/RenX.Announcements/RenX.Announcements.vcxproj.filters +++ b/RenX.Announcements/RenX.Announcements.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Commands/RenX.Commands.vcxproj b/RenX.Commands/RenX.Commands.vcxproj index 43549e6..e4103ed 100644 --- a/RenX.Commands/RenX.Commands.vcxproj +++ b/RenX.Commands/RenX.Commands.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {72B6B5A6-4267-4FED-9F96-917C7974CE25} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,13 +142,6 @@ - - - - - Document - - diff --git a/RenX.Commands/RenX.Commands.vcxproj.filters b/RenX.Commands/RenX.Commands.vcxproj.filters index d556510..44e9026 100644 --- a/RenX.Commands/RenX.Commands.vcxproj.filters +++ b/RenX.Commands/RenX.Commands.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Commands/RenX_Commands.cpp b/RenX.Commands/RenX_Commands.cpp index dacd01a..c3861c1 100644 --- a/RenX.Commands/RenX_Commands.cpp +++ b/RenX.Commands/RenX_Commands.cpp @@ -418,19 +418,19 @@ void PlayersIRCCommand::trigger(IRC_Bot *source, const Jupiter::ReadableString & Jupiter::StringL *outString; while (gStrings.size() != 0) { - outString = gStrings.remove(0U); + outString = gStrings.remove(size_t{ 0 }); source->sendMessage(channel, *outString); delete outString; } while (nStrings.size() != 0) { - outString = nStrings.remove(0U); + outString = nStrings.remove(size_t{ 0 }); source->sendMessage(channel, *outString); delete outString; } while (oStrings.size() != 0) { - outString = oStrings.remove(0U); + outString = oStrings.remove(size_t{ 0 }); source->sendMessage(channel, *outString); delete outString; } diff --git a/RenX.Core/RenX.Core.vcxproj b/RenX.Core/RenX.Core.vcxproj index 53bddcd..804c490 100644 --- a/RenX.Core/RenX.Core.vcxproj +++ b/RenX.Core/RenX.Core.vcxproj @@ -5,15 +5,24 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2} PluginExample RenX.Core + 8.1 @@ -22,6 +31,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -29,19 +44,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -53,20 +91,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;RENX_EXPORTS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;RENX_EXPORTS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -97,10 +165,6 @@ - - - - diff --git a/RenX.Core/RenX.Core.vcxproj.filters b/RenX.Core/RenX.Core.vcxproj.filters index ed86325..112ba59 100644 --- a/RenX.Core/RenX.Core.vcxproj.filters +++ b/RenX.Core/RenX.Core.vcxproj.filters @@ -14,14 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Core/RenX_Core.cpp b/RenX.Core/RenX_Core.cpp index 05a96a3..e8bed9a 100644 --- a/RenX.Core/RenX_Core.cpp +++ b/RenX.Core/RenX_Core.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2017 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -72,16 +72,19 @@ RenX::Core::~Core() RenX::Core::servers.emptyAndDelete(); } -unsigned int RenX::Core::send(int type, const Jupiter::ReadableString &msg) +size_t RenX::Core::send(int type, const Jupiter::ReadableString &msg) { - unsigned int r = 0; + size_t result = 0; RenX::Server *server; + for (size_t i = 0; i != RenX::Core::servers.size(); i++) { server = RenX::Core::getServer(i); - if (server->isLogChanType(type) && server->send(msg) > 0) r++; + if (server->isLogChanType(type) && server->send(msg) > 0) + ++result; } - return r; + + return result; } void RenX::Core::addServer(RenX::Server *server) @@ -89,16 +92,16 @@ void RenX::Core::addServer(RenX::Server *server) RenX::Core::servers.add(server); } -int RenX::Core::getServerIndex(RenX::Server *server) +size_t RenX::Core::getServerIndex(RenX::Server *server) { - size_t i = RenX::Core::servers.size(); - while (i != 0) - if (server == RenX::Core::servers.get(--i)) - return i; - return -1; + for (size_t index = 0; index != RenX::Core::servers.size(); ++index) + if (server == RenX::Core::servers.get(index)) + return index; + + return Jupiter::INVALID_INDEX; } -RenX::Server *RenX::Core::getServer(unsigned int index) +RenX::Server *RenX::Core::getServer(size_t index) { return RenX::Core::servers.get(index); } @@ -126,23 +129,28 @@ void RenX::Core::removeServer(unsigned int index) delete RenX::Core::servers.remove(index); } -int RenX::Core::removeServer(RenX::Server *server) +size_t RenX::Core::removeServer(RenX::Server *server) { - int i = RenX::Core::getServerIndex(server); - if (i >= 0) delete RenX::Core::servers.remove(i); - return i; + size_t index = RenX::Core::getServerIndex(server); + + if (index != Jupiter::INVALID_INDEX) + delete RenX::Core::servers.remove(index); + + return index; } bool RenX::Core::hasServer(RenX::Server *server) { - size_t i = RenX::Core::servers.size(); - while (i != 0) - if (server == RenX::Core::servers.get(--i)) + size_t index = RenX::Core::servers.size(); + + while (index != 0) + if (server == RenX::Core::servers.get(--index)) return true; + return false; } -unsigned int RenX::Core::getServerCount() +size_t RenX::Core::getServerCount() { return RenX::Core::servers.size(); } @@ -157,10 +165,11 @@ Jupiter::Config &RenX::Core::getCommandsFile() return RenX::Core::commandsFile; } -int RenX::Core::addCommand(RenX::GameCommand *command) +size_t RenX::Core::addCommand(RenX::GameCommand *command) { - for (size_t i = 0; i != RenX::Core::servers.size(); ++i) - RenX::Core::servers.get(i)->addCommand(command->copy()); + for (size_t index = 0; index != RenX::Core::servers.size(); ++index) + RenX::Core::servers.get(index)->addCommand(command->copy()); + return RenX::Core::servers.size(); } diff --git a/RenX.Core/RenX_Core.h b/RenX.Core/RenX_Core.h index f923593..6ae625f 100644 --- a/RenX.Core/RenX_Core.h +++ b/RenX.Core/RenX_Core.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2017 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -73,7 +73,7 @@ namespace RenX * @param data Command to send. * @return Number of servers sent to on success, less than or equal to 0 otherwise. */ - unsigned int send(int type, const Jupiter::ReadableString &data); + size_t send(int type, const Jupiter::ReadableString &data); /** * @brief Adds a server to the server list. @@ -87,7 +87,7 @@ namespace RenX * * @return Index of the server if it exists, -1 otherwise. */ - int getServerIndex(RenX::Server *server); + size_t getServerIndex(RenX::Server *server); /** * @brief Fetches a server based on its index. @@ -95,7 +95,7 @@ namespace RenX * @param index Index of the server * @return Server located at the specified index. */ - RenX::Server *getServer(unsigned int index); + RenX::Server *getServer(size_t index); /** * @brief Fetches the list of servers @@ -126,7 +126,7 @@ namespace RenX * @param server Server to be removed. * @return Index of the server removed. */ - int removeServer(RenX::Server *server); + size_t removeServer(RenX::Server *server); /** * @brief Checks is a server is in the server list. @@ -141,7 +141,7 @@ namespace RenX * * @return Number of servers. */ - unsigned int getServerCount(); + size_t getServerCount(); /** * @brief Fetches the Renegade-X plugins currently loaded. @@ -163,7 +163,7 @@ namespace RenX * @param command Command to copy. * @return Number of commands added. */ - int addCommand(GameCommand *command); + size_t addCommand(GameCommand *command); /** * @brief Performs a ban check on every player on each server, and kicks as appropriate. diff --git a/RenX.Core/RenX_GameCommand.cpp b/RenX.Core/RenX_GameCommand.cpp index 5c0e23d..bbc22f1 100644 --- a/RenX.Core/RenX_GameCommand.cpp +++ b/RenX.Core/RenX_GameCommand.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2015 Jessica James. + * Copyright (C) 2014-2017 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -42,17 +42,19 @@ RenX::GameCommand::GameCommand() RenX::GameCommand::~GameCommand() { RenX::Core *core = RenX::getCore(); - for (int a = RenX::GameMasterCommandList->size() - 1; a >= 0; a--) + for (size_t command_index = 0; command_index != RenX::GameMasterCommandList->size(); ++command_index) { - if (RenX::GameMasterCommandList->get(a) == this) + if (RenX::GameMasterCommandList->get(command_index) == this) { RenX::Server *server; - for (int b = core->getServerCount() - 1; b >= 0; b--) + for (size_t server_index = 0; server_index != core->getServerCount(); ++server_index) { - server = core->getServer(b); - if (server != nullptr) server->removeCommand(this->getTrigger()); + server = core->getServer(server_index); + if (server != nullptr) + server->removeCommand(this->getTrigger()); } - RenX::GameMasterCommandList->remove(a); + + RenX::GameMasterCommandList->remove(command_index); break; } } diff --git a/RenX.Core/RenX_PlayerInfo.h b/RenX.Core/RenX_PlayerInfo.h index a5a039a..da68ae3 100644 --- a/RenX.Core/RenX_PlayerInfo.h +++ b/RenX.Core/RenX_PlayerInfo.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2017 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -70,8 +70,8 @@ namespace RenX unsigned short ping = 0; double score = 0.0f; double credits = 0.0f; - unsigned int global_rank = 0; - unsigned int local_rank = 0; + size_t global_rank = 0; + size_t local_rank = 0; unsigned int kills = 0; unsigned int deaths = 0; unsigned int suicides = 0; diff --git a/RenX.Core/RenX_Server.cpp b/RenX.Core/RenX_Server.cpp index e3cf56e..38d4401 100644 --- a/RenX.Core/RenX_Server.cpp +++ b/RenX.Core/RenX_Server.cpp @@ -623,7 +623,6 @@ void RenX::Server::banCheck(RenX::PlayerInfo *player) } if (last_to_expire[6] != nullptr) // Alert { - unsigned int serverCount = serverManager->size(); IRC_Bot *server; Jupiter::String &fmtName = RenX::getFormattedPlayerName(player); Jupiter::StringL user_message = Jupiter::StringL::Format(IRCCOLOR "04[Alert] " IRCCOLOR IRCBOLD "%.*s" IRCBOLD IRCCOLOR " is marked for monitoring by %.*s for: \"%.*s\". Please keep an eye on them in ", fmtName.size(), fmtName.ptr(), last_to_expire[6]->banner.size(), last_to_expire[6]->banner.ptr(), last_to_expire[6]->reason.size(), last_to_expire[6]->reason.ptr()); @@ -1098,7 +1097,7 @@ RenX::GameCommand *RenX::Server::getCommand(const Jupiter::ReadableString &trigg return nullptr; } -unsigned int RenX::Server::getCommandCount() const +size_t RenX::Server::getCommandCount() const { return RenX::Server::commands.size(); } @@ -1928,7 +1927,7 @@ void RenX::Server::processLine(const Jupiter::ReadableString &line) if (guid_token.size() == 32U) { - this->map.guid[0] = guid_token.substring(0U, 16U).asUnsignedLongLong(16); + this->map.guid[0] = guid_token.substring(size_t{ 0 }, 16U).asUnsignedLongLong(16); this->map.guid[1] = guid_token.substring(16U).asUnsignedLongLong(16); } } @@ -1944,7 +1943,7 @@ void RenX::Server::processLine(const Jupiter::ReadableString &line) const Jupiter::ReferenceString guid_token = tokens.getToken(11); if (guid_token.size() == 32U) { - this->map.guid[0] = guid_token.substring(0U, 16U).asUnsignedLongLong(16); + this->map.guid[0] = guid_token.substring(size_t{ 0 }, 16U).asUnsignedLongLong(16); this->map.guid[1] = guid_token.substring(16U).asUnsignedLongLong(16); } } @@ -2013,7 +2012,7 @@ void RenX::Server::processLine(const Jupiter::ReadableString &line) if (guid_token.size() == 32U) { RenX::Map *map = new RenX::Map(in_map); - map->guid[0] = guid_token.substring(0U, 16U).asUnsignedLongLong(16); + map->guid[0] = guid_token.substring(size_t{ 0 }, 16U).asUnsignedLongLong(16); map->guid[1] = guid_token.substring(16U).asUnsignedLongLong(16); this->maps.add(map); } @@ -3435,7 +3434,7 @@ void RenX::Server::wipePlayers() while (RenX::Server::players.size() != 0) { - player = RenX::Server::players.remove(0U); + player = RenX::Server::players.remove(size_t{ 0 }); for (size_t index = 0; index < xPlugins.size(); ++index) xPlugins.get(index)->RenX_OnPlayerDelete(this, player); diff --git a/RenX.Core/RenX_Server.h b/RenX.Core/RenX_Server.h index 5f81dc9..eb394ba 100644 --- a/RenX.Core/RenX_Server.h +++ b/RenX.Core/RenX_Server.h @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2017 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -816,7 +816,7 @@ namespace RenX * * @return Number of commands in the command list. */ - unsigned int getCommandCount() const; + size_t getCommandCount() const; /** * @brief Finds and triggers a matching GameCommand with the given parameters diff --git a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj index f8fd8ee..644ed71 100644 --- a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj +++ b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj.filters b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj.filters index f6c957f..ee1b3b9 100644 --- a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj.filters +++ b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj index e987e3f..8fab03e 100644 --- a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj +++ b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {CEFD949E-BCF2-4EDB-8168-0920924FE2D8} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj.filters b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj.filters index d0af5f3..69827b7 100644 --- a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj.filters +++ b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Greetings/RenX.Greetings.vcxproj b/RenX.Greetings/RenX.Greetings.vcxproj index 7ab9a75..4d49c2c 100644 --- a/RenX.Greetings/RenX.Greetings.vcxproj +++ b/RenX.Greetings/RenX.Greetings.vcxproj @@ -5,15 +5,24 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {8709993F-B08A-4156-BD93-581F297FE0A4} PluginExample RenX.Greetings + 8.1 @@ -22,6 +31,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -29,19 +44,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -53,20 +91,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -75,11 +143,6 @@ - - - - - diff --git a/RenX.Greetings/RenX.Greetings.vcxproj.filters b/RenX.Greetings/RenX.Greetings.vcxproj.filters index b224b94..ebe475e 100644 --- a/RenX.Greetings/RenX.Greetings.vcxproj.filters +++ b/RenX.Greetings/RenX.Greetings.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Source Files diff --git a/RenX.HybridUUID/RenX.HybridUUID.vcxproj b/RenX.HybridUUID/RenX.HybridUUID.vcxproj index 7388481..18d86be 100644 --- a/RenX.HybridUUID/RenX.HybridUUID.vcxproj +++ b/RenX.HybridUUID/RenX.HybridUUID.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {FF61361F-CB09-4C72-80E2-9CA2DA63910E} RenX.HybridUUID + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.HybridUUID/RenX.HybridUUID.vcxproj.filters b/RenX.HybridUUID/RenX.HybridUUID.vcxproj.filters index ea981f8..614996a 100644 --- a/RenX.HybridUUID/RenX.HybridUUID.vcxproj.filters +++ b/RenX.HybridUUID/RenX.HybridUUID.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Source Files diff --git a/RenX.IRCJoin/RenX.IRCJoin.vcxproj b/RenX.IRCJoin/RenX.IRCJoin.vcxproj index 2e6f3a5..c80ffda 100644 --- a/RenX.IRCJoin/RenX.IRCJoin.vcxproj +++ b/RenX.IRCJoin/RenX.IRCJoin.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {672B3FC9-0B31-45B4-AAB6-669073F2D291} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.IRCJoin/RenX.IRCJoin.vcxproj.filters b/RenX.IRCJoin/RenX.IRCJoin.vcxproj.filters index 81b9b33..155c61b 100644 --- a/RenX.IRCJoin/RenX.IRCJoin.vcxproj.filters +++ b/RenX.IRCJoin/RenX.IRCJoin.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj b/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj index 0aeed76..79f0657 100644 --- a/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj +++ b/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {24B039D0-5A71-4F76-8908-BAD772FDBE1A} RenX.Ladder.All-Time + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj.filters b/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj.filters index e16b176..3709421 100644 --- a/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj.filters +++ b/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj b/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj index c30ee22..05bfcd4 100644 --- a/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj +++ b/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258} RenX.Ladder.Daily + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj.filters b/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj.filters index 744caa1..be18db7 100644 --- a/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj.filters +++ b/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj.filters @@ -19,17 +19,6 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj b/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj index db817ce..51947fe 100644 --- a/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj +++ b/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {34FDE301-A29D-44ED-8ECC-15693F137DE2} RenX.Ladder.Monthly + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj.filters b/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj.filters index 70b6503..49a7211 100644 --- a/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj.filters +++ b/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj.filters @@ -19,17 +19,6 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj b/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj index df26a39..6c1bc2f 100644 --- a/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj +++ b/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {57661A2A-EE94-4E9C-B792-AB756533DEFA} RenX.Ladder.Web + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core;../HTTPServer _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;HTTPServer.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core;../HTTPServer + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;HTTPServer.lib;%(AdditionalDependencies) @@ -74,12 +142,6 @@ - - - - - - diff --git a/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj.filters b/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj.filters index c44f99c..eb497cd 100644 --- a/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj.filters +++ b/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj.filters @@ -24,18 +24,4 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - \ No newline at end of file diff --git a/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj b/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj index 837a949..48310a6 100644 --- a/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj +++ b/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7} RenX.Ladder.Weekly + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj.filters b/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj.filters index c1daad8..cedc23e 100644 --- a/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj.filters +++ b/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj.filters @@ -19,17 +19,6 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj b/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj index a899442..445bd5e 100644 --- a/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj +++ b/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {075AF69B-71D6-43B9-B102-4649CB2CA40C} RenX.Ladder.Yearly + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj.filters b/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj.filters index 1bb02e7..4d9b89e 100644 --- a/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj.filters +++ b/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj.filters @@ -19,17 +19,6 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Ladder/RenX.Ladder.vcxproj b/RenX.Ladder/RenX.Ladder.vcxproj index 197442d..2bd7073 100644 --- a/RenX.Ladder/RenX.Ladder.vcxproj +++ b/RenX.Ladder/RenX.Ladder.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {B2846BD6-2332-4DA6-A13B-113318F76D5E} RenX.Ladder + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;RENX_LADDER_EXPORTS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;RENX_LADDER_EXPORTS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Ladder/RenX.Ladder.vcxproj.filters b/RenX.Ladder/RenX.Ladder.vcxproj.filters index 165f028..493cf0e 100644 --- a/RenX.Ladder/RenX.Ladder.vcxproj.filters +++ b/RenX.Ladder/RenX.Ladder.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Source Files diff --git a/RenX.Listen/RenX.Listen.vcxproj b/RenX.Listen/RenX.Listen.vcxproj index 9663b7a..901d52b 100644 --- a/RenX.Listen/RenX.Listen.vcxproj +++ b/RenX.Listen/RenX.Listen.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {DA05D8B5-5E24-410E-A201-CC5905E327D3} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Listen/RenX.Listen.vcxproj.filters b/RenX.Listen/RenX.Listen.vcxproj.filters index 2480076..f915368 100644 --- a/RenX.Listen/RenX.Listen.vcxproj.filters +++ b/RenX.Listen/RenX.Listen.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Source Files diff --git a/RenX.Logging/RenX.Logging.vcxproj b/RenX.Logging/RenX.Logging.vcxproj index 3387246..d0f4a93 100644 --- a/RenX.Logging/RenX.Logging.vcxproj +++ b/RenX.Logging/RenX.Logging.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {069D6053-F39A-4418-BAA3-FA8D260C83D1} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Logging/RenX.Logging.vcxproj.filters b/RenX.Logging/RenX.Logging.vcxproj.filters index 024f4ad..8bc0aa5 100644 --- a/RenX.Logging/RenX.Logging.vcxproj.filters +++ b/RenX.Logging/RenX.Logging.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Medals/RenX.Medals.vcxproj b/RenX.Medals/RenX.Medals.vcxproj index dcc2f02..1eb0dc4 100644 --- a/RenX.Medals/RenX.Medals.vcxproj +++ b/RenX.Medals/RenX.Medals.vcxproj @@ -5,15 +5,24 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {C295FFC2-8CE5-4387-B237-E4E1B1AB9987} PluginExample RenX.Medals + 8.1 @@ -22,6 +31,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -29,19 +44,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -53,20 +91,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -75,11 +143,6 @@ - - - - - diff --git a/RenX.Medals/RenX.Medals.vcxproj.filters b/RenX.Medals/RenX.Medals.vcxproj.filters index b86921f..d8b2074 100644 --- a/RenX.Medals/RenX.Medals.vcxproj.filters +++ b/RenX.Medals/RenX.Medals.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Source Files diff --git a/RenX.MinPlayers/RenX.MinPlayers.vcxproj b/RenX.MinPlayers/RenX.MinPlayers.vcxproj index e1abcc7..469c6aa 100644 --- a/RenX.MinPlayers/RenX.MinPlayers.vcxproj +++ b/RenX.MinPlayers/RenX.MinPlayers.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {99D34DCB-A484-437C-9FC5-D4051FEDC18C} RenX.MinPlayers + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.MinPlayers/RenX.MinPlayers.vcxproj.filters b/RenX.MinPlayers/RenX.MinPlayers.vcxproj.filters index cee27d3..64d5196 100644 --- a/RenX.MinPlayers/RenX.MinPlayers.vcxproj.filters +++ b/RenX.MinPlayers/RenX.MinPlayers.vcxproj.filters @@ -24,15 +24,4 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - \ No newline at end of file diff --git a/RenX.ModSystem/RenX.ModSystem.vcxproj b/RenX.ModSystem/RenX.ModSystem.vcxproj index 7a43eef..c7c5e2b 100644 --- a/RenX.ModSystem/RenX.ModSystem.vcxproj +++ b/RenX.ModSystem/RenX.ModSystem.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {160CD71B-1E13-4816-9977-8BBD73871F31} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.ModSystem/RenX.ModSystem.vcxproj.filters b/RenX.ModSystem/RenX.ModSystem.vcxproj.filters index 6263c99..7b1ec02 100644 --- a/RenX.ModSystem/RenX.ModSystem.vcxproj.filters +++ b/RenX.ModSystem/RenX.ModSystem.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.ModSystem/RenX_ModSystem.cpp b/RenX.ModSystem/RenX_ModSystem.cpp index d892371..ef7d0d9 100644 --- a/RenX.ModSystem/RenX_ModSystem.cpp +++ b/RenX.ModSystem/RenX_ModSystem.cpp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2014-2016 Jessica James. + * Copyright (C) 2014-2017 Jessica James. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -350,7 +350,7 @@ RenX_ModSystemPlugin::~RenX_ModSystemPlugin() } } while (RenX_ModSystemPlugin::groups.size() != 0) - delete RenX_ModSystemPlugin::groups.remove(0U); + delete RenX_ModSystemPlugin::groups.remove(size_t{ 0 }); } void RenX_ModSystemPlugin::RenX_OnPlayerCreate(RenX::Server *server, const RenX::PlayerInfo *player) @@ -427,7 +427,7 @@ int RenX_ModSystemPlugin::OnRehash() RenX::Plugin::OnRehash(); while (RenX_ModSystemPlugin::groups.size() != 0) - delete RenX_ModSystemPlugin::groups.remove(0U); + delete RenX_ModSystemPlugin::groups.remove(size_t{ 0 }); return this->initialize() ? 0 : -1; } diff --git a/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj b/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj index ff38cdf..ec10541 100644 --- a/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj +++ b/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {553C70DE-37B7-4C31-985B-591BEC238C9D} RenX.NicknameUUID + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj.filters b/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj.filters index 8d680c1..5ec9c72 100644 --- a/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj.filters +++ b/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Source Files diff --git a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj index 24214af..15440f1 100644 --- a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj +++ b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {6F575493-CF43-43CB-8062-9F3D0722A624} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj.filters b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj.filters index e301d20..d8f8e49 100644 --- a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj.filters +++ b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj.filters @@ -24,15 +24,4 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - \ No newline at end of file diff --git a/RenX.ServerList/RenX.ServerList.vcxproj b/RenX.ServerList/RenX.ServerList.vcxproj index c8837d0..46923d8 100644 --- a/RenX.ServerList/RenX.ServerList.vcxproj +++ b/RenX.ServerList/RenX.ServerList.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033} RenX.ServerList + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core;../HTTPServer _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;HTTPServer.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core;../HTTPServer + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;HTTPServer.lib;%(AdditionalDependencies) @@ -74,12 +142,6 @@ - - - - - - diff --git a/RenX.ServerList/RenX.ServerList.vcxproj.filters b/RenX.ServerList/RenX.ServerList.vcxproj.filters index 7758384..0ef4778 100644 --- a/RenX.ServerList/RenX.ServerList.vcxproj.filters +++ b/RenX.ServerList/RenX.ServerList.vcxproj.filters @@ -24,18 +24,4 @@ Source Files - - - Resource Files - - - Resource Files - - - Resource Files - - - Resource Files - - \ No newline at end of file diff --git a/RenX.SetJoin/RenX.SetJoin.vcxproj b/RenX.SetJoin/RenX.SetJoin.vcxproj index 4a726c9..b9ef253 100644 --- a/RenX.SetJoin/RenX.SetJoin.vcxproj +++ b/RenX.SetJoin/RenX.SetJoin.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {0489F164-DC8F-433C-8CFA-F7EB2A3356F1} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.SetJoin/RenX.SetJoin.vcxproj.filters b/RenX.SetJoin/RenX.SetJoin.vcxproj.filters index 4ab7674..6d6e4ba 100644 --- a/RenX.SetJoin/RenX.SetJoin.vcxproj.filters +++ b/RenX.SetJoin/RenX.SetJoin.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Header Files diff --git a/RenX.Warn/RenX.Warn.vcxproj b/RenX.Warn/RenX.Warn.vcxproj index b3a6d9c..affe3cd 100644 --- a/RenX.Warn/RenX.Warn.vcxproj +++ b/RenX.Warn/RenX.Warn.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {41C67B8B-D84D-42C2-B174-200B2ACB19C0} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter;../RenX.Core _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter;../RenX.Core + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;RenX.Core.lib;%(AdditionalDependencies) @@ -74,11 +142,6 @@ - - - - - diff --git a/RenX.Warn/RenX.Warn.vcxproj.filters b/RenX.Warn/RenX.Warn.vcxproj.filters index eac43d6..e01ee93 100644 --- a/RenX.Warn/RenX.Warn.vcxproj.filters +++ b/RenX.Warn/RenX.Warn.vcxproj.filters @@ -14,17 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - - Resource Files - - Source Files diff --git a/SetJoin/SetJoin.vcxproj b/SetJoin/SetJoin.vcxproj index 242cdee..0b09c4d 100644 --- a/SetJoin/SetJoin.vcxproj +++ b/SetJoin/SetJoin.vcxproj @@ -5,14 +5,23 @@ Debug Win32 + + Debug + x64 + Release Win32 + + Release + x64 + {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93} PluginExample + 8.1 @@ -21,6 +30,12 @@ v140 MultiByte + + Application + true + v140 + MultiByte + DynamicLibrary false @@ -28,19 +43,42 @@ true Unicode + + DynamicLibrary + false + v140 + true + Unicode + + + + + + + - $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ + AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + $(SolutionDir)$(Platform)\$(Configuration)\Plugins\ AllRules.ruleset + $(Platform)\$(Configuration)\ + $(IncludePath) + $(SolutionDir)$(Platform)\$(Configuration)\;$(SolutionDir)$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) @@ -52,20 +90,50 @@ true + + + Level3 + Disabled + true + + + true + + Level3 - MaxSpeed + Full true true true ../Bot;../Jupiter _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed true true true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) + + + + + Level3 + Full + true + true + true + ../Bot;../Jupiter + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + true + true + true + Jupiter.lib;Bot.lib;%(AdditionalDependencies) @@ -74,10 +142,6 @@ - - - - diff --git a/SetJoin/SetJoin.vcxproj.filters b/SetJoin/SetJoin.vcxproj.filters index 3dd58a2..3e8f3d0 100644 --- a/SetJoin/SetJoin.vcxproj.filters +++ b/SetJoin/SetJoin.vcxproj.filters @@ -14,14 +14,6 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Resource Files - - - Resource Files - - Header Files