瀏覽代碼

change the generate path of OTSIncAReportTemplate.csproj(debug)

gsp 3 年之前
父節點
當前提交
25d29aa442
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSIncAReportTemplate/OTSIncAReportTemplate.csproj

+ 1 - 1
OTSIncAReportTemplate/OTSIncAReportTemplate.csproj

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