diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-24 21:29:10 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-24 21:29:10 -0400 |
commit | 316242eeb2b6b6e711ab98f64c147a59c1d0aab8 (patch) | |
tree | 8266077b34ce63dd09690d97e5e67446f8afc665 /src/SMAPI/StardewModdingAPI.csproj | |
parent | 71efadf2322a622bc5a74614b1575d2680a84165 (diff) | |
download | SMAPI-316242eeb2b6b6e711ab98f64c147a59c1d0aab8.tar.gz SMAPI-316242eeb2b6b6e711ab98f64c147a59c1d0aab8.tar.bz2 SMAPI-316242eeb2b6b6e711ab98f64c147a59c1d0aab8.zip |
merge ISemanticVersion interfaces into new project (#532)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index a429d204..c872391c 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -280,7 +280,6 @@ <Compile Include="IModHelper.cs" /> <Compile Include="IModLinked.cs" /> <Compile Include="Framework\Logging\LogFileManager.cs" /> - <Compile Include="ISemanticVersion.cs" /> <Compile Include="ITranslationHelper.cs" /> <Compile Include="LogLevel.cs" /> <Compile Include="Framework\ModRegistry.cs" /> |