소스 검색

mxg:修改DataCheck 编译设置

mengxiangge 5 년 전
부모
커밋
8cd4bbedcd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Executer/DataCheck/ServiceDataCheck.csproj

+ 1 - 1
Executer/DataCheck/ServiceDataCheck.csproj

@@ -26,7 +26,7 @@
     <PlatformTarget>AnyCPU</PlatformTarget>
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>..\OutputDll\</OutputPath>
+    <OutputPath>..\..\OutputDll\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>