diff options
author | Carl <slxxls92@gmail.com> | 2016-03-06 22:32:55 +0000 |
---|---|---|
committer | Carl <slxxls92@gmail.com> | 2016-03-06 22:32:55 +0000 |
commit | 8bf9e7409692a59c880158cf851f55da35f3022e (patch) | |
tree | 155541bd3e82c993cba4aad0d67568e751855f4b /StardewModdingAPI/StardewModdingAPI.csproj | |
parent | bfe6537f84fe780197c4554f360f19c3f9f12371 (diff) | |
parent | bfd8d047666737443c8cf99bd4764d7bf03ee91b (diff) | |
download | SMAPI-8bf9e7409692a59c880158cf851f55da35f3022e.tar.gz SMAPI-8bf9e7409692a59c880158cf851f55da35f3022e.tar.bz2 SMAPI-8bf9e7409692a59c880158cf851f55da35f3022e.zip |
Merge pull request #9 from Jtfinlay/dev
Main refactor
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 8d9dc4ba..6d70b1c5 100644 --- a/StardewModdingAPI/StardewModdingAPI.csproj +++ b/StardewModdingAPI/StardewModdingAPI.csproj @@ -98,6 +98,7 @@ </ItemGroup>
<ItemGroup>
<Compile Include="Command.cs" />
+ <Compile Include="Constants.cs" />
<Compile Include="Events\Controls.cs" />
<Compile Include="Events\EventArgs.cs" />
<Compile Include="Events\Game.cs" />
@@ -121,7 +122,6 @@ <Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Inheritance\SGame.cs" />
- <Compile Include="Version.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
|