summaryrefslogtreecommitdiff
path: root/TrainerMod/TrainerMod.csproj
diff options
context:
space:
mode:
authorMaurĂ­cio Gomes <mauricio.gomes@coderofworlds.com>2016-03-31 20:17:21 -0300
committerMaurĂ­cio Gomes <mauricio.gomes@coderofworlds.com>2016-03-31 20:17:21 -0300
commit8177e65a49a4b6918ed33e617086aa633546b984 (patch)
treeccd9e8d5bfe8d965d14be8803ab2e74d864081e2 /TrainerMod/TrainerMod.csproj
parent950754c25307f37ed611e4f261d2c056567bff4d (diff)
parente67288113caa6c08996812981f42582b5db51005 (diff)
downloadSMAPI-8177e65a49a4b6918ed33e617086aa633546b984.tar.gz
SMAPI-8177e65a49a4b6918ed33e617086aa633546b984.tar.bz2
SMAPI-8177e65a49a4b6918ed33e617086aa633546b984.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'TrainerMod/TrainerMod.csproj')
-rw-r--r--TrainerMod/TrainerMod.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj
index 1638a3c8..3141e38d 100644
--- a/TrainerMod/TrainerMod.csproj
+++ b/TrainerMod/TrainerMod.csproj
@@ -19,7 +19,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>..\StardewModdingAPI\bin\x86\Debug\Mods\TrainerMod\</OutputPath>
+ <OutputPath>..\StardewModdingAPI\bin\Debug\Mods\TrainerMod\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -29,7 +29,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>..\StardewModdingAPI\bin\Release\Mods\TrainerMod\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>