summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorCJB <cjbok@ziggo.nl>2016-03-31 22:29:26 +0200
committerCJB <cjbok@ziggo.nl>2016-03-31 22:29:26 +0200
commiteda32ed5580c2f7e27214a312b747492d7394875 (patch)
treed1e986117ce3823edfade0d71918801701b3aca0 /StardewModdingAPI/StardewModdingAPI.csproj
parent9f0210a255152dc434405698512c941c4ad5c8d8 (diff)
parent2b48048a71d634b38dcbd98a73585661561600bb (diff)
downloadSMAPI-eda32ed5580c2f7e27214a312b747492d7394875.tar.gz
SMAPI-eda32ed5580c2f7e27214a312b747492d7394875.tar.bz2
SMAPI-eda32ed5580c2f7e27214a312b747492d7394875.zip
Merge remote-tracking branch 'refs/remotes/ClxS/master'
Diffstat (limited to 'StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r--StardewModdingAPI/StardewModdingAPI.csproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/StardewModdingAPI/StardewModdingAPI.csproj b/StardewModdingAPI/StardewModdingAPI.csproj
index 913fb50e..a7477a32 100644
--- a/StardewModdingAPI/StardewModdingAPI.csproj
+++ b/StardewModdingAPI/StardewModdingAPI.csproj
@@ -73,18 +73,19 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<PlatformTarget>x86</PlatformTarget>
- <OutputPath>bin\x86\Debug\</OutputPath>
+ <OutputPath>bin\Debug\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
<DefineConstants>
</DefineConstants>
<UseVSHostingProcess>true</UseVSHostingProcess>
<Optimize>true</Optimize>
- <DocumentationFile>bin\x86\Debug\StardewModdingAPI.XML</DocumentationFile>
+ <DocumentationFile>bin\Debug\StardewModdingAPI.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<PlatformTarget>x86</PlatformTarget>
- <OutputPath>bin\x86\Release\</OutputPath>
+ <OutputPath>bin\Release\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
+ <DocumentationFile>bin\Release\StardewModdingAPI.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>