diff options
author | ClxS <slxxls92@gmail.com> | 2016-03-07 17:37:08 +0000 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-03-07 17:37:08 +0000 |
commit | eebbab0e1e955824128ff117351048913014a952 (patch) | |
tree | f1d4109ff125899b1c3ae47239da39f9bd15e246 /TrainerMod | |
parent | 0462c9de79a2f1a02e720ac24400d1bf00f74680 (diff) | |
download | SMAPI-eebbab0e1e955824128ff117351048913014a952.tar.gz SMAPI-eebbab0e1e955824128ff117351048913014a952.tar.bz2 SMAPI-eebbab0e1e955824128ff117351048913014a952.zip |
Updated version, and stopped TrainerMod spamming the window with "Cyan"
Diffstat (limited to 'TrainerMod')
-rw-r--r-- | TrainerMod/TrainerMod.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index 3cd42786..9c2f10a4 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -18,7 +18,7 @@ <DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\StardewModdingAPI\bin\x86\Debug\Mods\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
|