From 87729915480b703d8b4937cd9e6fa5af01b20e7a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 28 Jul 2017 00:26:09 -0400 Subject: [PATCH] replace packaging script with new build config package feature --- .gitignore | 1 + GeneralMods/AutoSpeed/AutoSpeed.csproj | 6 +- GeneralMods/AutoSpeed/packages.config | 2 +- .../BillboardAnywhere.csproj | 6 +- GeneralMods/BillboardAnywhere/packages.config | 2 +- .../BuildEndurance/BuildEndurance.csproj | 6 +- GeneralMods/BuildEndurance/packages.config | 2 +- GeneralMods/BuildHealth/BuildHealth.csproj | 6 +- GeneralMods/BuildHealth/packages.config | 2 +- .../BuyBackCollectables.csproj | 6 +- .../BuyBackCollectables/packages.config | 2 +- .../CustomShopsRedux/CustomShopsRedux.csproj | 6 +- GeneralMods/CustomShopsRedux/packages.config | 2 +- .../DailyQuestAnywhere.csproj | 6 +- .../DailyQuestAnywhere/packages.config | 2 +- .../Fall28SnowDay/Fall28SnowDay.csproj | 6 +- GeneralMods/Fall28SnowDay/packages.config | 2 +- .../HappyBirthday/HappyBirthday.csproj | 6 +- GeneralMods/HappyBirthday/packages.config | 2 +- GeneralMods/MoreRain/MoreRain.csproj | 6 +- GeneralMods/MoreRain/packages.config | 2 +- .../MuseumRearranger/MuseumRearranger.csproj | 6 +- GeneralMods/MuseumRearranger/packages.config | 2 +- GeneralMods/NightOwl/NightOwl.csproj | 6 +- GeneralMods/NightOwl/packages.config | 2 +- GeneralMods/NoMorePets/NoMorePets.csproj | 6 +- GeneralMods/NoMorePets/packages.config | 2 +- GeneralMods/SaveAnywhere/SaveAnywhere.csproj | 6 +- GeneralMods/SaveAnywhere/packages.config | 2 +- GeneralMods/SaveBackup/SaveBackup.csproj | 6 +- GeneralMods/SaveBackup/packages.config | 2 +- .../StardewSymphony/StardewSymphony.csproj | 6 +- GeneralMods/StardewSymphony/packages.config | 2 +- GeneralMods/TimeFreeze/TimeFreeze.csproj | 6 +- GeneralMods/TimeFreeze/packages.config | 2 +- GeneralMods/deploy.targets | 1 + ModUpdater.bat | 62 ---- SDVModUpdater/SDVModUpdater/SDVModUpdater.sln | 22 -- .../SDVModUpdater/SDVModUpdater/App.config | 6 - .../SDVModUpdater/SDVModUpdater/Chicken.ico | Bin 32038 -> 0 bytes .../SDVModUpdater/SDVModUpdater/Program.cs | 272 ------------------ .../SDVModUpdater/Properties/AssemblyInfo.cs | 36 --- .../SDVModUpdater/SDVModUpdater.csproj | 70 ----- .../SDVModUpdater/packages.config | 4 - new 1.txt | 62 ---- 45 files changed, 70 insertions(+), 602 deletions(-) delete mode 100644 ModUpdater.bat delete mode 100644 SDVModUpdater/SDVModUpdater/SDVModUpdater.sln delete mode 100644 SDVModUpdater/SDVModUpdater/SDVModUpdater/App.config delete mode 100644 SDVModUpdater/SDVModUpdater/SDVModUpdater/Chicken.ico delete mode 100644 SDVModUpdater/SDVModUpdater/SDVModUpdater/Program.cs delete mode 100644 SDVModUpdater/SDVModUpdater/SDVModUpdater/Properties/AssemblyInfo.cs delete mode 100644 SDVModUpdater/SDVModUpdater/SDVModUpdater/SDVModUpdater.csproj delete mode 100644 SDVModUpdater/SDVModUpdater/SDVModUpdater/packages.config delete mode 100644 new 1.txt diff --git a/.gitignore b/.gitignore index 3ec5c1a1..4f07309f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ [Rr]elease/ [Bb]in/ [Oo]bj/ +GeneralMods/_releases # Visual Studio 2015 cache/options directory .vs/ diff --git a/GeneralMods/AutoSpeed/AutoSpeed.csproj b/GeneralMods/AutoSpeed/AutoSpeed.csproj index 9771de5f..26e14532 100644 --- a/GeneralMods/AutoSpeed/AutoSpeed.csproj +++ b/GeneralMods/AutoSpeed/AutoSpeed.csproj @@ -43,12 +43,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/AutoSpeed/packages.config b/GeneralMods/AutoSpeed/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/AutoSpeed/packages.config +++ b/GeneralMods/AutoSpeed/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj b/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj index 3b9465f2..a28ab3bf 100644 --- a/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj +++ b/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj @@ -45,12 +45,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/BillboardAnywhere/packages.config b/GeneralMods/BillboardAnywhere/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/BillboardAnywhere/packages.config +++ b/GeneralMods/BillboardAnywhere/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BuildEndurance/BuildEndurance.csproj b/GeneralMods/BuildEndurance/BuildEndurance.csproj index 54c61f18..2f10904f 100644 --- a/GeneralMods/BuildEndurance/BuildEndurance.csproj +++ b/GeneralMods/BuildEndurance/BuildEndurance.csproj @@ -45,12 +45,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/BuildEndurance/packages.config b/GeneralMods/BuildEndurance/packages.config index 59010e02..31bc8030 100644 --- a/GeneralMods/BuildEndurance/packages.config +++ b/GeneralMods/BuildEndurance/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/GeneralMods/BuildHealth/BuildHealth.csproj b/GeneralMods/BuildHealth/BuildHealth.csproj index e5fa7d0b..7d6078aa 100644 --- a/GeneralMods/BuildHealth/BuildHealth.csproj +++ b/GeneralMods/BuildHealth/BuildHealth.csproj @@ -46,12 +46,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/BuildHealth/packages.config b/GeneralMods/BuildHealth/packages.config index 59010e02..31bc8030 100644 --- a/GeneralMods/BuildHealth/packages.config +++ b/GeneralMods/BuildHealth/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj b/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj index f6cdb866..cc67c9d4 100644 --- a/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj +++ b/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj @@ -47,12 +47,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/BuyBackCollectables/packages.config b/GeneralMods/BuyBackCollectables/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/BuyBackCollectables/packages.config +++ b/GeneralMods/BuyBackCollectables/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/CustomShopsRedux/CustomShopsRedux.csproj b/GeneralMods/CustomShopsRedux/CustomShopsRedux.csproj index 877326f4..34facdb9 100644 --- a/GeneralMods/CustomShopsRedux/CustomShopsRedux.csproj +++ b/GeneralMods/CustomShopsRedux/CustomShopsRedux.csproj @@ -50,12 +50,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/CustomShopsRedux/packages.config b/GeneralMods/CustomShopsRedux/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/CustomShopsRedux/packages.config +++ b/GeneralMods/CustomShopsRedux/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/DailyQuestAnywhere/DailyQuestAnywhere.csproj b/GeneralMods/DailyQuestAnywhere/DailyQuestAnywhere.csproj index 8cade4ee..e672453e 100644 --- a/GeneralMods/DailyQuestAnywhere/DailyQuestAnywhere.csproj +++ b/GeneralMods/DailyQuestAnywhere/DailyQuestAnywhere.csproj @@ -45,12 +45,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/DailyQuestAnywhere/packages.config b/GeneralMods/DailyQuestAnywhere/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/DailyQuestAnywhere/packages.config +++ b/GeneralMods/DailyQuestAnywhere/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/Fall28SnowDay/Fall28SnowDay.csproj b/GeneralMods/Fall28SnowDay/Fall28SnowDay.csproj index ef5820b7..7a7763b6 100644 --- a/GeneralMods/Fall28SnowDay/Fall28SnowDay.csproj +++ b/GeneralMods/Fall28SnowDay/Fall28SnowDay.csproj @@ -45,12 +45,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/Fall28SnowDay/packages.config b/GeneralMods/Fall28SnowDay/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/Fall28SnowDay/packages.config +++ b/GeneralMods/Fall28SnowDay/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/HappyBirthday/HappyBirthday.csproj b/GeneralMods/HappyBirthday/HappyBirthday.csproj index 3390daff..427bbff2 100644 --- a/GeneralMods/HappyBirthday/HappyBirthday.csproj +++ b/GeneralMods/HappyBirthday/HappyBirthday.csproj @@ -53,12 +53,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/HappyBirthday/packages.config b/GeneralMods/HappyBirthday/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/HappyBirthday/packages.config +++ b/GeneralMods/HappyBirthday/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/MoreRain/MoreRain.csproj b/GeneralMods/MoreRain/MoreRain.csproj index 68ed9a67..140ab3f4 100644 --- a/GeneralMods/MoreRain/MoreRain.csproj +++ b/GeneralMods/MoreRain/MoreRain.csproj @@ -43,12 +43,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/MoreRain/packages.config b/GeneralMods/MoreRain/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/MoreRain/packages.config +++ b/GeneralMods/MoreRain/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/MuseumRearranger/MuseumRearranger.csproj b/GeneralMods/MuseumRearranger/MuseumRearranger.csproj index af11491a..e77afd8b 100644 --- a/GeneralMods/MuseumRearranger/MuseumRearranger.csproj +++ b/GeneralMods/MuseumRearranger/MuseumRearranger.csproj @@ -47,12 +47,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/MuseumRearranger/packages.config b/GeneralMods/MuseumRearranger/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/MuseumRearranger/packages.config +++ b/GeneralMods/MuseumRearranger/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/NightOwl/NightOwl.csproj b/GeneralMods/NightOwl/NightOwl.csproj index cee1a6d5..8bbc02b0 100644 --- a/GeneralMods/NightOwl/NightOwl.csproj +++ b/GeneralMods/NightOwl/NightOwl.csproj @@ -49,12 +49,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/NightOwl/packages.config b/GeneralMods/NightOwl/packages.config index 59010e02..31bc8030 100644 --- a/GeneralMods/NightOwl/packages.config +++ b/GeneralMods/NightOwl/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/GeneralMods/NoMorePets/NoMorePets.csproj b/GeneralMods/NoMorePets/NoMorePets.csproj index 15a99c7c..7507298a 100644 --- a/GeneralMods/NoMorePets/NoMorePets.csproj +++ b/GeneralMods/NoMorePets/NoMorePets.csproj @@ -45,12 +45,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/NoMorePets/packages.config b/GeneralMods/NoMorePets/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/NoMorePets/packages.config +++ b/GeneralMods/NoMorePets/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/SaveAnywhere/SaveAnywhere.csproj b/GeneralMods/SaveAnywhere/SaveAnywhere.csproj index a9400410..46ba40b8 100644 --- a/GeneralMods/SaveAnywhere/SaveAnywhere.csproj +++ b/GeneralMods/SaveAnywhere/SaveAnywhere.csproj @@ -53,12 +53,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/SaveAnywhere/packages.config b/GeneralMods/SaveAnywhere/packages.config index f5c7f417..99f50ea3 100644 --- a/GeneralMods/SaveAnywhere/packages.config +++ b/GeneralMods/SaveAnywhere/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/SaveBackup/SaveBackup.csproj b/GeneralMods/SaveBackup/SaveBackup.csproj index cc5f0ca4..0225c135 100644 --- a/GeneralMods/SaveBackup/SaveBackup.csproj +++ b/GeneralMods/SaveBackup/SaveBackup.csproj @@ -45,12 +45,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/SaveBackup/packages.config b/GeneralMods/SaveBackup/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/SaveBackup/packages.config +++ b/GeneralMods/SaveBackup/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/StardewSymphony/StardewSymphony.csproj b/GeneralMods/StardewSymphony/StardewSymphony.csproj index 76a2b402..bed73026 100644 --- a/GeneralMods/StardewSymphony/StardewSymphony.csproj +++ b/GeneralMods/StardewSymphony/StardewSymphony.csproj @@ -48,12 +48,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/StardewSymphony/packages.config b/GeneralMods/StardewSymphony/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/StardewSymphony/packages.config +++ b/GeneralMods/StardewSymphony/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/TimeFreeze/TimeFreeze.csproj b/GeneralMods/TimeFreeze/TimeFreeze.csproj index a4e536f1..1c15b109 100644 --- a/GeneralMods/TimeFreeze/TimeFreeze.csproj +++ b/GeneralMods/TimeFreeze/TimeFreeze.csproj @@ -45,12 +45,12 @@ - + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + - \ No newline at end of file diff --git a/GeneralMods/TimeFreeze/packages.config b/GeneralMods/TimeFreeze/packages.config index 28553966..058d0838 100644 --- a/GeneralMods/TimeFreeze/packages.config +++ b/GeneralMods/TimeFreeze/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/deploy.targets b/GeneralMods/deploy.targets index d9b7aa3d..650e71be 100644 --- a/GeneralMods/deploy.targets +++ b/GeneralMods/deploy.targets @@ -1,5 +1,6 @@ $(MSBuildProjectName) + $(SolutionDir)\_releases diff --git a/ModUpdater.bat b/ModUpdater.bat deleted file mode 100644 index f481465a..00000000 --- a/ModUpdater.bat +++ /dev/null @@ -1,62 +0,0 @@ -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\AutoSpeed\AutoSpeed-Source\AutoSpeed.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\AutoSpeed\AutoSpeed.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\AutoSpeed" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Billboard_Anywhere\BillboardAnywhere\BillboardAnywhere.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Billboard_Anywhere\BillboardAnywhere.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\BillboardAnywhere" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\BuildEndurance\BuildEndurance\BuildEndurance.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\BuildEndurance\BuildEndurance.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\BuildEndurance" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\BuildHealth\BuildHealth\BuildHealth.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\BuildHealth\BuildHealth.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\BuildHealth" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\BuyBackCollectables\BuyBackCollectables-Source\BuyBackCollectables\BuyBackCollectables.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\BuyBackCollectables\BuyBackCollectables.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\BuyBackCollectables" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\CurrentLocationPopUp\CurrentLocationPopUp.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\CurrentLocationPopUp\CurrentLocationPopUp.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\CurrentLocationPopUp" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\DailyQuest_Anywhere\DailyQuest Anywhere.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\DailyQuest_Anywhere\DailyQuest_Anywhere.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\DailyQuest_Anywhere" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Fall28SnowDay\Fall28SnowDay\Fall28SnowDay.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Fall28SnowDay\Fall28SnowDay.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Fall28SnowDay" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\HappyBirthday\HappyBirthday\HappyBirthday.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\HappyBirthday\HappyBirthday.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\HappyBirthday" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\HappyBirthday\HappyBirthday.zip" "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\HappyBirthday\Content" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\MoreRain\Stardew_More_Rain\Stardew_More_Rain.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\MoreRain\MoreRain.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Stardew_More_Rain" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Museum_Rearrange\Museum_Rearranger\Museum_Rearranger.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Museum_Rearrange\Museum_Rearranger.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Museum_Rearranger" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\NightOwl\Stardew_NightOwl\Stardew_NightOwl.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\NightOwl\NightOwl.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Stardew_NightOwl" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\NightOwl\NightOwl.zip" "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\NightOwl\Content" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\NoMorePets\NoMorePets\NoMorePets.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\NoMorePets\NoMorePets.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\NoMorePets" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Save_Anywhere_V2\Save_Anywhere_V2.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Save_Anywhere_V2\Save_Anywhere_V2.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Save_Anywhere_V2" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\SDVMusicNameSeeker\MusicNameSeeker\MusicNameSeeker.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\SDVMusicNameSeeker\MusicNameSeeker.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\MusicNameSeeker" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\SDVMusicNameSeeker\MusicNameSeeker.zip" "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\SDVMusicNameSeeker\MusicNameSeeker\*.txt" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Stardew_Save_Backup\Stardew_Save_Backup\Stardew_Save_Backup.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\Stardew_Save_Backup\StardewSaveBackup.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Stardew_Save_Backup" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\StardewSymphony\StardewSymphony\StardewSymphony.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\StardewSymphony\StardewSymphony.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Stardew_Symphony" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\TimeFreeze\TimeFreeze\TimeFreeze.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\GeneralMods\TimeFreeze\TimeFreeze.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\TimeFreeze" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\OmegasisCore\OmegasisCore.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\OmegasisCore\OmegasisCore.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\OmegasisCore" - - -call "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\StardewValleyMods\Revitalize\RevitalizeUpdater\RevitalizeUpdater\RevitalizeUpdater\bin\Debug\RevitalizeUpdater.exe" diff --git a/SDVModUpdater/SDVModUpdater/SDVModUpdater.sln b/SDVModUpdater/SDVModUpdater/SDVModUpdater.sln deleted file mode 100644 index 78a917f7..00000000 --- a/SDVModUpdater/SDVModUpdater/SDVModUpdater.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 14 for Windows Desktop -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDVModUpdater", "SDVModUpdater\SDVModUpdater.csproj", "{63EABA55-2FFE-4570-B784-34F20B9CEBBD}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {63EABA55-2FFE-4570-B784-34F20B9CEBBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {63EABA55-2FFE-4570-B784-34F20B9CEBBD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {63EABA55-2FFE-4570-B784-34F20B9CEBBD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {63EABA55-2FFE-4570-B784-34F20B9CEBBD}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/SDVModUpdater/SDVModUpdater/SDVModUpdater/App.config b/SDVModUpdater/SDVModUpdater/SDVModUpdater/App.config deleted file mode 100644 index 8e156463..00000000 --- a/SDVModUpdater/SDVModUpdater/SDVModUpdater/App.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/SDVModUpdater/SDVModUpdater/SDVModUpdater/Chicken.ico b/SDVModUpdater/SDVModUpdater/SDVModUpdater/Chicken.ico deleted file mode 100644 index 9e5368f443444c7b59480130bc44602cade4fdf2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32038 zcmeHQ30zgx)<1A3W<+MV6Z0S<2zOu}MNkl#R0I(mP(dp-2h;@T*%WggD$`fK{H(N> zO`1cdnN#JInnUGOSytNcRj%*951h*t5kawfpWL5+);as^v-jF-uRX23_L1XEI5F3z z4F{^`28%f^h2uE2y5{~Rgl|GvNJ#Cy56AUzdE@@5C`8dAPkaIGf|7wtQM9@^D5?rR_3OY$8fdICh^w_WDAyj~hnv zAv?(9sf*-0=?Zy`JV45l4Zm3HORG)g;cX>e@tjzR@^Vs6q6kZ|i5q&-XWV}B$eTf) zol42K>l5UYHGzDFY^Io*pHafx&nao%Y4R&x{hP!idNBB`d0%8Dminc6-}lAOFy9E#UD`g=*^V3@F4YC{0a3~a-0&MSVdCLsFCK7WljE^iFr_ZPj$D7 zZ$gH@LU9w{qU@@Tl<~}Q%2{%Z`YijH2CX_oLslQ8!7D$agrSRmk$Oax8oe*F4ar=S zRI%|^-^F_=f9c1RJmFPRmc2$X)Amv6>cdp@^t(LrXTDBu5j{6^j_qyCykdm>#nv6V zzZNm^J&K#~`Yn&1vwyJY*mJqqGj^(T=9DA77VM_v$CglRc{Rm9e~7I6Py1M;j?_y0 zYReA^+6AYkDpQ6YwTvuXZ{ix7YU&nh%__wvsPmfcQ(mLgCs$L_@THWr{6n(tG3EnP zmENDd&;RWFkbu9KYwPD>V(;T<;?j;2DYg6~Szy-+-+`-drjL7-(nr5T0Rvw6)hwXP zG(0pFyYcm2lSaM2VwD~t#EImwJOa$c9MWp)H#dO@K1#I zP1?Jgh!l|vW$wA(xdc~y(>8EmHRtBvR^YASH)}#gN~G{kBH-bMKfSHFXFfzCN-!6HO5Zd?*#~PZplCqpS{btQ3LS+>#z79I-ZB!&(vhp z`nRPeAW~^LKrB{-ceITkm8h=#BGF;X^+el!Hxg~%`#RAq^RYx(x1otPZ+@9*)^l{C z*gZT{q|hNg>jxkF$NGPujYtu`75V?DuDo#FVbeF)ZFXL}Zu8bx*OB*iS$g?(o6VnJ z$C&V=SgzTOwqnD#mj}q` zAj`0#8gwk=sYS=a0}`*eWRX&%7b~?v5~W5A+GIAQ3QQJ)IP{k~NA!8yFvfl_^^E?` zzGLR^cA=SM=AS}sJ9a0x^hu-|b(GX&P640QVC-pf?YHHBrM}7EvG>I4$TyLOJ-2lv zCvj~W4yV(e+4-w3?awxEV2tl-nrGJ9=3}-Ctf1Y$}6Ck zYk+IzlgG%Z_Y36M^I2-!?ddC0?}XJN_poR&(rxU=*Rzu8ZMe6refOCbVfnY563WTF zU@0j^?jfh-$H}2%COPVQkz3JAB!BEfQViQi>WVY9`Cp=TlfR^(DPNLz)fH+t^)mU5 zc%Q7aC4ZW=%bbdIJ)uWpmQO=JHa-B3OwVjmpSmfZaGVsCXGmVUkz8W?lZ9UrNz@S} z@rWX+PZCLeQ%Dw=L2d)yfDEpZcjZOuw(vM*FFHzoRbNrp1t%!C`UrWCIYzcg<8DB% z@1jlEH`Fe~7+X-^@e+^7CDs8+-#TW^CXeYCDQ@9e3N3q<>_Rdqq(=os4VX=l{bm9) zctqgZr*}044Ei^v%sEEM^G;Fn+*6b~|0J$I!`$W+b)I*ER9(lCsa$gic{?_oKiZg5 zR{=dE$Eadb6|bhCS?8(8vSSoowumhKlc@8^Rn%|s`!rX1K$`Y+u}v9r%m#LUlWz>0$uKj$>*W}Kz|%Ri!^tP%IlU!keMoQqr@dyk^#o}@l2 zKB2IAUyyUra|AsmbDubBpFN5OF5icF(*YW?>HrN~aey?Fj#BufV|(gD}4fx@Z164)tS>G6tc|edZY6ozyAiS(xowA7>HQ9ey1tgEboSx~vX(RcMwFpQdHfPOSdYpg13~3ZB|Adm~AEl`B zWfWL2liKDkq&7JV$#d`qN?vfBmj~mI)ibLfHm@DHY#)`a2EUd6CJW#A-%Z`aOGWa# z_kXPXsQ)oC|IVZwwU1&KoT1|72dTJvCne9^OKzh-`qNy~_gkz}E{Tn*JuGEjdH}Q$8c-q@iTfA%o0Ke`Iw?FlLT}rw+id| zbJuY%qCFl$nUR0z!K8>S#2V#&(r>vyPVZhNn@uOltnjJtFfZ8BX#LAI3DyD0%XNJw zT?_2HknHlF`B~N>Z#~L953-pG`FRLqD*7tURH4Z>^NzjQW%L@O{0EUdrhrP2f7-^= z6!hY!WL>%LPg&Lz+ePl-BTN-~tA^^I$wTOWF<$Kkt^p^25TL%eFdxu!rb=zLnNQr! zPES5h16Lp6%MU##uatp&KUIpb^obi;-}MLhE^SEe#tE}A8o*es^F!Pa&~_q4goU_) zH3iEbYla-Dcl=G&kXI?Tnze;PXlrj%!Q8Dh2<<*;(OL2wv5jQD$t?dt_sZXxmwR2; z<{yIf?qb`_+2>WoD=BtJHD!+8L0O{?QEbsB@+@3OZL%@``X;XyE40xqnZE>cOQ}LD z6)PfDVrA@`5>-4|`lM4({ALP{IzSTh2_$mN`dRFuubF?m)Aaery~@s>v+`pcj~6SV zcA8lB`QFBP8U@GipvW%gC^&8hN!`2uZt5C8MXU-BXzu*0srf@+bHvKXo2GWTWbHbJ zd?VJ8fAovwp{>3w^GsMPQiexjzR{HAnjMF)f0aH16#Y@eb+Ib)xN#*oX0Bx&%04j>zVTi700slv=Dmv|^#Jco_M&rupC!AmiV8m<|MRoC;V*xN&#~fE|KCRf|ec2ICxw*(pMRV!&Xh@NTtJKpd^VRtdC9 zpjH9~`$L}NNOd_kF@HOUd2`ph&7GUWPjlne@^1~g1^g5EC(j9A zl6=m2vR!wStT%j8gLMbVtmhbFab&q8$$I@EvYfjaHo0yD{;z`f%)gI+tr7q8dApTc z`8G037)X-H9wd$GNz%wXk_09b=KUlNfPDwy5>0m!dquIZtFWnN0?id)v*U|Buom^u zNilb`0c=fGS{umJ9k!>f64*iP(`S(yc0QM)jb!H6nIzy>;t`Aer+9*`4M?n^?B0uo zvHQfY#a;>drizZ1EKLTK$x^1!nc)3q^Vrx6Y;6d{g6CDhdSD%R-(b@&^((s$>C{GF zLd=e98(jvwRwlL8^dhJ1MdZ?F134GIbO&4tH;_}WwZB;DOLxFVv6iJ*1KnuMJI$GX zw$#r`nP?*Nh-CctM;>U4dgwE=`9)IO&~D@s(Ti-_b%s7`U{{DECv6V7VU4bSVjp=; z`i8u!uHFfRGaIc<%;V4_Eo@m4HBjl_0q?eE=0PSF4iTKW!=3Bg=9J64Z2(&r#iL$_ zz>f3+Y%afAhjb^~P8DRERz;36{mDh&lP?F>`DCXnB)68T58H$>$Fcq#h5U-JMs{pyo!lJ$om6Se=DrNFzs2m0&XBEZ z%5YMQ`-GH}&y!o`WS)Ok1{Yl(xo1owkFlTC+MkX2ZQ8Xf?6$1Efd8{t%Y?EuO>=*& z?MPrVz?c&xQAKFXLVIp94=;pn4e*dG=kg* zZY6p7ZjzVn;;Cx%Nh7&mA|Ke4gQr}e4pT3XFKo)JP68%m4|Jb{*Ex|6`vEZUC zplc!QQXvwx))8oOF=}ltcA)P=cfPmpz3Nx_#8bT8TQTV@DW3d*Tu~0^s6J#F&nJ3BjOa1R;J1b73{-DnQh*o&-0|5c8S!}p#w9Z zw`2E{YhoEWX>!O0wl#B~cxDge!LI8NM;88_$fegB@*IDTye3?L?7yP0Y3HdBd+)`| z5A$|yUxYEcIcpuOd{-JZs-VPg+{%!Ovd(ki6!2S;Q zmNt-L>Lm(;Z8vY}F-n`fl^isAWaXdC+y1jEH&FM94I}fZ7b&FgTyjgTppK<0sR!(m z-4`AsJ#6sW>E|dNwo>M=&c+_-(&Gn%9y^L9JDxz$oXezFzm0rroW2*2KGzuSW2&Wfy$rznBOcI!Hkox>q0LeLxE4zIDI+Gx`4l`yTAm2S_#R z8f7dwMZ=ywNEwSykb1@yavuHxNrN)6_YqE7^)_=n9r7h^kY_8BIxC^;xbIC1l9w{cBr*^ZxfUi$Yy$g9V z%4C?ca{E~X23@pqzPE)S$mw(8e^*<88LFOIni@Cxvt3dRBx*nv8D$ASNw;GcR<-^{lqV?OV8&H5(QG_(zja|*zJ<`?&+Kde7y zd#adkoyFX(S@R$8&Gd)wKV^Q&6f|}xY381zoW-9SbeQQ(5&FMqj0IscPm*8nS>%~K z0Dc66$trdz56hTxvP&IL?Z&-Nx_R~9N8ge^`wa@}K9c;p4yEi#8zG~by+tM)o_~zx z7(<&qe>3Kv^`Fio_L2M4E7WDtaVlHI`n!Wvj{WVzl}9OH&SjEM{(>xHhO#jpz#Lww z;eov|k_B}m=f`)Fde*np<(ZRpk*|K&SE8AqwzUbI{1$C<0T95z#p|;R*HXlzLwT9n^&Ru_$;x~Ox zp({Tit6>YsY{2wuQhnajVt36j)CKzVd(We5`Dgn7GfTVIjMw?OK+J-({5a-N{4bJt zqi$7Li}PzR{f{DLM23~;Qdp)Tg<6PJ@oe7^d!qV1GOrkl8?vBL{s*H@qhCEs)_Z;+ zn>|00?Y^62^V(^W#uXC$me~BKv>EM}?GbLX^h?~|dBlpF*%-GvjM_>r&;{(BUd7sI zAD-_4{~rMFfPZGc5~`4=Z2SN`vF>RS|3kok%FCz7>z%8l*m9n1p5ISa)o=YOjp_Xf z_}>QJyETP>8TL8>G1mWf=AJQLD8n&U4`yh~Qol~{ZAtzY{9zR`cb%O~u5Sz2nL5Wv ztUSW*!vEdn&-zF~f7pC)Algac#%y$@M`4}JL#_z8GMtkzqCHugG`eXaa!_>UgEkov>lfsJvjugRVA3g%{cd_Uh6 z?Ung9uz3aZiAWo}j_*H_FZxei=>6Ch>#rZ#8WPZAPtSvMiZwNLy^C*kZK(wQp zo-rivyNcS+zQFeb%r|4e(mm8;+G~_I^;PQk%x=s#4^le%I2Olq=w__j*!s8m{b!>> zZN|gf`Hv<0g6H^gjjbP89n>EKnO_g<juqy(xpQ7oj)gg)m-8%if@_PXMckB0vlq>+Yg(-@@-LS z^u3u10##Pd%og&Ae;qYyZ_+6xknu9%&hi1RM zjlp}|7`I>W58cQo6AAn@71b1)xR=5@?dQ=Uar^HML1h=<6MF=0WvIxr@qXQm(R2V2xOK*(k9HF(eb zwBms(z~HBafY$S55J>BkFTt5h9?ma)TLK@* zJ76(<5g(VumzB>mJhzy*)({Sxp+U_L1ehEqA~S=fMSik!24zJU8oG zX$b%SQ2)#)Pbg<|X>0ladF>yzcOCY#((1$9JAOC(4B)$#Ko0N$cExuH7}~@Q=fhaI zWoS>bjx1|3EHwSzuAdLP$G+6<8-0Ia4+wvR9S!L*I|I-Ae!~CL68>;P9Ny=K`Gf+B zqPlUR&VTjp{-DnAR}|8@o$9vyg+;zCt4Fc?5>;df&IrUXz*q1v^Gji{=-7)abR|6O z^}P-CZxfWtKWB05BTL9Ft%8TD^mW6$pegn5+V6F;)Rx=1b!rPef!%g=po#o z&FvTTkNJTLdM#UT#*In;? zZ6NmgLmA*Ve$*U3#0-v!LwTQT=65Y0@){{df5gKXI_>~J+xl?LT}<+!d+va0)bR%O z!XJL*%%7Yga5DVhYW@7#H%o+Y@A9|cn~~4MtV7TJ0-sV3jqhz0_W(E8yE-N4yz3LY z40_IVU4UD+Dud3$N2N|DYu5q7`wdb1%ms$B31wuIeV0V=E6Bk2T7+kj_-=_1&U}r9 zaJSO84EbWdwC@3meA}y!WcigbuAE%&&VcXeoW(cu*mv{D^@-hvI%htm%s-RCJ>x0( z?&tDgXNPRj?>7}L*$c>H%n2So1mVOI4~Lpb|} zlMw%5)xX>5g9e>v-?tR<3xUtM&=#y>$_%k1aOD7v8H+**OtGpV^tC`p=ts z-&+2bZ2$Tzuw(tf;5O4$fy8m#Lxan5R!0)jbZ0w>cbJ=X%*tLbF9W`3D<00AlTQ~ z_cVoYWBOO<|J~+)#(c1I&_esRP8dN&N)XuSobs7Cl13mHd1()2c(iTAdQE_CuJa~(zrARsek7s zLVSJyIStnB-ReK%r4!`5;~EdgZTN2H>*sh_F4+1T{F5)&;y-mGc=NCB*8j8fID(#A z=c@K!{TIduMjuxHZ_MwbUVh{K4`F|S z(WdCRu^f%BjqBe9-(U!ub%94J&io7Y%f1u9&O6dx;la+N3ia=+-$){-t~^YgQ+GmUyx-N|>HqW~`eNMwncC(XbX)GV(NJcg?2P(F z8TmgcbsHWe?|;I(t>v#<|FLt-BFAn#tkivR9vw&BsEUVfY<$M;ie&PX(c{x_X}FjR8uMXLl_CD1B?RtdC9 z;2$Ib{xbsi_Xq#G4F6&i=?;_{|Gf;=qxcVN@Pz`R`V{{`4SsP{pH|g|H<#8=N4V$H zLH^C6;H!$O#4C5w>nc1#di5zv&WATZuk&)jE48%BKr0cOy;qOc$epU{Q9g1r|NI|p C22sxd diff --git a/SDVModUpdater/SDVModUpdater/SDVModUpdater/Program.cs b/SDVModUpdater/SDVModUpdater/SDVModUpdater/Program.cs deleted file mode 100644 index 2cd41063..00000000 --- a/SDVModUpdater/SDVModUpdater/SDVModUpdater/Program.cs +++ /dev/null @@ -1,272 +0,0 @@ -using Newtonsoft.Json.Linq; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace SDVModUpdater -{ - - //TODO: Add in a DATE/Time Variable and input for more mod info stuff - class Program - { - public static List SupportedMods; - - static void Main(string[] args) - { - SupportedMods = new List(); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/AutoSpeed"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/BillboardAnywhere"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/BuildEndurance"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/BuildHealth"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/BuyBackCollectables"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/CurrentLocationPopUp"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/DailyQuestAnywhere"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/Fall28SnowDay"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/HappyBirthday"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/MoreRain"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/MuseumRearranger"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/NightOwl"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/NoMorePets"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/SaveAnywhere"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/SaveBackup"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/StardewSymphony"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/GeneralMods/TimeFreeze"); - - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/OmegasisCore/OmegasisCore"); - SupportedMods.Add("C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/Revitalize/Revitalize/Revitalize"); - foreach (var v in SupportedMods) - { - string ModVersion=""; - string APIVersion=""; - string ModName = ""; - - string ModMajorVersion=""; - string ModMinorVersion=""; - string ModPatchVersion=""; - string ModBuildVersion=""; - - string APIMajorVersion = ""; - string APIMinorVersion = ""; - string APIPatchVersion = ""; - - if (Directory.Exists(v)) - { - ModName = getModName(v); - Console.ForegroundColor = ConsoleColor.Green; - Console.WriteLine("Processing data for mod: " + ModName); - Console.ResetColor(); - - string modInfoFile = (Path.Combine(v, "ModInfo.txt")); - string ManifestFile= (Path.Combine(v, "Manifest.json")); - if (!File.Exists(modInfoFile)) - { - createModInfoFile(modInfoFile,ModName,ManifestFile); - } - else - { - //File Exists. - Console.ForegroundColor = ConsoleColor.White; - Console.WriteLine(ModName + ": ModInfo already exists."); - readModInfoFile(modInfoFile,ModName); - Console.ForegroundColor = ConsoleColor.White; - Console.WriteLine("Edit the ModInfo file?"); - - string input = Console.ReadLine(); - bool exit = false; - while (exit == false) - { - - if (input == "y" || input == "Y") - { - File.Delete(modInfoFile); - createModInfoFile(modInfoFile,ModName,ManifestFile); - exit = true; - } - else if (input == "n" || input == "N") - { - exit = true; - } - else - { - Console.ForegroundColor = ConsoleColor.Red; - Console.WriteLine("ERROR: Invaild input. Input either Y/y/N/n to continue."); - Console.ForegroundColor = ConsoleColor.White; - input=Console.ReadLine(); - } - } - //Output some stuff to the console here and prompt to update the mod info file. - } - Console.ForegroundColor = ConsoleColor.Green; - Console.WriteLine("Done Writing ModInfo.txt file for: "+ModName); - - } - else - { - Console.ForegroundColor = ConsoleColor.Red; - Console.WriteLine("Invalid mod project directory @ " + v+"\nPlease make sure the directory is a valid one."); - } - //Console.WriteLine(v); - Console.ResetColor(); - } - Console.WriteLine("Done Processing all Mods. Please press any key to now compile all of the mods."); - Console.ReadKey(); - - System.Diagnostics.Process proc = new System.Diagnostics.Process(); - proc.StartInfo.FileName = "C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods/ModUpdater.bat"; - proc.StartInfo.WorkingDirectory = "C:/Users/owner/Documents/Visual Studio 2015/Projects/github/StardewValleyMods"; - proc.Start(); - Console.WriteLine("All done! Press any key to close this."); - Console.ReadKey(); - } - - public static string getModName(string pathName) - { - string modName = ""; - - string[] s = pathName.Split('/'); - - modName = s[s.Length - 1]; - //Console.WriteLine(modName); - return modName; - - } - - public static string validateNumber(string Input) - { - bool doesItWork = false; - string input = Input; - while (doesItWork == false) - { - try - { - int i = Convert.ToInt32(input); - doesItWork = true; - Console.ForegroundColor = ConsoleColor.Yellow; - } - catch (Exception e) - { - Console.ForegroundColor = ConsoleColor.Red; - Console.WriteLine("ERROR: Input is not a number. Please input a number and try again."); - doesItWork = false; - Console.ForegroundColor = ConsoleColor.Cyan; - input=Console.ReadLine(); - Console.ResetColor(); - } - } - return input; - } - - public static void createModInfoFile(string path, string modName, string ManifestFile) - { - //File.Create(modInfoFile); - - string ModVersion = ""; - string APIVersion = ""; - string ModName = ""; - - string ModMajorVersion = ""; - string ModMinorVersion = ""; - string ModPatchVersion = ""; - string ModBuildVersion = ""; - - string APIMajorVersion = ""; - string APIMinorVersion = ""; - string APIPatchVersion = ""; - - string DateTimeUpdated= DateTime.Now.ToString(); - - - - ModName = modName; - - Console.ForegroundColor = ConsoleColor.Yellow; - Console.WriteLine("Creating ModInfo file for " + ModName); - - Console.WriteLine("Please input Mod Major Version info"); - Console.ForegroundColor = ConsoleColor.Cyan; - string modInput = Console.ReadLine(); - ModMajorVersion = validateNumber(modInput); - Console.ForegroundColor = ConsoleColor.Yellow; - - Console.WriteLine("Please input Mod Minor Version info"); - Console.ForegroundColor = ConsoleColor.Cyan; - modInput = Console.ReadLine(); - ModMinorVersion = validateNumber(modInput); - Console.ForegroundColor = ConsoleColor.Yellow; - - Console.WriteLine("Please input Mod Patch Version info"); - Console.ForegroundColor = ConsoleColor.Cyan; - modInput = Console.ReadLine(); - ModPatchVersion = validateNumber(modInput); - Console.ForegroundColor = ConsoleColor.Yellow; - - - ModVersion = ModMajorVersion + "." + ModMinorVersion + "." + ModPatchVersion + "." + ModBuildVersion; - Console.ForegroundColor = ConsoleColor.Green; - Console.WriteLine("Mod Version Updated to: " + ModVersion); - Console.ForegroundColor = ConsoleColor.Yellow; - - Console.WriteLine("Please put in compatible SMAPI Major Version"); - Console.ForegroundColor = ConsoleColor.Cyan; - string apiInput = Console.ReadLine(); - - APIMajorVersion = validateNumber(apiInput); - - Console.WriteLine("Please put in compatible SMAPI Minor Version"); - Console.ForegroundColor = ConsoleColor.Cyan; - apiInput = Console.ReadLine(); - - APIMinorVersion = validateNumber(apiInput); - - Console.WriteLine("Please put in compatible SMAPI Patch Version"); - Console.ForegroundColor = ConsoleColor.Cyan; - apiInput = Console.ReadLine(); - - APIPatchVersion = validateNumber(apiInput); - - APIVersion = APIMajorVersion + "." + APIMinorVersion + "." + APIPatchVersion; - - Console.ForegroundColor = ConsoleColor.Green; - Console.WriteLine("API Version Updated to: " + APIVersion); - - Console.ForegroundColor = ConsoleColor.Green; - Console.WriteLine("Mod updated at: " + DateTimeUpdated); - File.WriteAllLines(path, new string[] { ModName + ":", "ModVersion:", ModVersion.ToString(), "SMAPI Compatibilty Version:", APIVersion.ToString(),"Date/Time Updated",DateTimeUpdated}); - Console.WriteLine("Successfully created ModInfo.txt file for mod " + ModName); - - if (File.Exists(ManifestFile)) - { - - string json = File.ReadAllText(ManifestFile); - dynamic jsonObj = Newtonsoft.Json.JsonConvert.DeserializeObject(json); - jsonObj["Version"]["MajorVersion"] = ModMajorVersion; - jsonObj["Version"]["MinorVersion"] = ModMajorVersion; - jsonObj["Version"]["PatchVersion"] = ModMajorVersion; - jsonObj["Version"]["Build"] = ""; - jsonObj["UniqueID"] = ModName; - string output = Newtonsoft.Json.JsonConvert.SerializeObject(jsonObj, Newtonsoft.Json.Formatting.Indented); - File.WriteAllText(ManifestFile, output); - - string[] q = File.ReadAllLines(ManifestFile); - foreach (var r in q) - { - Console.ForegroundColor = ConsoleColor.White; - Console.WriteLine(r); - } - - } - } - - public static void readModInfoFile(string path,string modName) - { - string[] s = File.ReadAllLines(path); - Console.ForegroundColor = ConsoleColor.Magenta; - Console.WriteLine("Previous Mod Version Number: " + s[2]); - Console.WriteLine("Previous API Version Number: " + s[4]); - Console.WriteLine("Mod info created/updated on: " + s[6]); - } - } -} diff --git a/SDVModUpdater/SDVModUpdater/SDVModUpdater/Properties/AssemblyInfo.cs b/SDVModUpdater/SDVModUpdater/SDVModUpdater/Properties/AssemblyInfo.cs deleted file mode 100644 index 5eed4f8f..00000000 --- a/SDVModUpdater/SDVModUpdater/SDVModUpdater/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SDVModUpdater")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("SDVModUpdater")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("63eaba55-2ffe-4570-b784-34f20b9cebbd")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SDVModUpdater/SDVModUpdater/SDVModUpdater/SDVModUpdater.csproj b/SDVModUpdater/SDVModUpdater/SDVModUpdater/SDVModUpdater.csproj deleted file mode 100644 index 73650fec..00000000 --- a/SDVModUpdater/SDVModUpdater/SDVModUpdater/SDVModUpdater.csproj +++ /dev/null @@ -1,70 +0,0 @@ - - - - - Debug - AnyCPU - {63EABA55-2FFE-4570-B784-34F20B9CEBBD} - Exe - Properties - SDVModUpdater - SDVModUpdater - v4.5 - 512 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - Chicken.ico - - - - ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll - True - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/SDVModUpdater/SDVModUpdater/SDVModUpdater/packages.config b/SDVModUpdater/SDVModUpdater/SDVModUpdater/packages.config deleted file mode 100644 index ee51c237..00000000 --- a/SDVModUpdater/SDVModUpdater/SDVModUpdater/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/new 1.txt b/new 1.txt deleted file mode 100644 index 5bfa6c53..00000000 --- a/new 1.txt +++ /dev/null @@ -1,62 +0,0 @@ -call "C:\Program Files (x86)\7-Zip\7z.exe" a %modPath%+"AutoSpeed\AutoSpeed.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\AutoSpeed" - - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Billboard_Anywhere\Billboard_Anywhere-Source\Billboard_Anywhere.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Billboard_Anywhere\BillboardAnywhere.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Billboard_Anywhere" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\BuildEndurance\SMAPI_BuildEndurance-Source\SMAPI_BuildEndurance.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\BuildEndurance\BuildEndurance.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\SMAPI_BuildEndurance" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\BuildHealth\BuildHealth-Source\SMAPI_BuildHealth.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\BuildHealth\BuildHealth.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\SMAPI_BuildHealth" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\BuyBackCollectables\BuyBackCollectables-Source\BuyBackCollectables.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\BuyBackCollectables\BuyBackCollectables.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\BuyBackCollectables" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\CurrentLocationPopUp\CurrentLocationPopUp.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\CurrentLocationPopUp\CurrentLocationPopUp.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\CurrentLocationPopUp" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\DailyQuest_Anywhere\DailyQuest Anywhere.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\DailyQuest_Anywhere\DailyQuest_Anywhere.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\DailyQuest_Anywhere" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Fall_28_Snow_Day\Fall28 Snow Day.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Fall_28_Snow_Day\Fall28SnowDay.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Fall28 Snow Day" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\HappyBirthday\HappyBirthday\HappyBirthday.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\HappyBirthday\HappyBirthday.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\HappyBirthday" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\HappyBirthday\HappyBirthday.zip" "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\HappyBirthday\Content" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\MoreRain\Stardew_More_Rain\Stardew_More_Rain.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\MoreRain\MoreRain.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Stardew_More_Rain" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Museum_Rearrange\Museum_Rearranger\Museum_Rearranger.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Museum_Rearrange\Museum_Rearranger.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Museum_Rearranger" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\NightOwl\Stardew_NightOwl\Stardew_NightOwl.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\NightOwl\NightOwl.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Stardew_NightOwl" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\NightOwl\NightOwl.zip" "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\NightOwl\Content" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\NoMorePets\NoMorePets\NoMorePets.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\NoMorePets\NoMorePets.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\NoMorePets" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Save_Anywhere_V2\Save_Anywhere_V2.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Save_Anywhere_V2\Save_Anywhere_V2.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Save_Anywhere_V2" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\SDVMusicNameSeeker\MusicNameSeeker\MusicNameSeeker.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\SDVMusicNameSeeker\MusicNameSeeker.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\MusicNameSeeker" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\SDVMusicNameSeeker\MusicNameSeeker.zip" "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\SDVMusicNameSeeker\MusicNameSeeker\*.txt" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Stardew_Save_Backup\Stardew_Save_Backup\Stardew_Save_Backup.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\Stardew_Save_Backup\StardewSaveBackup.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Stardew_Save_Backup" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\StardewSymphony\StardewSymphony\StardewSymphony.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\StardewSymphony\StardewSymphony.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\Stardew_Symphony" - -call %windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\TimeFreeze\TimeFreeze\TimeFreeze.sln" -call "C:\Program Files (x86)\7-Zip\7z.exe" a "C:\Users\owner\Documents\Visual Studio 2015\Projects\github\Stardew_Valley_Mods\Stardew_Valley_Mods\TimeFreeze\TimeFreeze.zip" "C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Mods\TimeFreeze" - -cd "C:\Users\owner\Desktop\games\Stardew_stuff\XNB" -call "UpdateAndRunStardew.bat" - - -