Browse Source

change the generate path of OTSIncAReportTemplate.csproj(debug)

gsp 3 years ago
parent
commit
25d29aa442
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OTSIncAReportTemplate/OTSIncAReportTemplate.csproj

+ 1 - 1
OTSIncAReportTemplate/OTSIncAReportTemplate.csproj

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