Forráskód Böngészése

Revert "TTE解决方案输出目录保持与Debug和Release一致。"

This reverts commit 60a486264fd84d98b33ad4dffc9aed3b2cefac8a.
jianfeng1.wang 2 éve
szülő
commit
dd39a1b263
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      FactoryTool_CShare/MOKA Factory Tools.csproj

+ 2 - 2
FactoryTool_CShare/MOKA Factory Tools.csproj

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