소스 검색

modify the output path of the OTSRegister.csproj.

gsp 2 년 전
부모
커밋
9fe2ff07f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      OTSRegister/OTSRegister.csproj

+ 1 - 1
OTSRegister/OTSRegister.csproj

@@ -125,7 +125,7 @@
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_oxford60|x64'">
     <DebugSymbols>true</DebugSymbols>
-    <OutputPath>bin\x64\Release_oxford60\</OutputPath>
+    <OutputPath>..\bin\x64\Release_oxford60\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <DebugType>full</DebugType>
     <PlatformTarget>x64</PlatformTarget>