diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-10-30 21:07:44 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2016-10-30 22:21:19 -0400 |
commit | 39e2e46a21fe3c92c2901085ee2c012b52dc89b0 (patch) | |
tree | 8a7763bb0056970b8034675ec2a61363558656d1 /src | |
parent | 2f80f6dedec57dc8773e2e02285b647a18627f95 (diff) | |
download | SMAPI-39e2e46a21fe3c92c2901085ee2c012b52dc89b0.tar.gz SMAPI-39e2e46a21fe3c92c2901085ee2c012b52dc89b0.tar.bz2 SMAPI-39e2e46a21fe3c92c2901085ee2c012b52dc89b0.zip |
rewrite readme (simpler, link to canimod docs, document how to compile from source)
Diffstat (limited to 'src')
-rw-r--r-- | src/StardewModdingAPI.sln | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/StardewModdingAPI.sln b/src/StardewModdingAPI.sln index 087d0b36..5b3bd7bf 100644 --- a/src/StardewModdingAPI.sln +++ b/src/StardewModdingAPI.sln @@ -1,12 +1,20 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
-VisualStudioVersion = 14.0.25123.0
+VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrainerMod", "TrainerMod\TrainerMod.csproj", "{28480467-1A48-46A7-99F8-236D95225359}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StardewModdingAPI", "StardewModdingAPI\StardewModdingAPI.csproj", "{F1A573B0-F436-472C-AE29-0B91EA6B9F8F}"
EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "metadata", "metadata", "{86C452BE-D2D8-45B4-B63F-E329EB06CEDA}"
+ ProjectSection(SolutionItems) = preProject
+ ..\.gitignore = ..\.gitignore
+ ..\CHANGELOG.md = ..\CHANGELOG.md
+ ..\LICENSE = ..\LICENSE
+ ..\README.md = ..\README.md
+ EndProjectSection
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
|