diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-29 14:14:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-29 14:14:03 -0400 |
commit | 78958dfe9f78a581225a3f3e037abf001dde2b5b (patch) | |
tree | 16e04560d9cce10c0cf1e30bb0548dcd9e8b80ef /src/SMAPI.sln | |
parent | c099af875ccc82f87ab6a2073fa8322a1f19f712 (diff) | |
download | SMAPI-78958dfe9f78a581225a3f3e037abf001dde2b5b.tar.gz SMAPI-78958dfe9f78a581225a3f3e037abf001dde2b5b.tar.bz2 SMAPI-78958dfe9f78a581225a3f3e037abf001dde2b5b.zip |
document SMAPI web services in technical doc (#358)
Diffstat (limited to 'src/SMAPI.sln')
-rw-r--r-- | src/SMAPI.sln | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.sln b/src/SMAPI.sln index 8d730f37..1cb858bc 100644 --- a/src/SMAPI.sln +++ b/src/SMAPI.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.27004.2002 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleCommands", "SMAPI.Mods.ConsoleCommands\StardewModdingAPI.Mods.ConsoleCommands.csproj", "{28480467-1A48-46A7-99F8-236D95225359}" +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}" EndProject @@ -37,6 +37,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{EB35A917-6 ..\docs\mod-build-config.md = ..\docs\mod-build-config.md ..\docs\README.md = ..\docs\README.md ..\docs\release-notes.md = ..\docs\release-notes.md + ..\docs\technical-docs.md = ..\docs\technical-docs.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{09CF91E5-5BAB-4650-A200-E5EA9A633046}" |