diff --git a/BetterShippingBox/BetterShippingBox.csproj b/BetterShippingBox/BetterShippingBox.csproj index b5908fd..459e5de 100644 --- a/BetterShippingBox/BetterShippingBox.csproj +++ b/BetterShippingBox/BetterShippingBox.csproj @@ -1,50 +1,16 @@ - - + + - {4BE4E38A-4011-4CC9-8CD0-380BD8B417F0} - Debug - AnyCPU - Library BetterShippingBox - v4.5.2 - 4 + BetterShippingBox + 1.0.0 + net452 - - AnyCPU - - - bin\Debug\ - true - full - false - - - bin\Release\ - true - pdbonly - true - - - x86 - - - x86 - - - - - - - - - - - - + - - + - + - \ No newline at end of file + + diff --git a/BetterShippingBox/Properties/AssemblyInfo.cs b/BetterShippingBox/Properties/AssemblyInfo.cs deleted file mode 100644 index 24ef314..0000000 --- a/BetterShippingBox/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Diagnostics; -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Runtime.Versioning; - -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] -[assembly: AssemblyCompany("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: AssemblyProduct("BetterShippingBox")] -[assembly: AssemblyTitle("BetterShippingBox")] -[assembly: AssemblyTrademark("")] -[assembly: CompilationRelaxations(8)] -[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] -[assembly: ComVisible(false)] -[assembly: Guid("0702ad23-86a6-45dd-9679-ffd38c46af9b")] diff --git a/ClimatesOfFerngill/ClimatesOfFerngill.csproj b/ClimatesOfFerngill/ClimatesOfFerngill.csproj index 58f2bdf..a63fad6 100644 --- a/ClimatesOfFerngill/ClimatesOfFerngill.csproj +++ b/ClimatesOfFerngill/ClimatesOfFerngill.csproj @@ -1,89 +1,20 @@ - - - + + - Debug - AnyCPU - {251AC91D-397E-42AF-925D-3C7D1A9C72D5} - Library - Properties - ClimatesOfFerngillRebuild ClimatesOfFerngill - v4.5.2 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x86 + ClimatesOfFerngillRebuild + 1.0.0 + net452 + + true + - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Always @@ -103,22 +34,9 @@ Always - - - - - - - Always - - - Always - - - Always - + - - \ No newline at end of file + + diff --git a/ClimatesOfFerngill/Properties/AssemblyInfo.cs b/ClimatesOfFerngill/Properties/AssemblyInfo.cs deleted file mode 100644 index cecd57c..0000000 --- a/ClimatesOfFerngill/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("ClimatesOfFerngill")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("ClimatesOfFerngill")] -[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("251ac91d-397e-42af-925d-3c7d1a9c72d5")] - -// 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.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] diff --git a/ClimatesOfFerngill/Sprites.cs b/ClimatesOfFerngill/Sprites.cs index 1ba3e8c..0f10987 100644 --- a/ClimatesOfFerngill/Sprites.cs +++ b/ClimatesOfFerngill/Sprites.cs @@ -29,9 +29,9 @@ public class Icons public Icons(IContentHelper helper) { - WeatherSource = helper.Load(Path.Combine("Assets","WeatherIcons.png")); - FogTexture = helper.Load(Path.Combine("Assets", "ThickerFog.png")); - DarudeTexture = helper.Load(Path.Combine("Assets", "Sandstorm.png")); + WeatherSource = helper.Load(Path.Combine("assets","WeatherIcons.png")); + FogTexture = helper.Load(Path.Combine("assets", "ThickerFog.png")); + DarudeTexture = helper.Load(Path.Combine("assets", "Sandstorm.png")); source2 = Game1.mouseCursors; } diff --git a/ClimatesOfFerngill/Assets/MoonPhases.png b/ClimatesOfFerngill/assets/MoonPhases.png similarity index 100% rename from ClimatesOfFerngill/Assets/MoonPhases.png rename to ClimatesOfFerngill/assets/MoonPhases.png diff --git a/ClimatesOfFerngill/Assets/Sandstorm.png b/ClimatesOfFerngill/assets/Sandstorm.png similarity index 100% rename from ClimatesOfFerngill/Assets/Sandstorm.png rename to ClimatesOfFerngill/assets/Sandstorm.png diff --git a/ClimatesOfFerngill/Assets/ThickerFog.png b/ClimatesOfFerngill/assets/ThickerFog.png similarity index 100% rename from ClimatesOfFerngill/Assets/ThickerFog.png rename to ClimatesOfFerngill/assets/ThickerFog.png diff --git a/ClimatesOfFerngill/Assets/WeatherIcons.png b/ClimatesOfFerngill/assets/WeatherIcons.png similarity index 100% rename from ClimatesOfFerngill/Assets/WeatherIcons.png rename to ClimatesOfFerngill/assets/WeatherIcons.png diff --git a/CustomizableCartRedux/CustomizableCartRedux.csproj b/CustomizableCartRedux/CustomizableCartRedux.csproj index a9d98aa..6cc10d3 100644 --- a/CustomizableCartRedux/CustomizableCartRedux.csproj +++ b/CustomizableCartRedux/CustomizableCartRedux.csproj @@ -1,62 +1,17 @@ - - - + + - Debug - AnyCPU - {288636BE-8AE8-4C50-A07D-18223377BF98} - Library - Properties - CustomizableTravelingCart CustomizableCartRedux - v4.5.2 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x86 + CustomizableTravelingCart + 1.0.0 + net452 + - - - - - - - - - - - - - - - - - - - - - - - + + - - \ No newline at end of file + + diff --git a/CustomizableCartRedux/Properties/AssemblyInfo.cs b/CustomizableCartRedux/Properties/AssemblyInfo.cs deleted file mode 100644 index a36998d..0000000 --- a/CustomizableCartRedux/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("CustomizableTravelingCart")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("CustomizableTravelingCart")] -[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("288636be-8ae8-4c50-a07d-18223377bf98")] - -// 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/CustomizableClock/CustomizableClock.csproj b/CustomizableClock/CustomizableClock.csproj index d4cbe16..d226495 100644 --- a/CustomizableClock/CustomizableClock.csproj +++ b/CustomizableClock/CustomizableClock.csproj @@ -1,51 +1,16 @@ - - - + + - Debug - AnyCPU - {CA0570BB-53A4-45DC-9E49-18AD7A419582} - Library - Properties - KN.CustomizableClock CustomizableClock - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x86 + KN.CustomizableClock + 1.0.0 + net452 + - - - - - - - - - - - - - + - + - \ No newline at end of file + + diff --git a/CustomizableClock/Properties/AssemblyInfo.cs b/CustomizableClock/Properties/AssemblyInfo.cs deleted file mode 100644 index 4c2503f..0000000 --- a/CustomizableClock/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,8 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("24h Clock")] -[assembly: AssemblyDescription("")] -[assembly: Guid("ca0570bb-53a4-45dc-9e49-18ad7a419582")] -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/DynamicNightTime/0Harmony.dll b/DynamicNightTime/0Harmony.dll deleted file mode 100644 index 488b2ff..0000000 Binary files a/DynamicNightTime/0Harmony.dll and /dev/null differ diff --git a/DynamicNightTime/DynamicNightTime.csproj b/DynamicNightTime/DynamicNightTime.csproj index 9da64ed..4860cc4 100644 --- a/DynamicNightTime/DynamicNightTime.csproj +++ b/DynamicNightTime/DynamicNightTime.csproj @@ -1,66 +1,19 @@ - - - + + - Debug - AnyCPU - {59E889CA-E643-4FF9-B9A4-91676BD182F1} - Library - Properties - DynamicNightTime DynamicNightTime - v4.6.1 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x86 + DynamicNightTime + 1.0.0 + net452 + + true + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - \ No newline at end of file + + diff --git a/DynamicNightTime/Properties/AssemblyInfo.cs b/DynamicNightTime/Properties/AssemblyInfo.cs deleted file mode 100644 index a62ece9..0000000 --- a/DynamicNightTime/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("DynamicNightTime")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("DynamicNightTime")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("59e889ca-e643-4ff9-b9a4-91676bd182f1")] - -// 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/FloodEventsTesting/FloodEventsTesting.csproj b/FloodEventsTesting/FloodEventsTesting.csproj index 4c87f3f..0723652 100644 --- a/FloodEventsTesting/FloodEventsTesting.csproj +++ b/FloodEventsTesting/FloodEventsTesting.csproj @@ -1,56 +1,17 @@ - - - + + - Debug - AnyCPU - {CBD63B01-6841-4FDF-AD30-41869372A7AC} - Library - Properties - FloodEventsTesting FloodEventsTesting - v4.6.1 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + FloodEventsTesting + 1.0.0 + net452 + - - - - - - - - - - - - - - - - - - + + - - \ No newline at end of file + + diff --git a/FloodEventsTesting/Properties/AssemblyInfo.cs b/FloodEventsTesting/Properties/AssemblyInfo.cs deleted file mode 100644 index a4678ad..0000000 --- a/FloodEventsTesting/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("FloodEventsTesting")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("FloodEventsTesting")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("cbd63b01-6841-4fdf-ad30-41869372a7ac")] - -// 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/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs deleted file mode 100644 index 7a0702d..0000000 --- a/GlobalAssemblyInfo.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Kylindra.StardewMods")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: ComVisible(false)] diff --git a/HarmonyTester/0Harmony.dll b/HarmonyTester/0Harmony.dll deleted file mode 100644 index e10ebeb..0000000 Binary files a/HarmonyTester/0Harmony.dll and /dev/null differ diff --git a/HarmonyTester/0Harmony.pdb b/HarmonyTester/0Harmony.pdb deleted file mode 100644 index 1ced78a..0000000 Binary files a/HarmonyTester/0Harmony.pdb and /dev/null differ diff --git a/HarmonyTester/HarmonyTester.csproj b/HarmonyTester/HarmonyTester.csproj index 77538db..6e06513 100644 --- a/HarmonyTester/HarmonyTester.csproj +++ b/HarmonyTester/HarmonyTester.csproj @@ -1,58 +1,19 @@ - - - + + - Debug - AnyCPU - {7B286CFF-210F-4710-9E5A-D7EB1D12ECA7} - Library - Properties - HarmonyTester HarmonyTester - v4.6.1 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + HarmonyTester + 1.0.0 + net452 + + true + - - - - - .\0Harmony.dll - - - - - - - - - - - - - - - - - + - - \ No newline at end of file + + + + + diff --git a/HarmonyTester/Properties/AssemblyInfo.cs b/HarmonyTester/Properties/AssemblyInfo.cs deleted file mode 100644 index 63bcc80..0000000 --- a/HarmonyTester/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("HarmonyTester")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("HarmonyTester")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("7b286cff-210f-4710-9e5a-d7eb1d12eca7")] - -// 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/HarmonyTester/Sprites.cs b/HarmonyTester/Sprites.cs index b5e0249..a0a0556 100644 --- a/HarmonyTester/Sprites.cs +++ b/HarmonyTester/Sprites.cs @@ -31,7 +31,7 @@ public class Icons public Icons(IContentHelper helper) { - MoonSource = helper.Load(Path.Combine("Assets", "MoonPhases.png")); + MoonSource = helper.Load(Path.Combine("assets", "MoonPhases.png")); source2 = Game1.mouseCursors; } diff --git a/LunarDisturbances/LunarDisturbances.csproj b/LunarDisturbances/LunarDisturbances.csproj index 05d8aa4..923e6c6 100644 --- a/LunarDisturbances/LunarDisturbances.csproj +++ b/LunarDisturbances/LunarDisturbances.csproj @@ -1,70 +1,17 @@ - - - + + - Debug - AnyCPU - {55F6041A-5800-4287-BEF7-A83F2D9A49A5} - Library - Properties - LunarDisturbances LunarDisturbances - v4.6.1 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x86 + LunarDisturbances + 1.0.0 + net452 + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Always - + + - - \ No newline at end of file + + diff --git a/LunarDisturbances/Properties/AssemblyInfo.cs b/LunarDisturbances/Properties/AssemblyInfo.cs deleted file mode 100644 index 019d30c..0000000 --- a/LunarDisturbances/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("LunarDisturbances")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("LunarDisturbances")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("55f6041a-5800-4287-bef7-a83f2d9a49a5")] - -// 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/LunarDisturbances/Sprites.cs b/LunarDisturbances/Sprites.cs index 2687a94..86d76a0 100644 --- a/LunarDisturbances/Sprites.cs +++ b/LunarDisturbances/Sprites.cs @@ -27,7 +27,7 @@ public class Icons public Icons(IContentHelper helper) { - MoonSource = helper.Load(Path.Combine("Assets", "MoonPhases.png")); + MoonSource = helper.Load(Path.Combine("assets", "MoonPhases.png")); source2 = Game1.mouseCursors; } diff --git a/LunarDisturbances/Assets/Assets.7z b/LunarDisturbances/assets/Assets.7z similarity index 100% rename from LunarDisturbances/Assets/Assets.7z rename to LunarDisturbances/assets/Assets.7z diff --git a/LunarDisturbances/Assets/MoonPhases.png b/LunarDisturbances/assets/MoonPhases.png similarity index 100% rename from LunarDisturbances/Assets/MoonPhases.png rename to LunarDisturbances/assets/MoonPhases.png diff --git a/LunarDisturbances/Assets/WeatherIcons.png b/LunarDisturbances/assets/WeatherIcons.png similarity index 100% rename from LunarDisturbances/Assets/WeatherIcons.png rename to LunarDisturbances/assets/WeatherIcons.png diff --git a/LunarDisturbances/Assets/WeatherIcons2.png b/LunarDisturbances/assets/WeatherIcons2.png similarity index 100% rename from LunarDisturbances/Assets/WeatherIcons2.png rename to LunarDisturbances/assets/WeatherIcons2.png diff --git a/SolarEclipseEvent/Properties/AssemblyInfo.cs b/SolarEclipseEvent/Properties/AssemblyInfo.cs deleted file mode 100644 index 627f8fd..0000000 --- a/SolarEclipseEvent/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("SolarEclipseEvent")] -[assembly: Guid("b932c1fd-cac3-4a8c-8119-8d156f8ceb96")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SolarEclipseEvent/SolarEclipseEvent.csproj b/SolarEclipseEvent/SolarEclipseEvent.csproj index 762a552..fe42d5c 100644 --- a/SolarEclipseEvent/SolarEclipseEvent.csproj +++ b/SolarEclipseEvent/SolarEclipseEvent.csproj @@ -1,65 +1,16 @@ - - - + + - Debug - AnyCPU - {B932C1FD-CAC3-4A8C-8119-8D156F8CEB96} - Library - Properties - SolarEclipseEvent SolarEclipseEvent - v4.5 - 512 - $(SolutionDir)\_releases - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x86 + SolarEclipseEvent + 1.0.0 + net452 + - - - - - - - - - - - - Properties\GlobalAssemblyInfo.cs - - - - - - - - - PreserveNewest - - + - + - - - - \ No newline at end of file + + diff --git a/SolarEclipseEvent/packages.config b/SolarEclipseEvent/packages.config deleted file mode 100644 index 028670c..0000000 --- a/SolarEclipseEvent/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/StardewMods.sln b/StardewMods.sln index 8f320dd..b8f3f97 100644 --- a/StardewMods.sln +++ b/StardewMods.sln @@ -1,113 +1,106 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2036 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.352 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeReminder", "TimeReminder\TimeReminder.csproj", "{3F10D072-54FD-47FA-B0AA-47A5A6F80931}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".metadata", ".metadata", "{ACEE3349-CD26-4969-8693-5CB58786A2AA}" ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes .gitignore = .gitignore deploy-mod.targets = deploy-mod.targets - GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs README.md = README.md stardewvalley.targets = stardewvalley.targets EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeOverhaul", "TreeOverhaul\TreeOverhaul.csproj", "{2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetterShippingBox", "BetterShippingBox\BetterShippingBox.csproj", "{FBDB5A7B-3A3F-4089-92D3-B15A27A92439}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClimatesOfFerngill", "ClimatesOfFerngill\ClimatesOfFerngill.csproj", "{251AC91D-397E-42AF-925D-3C7D1A9C72D5}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClimatesOfFerngill", "ClimatesOfFerngill\ClimatesOfFerngill.csproj", "{05619393-D9AA-441D-AEE6-08A9867A8A8A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomizableCartRedux", "CustomizableCartRedux\CustomizableCartRedux.csproj", "{288636BE-8AE8-4C50-A07D-18223377BF98}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomizableCartRedux", "CustomizableCartRedux\CustomizableCartRedux.csproj", "{2C01E33D-677B-495C-AF34-C974D6A8153F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BetterShippingBox", "BetterShippingBox\BetterShippingBox.csproj", "{4BE4E38A-4011-4CC9-8CD0-380BD8B417F0}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomizableClock", "CustomizableClock\CustomizableClock.csproj", "{712A4AD9-F03B-43AB-8D09-F7A9E16B08FD}" EndProject -Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TwilightCoreShared", "TwilightCoreShared\TwilightCoreShared.shproj", "{01DA90D0-EEC8-427B-9409-3168A8089F20}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DynamicNightTime", "DynamicNightTime\DynamicNightTime.csproj", "{548156A4-534F-45D6-9659-1828B5C32FA5}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LunarDisturbances", "LunarDisturbances\LunarDisturbances.csproj", "{55F6041A-5800-4287-BEF7-A83F2D9A49A5}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FloodEventsTesting", "FloodEventsTesting\FloodEventsTesting.csproj", "{0CB6A09F-5083-4E62-89A8-C82867E7A135}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeatherIllnesses", "WeatherIllnesses\WeatherIllnesses.csproj", "{E89B6A73-1B1F-44FF-AF10-867F0D1425F9}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HarmonyTester", "HarmonyTester\HarmonyTester.csproj", "{F9D7B2B5-66C5-4BFA-B5FB-1AAA1DF851C6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StardewNotification", "StardewNotification\StardewNotification.csproj", "{030F3895-BE23-48E8-9A54-2AC1010C2BCA}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LunarDisturbances", "LunarDisturbances\LunarDisturbances.csproj", "{6660C087-67FD-453A-BD05-8B313EB21A5F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicNightTime", "DynamicNightTime\DynamicNightTime.csproj", "{59E889CA-E643-4FF9-B9A4-91676BD182F1}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StardewNotification", "StardewNotification\StardewNotification.csproj", "{F7652AF6-8727-4F00-8699-32FF49F901D9}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SummitReborn", "SummitReborn\SummitReborn.csproj", "{FE26F6D8-DA0A-4D28-BEA5-510914E445F2}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SummitReborn", "SummitReborn\SummitReborn.csproj", "{FB52480F-F19E-4FED-8DC8-FF8F0D239A75}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FloodEventsTesting", "FloodEventsTesting\FloodEventsTesting.csproj", "{CBD63B01-6841-4FDF-AD30-41869372A7AC}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeReminder", "TimeReminder\TimeReminder.csproj", "{0F884B11-11BE-479F-B328-3EE49966B58B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomizableClock", "CustomizableClock\CustomizableClock.csproj", "{CA0570BB-53A4-45DC-9E49-18AD7A419582}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TreeOverhaul", "TreeOverhaul\TreeOverhaul.csproj", "{022D7931-9689-48AC-969B-E1F1A2C83556}" +EndProject +Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TwilightCoreShared", "TwilightCoreShared\TwilightCoreShared.shproj", "{01DA90D0-EEC8-427B-9409-3168A8089F20}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HarmonyTester", "HarmonyTester\HarmonyTester.csproj", "{7B286CFF-210F-4710-9E5A-D7EB1D12ECA7}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeatherIllnesses", "WeatherIllnesses\WeatherIllnesses.csproj", "{32A91CA3-CAAB-4E95-BAE5-FBF459DE6927}" EndProject Global GlobalSection(SharedMSBuildProjectFiles) = preSolution TwilightCoreShared\TwilightCoreShared.projitems*{01da90d0-eec8-427b-9409-3168a8089f20}*SharedItemsImports = 13 - TwilightCoreShared\TwilightCoreShared.projitems*{251ac91d-397e-42af-925d-3c7d1a9c72d5}*SharedItemsImports = 4 - TwilightCoreShared\TwilightCoreShared.projitems*{288636be-8ae8-4c50-a07d-18223377bf98}*SharedItemsImports = 4 - TwilightCoreShared\TwilightCoreShared.projitems*{55f6041a-5800-4287-bef7-a83f2d9a49a5}*SharedItemsImports = 4 - TwilightCoreShared\TwilightCoreShared.projitems*{59e889ca-e643-4ff9-b9a4-91676bd182f1}*SharedItemsImports = 4 - TwilightCoreShared\TwilightCoreShared.projitems*{cbd63b01-6841-4fdf-ad30-41869372a7ac}*SharedItemsImports = 4 - TwilightCoreShared\TwilightCoreShared.projitems*{e89b6a73-1b1f-44ff-af10-867f0d1425f9}*SharedItemsImports = 4 EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU + Debug|x86 = Debug|x86 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3F10D072-54FD-47FA-B0AA-47A5A6F80931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3F10D072-54FD-47FA-B0AA-47A5A6F80931}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3F10D072-54FD-47FA-B0AA-47A5A6F80931}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3F10D072-54FD-47FA-B0AA-47A5A6F80931}.Release|Any CPU.Build.0 = Release|Any CPU - {2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE}.Release|Any CPU.Build.0 = Release|Any CPU - {251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Release|Any CPU.Build.0 = Release|Any CPU - {288636BE-8AE8-4C50-A07D-18223377BF98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {288636BE-8AE8-4C50-A07D-18223377BF98}.Debug|Any CPU.Build.0 = Debug|Any CPU - {288636BE-8AE8-4C50-A07D-18223377BF98}.Release|Any CPU.ActiveCfg = Release|Any CPU - {288636BE-8AE8-4C50-A07D-18223377BF98}.Release|Any CPU.Build.0 = Release|Any CPU - {4BE4E38A-4011-4CC9-8CD0-380BD8B417F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4BE4E38A-4011-4CC9-8CD0-380BD8B417F0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4BE4E38A-4011-4CC9-8CD0-380BD8B417F0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4BE4E38A-4011-4CC9-8CD0-380BD8B417F0}.Release|Any CPU.Build.0 = Release|Any CPU - {55F6041A-5800-4287-BEF7-A83F2D9A49A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {55F6041A-5800-4287-BEF7-A83F2D9A49A5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {55F6041A-5800-4287-BEF7-A83F2D9A49A5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {55F6041A-5800-4287-BEF7-A83F2D9A49A5}.Release|Any CPU.Build.0 = Release|Any CPU - {E89B6A73-1B1F-44FF-AF10-867F0D1425F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E89B6A73-1B1F-44FF-AF10-867F0D1425F9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E89B6A73-1B1F-44FF-AF10-867F0D1425F9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E89B6A73-1B1F-44FF-AF10-867F0D1425F9}.Release|Any CPU.Build.0 = Release|Any CPU - {030F3895-BE23-48E8-9A54-2AC1010C2BCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {030F3895-BE23-48E8-9A54-2AC1010C2BCA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {030F3895-BE23-48E8-9A54-2AC1010C2BCA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {030F3895-BE23-48E8-9A54-2AC1010C2BCA}.Release|Any CPU.Build.0 = Release|Any CPU - {59E889CA-E643-4FF9-B9A4-91676BD182F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {59E889CA-E643-4FF9-B9A4-91676BD182F1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {59E889CA-E643-4FF9-B9A4-91676BD182F1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {59E889CA-E643-4FF9-B9A4-91676BD182F1}.Release|Any CPU.Build.0 = Release|Any CPU - {FE26F6D8-DA0A-4D28-BEA5-510914E445F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FE26F6D8-DA0A-4D28-BEA5-510914E445F2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FE26F6D8-DA0A-4D28-BEA5-510914E445F2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FE26F6D8-DA0A-4D28-BEA5-510914E445F2}.Release|Any CPU.Build.0 = Release|Any CPU - {CBD63B01-6841-4FDF-AD30-41869372A7AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CBD63B01-6841-4FDF-AD30-41869372A7AC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CBD63B01-6841-4FDF-AD30-41869372A7AC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CBD63B01-6841-4FDF-AD30-41869372A7AC}.Release|Any CPU.Build.0 = Release|Any CPU - {CA0570BB-53A4-45DC-9E49-18AD7A419582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CA0570BB-53A4-45DC-9E49-18AD7A419582}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CA0570BB-53A4-45DC-9E49-18AD7A419582}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CA0570BB-53A4-45DC-9E49-18AD7A419582}.Release|Any CPU.Build.0 = Release|Any CPU - {7B286CFF-210F-4710-9E5A-D7EB1D12ECA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7B286CFF-210F-4710-9E5A-D7EB1D12ECA7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7B286CFF-210F-4710-9E5A-D7EB1D12ECA7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7B286CFF-210F-4710-9E5A-D7EB1D12ECA7}.Release|Any CPU.Build.0 = Release|Any CPU + {FBDB5A7B-3A3F-4089-92D3-B15A27A92439}.Debug|x86.ActiveCfg = Debug|x86 + {FBDB5A7B-3A3F-4089-92D3-B15A27A92439}.Debug|x86.Build.0 = Debug|x86 + {FBDB5A7B-3A3F-4089-92D3-B15A27A92439}.Release|x86.ActiveCfg = Release|x86 + {FBDB5A7B-3A3F-4089-92D3-B15A27A92439}.Release|x86.Build.0 = Release|x86 + {05619393-D9AA-441D-AEE6-08A9867A8A8A}.Debug|x86.ActiveCfg = Debug|x86 + {05619393-D9AA-441D-AEE6-08A9867A8A8A}.Debug|x86.Build.0 = Debug|x86 + {05619393-D9AA-441D-AEE6-08A9867A8A8A}.Release|x86.ActiveCfg = Release|x86 + {05619393-D9AA-441D-AEE6-08A9867A8A8A}.Release|x86.Build.0 = Release|x86 + {2C01E33D-677B-495C-AF34-C974D6A8153F}.Debug|x86.ActiveCfg = Debug|x86 + {2C01E33D-677B-495C-AF34-C974D6A8153F}.Debug|x86.Build.0 = Debug|x86 + {2C01E33D-677B-495C-AF34-C974D6A8153F}.Release|x86.ActiveCfg = Release|x86 + {2C01E33D-677B-495C-AF34-C974D6A8153F}.Release|x86.Build.0 = Release|x86 + {712A4AD9-F03B-43AB-8D09-F7A9E16B08FD}.Debug|x86.ActiveCfg = Debug|x86 + {712A4AD9-F03B-43AB-8D09-F7A9E16B08FD}.Debug|x86.Build.0 = Debug|x86 + {712A4AD9-F03B-43AB-8D09-F7A9E16B08FD}.Release|x86.ActiveCfg = Release|x86 + {712A4AD9-F03B-43AB-8D09-F7A9E16B08FD}.Release|x86.Build.0 = Release|x86 + {548156A4-534F-45D6-9659-1828B5C32FA5}.Debug|x86.ActiveCfg = Debug|x86 + {548156A4-534F-45D6-9659-1828B5C32FA5}.Debug|x86.Build.0 = Debug|x86 + {548156A4-534F-45D6-9659-1828B5C32FA5}.Release|x86.ActiveCfg = Release|x86 + {548156A4-534F-45D6-9659-1828B5C32FA5}.Release|x86.Build.0 = Release|x86 + {0CB6A09F-5083-4E62-89A8-C82867E7A135}.Debug|x86.ActiveCfg = Debug|x86 + {0CB6A09F-5083-4E62-89A8-C82867E7A135}.Debug|x86.Build.0 = Debug|x86 + {0CB6A09F-5083-4E62-89A8-C82867E7A135}.Release|x86.ActiveCfg = Release|x86 + {0CB6A09F-5083-4E62-89A8-C82867E7A135}.Release|x86.Build.0 = Release|x86 + {F9D7B2B5-66C5-4BFA-B5FB-1AAA1DF851C6}.Debug|x86.ActiveCfg = Debug|x86 + {F9D7B2B5-66C5-4BFA-B5FB-1AAA1DF851C6}.Debug|x86.Build.0 = Debug|x86 + {F9D7B2B5-66C5-4BFA-B5FB-1AAA1DF851C6}.Release|x86.ActiveCfg = Release|x86 + {F9D7B2B5-66C5-4BFA-B5FB-1AAA1DF851C6}.Release|x86.Build.0 = Release|x86 + {6660C087-67FD-453A-BD05-8B313EB21A5F}.Debug|x86.ActiveCfg = Debug|x86 + {6660C087-67FD-453A-BD05-8B313EB21A5F}.Debug|x86.Build.0 = Debug|x86 + {6660C087-67FD-453A-BD05-8B313EB21A5F}.Release|x86.ActiveCfg = Release|x86 + {6660C087-67FD-453A-BD05-8B313EB21A5F}.Release|x86.Build.0 = Release|x86 + {F7652AF6-8727-4F00-8699-32FF49F901D9}.Debug|x86.ActiveCfg = Debug|x86 + {F7652AF6-8727-4F00-8699-32FF49F901D9}.Debug|x86.Build.0 = Debug|x86 + {F7652AF6-8727-4F00-8699-32FF49F901D9}.Release|x86.ActiveCfg = Release|x86 + {F7652AF6-8727-4F00-8699-32FF49F901D9}.Release|x86.Build.0 = Release|x86 + {FB52480F-F19E-4FED-8DC8-FF8F0D239A75}.Debug|x86.ActiveCfg = Debug|x86 + {FB52480F-F19E-4FED-8DC8-FF8F0D239A75}.Debug|x86.Build.0 = Debug|x86 + {FB52480F-F19E-4FED-8DC8-FF8F0D239A75}.Release|x86.ActiveCfg = Release|x86 + {FB52480F-F19E-4FED-8DC8-FF8F0D239A75}.Release|x86.Build.0 = Release|x86 + {0F884B11-11BE-479F-B328-3EE49966B58B}.Debug|x86.ActiveCfg = Debug|x86 + {0F884B11-11BE-479F-B328-3EE49966B58B}.Debug|x86.Build.0 = Debug|x86 + {0F884B11-11BE-479F-B328-3EE49966B58B}.Release|x86.ActiveCfg = Release|x86 + {0F884B11-11BE-479F-B328-3EE49966B58B}.Release|x86.Build.0 = Release|x86 + {022D7931-9689-48AC-969B-E1F1A2C83556}.Debug|x86.ActiveCfg = Debug|x86 + {022D7931-9689-48AC-969B-E1F1A2C83556}.Debug|x86.Build.0 = Debug|x86 + {022D7931-9689-48AC-969B-E1F1A2C83556}.Release|x86.ActiveCfg = Release|x86 + {022D7931-9689-48AC-969B-E1F1A2C83556}.Release|x86.Build.0 = Release|x86 + {32A91CA3-CAAB-4E95-BAE5-FBF459DE6927}.Debug|x86.ActiveCfg = Debug|x86 + {32A91CA3-CAAB-4E95-BAE5-FBF459DE6927}.Debug|x86.Build.0 = Debug|x86 + {32A91CA3-CAAB-4E95-BAE5-FBF459DE6927}.Release|x86.ActiveCfg = Release|x86 + {32A91CA3-CAAB-4E95-BAE5-FBF459DE6927}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/StardewNotification/Properties/AssemblyInfo.cs b/StardewNotification/Properties/AssemblyInfo.cs deleted file mode 100644 index f09e75a..0000000 --- a/StardewNotification/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,33 +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("StardewNotification")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("StardewNotification.Properties")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("e08be9a1-a923-488c-9033-00a1db594ca7")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -[assembly: AssemblyVersion("1.7.2")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/StardewNotification/StardewNotification.csproj b/StardewNotification/StardewNotification.csproj index 3c59174..090c9f8 100644 --- a/StardewNotification/StardewNotification.csproj +++ b/StardewNotification/StardewNotification.csproj @@ -1,55 +1,20 @@ - - + + - Debug - AnyCPU - {030F3895-BE23-48E8-9A54-2AC1010C2BCA} - Library - StardewNotification StardewNotification - v4.5 - - - true - full - false - bin\Debug - DEBUG; - prompt - 4 - false - x86 - - - true - bin\Release - prompt - 4 - false - x86 + StardewNotification + 1.0.0 + net452 + - - - - - - - - - - - - - - - + + - - - + - + - \ No newline at end of file + + diff --git a/SummitReborn/Properties/AssemblyInfo.cs b/SummitReborn/Properties/AssemblyInfo.cs deleted file mode 100644 index d10ab72..0000000 --- a/SummitReborn/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("WeatherInSummitAndDesert")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("WeatherInSummitAndDesert")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("fe26f6d8-da0a-4d28-bea5-510914e445f2")] - -// 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/SummitReborn/SummitReborn.cs b/SummitReborn/SummitReborn.cs index c3bc9e4..38224e2 100644 --- a/SummitReborn/SummitReborn.cs +++ b/SummitReborn/SummitReborn.cs @@ -40,9 +40,9 @@ public bool CanLoad(IAssetInfo asset) public T Load(IAssetInfo asset) { if (asset.AssetNameEquals(@"Maps\Railroad")) - return this.Helper.Content.Load(@"Assets\Railroad_alt.tbin"); + return this.Helper.Content.Load(@"assets\Railroad_alt.tbin"); if (asset.AssetNameEquals(@"Maps\Summit")) - return this.Helper.Content.Load(@"Assets\Summit_alt.tbin"); + return this.Helper.Content.Load(@"assets\Summit_alt.tbin"); throw new NotSupportedException($"Unexpected asset name: {asset.AssetName}"); } diff --git a/SummitReborn/SummitReborn.csproj b/SummitReborn/SummitReborn.csproj index a6f9b0e..5f02084 100644 --- a/SummitReborn/SummitReborn.csproj +++ b/SummitReborn/SummitReborn.csproj @@ -1,62 +1,16 @@ - - - + + - Debug - AnyCPU - {FE26F6D8-DA0A-4D28-BEA5-510914E445F2} - Library - Properties - SummitReborn SummitReborn - v4.6.1 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x86 + SummitReborn + 1.0.0 + net452 + - - - - - - - - - - - - - - - - - - - Always - - - Always - - + - + - \ No newline at end of file + + diff --git a/SummitReborn/Assets/Railroad_alt.tbin b/SummitReborn/assets/Railroad_alt.tbin similarity index 100% rename from SummitReborn/Assets/Railroad_alt.tbin rename to SummitReborn/assets/Railroad_alt.tbin diff --git a/SummitReborn/Assets/Summit_alt.tbin b/SummitReborn/assets/Summit_alt.tbin similarity index 100% rename from SummitReborn/Assets/Summit_alt.tbin rename to SummitReborn/assets/Summit_alt.tbin diff --git a/TimeReminder/Properties/AssemblyInfo.cs b/TimeReminder/Properties/AssemblyInfo.cs deleted file mode 100644 index eaf89fd..0000000 --- a/TimeReminder/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,7 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("TimeRemidner")] -[assembly: Guid("3f10d072-54fd-47fa-b0aa-47a5a6f80931")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/TimeReminder/TimeReminder.csproj b/TimeReminder/TimeReminder.csproj index 26134ac..86d12e5 100644 --- a/TimeReminder/TimeReminder.csproj +++ b/TimeReminder/TimeReminder.csproj @@ -1,63 +1,16 @@ - - - + + - Debug - AnyCPU - {3F10D072-54FD-47FA-B0AA-47A5A6F80931} - Library - Properties - TimeReminder TimeReminder - v4.5.2 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x86 + TimeReminder + 1.0.0 + net452 + - - - - - - - - - - - - - - - Properties\GlobalAssemblyInfo.cs - - - - - - - - - - + - + - \ No newline at end of file + + diff --git a/TreeOverhaul/Properties/AssemblyInfo.cs b/TreeOverhaul/Properties/AssemblyInfo.cs deleted file mode 100644 index fb93ccd..0000000 --- a/TreeOverhaul/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die einer Assembly zugeordnet sind. -[assembly: AssemblyTitle("TreeOverhaul")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TreeOverhaul")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen. -[assembly: ComVisible(false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid("2cdc5732-a8e9-44c4-a9e0-8b6ef3b859ee")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/TreeOverhaul/TreeOverhaul.csproj b/TreeOverhaul/TreeOverhaul.csproj index 36c3ea3..775240e 100644 --- a/TreeOverhaul/TreeOverhaul.csproj +++ b/TreeOverhaul/TreeOverhaul.csproj @@ -1,60 +1,16 @@ - - - + + - Debug - AnyCPU - {2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE} - Library - Properties - TreeOverhaul TreeOverhaul - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\TreeOverhaul\ - TRACE - prompt - 4 - x86 + TreeOverhaul + 1.0.0 + net452 + - - - - - - - - - - - - - - - - - - - - PreserveNewest - - + - + - \ No newline at end of file + + diff --git a/WeatherIllnesses/Properties/AssemblyInfo.cs b/WeatherIllnesses/Properties/AssemblyInfo.cs deleted file mode 100644 index c2c0af4..0000000 --- a/WeatherIllnesses/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("WeatherIllnesses")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("WeatherIllnesses")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("e89b6a73-1b1f-44ff-af10-867f0d1425f9")] - -// 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/WeatherIllnesses/WeatherIllnesses.csproj b/WeatherIllnesses/WeatherIllnesses.csproj index 08c92b8..f4c2fe9 100644 --- a/WeatherIllnesses/WeatherIllnesses.csproj +++ b/WeatherIllnesses/WeatherIllnesses.csproj @@ -1,62 +1,17 @@ - - - + + - Debug - AnyCPU - {E89B6A73-1B1F-44FF-AF10-867F0D1425F9} - Library - Properties - WeatherIllnesses WeatherIllnesses - v4.6.1 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - x86 + WeatherIllnesses + 1.0.0 + net452 + - - - - - - - - - - - - - - - - - - - - - - - + + - - \ No newline at end of file + +