|
@@ -35,7 +35,7 @@
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
<DebugType>full</DebugType>
|
|
|
<Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\Debug\</OutputPath>
|
|
|
+ <OutputPath>..\..\bin\MokaFactoryTool\Debug\</OutputPath>
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
@@ -46,7 +46,7 @@
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
<DebugType>none</DebugType>
|
|
|
<Optimize>true</Optimize>
|
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <OutputPath>..\..\bin\MokaFactoryTool\Release\</OutputPath>
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
@@ -62,7 +62,7 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Simulation|AnyCPU'">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
- <OutputPath>bin\Simulation\</OutputPath>
|
|
|
+ <OutputPath>..\..\bin\MokaFactoryTool\Simulation\</OutputPath>
|
|
|
<DefineConstants>TRACE;DEBUG;SIMULATION</DefineConstants>
|
|
|
<DebugType>full</DebugType>
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -71,7 +71,7 @@
|
|
|
<Prefer32Bit>true</Prefer32Bit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Download|AnyCPU'">
|
|
|
- <OutputPath>bin\Download\</OutputPath>
|
|
|
+ <OutputPath>..\..\bin\MokaFactoryTool\Download\</OutputPath>
|
|
|
<DefineConstants>TRACE;OD_VER</DefineConstants>
|
|
|
<Optimize>false</Optimize>
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|