diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-19 19:03:49 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-19 19:03:49 -0400 |
commit | d06e7d147afae95464935a24cfd6d0bf76fce7b6 (patch) | |
tree | 77a583e47425c42e684dcfeebe2842c0e6e751bd /src/SMAPI.sln | |
parent | 1827e94fa221cbea4f075f4557a030cc4d37a0d5 (diff) | |
download | SMAPI-d06e7d147afae95464935a24cfd6d0bf76fce7b6.tar.gz SMAPI-d06e7d147afae95464935a24cfd6d0bf76fce7b6.tar.bz2 SMAPI-d06e7d147afae95464935a24cfd6d0bf76fce7b6.zip |
fix SMAPI build intermittently failing due to undeclared dependency on analyzers project
Diffstat (limited to 'src/SMAPI.sln')
-rw-r--r-- | src/SMAPI.sln | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI.sln b/src/SMAPI.sln index 56898a32..d84ce589 100644 --- a/src/SMAPI.sln +++ b/src/SMAPI.sln @@ -6,6 +6,9 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StardewModdingAPI.Mods.ConsoleCommands", "SMAPI.Mods.ConsoleCommands\StardewModdingAPI.Mods.ConsoleCommands.csproj", "{28480467-1A48-46A7-99F8-236D95225359}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StardewModdingAPI", "SMAPI\StardewModdingAPI.csproj", "{F1A573B0-F436-472C-AE29-0B91EA6B9F8F}" + ProjectSection(ProjectDependencies) = postProject + {80AD8528-AA49-4731-B4A6-C691845815A1} = {80AD8528-AA49-4731-B4A6-C691845815A1} + EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{86C452BE-D2D8-45B4-B63F-E329EB06CEDA}" ProjectSection(SolutionItems) = preProject |