diff options
author | Zoryn Aaron <zoryn4163@gmail.com> | 2016-03-26 21:57:00 -0400 |
---|---|---|
committer | Zoryn Aaron <zoryn4163@gmail.com> | 2016-03-26 21:57:00 -0400 |
commit | 6f64d448f937a9a2abab4a75e81491410ddbf226 (patch) | |
tree | b85c3c48b0209c71072de680868408095af97af4 /StardewModdingAPI/StardewModdingAPI.csproj | |
parent | 36fb605a7c5262a04e2752c55ae97093d26c1a73 (diff) | |
download | SMAPI-6f64d448f937a9a2abab4a75e81491410ddbf226.tar.gz SMAPI-6f64d448f937a9a2abab4a75e81491410ddbf226.tar.bz2 SMAPI-6f64d448f937a9a2abab4a75e81491410ddbf226.zip |
commit
Diffstat (limited to 'StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r-- | StardewModdingAPI/StardewModdingAPI.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StardewModdingAPI/StardewModdingAPI.csproj b/StardewModdingAPI/StardewModdingAPI.csproj index d60e2544..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>
|