summaryrefslogtreecommitdiff
path: root/TrainerMod/TrainerMod.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 /TrainerMod/TrainerMod.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 '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>