Browse Source

统一输出目录

jianfeng1.wang 2 years ago
parent
commit
874dc75ccb
1 changed files with 4 additions and 4 deletions
  1. 4 4
      FactoryTool_CShare/MOKA Factory Tools.csproj

+ 4 - 4
FactoryTool_CShare/MOKA Factory Tools.csproj

@@ -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>