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 /TrainerMod/TrainerMod.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 'TrainerMod/TrainerMod.csproj')
-rw-r--r-- | TrainerMod/TrainerMod.csproj | 4 |
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>
|