summaryrefslogtreecommitdiff
path: root/TrainerMod
diff options
context:
space:
mode:
authorZoryn <Zoryn4163@users.noreply.github.com>2016-03-30 18:38:31 -0400
committerZoryn <Zoryn4163@users.noreply.github.com>2016-03-30 18:38:31 -0400
commit2b48048a71d634b38dcbd98a73585661561600bb (patch)
treed1e986117ce3823edfade0d71918801701b3aca0 /TrainerMod
parentd38e8ac422907e8c43ee99c6036eb8dc356df98a (diff)
parent49ebb5175b790124448a506a6bf2bd0278c59e42 (diff)
downloadSMAPI-2b48048a71d634b38dcbd98a73585661561600bb.tar.gz
SMAPI-2b48048a71d634b38dcbd98a73585661561600bb.tar.bz2
SMAPI-2b48048a71d634b38dcbd98a73585661561600bb.zip
Merge pull request #87 from Zoryn4163/master
ticks up version. changes build path to be just /bin/[debug|release]
Diffstat (limited to 'TrainerMod')
-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>