프로젝트

일반

사용자정보

개정판 d91efe5c

IDd91efe5ce99e5c58649efbf3ef785e8a18690d03
상위 950e6b84
하위 43e1d368

김태성이(가) 2년 이상 전에 추가함

issue #00000 download plugin 추가

Change-Id: I54fda0acd2594e6978c5ce0f3c28c92ebf899bd6

차이점 보기:

ConvertService/ServiceBase/Markus.Service.ConvertProcess/Markus.Service.ConvertProcess.csproj
70 70
  </PropertyGroup>
71 71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|x64'">
72 72
    <DebugSymbols>true</DebugSymbols>
73
    <OutputPath>bin\x64\ConvertProcessTest\</OutputPath>
73
    <OutputPath>bin\x64\PROCESS_TEST\</OutputPath>
74 74
    <DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants>
75 75
    <DebugType>full</DebugType>
76 76
    <PlatformTarget>x64</PlatformTarget>
......
79 79
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
80 80
    <Prefer32Bit>true</Prefer32Bit>
81 81
  </PropertyGroup>
82
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|AnyCPU'">
83
    <OutputPath>bin\ReleaseAll\</OutputPath>
84
    <DefineConstants>TRACE</DefineConstants>
85
    <Optimize>true</Optimize>
86
    <DebugType>pdbonly</DebugType>
87
    <PlatformTarget>AnyCPU</PlatformTarget>
88
    <LangVersion>7.3</LangVersion>
89
    <ErrorReport>prompt</ErrorReport>
90
    <Prefer32Bit>true</Prefer32Bit>
91
  </PropertyGroup>
92
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|x64'">
93
    <OutputPath>..\publish\ConvertProcess\</OutputPath>
94
    <DefineConstants>TRACE</DefineConstants>
95
    <DebugType>pdbonly</DebugType>
96
    <PlatformTarget>x64</PlatformTarget>
97
    <LangVersion>7.3</LangVersion>
98
    <ErrorReport>prompt</ErrorReport>
99
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
100
    <Prefer32Bit>true</Prefer32Bit>
101
  </PropertyGroup>
82 102
  <ItemGroup>
83 103
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
84 104
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
......
163 183
  </ItemGroup>
164 184
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165 185
  <PropertyGroup>
166
    <PreBuildEvent>if $(ConfigurationName) == ConvertProcessTest (
167
xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
168
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\ErrorNotice\*.*" "$(ProjectDir)$(OutDir)Plugin\ErrorNotice"
186
    <PreBuildEvent>xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
187

  
188
if $(ConfigurationName) == ConvertProcessTest (
189
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
190
rem xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\ErrorNotice\*.*" "$(ProjectDir)$(OutDir)Plugin\ErrorNotice"
169 191
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\DirectDownload\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin\DirectDownload"
170 192
) ELSE (
171
xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
172 193
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
173 194
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"
174 195
)</PreBuildEvent>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)