diff options
author | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-30 18:38:31 -0400 |
---|---|---|
committer | Zoryn <Zoryn4163@users.noreply.github.com> | 2016-03-30 18:38:31 -0400 |
commit | 2b48048a71d634b38dcbd98a73585661561600bb (patch) | |
tree | d1e986117ce3823edfade0d71918801701b3aca0 /TrainerMod | |
parent | d38e8ac422907e8c43ee99c6036eb8dc356df98a (diff) | |
parent | 49ebb5175b790124448a506a6bf2bd0278c59e42 (diff) | |
download | SMAPI-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.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>
|