소스 검색

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>