diff options
author | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-23 13:43:41 -0400 |
---|---|---|
committer | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-23 13:43:41 -0400 |
commit | d3912b43052a79068d72b5689b8c6d901fbb72ea (patch) | |
tree | 1a67172990e15c8ba57ea6add2dd6d1810222ac2 /StardewModdingAPI/StardewModdingAPI.csproj | |
parent | 4c4d3e66fe2e18c424c08a295d628432fca767cd (diff) | |
parent | 49e035dd2289d58cc2cb6585027f3f038344404f (diff) | |
download | SMAPI-d3912b43052a79068d72b5689b8c6d901fbb72ea.tar.gz SMAPI-d3912b43052a79068d72b5689b8c6d901fbb72ea.tar.bz2 SMAPI-d3912b43052a79068d72b5689b8c6d901fbb72ea.zip |
Merge pull request #57 from Zoryn4163/master
0.39.1 inbound!
Diffstat (limited to 'StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r-- | StardewModdingAPI/StardewModdingAPI.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StardewModdingAPI/StardewModdingAPI.csproj b/StardewModdingAPI/StardewModdingAPI.csproj index 2f217795..a2dd442a 100644 --- a/StardewModdingAPI/StardewModdingAPI.csproj +++ b/StardewModdingAPI/StardewModdingAPI.csproj @@ -149,7 +149,6 @@ <Compile Include="Inheritance\Menus\SGameMenu.cs" />
<Compile Include="Inheritance\Menus\SInventoryPage.cs" />
<Compile Include="Inheritance\Minigames\SMinigameBase.cs" />
- <Compile Include="Inheritance\SGameLocation.cs" />
<Compile Include="Inheritance\SObject.cs" />
<Compile Include="Log.cs" />
<Compile Include="Manifest.cs" />
@@ -158,6 +157,7 @@ <Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Inheritance\SGame.cs" />
+ <Compile Include="Version.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
|