diff options
author | MaurĂcio Gomes <mauricio.gomes@coderofworlds.com> | 2016-03-31 20:17:21 -0300 |
---|---|---|
committer | MaurĂcio Gomes <mauricio.gomes@coderofworlds.com> | 2016-03-31 20:17:21 -0300 |
commit | 8177e65a49a4b6918ed33e617086aa633546b984 (patch) | |
tree | ccd9e8d5bfe8d965d14be8803ab2e74d864081e2 /StardewModdingAPI/StardewModdingAPI.csproj | |
parent | 950754c25307f37ed611e4f261d2c056567bff4d (diff) | |
parent | e67288113caa6c08996812981f42582b5db51005 (diff) | |
download | SMAPI-8177e65a49a4b6918ed33e617086aa633546b984.tar.gz SMAPI-8177e65a49a4b6918ed33e617086aa633546b984.tar.bz2 SMAPI-8177e65a49a4b6918ed33e617086aa633546b984.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r-- | StardewModdingAPI/StardewModdingAPI.csproj | 7 |
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>
|