|
@@ -82,7 +82,7 @@
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TTE_Release|AnyCPU'">
|
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <OutputPath>bin\TTE_Release\</OutputPath>
|
|
|
<DefineConstants>TRACE;TTE</DefineConstants>
|
|
|
<Optimize>true</Optimize>
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -92,7 +92,7 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'TTE_Debug|AnyCPU'">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
- <OutputPath>bin\Debug\</OutputPath>
|
|
|
+ <OutputPath>bin\TTE_Debug\</OutputPath>
|
|
|
<DefineConstants>TRACE;DEBUG;TTE</DefineConstants>
|
|
|
<DebugType>full</DebugType>
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|