瀏覽代碼

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>