From 999a37ba3fe8fa6316fa21944f597db240678e66 Mon Sep 17 00:00:00 2001 From: JustinAJ Date: Wed, 2 Jul 2014 23:42:47 -0400 Subject: [PATCH] Added Jupiter as submodule and adjusted Jupiter.lib dependency accordingly. --- .gitmodules | 3 +++ Bot/Bot.vcxproj | 2 +- Bot/Bot.vcxproj.filters | 2 +- CoreCommands/CoreCommands.vcxproj | 2 +- CoreCommands/CoreCommands.vcxproj.filters | 2 +- ExtraCommands/ExtraCommands.vcxproj | 2 +- ExtraCommands/ExtraCommands.vcxproj.filters | 2 +- FunCommands/FunCommands.vcxproj | 2 +- FunCommands/FunCommands.vcxproj.filters | 2 +- Jupiter | 1 + Plugin.Example/Plugin.Example.vcxproj | 2 +- Plugin.Example/Plugin.Example.vcxproj.filters | 2 +- Plugin.Template/Plugin.Template.vcxproj | 2 +- .../Plugin.Template.vcxproj.filters | 2 +- PluginManager/PluginManager.vcxproj | 2 +- PluginManager/PluginManager.vcxproj.filters | 2 +- Release/Bot.lib | Bin 19582 -> 19582 bytes Release/Plugins/RenX.Core.lib | Bin 51654 -> 51654 bytes RenX.Announcements/RenX.Announcements.vcxproj | 2 +- .../RenX.Announcements.vcxproj.filters | 2 +- RenX.Commands/RenX.Commands.vcxproj | 2 +- RenX.Commands/RenX.Commands.vcxproj.filters | 2 +- RenX.Core/RenX.Core.vcxproj | 2 +- RenX.Core/RenX.Core.vcxproj.filters | 2 +- .../RenX.ExcessiveHeadshots.vcxproj | 2 +- .../RenX.ExcessiveHeadshots.vcxproj.filters | 2 +- RenX.ExtraLogging/RenX.ExtraLogging.vcxproj | 2 +- .../RenX.ExtraLogging.vcxproj.filters | 2 +- RenX.Logging/RenX.Logging.vcxproj | 2 +- RenX.Logging/RenX.Logging.vcxproj.filters | 2 +- RenX.Medals/RenX.Medals.vcxproj | 2 +- RenX.Medals/RenX.Medals.vcxproj.filters | 2 +- .../RenX.Plugin.Template.vcxproj | 2 +- .../RenX.Plugin.Template.vcxproj.filters | 2 +- RenX.SetJoin/RenX.SetJoin.vcxproj | 2 +- RenX.SetJoin/RenX.SetJoin.vcxproj.filters | 2 +- SetJoin/SetJoin.vcxproj | 2 +- SetJoin/SetJoin.vcxproj.filters | 2 +- 38 files changed, 38 insertions(+), 34 deletions(-) create mode 100644 .gitmodules create mode 160000 Jupiter diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..65529b2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Jupiter"] + path = Jupiter + url = https://github.com/JustinAJ/Jupiter.git diff --git a/Bot/Bot.vcxproj b/Bot/Bot.vcxproj index 3ddd9a2..e5b5f64 100644 --- a/Bot/Bot.vcxproj +++ b/Bot/Bot.vcxproj @@ -101,7 +101,7 @@ - + diff --git a/Bot/Bot.vcxproj.filters b/Bot/Bot.vcxproj.filters index ceeff80..e11e6f6 100644 --- a/Bot/Bot.vcxproj.filters +++ b/Bot/Bot.vcxproj.filters @@ -49,7 +49,7 @@ - + Resource Files diff --git a/CoreCommands/CoreCommands.vcxproj b/CoreCommands/CoreCommands.vcxproj index 9412988..773e88f 100644 --- a/CoreCommands/CoreCommands.vcxproj +++ b/CoreCommands/CoreCommands.vcxproj @@ -76,7 +76,7 @@ - + diff --git a/CoreCommands/CoreCommands.vcxproj.filters b/CoreCommands/CoreCommands.vcxproj.filters index 200b773..a44f450 100644 --- a/CoreCommands/CoreCommands.vcxproj.filters +++ b/CoreCommands/CoreCommands.vcxproj.filters @@ -18,7 +18,7 @@ Resource Files - + Resource Files diff --git a/ExtraCommands/ExtraCommands.vcxproj b/ExtraCommands/ExtraCommands.vcxproj index 7456408..16619e9 100644 --- a/ExtraCommands/ExtraCommands.vcxproj +++ b/ExtraCommands/ExtraCommands.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/ExtraCommands/ExtraCommands.vcxproj.filters b/ExtraCommands/ExtraCommands.vcxproj.filters index c81bd10..962b5d1 100644 --- a/ExtraCommands/ExtraCommands.vcxproj.filters +++ b/ExtraCommands/ExtraCommands.vcxproj.filters @@ -18,7 +18,7 @@ Resource Files - + Resource Files diff --git a/FunCommands/FunCommands.vcxproj b/FunCommands/FunCommands.vcxproj index e24bb0f..94ac5ae 100644 --- a/FunCommands/FunCommands.vcxproj +++ b/FunCommands/FunCommands.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/FunCommands/FunCommands.vcxproj.filters b/FunCommands/FunCommands.vcxproj.filters index d37fcc3..bea1f66 100644 --- a/FunCommands/FunCommands.vcxproj.filters +++ b/FunCommands/FunCommands.vcxproj.filters @@ -18,7 +18,7 @@ Resource Files - + Resource Files diff --git a/Jupiter b/Jupiter new file mode 160000 index 0000000..b8803ff --- /dev/null +++ b/Jupiter @@ -0,0 +1 @@ +Subproject commit b8803ffc740a4abf1e5ec8bdf6b476e4ecfaf1c1 diff --git a/Plugin.Example/Plugin.Example.vcxproj b/Plugin.Example/Plugin.Example.vcxproj index 0715b2c..2b14ef8 100644 --- a/Plugin.Example/Plugin.Example.vcxproj +++ b/Plugin.Example/Plugin.Example.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/Plugin.Example/Plugin.Example.vcxproj.filters b/Plugin.Example/Plugin.Example.vcxproj.filters index ab9ee24..bd2fd23 100644 --- a/Plugin.Example/Plugin.Example.vcxproj.filters +++ b/Plugin.Example/Plugin.Example.vcxproj.filters @@ -28,7 +28,7 @@ Resource Files - + Resource Files diff --git a/Plugin.Template/Plugin.Template.vcxproj b/Plugin.Template/Plugin.Template.vcxproj index 17971d7..14331ec 100644 --- a/Plugin.Template/Plugin.Template.vcxproj +++ b/Plugin.Template/Plugin.Template.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/Plugin.Template/Plugin.Template.vcxproj.filters b/Plugin.Template/Plugin.Template.vcxproj.filters index ab9ee24..bd2fd23 100644 --- a/Plugin.Template/Plugin.Template.vcxproj.filters +++ b/Plugin.Template/Plugin.Template.vcxproj.filters @@ -28,7 +28,7 @@ Resource Files - + Resource Files diff --git a/PluginManager/PluginManager.vcxproj b/PluginManager/PluginManager.vcxproj index eb4d059..65afd4e 100644 --- a/PluginManager/PluginManager.vcxproj +++ b/PluginManager/PluginManager.vcxproj @@ -76,7 +76,7 @@ - + diff --git a/PluginManager/PluginManager.vcxproj.filters b/PluginManager/PluginManager.vcxproj.filters index 1e0686a..34d708a 100644 --- a/PluginManager/PluginManager.vcxproj.filters +++ b/PluginManager/PluginManager.vcxproj.filters @@ -18,7 +18,7 @@ Resource Files - + Resource Files diff --git a/Release/Bot.lib b/Release/Bot.lib index 5ba44af9ab051abf116f7e496e850b4617df3129..9ebd84c073916762158b9b80fe58324ea17dab23 100644 GIT binary patch delta 1546 zcmZuxJ4_T&6rJU}1O<|1SwR8<0SxHE{{K6(EbM382vIZ^MnR1+8k9sWBo>gUg@m~A zHW*@IWl0EF7_qQKnvJa{h7uyNz=i_!-MP$r^AgKB@0@ebz3;v`T(li7+KMNu{k}jr z><>WEd156x>NLMsi_SUz!48|i-QQ6DxwN*L>ff=MEaM<|wxN<8T>Jp9-0kr6?3Q#o z<0jdHyTvMV!E(TXe(-%@m#;ubJ%;r=Sp8b1LV>xC zX4vHUvqS2x?q75p%&(kUCijW;kx0Tz^PR z4maXih>|abL~`_b5GJ4Mu+Dv~_;U-6{<}x~@`&tzHA4OmBe%E@*8OvY*G8{#+?@E^ zsJI2JxgVu0^)YJ}>VF|728Z0e7;$Uj=eaL#$m2NS^YJkW-#^0Z6PG!T`PPRh_nX9R z32#j{8W)pg7t^LxDxj6AupY6)N3BsJt|iG}GkHV8b(Qc*^$y2NDm8PUie@nMO^rf7 z(Z)F!!|iC~VN1P`aMSx!O7b=y+Zh(P8@{BvV0NfoQn6MIhRzs024k$M6WY?^iI`hD zl@|Fh$G0@)*iPS<93Kr6K0hoEuWp2fH_j^c;Z~P=3-CK@hhGVYWWb2Vd)gS8=D3!j zAx&j2a12BI$PjlgGb7(;?$-rzBlzSZ1+p3~4EzH- CZSmaz delta 1546 zcmZuxO-NKx6n^9Hh^4|fj+$sXsG&JJKhFQmd*kT*yoQvrXc46q5rrjGi=>4@wMe9) zvoR#7RZ9_T5xJ|08ejSY2)WNtEt`{o5?Z`a(#8>?BM(dc;RV-$9-GU z>5PYD3!Y}H%mvGX4)lZX{li=^9qp+?s}4m`Y_Qee3>Unu{Iuv~ssV?=a5F{;sNM!R zthB@SKnrJW`g;uDh&ReHR60Xc@0~Z!aV_Hln~!jp?-Iw6zuI-_Gh+D`g7I zwKu_jKr}iLqayjioFrs}HH6(vcpQbx_BPlZ6vDb72@^q$3nyYOSPD`nE5QuMt&{5w ziOJzcJPA?qrI1LDKKH`pQyJE|j}?Dv!O?&Bh+i6!{Vzwz|9<2K_rbbcx~b$$1&g95aoWA zxGCW+$$H~rvg~47m2w5N5*5}WcKE2(OT_m{GT2C7lW<)nd{Vu|@lBPQIZ#D282Y+K zp&x1EoQvUhH1e>eo=Ldr{V64R8;|WY3)~4`Qf`YEJwsted@&6I+JZ<(!x@#n&83$j1gtfTW~LEH#Fxk!PmMhpG_ E0PTmtWdHyG diff --git a/Release/Plugins/RenX.Core.lib b/Release/Plugins/RenX.Core.lib index a3aad3fa8dec78b767af847b99dcba9a97efb112..4a573361d8c8dad09712578e8e2b09e0264200e2 100644 GIT binary patch delta 3718 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 diff --git a/RenX.Announcements/RenX.Announcements.vcxproj b/RenX.Announcements/RenX.Announcements.vcxproj index 4d96eb9..a96afff 100644 --- a/RenX.Announcements/RenX.Announcements.vcxproj +++ b/RenX.Announcements/RenX.Announcements.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/RenX.Announcements/RenX.Announcements.vcxproj.filters b/RenX.Announcements/RenX.Announcements.vcxproj.filters index 9ff9780..d23c2ff 100644 --- a/RenX.Announcements/RenX.Announcements.vcxproj.filters +++ b/RenX.Announcements/RenX.Announcements.vcxproj.filters @@ -21,7 +21,7 @@ Resource Files - + Resource Files diff --git a/RenX.Commands/RenX.Commands.vcxproj b/RenX.Commands/RenX.Commands.vcxproj index b7ad2b8..72baa28 100644 --- a/RenX.Commands/RenX.Commands.vcxproj +++ b/RenX.Commands/RenX.Commands.vcxproj @@ -75,7 +75,7 @@ - + Document diff --git a/RenX.Commands/RenX.Commands.vcxproj.filters b/RenX.Commands/RenX.Commands.vcxproj.filters index fc45530..035bc98 100644 --- a/RenX.Commands/RenX.Commands.vcxproj.filters +++ b/RenX.Commands/RenX.Commands.vcxproj.filters @@ -21,7 +21,7 @@ Resource Files - + Resource Files diff --git a/RenX.Core/RenX.Core.vcxproj b/RenX.Core/RenX.Core.vcxproj index e5c0f20..3677619 100644 --- a/RenX.Core/RenX.Core.vcxproj +++ b/RenX.Core/RenX.Core.vcxproj @@ -86,7 +86,7 @@ - + diff --git a/RenX.Core/RenX.Core.vcxproj.filters b/RenX.Core/RenX.Core.vcxproj.filters index 0e497aa..4b29fda 100644 --- a/RenX.Core/RenX.Core.vcxproj.filters +++ b/RenX.Core/RenX.Core.vcxproj.filters @@ -18,7 +18,7 @@ Resource Files - + Resource Files diff --git a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj index c49fcdd..7318eef 100644 --- a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj +++ b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj.filters b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj.filters index 9a7242e..0bed5bc 100644 --- a/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj.filters +++ b/RenX.ExcessiveHeadshots/RenX.ExcessiveHeadshots.vcxproj.filters @@ -21,7 +21,7 @@ Resource Files - + Resource Files diff --git a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj index 6443d43..cbc85d5 100644 --- a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj +++ b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj.filters b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj.filters index a3cfa6f..35ec5ae 100644 --- a/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj.filters +++ b/RenX.ExtraLogging/RenX.ExtraLogging.vcxproj.filters @@ -21,7 +21,7 @@ Resource Files - + Resource Files diff --git a/RenX.Logging/RenX.Logging.vcxproj b/RenX.Logging/RenX.Logging.vcxproj index 89a6988..0b76907 100644 --- a/RenX.Logging/RenX.Logging.vcxproj +++ b/RenX.Logging/RenX.Logging.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/RenX.Logging/RenX.Logging.vcxproj.filters b/RenX.Logging/RenX.Logging.vcxproj.filters index a529c26..e30f257 100644 --- a/RenX.Logging/RenX.Logging.vcxproj.filters +++ b/RenX.Logging/RenX.Logging.vcxproj.filters @@ -21,7 +21,7 @@ Resource Files - + Resource Files diff --git a/RenX.Medals/RenX.Medals.vcxproj b/RenX.Medals/RenX.Medals.vcxproj index dd3070d..8dd4a76 100644 --- a/RenX.Medals/RenX.Medals.vcxproj +++ b/RenX.Medals/RenX.Medals.vcxproj @@ -76,7 +76,7 @@ - + diff --git a/RenX.Medals/RenX.Medals.vcxproj.filters b/RenX.Medals/RenX.Medals.vcxproj.filters index 6fe5cbf..965f9a2 100644 --- a/RenX.Medals/RenX.Medals.vcxproj.filters +++ b/RenX.Medals/RenX.Medals.vcxproj.filters @@ -21,7 +21,7 @@ Resource Files - + Resource Files diff --git a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj index d8e3686..4bd0d9c 100644 --- a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj +++ b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj.filters b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj.filters index cf05782..25968fc 100644 --- a/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj.filters +++ b/RenX.Plugin.Template/RenX.Plugin.Template.vcxproj.filters @@ -31,7 +31,7 @@ Resource Files - + Resource Files diff --git a/RenX.SetJoin/RenX.SetJoin.vcxproj b/RenX.SetJoin/RenX.SetJoin.vcxproj index e6cfd1d..45c5570 100644 --- a/RenX.SetJoin/RenX.SetJoin.vcxproj +++ b/RenX.SetJoin/RenX.SetJoin.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/RenX.SetJoin/RenX.SetJoin.vcxproj.filters b/RenX.SetJoin/RenX.SetJoin.vcxproj.filters index 7637ba1..6340f48 100644 --- a/RenX.SetJoin/RenX.SetJoin.vcxproj.filters +++ b/RenX.SetJoin/RenX.SetJoin.vcxproj.filters @@ -21,7 +21,7 @@ Resource Files - + Resource Files diff --git a/SetJoin/SetJoin.vcxproj b/SetJoin/SetJoin.vcxproj index 75a6f4c..02e318d 100644 --- a/SetJoin/SetJoin.vcxproj +++ b/SetJoin/SetJoin.vcxproj @@ -75,7 +75,7 @@ - + diff --git a/SetJoin/SetJoin.vcxproj.filters b/SetJoin/SetJoin.vcxproj.filters index 0556fde..97446f3 100644 --- a/SetJoin/SetJoin.vcxproj.filters +++ b/SetJoin/SetJoin.vcxproj.filters @@ -18,7 +18,7 @@ Resource Files - + Resource Files