-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Stardew Valley 1.5 and 64-bit SMAPI, minor fixes (#22)
* fix hardcoded paths * fix button suppression in Pong * update NuGet packages * update for Stardew Valley 1.5 * update for 64-bit SMAPI * update sprinkler & scarecrow range for Stardew Valley 1.5 * remove unneeded dependency on SMAPI toolkit
- Loading branch information
1 parent
05bcd20
commit 233c360
Showing
52 changed files
with
151 additions
and
648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>AutoStacker</AssemblyName> | ||
<RootNamespace>AutoStacker</RootNamespace> | ||
<Version>1.3.0</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>BetterArtisanGoodIcons</AssemblyName> | ||
<RootNamespace>BetterArtisanGoodIcons</RootNamespace> | ||
<Version>1.5.0</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
|
||
<EnableHarmony>true</EnableHarmony> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="Newtonsoft.Json"> | ||
<HintPath>D:\Steam\SteamApps\common\Stardew Valley\smapi-internal\Newtonsoft.Json.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json" HintPath="$(GamePath)\smapi-internal\Newtonsoft.Json.dll" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>BetterAutomaticGates</AssemblyName> | ||
<RootNamespace>BetterAutomaticGates</RootNamespace> | ||
<Version>1.0.0</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>BetterDoors</AssemblyName> | ||
<RootNamespace>BetterDoors</RootNamespace> | ||
<Version>1.0.0</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
|
||
<EnableHarmony>true</EnableHarmony> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="SMAPI.Toolkit"> | ||
<HintPath>D:\Steam\SteamApps\common\Stardew Valley\smapi-internal\SMAPI.Toolkit.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>BetterFruitTrees</AssemblyName> | ||
<RootNamespace>BetterFruitTrees</RootNamespace> | ||
<Version>2.6.0</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
|
||
<EnableHarmony>true</EnableHarmony> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>BetterGardenPots</AssemblyName> | ||
<RootNamespace>BetterGardenPots</RootNamespace> | ||
<Version>1.6.0</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
|
||
<EnableHarmony>true</EnableHarmony> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>BetterHay</AssemblyName> | ||
<RootNamespace>BetterHay</RootNamespace> | ||
<Version>3.0.0</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
|
||
<EnableHarmony>true</EnableHarmony> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>BetterSlingshots</AssemblyName> | ||
<RootNamespace>BetterSlingshots</RootNamespace> | ||
<Version>2.0.0</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
|
||
<EnableHarmony>true</EnableHarmony> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<AssemblyName>BetterWorkbenches</AssemblyName> | ||
<RootNamespace>BetterWorkbenches</RootNamespace> | ||
<Version>1.0.0</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
|
||
<EnableHarmony>true</EnableHarmony> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<Folder Include="Properties\" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>CactiHurtYou</AssemblyName> | ||
<RootNamespace>CactiHurtYou</RootNamespace> | ||
<Version>1.1.1</Version> | ||
<TargetFramework>net452</TargetFramework> | ||
<PlatformTarget>x86</PlatformTarget> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.0.0" /> | ||
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="3.3.0" /> | ||
</ItemGroup> | ||
|
||
</Project> | ||
</Project> |
Oops, something went wrong.