Browse Source

modify the output path of the OTSRegister.csproj.

gsp 2 years ago
parent
commit
9fe2ff07f2
1 changed files with 1 additions and 1 deletions
  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>