diff --git a/.gitignore b/.gitignore index 7920902..5dab4e4 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ $RECYCLE.BIN/ # Visual Studio DB *.VC.db +.vs/ diff --git a/Bot/Bot.vcxproj b/Bot/Bot.vcxproj index 2a41797..9e350d5 100644 --- a/Bot/Bot.vcxproj +++ b/Bot/Bot.vcxproj @@ -1,172 +1,19 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {C188871B-5F32-4946-B301-24CA2EBB275D} - Win32Proj - IRCBotImp - Bot - 8.1 - - - - Application - true - v140 - Unicode - - - Application - true - v140 - Unicode - - - Application - false - v140 - true - Unicode + Bot - - 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) + + Application - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_BOT_EXPORTS;%(PreprocessorDefinitions) - true - ..\Jupiter;%(AdditionalIncludeDirectories) - - - Console - true - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_BOT_EXPORTS;%(PreprocessorDefinitions) - true - ..\Jupiter;%(AdditionalIncludeDirectories) - - - Console - true - - - - - Level3 - - - Full - 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 - - - + - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;JUPITER_BOT_EXPORTS;%(PreprocessorDefinitions) - true - Speed - - - ../Jupiter + _CRT_NONSTDC_NO_DEPRECATE;JUPITER_BOT_EXPORTS;%(PreprocessorDefinitions) - - Console - true - true - true - Jupiter.lib;%(AdditionalDependencies) - - - true - diff --git a/ChannelRelay/ChannelRelay.vcxproj b/ChannelRelay/ChannelRelay.vcxproj index 9cde2f6..ce39f8e 100644 --- a/ChannelRelay/ChannelRelay.vcxproj +++ b/ChannelRelay/ChannelRelay.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F} ChannelRelay - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - - diff --git a/CoreCommands/CoreCommands.vcxproj b/CoreCommands/CoreCommands.vcxproj index 587bd39..a3fcf60 100644 --- a/CoreCommands/CoreCommands.vcxproj +++ b/CoreCommands/CoreCommands.vcxproj @@ -1,142 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {55F71101-B302-4345-9F9F-3055E805422A} - PluginExample - CoreCommands - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + CoreCommands - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - - diff --git a/ExtraCommands/ExtraCommands.vcxproj b/ExtraCommands/ExtraCommands.vcxproj index 92605c0..3d06d8c 100644 --- a/ExtraCommands/ExtraCommands.vcxproj +++ b/ExtraCommands/ExtraCommands.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {85874531-681D-4F44-8A84-C8E939DA3FCB} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + ExtraCommands - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - - diff --git a/FunCommands/FunCommands.vcxproj b/FunCommands/FunCommands.vcxproj index 6cb24ee..e0f446b 100644 --- a/FunCommands/FunCommands.vcxproj +++ b/FunCommands/FunCommands.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {80E38D71-CEC5-457F-88EC-24D3097C3470} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + FunCommands - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - - diff --git a/HTTPServer/HTTPServer.vcxproj b/HTTPServer/HTTPServer.vcxproj index 1936d85..c4e41dd 100644 --- a/HTTPServer/HTTPServer.vcxproj +++ b/HTTPServer/HTTPServer.vcxproj @@ -1,140 +1,16 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {BB048D6F-F001-4E9B-95F4-886081E0807A} HTTPServer - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - diff --git a/IRC.Core/IRC.Core.vcxproj b/IRC.Core/IRC.Core.vcxproj index 76f725b..1e34fbe 100644 --- a/IRC.Core/IRC.Core.vcxproj +++ b/IRC.Core/IRC.Core.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {89368D08-5E06-4530-B82A-AD2BC07B09E7} IRC.Core - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - - diff --git a/Jupiter b/Jupiter index 89e4050..2dc2618 160000 --- a/Jupiter +++ b/Jupiter @@ -1 +1 @@ -Subproject commit 89e4050c55eb47f41971c88a24dac99ac10c7603 +Subproject commit 2dc261835430c7d9257f71c6492367e3e1852866 diff --git a/Jupiter Bot.props b/Jupiter Bot.props new file mode 100644 index 0000000..fe64c4e --- /dev/null +++ b/Jupiter Bot.props @@ -0,0 +1,88 @@ + + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + 10.0.14393.0 + + + + + + + + + + v141 + true + Unicode + DynamicLibrary + + + true + + + false + true + + + + + + + + + + $(SolutionDir)bin\$(Platform)\$(Configuration)\ + $(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName)\ + $(IncludePath) + $(SolutionDir)bin\$(Platform)\$(Configuration)\;$(SolutionDir)bin\$(Platform)\$(Configuration)\Plugins\;$(LibraryPath) + + + + + Level3 + ../Jupiter;%(AdditionalIncludeDirectories) + _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + Speed + + + Jupiter.lib;%(AdditionalDependencies) + + + + + Full + + + true + + + + + Disabled + + + true + + + + diff --git a/Jupiter Bot.sln b/Jupiter Bot.sln index d21c3bd..cfbc14e 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.25420.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26228.4 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bot", "Bot\Bot.vcxproj", "{C188871B-5F32-4946-B301-24CA2EBB275D}" ProjectSection(ProjectDependencies) = postProject @@ -247,277 +247,315 @@ Global Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {C188871B-5F32-4946-B301-24CA2EBB275D}.Debug|Win32.ActiveCfg = Release|Win32 - {C188871B-5F32-4946-B301-24CA2EBB275D}.Debug|Win32.Build.0 = Release|Win32 - {C188871B-5F32-4946-B301-24CA2EBB275D}.Debug|x64.ActiveCfg = Debug|Win32 + {C188871B-5F32-4946-B301-24CA2EBB275D}.Debug|Win32.ActiveCfg = Debug|Win32 + {C188871B-5F32-4946-B301-24CA2EBB275D}.Debug|Win32.Build.0 = Debug|Win32 + {C188871B-5F32-4946-B301-24CA2EBB275D}.Debug|x64.ActiveCfg = Release|x64 + {C188871B-5F32-4946-B301-24CA2EBB275D}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {EA2C0100-5CC5-4416-8216-059833CAACE2}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {1DD04156-F096-4C41-9E1C-5BFD3234E9FD}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {80E38D71-CEC5-457F-88EC-24D3097C3470}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {85874531-681D-4F44-8A84-C8E939DA3FCB}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {55F71101-B302-4345-9F9F-3055E805422A}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {72B6B5A6-4267-4FED-9F96-917C7974CE25}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {6F575493-CF43-43CB-8062-9F3D0722A624}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {069D6053-F39A-4418-BAA3-FA8D260C83D1}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {CEFD949E-BCF2-4EDB-8168-0920924FE2D8}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {EF55A6DC-1861-4037-868A-9557ECAEBC27}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {C295FFC2-8CE5-4387-B237-E4E1B1AB9987}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {0489F164-DC8F-433C-8CFA-F7EB2A3356F1}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {8709993F-B08A-4156-BD93-581F297FE0A4}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {672B3FC9-0B31-45B4-AAB6-669073F2D291}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {160CD71B-1E13-4816-9977-8BBD73871F31}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {41C67B8B-D84D-42C2-B174-200B2ACB19C0}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {553C70DE-37B7-4C31-985B-591BEC238C9D}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {FF61361F-CB09-4C72-80E2-9CA2DA63910E}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {DA05D8B5-5E24-410E-A201-CC5905E327D3}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {ADAD973E-EAA8-446D-BCD3-83B53DBC3A3F}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {B2846BD6-2332-4DA6-A13B-113318F76D5E}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {99D34DCB-A484-437C-9FC5-D4051FEDC18C}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {BB048D6F-F001-4E9B-95F4-886081E0807A}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {57661A2A-EE94-4E9C-B792-AB756533DEFA}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {24B039D0-5A71-4F76-8908-BAD772FDBE1A}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {34FDE301-A29D-44ED-8ECC-15693F137DE2}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {075AF69B-71D6-43B9-B102-4649CB2CA40C}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033}.Debug|x64.Build.0 = Release|x64 {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|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}.Debug|x64.ActiveCfg = Release|x64 + {89368D08-5E06-4530-B82A-AD2BC07B09E7}.Debug|x64.Build.0 = Release|x64 {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|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 - {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|x64.ActiveCfg = Debug|x64 - {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|x64.Build.0 = Debug|x64 + {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|Win32.ActiveCfg = Debug|Win32 + {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|Win32.Build.0 = Debug|Win32 + {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|Win32.Deploy.0 = Debug|Win32 + {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|x64.ActiveCfg = Release|x64 + {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Debug|x64.Build.0 = Release|x64 {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Release|Win32.ActiveCfg = Release|Win32 {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Release|Win32.Build.0 = Release|Win32 {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Release|x64.ActiveCfg = Release|x64 {367CBCA8-6F27-484A-BC6C-2FC087FBB0C8}.Release|x64.Build.0 = Release|x64 {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Debug|Win32.ActiveCfg = Debug|Win32 {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Debug|Win32.Build.0 = Debug|Win32 - {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Debug|x64.ActiveCfg = Debug|Win32 + {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Debug|x64.ActiveCfg = Release|x64 + {0F041791-1047-4C6A-A4C1-814E6957D5EB}.Debug|x64.Build.0 = Release|x64 {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|x64 diff --git a/MakeRelease.bat b/MakeRelease.bat index 221b2fa..dda670c 100644 --- a/MakeRelease.bat +++ b/MakeRelease.bat @@ -61,7 +61,7 @@ DEL /F /Q "..\Jupiter Bot.zip" GOTO EOF :BinaryCopy: -ROBOCOPY "%Platform%\Release\\" "..\Jupiter Bot Binaries\\" *.dll *.exe /S /xf Tester.exe +ROBOCOPY "bin\%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" @@ -69,7 +69,7 @@ GOTO EOF :SourceCopy: ROBOCOPY ".\\" "..\Jupiter Bot Source\\" *.* /S /XD Win32 x64 .* -ROBOCOPY "%Platform%\Release\\" "..\Jupiter Bot Source\%Platform%\Release\\" *.dll *.exe /S +ROBOCOPY "bin\%Platform%\Release\\" "..\Jupiter Bot Source\bin\%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" diff --git a/Plugin.Example/Plugin.Example.vcxproj b/Plugin.Example/Plugin.Example.vcxproj index 15233aa..2df1c05 100644 --- a/Plugin.Example/Plugin.Example.vcxproj +++ b/Plugin.Example/Plugin.Example.vcxproj @@ -1,139 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {EA2C0100-5CC5-4416-8216-059833CAACE2} PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - - diff --git a/Plugin.Template/Plugin.Template.vcxproj b/Plugin.Template/Plugin.Template.vcxproj index 0e95916..e833ca4 100644 --- a/Plugin.Template/Plugin.Template.vcxproj +++ b/Plugin.Template/Plugin.Template.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {1DD04156-F096-4C41-9E1C-5BFD3234E9FD} PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - - diff --git a/Plugin.props b/Plugin.props new file mode 100644 index 0000000..f69ce9d --- /dev/null +++ b/Plugin.props @@ -0,0 +1,22 @@ + + + + + + + + + $(SolutionDir)bin\$(Platform)\$(Configuration)\Plugins\ + $(SolutionDir)build\$(Platform)\$(Configuration)\$(ProjectName)\ + + + + + ../Bot;%(AdditionalIncludeDirectories) + + + Bot.lib;%(AdditionalDependencies) + + + + diff --git a/PluginManager/PluginManager.vcxproj b/PluginManager/PluginManager.vcxproj index e2cf424..66f4ca5 100644 --- a/PluginManager/PluginManager.vcxproj +++ b/PluginManager/PluginManager.vcxproj @@ -1,142 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {9D82C7EE-4167-4F5A-9764-B2C6B0EB9712} - PluginExample - PluginManager - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + PluginManager - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - - diff --git a/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj b/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj index 580663e..bf93e37 100644 --- a/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj +++ b/RenX.AlwaysRecord/RenX.AlwaysRecord.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {C5CDEDF5-BAFB-4D5B-A4DB-4331E13DBD58} RenX.AlwaysRecord - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Announcements/RenX.Announcements.vcxproj b/RenX.Announcements/RenX.Announcements.vcxproj index e160935..4dc7a61 100644 --- a/RenX.Announcements/RenX.Announcements.vcxproj +++ b/RenX.Announcements/RenX.Announcements.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {EF55A6DC-1861-4037-868A-9557ECAEBC27} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.Announcements - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Commands/RenX.Commands.vcxproj b/RenX.Commands/RenX.Commands.vcxproj index e4103ed..b587f92 100644 --- a/RenX.Commands/RenX.Commands.vcxproj +++ b/RenX.Commands/RenX.Commands.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {72B6B5A6-4267-4FED-9F96-917C7974CE25} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.Commands - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Core/RenX.Core.vcxproj b/RenX.Core/RenX.Core.vcxproj index 804c490..efabb05 100644 --- a/RenX.Core/RenX.Core.vcxproj +++ b/RenX.Core/RenX.Core.vcxproj @@ -1,141 +1,16 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {9103DF3D-8B4A-48E5-A6B3-CBE2554630E2} - PluginExample - RenX.Core - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode + RenX.Core - - + + - - - - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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 + RENX_EXPORTS;%(PreprocessorDefinitions) - - true - true - true - Jupiter.lib;Bot.lib;%(AdditionalDependencies) - diff --git a/RenX.Core/RenX_Server.cpp b/RenX.Core/RenX_Server.cpp index b975fde..66be97f 100644 --- a/RenX.Core/RenX_Server.cpp +++ b/RenX.Core/RenX_Server.cpp @@ -499,7 +499,7 @@ void RenX::Server::banCheck(RenX::PlayerInfo &player) uint32_t netmask; RenX::BanDatabase::Entry *last_to_expire[7]; - for (size_t index = 0; index != sizeof(last_to_expire); ++index) + for (size_t index = 0; index != sizeof(last_to_expire) / sizeof(RenX::BanDatabase::Entry *); ++index) last_to_expire[index] = nullptr; auto handle_type = [&entry, &last_to_expire](size_t index) diff --git a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj index 644ed71..067876c 100644 --- a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj +++ b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {0F71052A-A773-4AB5-AE2A-50DBDFB9CF9E} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.ExcessiveHeadshots - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj index 8fab03e..bc1f01d 100644 --- a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj +++ b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {CEFD949E-BCF2-4EDB-8168-0920924FE2D8} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.ExtraLogging - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Greetings/RenX.Greetings.vcxproj b/RenX.Greetings/RenX.Greetings.vcxproj index 4d49c2c..3a26dcd 100644 --- a/RenX.Greetings/RenX.Greetings.vcxproj +++ b/RenX.Greetings/RenX.Greetings.vcxproj @@ -1,142 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {8709993F-B08A-4156-BD93-581F297FE0A4} - PluginExample - RenX.Greetings - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.Greetings - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.HybridUUID/RenX.HybridUUID.vcxproj b/RenX.HybridUUID/RenX.HybridUUID.vcxproj index 18d86be..134d3e1 100644 --- a/RenX.HybridUUID/RenX.HybridUUID.vcxproj +++ b/RenX.HybridUUID/RenX.HybridUUID.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {FF61361F-CB09-4C72-80E2-9CA2DA63910E} RenX.HybridUUID - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.IRCJoin/RenX.IRCJoin.vcxproj b/RenX.IRCJoin/RenX.IRCJoin.vcxproj index c80ffda..c75236b 100644 --- a/RenX.IRCJoin/RenX.IRCJoin.vcxproj +++ b/RenX.IRCJoin/RenX.IRCJoin.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {672B3FC9-0B31-45B4-AAB6-669073F2D291} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.IRCJoin - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj b/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj index 79f0657..96803e6 100644 --- a/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj +++ b/RenX.Ladder.All-Time/RenX.Ladder.All-Time.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {24B039D0-5A71-4F76-8908-BAD772FDBE1A} RenX.Ladder.All-Time - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj b/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj index 05bfcd4..c1df958 100644 --- a/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj +++ b/RenX.Ladder.Daily/RenX.Ladder.Daily.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {73F0EEF6-CE5E-46EB-80B4-2B319AE2B258} RenX.Ladder.Daily - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj b/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj index 51947fe..4ae3ed0 100644 --- a/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj +++ b/RenX.Ladder.Monthly/RenX.Ladder.Monthly.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {34FDE301-A29D-44ED-8ECC-15693F137DE2} RenX.Ladder.Monthly - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj b/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj index 6c1bc2f..9d72647 100644 --- a/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj +++ b/RenX.Ladder.Web/RenX.Ladder.Web.vcxproj @@ -1,139 +1,18 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {57661A2A-EE94-4E9C-B792-AB756533DEFA} RenX.Ladder.Web - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - - DynamicLibrary - false - v140 - true - Unicode - - DynamicLibrary - false - v140 - true - Unicode - - - - - - - - - + + - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - + - Level3 - Full - true - true - true - ../Bot;../Jupiter;../RenX.Core;../HTTPServer - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Speed + ../HTTPServer;%(AdditionalIncludeDirectories) - true - true - true - Jupiter.lib;Bot.lib;RenX.Core.lib;HTTPServer.lib;%(AdditionalDependencies) + HTTPServer.lib;%(AdditionalDependencies) diff --git a/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj b/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj index 48310a6..eec5e8b 100644 --- a/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj +++ b/RenX.Ladder.Weekly/RenX.Ladder.Weekly.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {6F0141F3-CF64-47D9-8EC2-80A38FAFDAC7} RenX.Ladder.Weekly - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj b/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj index 445bd5e..55b80da 100644 --- a/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj +++ b/RenX.Ladder.Yearly/RenX.Ladder.Yearly.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {075AF69B-71D6-43B9-B102-4649CB2CA40C} RenX.Ladder.Yearly - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Ladder/RenX.Ladder.vcxproj b/RenX.Ladder/RenX.Ladder.vcxproj index 2bd7073..3d7e580 100644 --- a/RenX.Ladder/RenX.Ladder.vcxproj +++ b/RenX.Ladder/RenX.Ladder.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {B2846BD6-2332-4DA6-A13B-113318F76D5E} RenX.Ladder - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Listen/RenX.Listen.vcxproj b/RenX.Listen/RenX.Listen.vcxproj index 901d52b..ac85a14 100644 --- a/RenX.Listen/RenX.Listen.vcxproj +++ b/RenX.Listen/RenX.Listen.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {DA05D8B5-5E24-410E-A201-CC5905E327D3} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.Listen - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Logging/RenX.Logging.vcxproj b/RenX.Logging/RenX.Logging.vcxproj index d0f4a93..94daef4 100644 --- a/RenX.Logging/RenX.Logging.vcxproj +++ b/RenX.Logging/RenX.Logging.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {069D6053-F39A-4418-BAA3-FA8D260C83D1} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.Logging - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Medals/RenX.Medals.vcxproj b/RenX.Medals/RenX.Medals.vcxproj index 1eb0dc4..8c5a297 100644 --- a/RenX.Medals/RenX.Medals.vcxproj +++ b/RenX.Medals/RenX.Medals.vcxproj @@ -1,142 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {C295FFC2-8CE5-4387-B237-E4E1B1AB9987} - PluginExample - RenX.Medals - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.Medals - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.MinPlayers/RenX.MinPlayers.vcxproj b/RenX.MinPlayers/RenX.MinPlayers.vcxproj index 469c6aa..c424292 100644 --- a/RenX.MinPlayers/RenX.MinPlayers.vcxproj +++ b/RenX.MinPlayers/RenX.MinPlayers.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {99D34DCB-A484-437C-9FC5-D4051FEDC18C} RenX.MinPlayers - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.ModSystem/RenX.ModSystem.vcxproj b/RenX.ModSystem/RenX.ModSystem.vcxproj index c7c5e2b..9c25518 100644 --- a/RenX.ModSystem/RenX.ModSystem.vcxproj +++ b/RenX.ModSystem/RenX.ModSystem.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {160CD71B-1E13-4816-9977-8BBD73871F31} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.ModSystem - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Net/RenX.Net.vcxproj b/RenX.Net/RenX.Net.vcxproj index 2f9cd6e..3d772c1 100644 --- a/RenX.Net/RenX.Net.vcxproj +++ b/RenX.Net/RenX.Net.vcxproj @@ -1,71 +1,18 @@  - - - Debug - Win32 - - - Release - Win32 - - {29C995BB-6A23-4704-BF8D-EA177D5FC7A5} RenX.Net - - - Application - true - v140 - MultiByte - - - DynamicLibrary - false - v140 - true - Unicode - - - + + - - - - - - - - - $(SolutionDir)$(Configuration)\Plugins\ - AllRules.ruleset - - - - Level3 - Disabled - true - - - true - - - + - Level3 - MaxSpeed - true - true - true - ../Bot;../Jupiter;../RenX.Core;../HTTPServer - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + ../HTTPServer;%(AdditionalIncludeDirectories) - true - true - true + HTTPServer.lib;%(AdditionalDependencies) diff --git a/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj b/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj index ec10541..e91b2ca 100644 --- a/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj +++ b/RenX.NicknameUUID/RenX.NicknameUUID.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {553C70DE-37B7-4C31-985B-591BEC238C9D} RenX.NicknameUUID - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj index 15440f1..ce17341 100644 --- a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj +++ b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {6F575493-CF43-43CB-8062-9F3D0722A624} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.Plugin.Template - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Plugin.props b/RenX.Plugin.props new file mode 100644 index 0000000..af80405 --- /dev/null +++ b/RenX.Plugin.props @@ -0,0 +1,17 @@ + + + + + + + + + + ../RenX.Core;%(AdditionalIncludeDirectories) + + + RenX.Core.lib;%(AdditionalDependencies) + + + + diff --git a/RenX.ServerList/RenX.ServerList.vcxproj b/RenX.ServerList/RenX.ServerList.vcxproj index 46923d8..3b2d5c8 100644 --- a/RenX.ServerList/RenX.ServerList.vcxproj +++ b/RenX.ServerList/RenX.ServerList.vcxproj @@ -1,139 +1,18 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {6B0D59BA-B153-4DE8-8DD4-FBE5D810B033} RenX.ServerList - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte - - - DynamicLibrary - false - v140 - true - Unicode - - DynamicLibrary - false - v140 - true - Unicode - - - - - - - - - + + - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - + - Level3 - Full - true - true - true - ../Bot;../Jupiter;../RenX.Core;../HTTPServer - _CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - Speed + ../HTTPServer;%(AdditionalIncludeDirectories) - true - true - true - Jupiter.lib;Bot.lib;RenX.Core.lib;HTTPServer.lib;%(AdditionalDependencies) + HTTPServer.lib;%(AdditionalDependencies) diff --git a/RenX.SetJoin/RenX.SetJoin.vcxproj b/RenX.SetJoin/RenX.SetJoin.vcxproj index b9ef253..afa8537 100644 --- a/RenX.SetJoin/RenX.SetJoin.vcxproj +++ b/RenX.SetJoin/RenX.SetJoin.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {0489F164-DC8F-433C-8CFA-F7EB2A3356F1} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.SetJoin - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/RenX.Warn/RenX.Warn.vcxproj b/RenX.Warn/RenX.Warn.vcxproj index affe3cd..ed4f113 100644 --- a/RenX.Warn/RenX.Warn.vcxproj +++ b/RenX.Warn/RenX.Warn.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {41C67B8B-D84D-42C2-B174-200B2ACB19C0} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + RenX.Warn - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - 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) - - - - - 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) - - diff --git a/SetJoin/SetJoin.vcxproj b/SetJoin/SetJoin.vcxproj index 0b09c4d..f2cc2cb 100644 --- a/SetJoin/SetJoin.vcxproj +++ b/SetJoin/SetJoin.vcxproj @@ -1,141 +1,12 @@  - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - + {FDBEC4F9-AC8D-4197-BA6C-D042DF218A93} - PluginExample - 8.1 - - - - Application - true - v140 - MultiByte - - - Application - true - v140 - MultiByte + SetJoin - - DynamicLibrary - false - v140 - true - Unicode - - - DynamicLibrary - false - v140 - true - Unicode - - - - - - + + - - - - - - - - - - - - $(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) - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - 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) - -