diff options
author | Zoryn Aaron <zoryn4163@gmail.com> | 2016-03-23 13:43:11 -0400 |
---|---|---|
committer | Zoryn Aaron <zoryn4163@gmail.com> | 2016-03-23 13:43:11 -0400 |
commit | 49e035dd2289d58cc2cb6585027f3f038344404f (patch) | |
tree | 1a67172990e15c8ba57ea6add2dd6d1810222ac2 /StardewModdingAPI/StardewModdingAPI.csproj | |
parent | eeb9e507da114c6121846aec6d71047bdb449ac0 (diff) | |
download | SMAPI-49e035dd2289d58cc2cb6585027f3f038344404f.tar.gz SMAPI-49e035dd2289d58cc2cb6585027f3f038344404f.tar.bz2 SMAPI-49e035dd2289d58cc2cb6585027f3f038344404f.zip |
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" />
|