summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorZoryn <Zoryn4163@users.noreply.github.com>2016-03-27 01:10:18 -0400
committerZoryn <Zoryn4163@users.noreply.github.com>2016-03-27 01:10:18 -0400
commit976bc6e2a96aba761c0feff414dd5f95dd4cd991 (patch)
tree9dd87794562d797ec8291fd00af0409b406467df /StardewModdingAPI/StardewModdingAPI.csproj
parent112305161688eb4d88ccfc79b5636eca6e0ab1d9 (diff)
parent12bf4fd843be26f89b5fe3415aeec3055c54d786 (diff)
downloadSMAPI-976bc6e2a96aba761c0feff414dd5f95dd4cd991.tar.gz
SMAPI-976bc6e2a96aba761c0feff414dd5f95dd4cd991.tar.bz2
SMAPI-976bc6e2a96aba761c0feff414dd5f95dd4cd991.zip
Merge pull request #67 from Zoryn4163/master
logging things. not sure if ready for release build, testing for a bit.
Diffstat (limited to 'StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r--StardewModdingAPI/StardewModdingAPI.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/StardewModdingAPI/StardewModdingAPI.csproj b/StardewModdingAPI/StardewModdingAPI.csproj
index a2dd442a..913fb50e 100644
--- a/StardewModdingAPI/StardewModdingAPI.csproj
+++ b/StardewModdingAPI/StardewModdingAPI.csproj
@@ -79,6 +79,7 @@
</DefineConstants>
<UseVSHostingProcess>true</UseVSHostingProcess>
<Optimize>true</Optimize>
+ <DocumentationFile>bin\x86\Debug\StardewModdingAPI.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<PlatformTarget>x86</PlatformTarget>
@@ -149,8 +150,10 @@
<Compile Include="Inheritance\Menus\SGameMenu.cs" />
<Compile Include="Inheritance\Menus\SInventoryPage.cs" />
<Compile Include="Inheritance\Minigames\SMinigameBase.cs" />
+ <Compile Include="Inheritance\SBareObject.cs" />
<Compile Include="Inheritance\SObject.cs" />
- <Compile Include="Log.cs" />
+ <Compile Include="JsonResolver.cs" />
+ <Compile Include="Logger.cs" />
<Compile Include="Manifest.cs" />
<Compile Include="Mod.cs" />
<Compile Include="ModItem.cs" />