개정판 950e6b84
issue #00000 convert service
- markus library 수정 후 적용
- pdf download를 plugin으로 변경
- convert 안정화
Change-Id: Ibafcf7fb59445659f8361922f80d47e3e6610a65
ConvertService/ServiceBase/Markus.Service.ConvertProcess/Markus.Service.ConvertProcess.csproj | ||
---|---|---|
39 | 39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
40 | 40 |
<DebugSymbols>true</DebugSymbols> |
41 | 41 |
<OutputPath>bin\x64\Debug\</OutputPath> |
42 |
<DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants>
|
|
42 |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
43 | 43 |
<DebugType>full</DebugType> |
44 | 44 |
<PlatformTarget>x64</PlatformTarget> |
45 | 45 |
<ErrorReport>prompt</ErrorReport> |
... | ... | |
59 | 59 |
<PropertyGroup> |
60 | 60 |
<SignAssembly>true</SignAssembly> |
61 | 61 |
</PropertyGroup> |
62 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|AnyCPU'"> |
|
63 |
<DebugSymbols>true</DebugSymbols> |
|
64 |
<OutputPath>bin\ConvertProcessTest\</OutputPath> |
|
65 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
66 |
<DebugType>full</DebugType> |
|
67 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
68 |
<LangVersion>7.3</LangVersion> |
|
69 |
<ErrorReport>prompt</ErrorReport> |
|
70 |
</PropertyGroup> |
|
71 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|x64'"> |
|
72 |
<DebugSymbols>true</DebugSymbols> |
|
73 |
<OutputPath>bin\x64\ConvertProcessTest\</OutputPath> |
|
74 |
<DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants> |
|
75 |
<DebugType>full</DebugType> |
|
76 |
<PlatformTarget>x64</PlatformTarget> |
|
77 |
<LangVersion>7.3</LangVersion> |
|
78 |
<ErrorReport>prompt</ErrorReport> |
|
79 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
80 |
<Prefer32Bit>true</Prefer32Bit> |
|
81 |
</PropertyGroup> |
|
62 | 82 |
<ItemGroup> |
63 | 83 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
64 | 84 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
... | ... | |
69 | 89 |
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
70 | 90 |
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
71 | 91 |
</Reference> |
72 |
<Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
73 |
<HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
|
|
92 |
<Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
93 |
<HintPath>..\packages\Markus.Message.1.5.5\lib\net45\Markus.Message.dll</HintPath>
|
|
74 | 94 |
</Reference> |
75 | 95 |
<Reference Include="System" /> |
76 | 96 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
... | ... | |
136 | 156 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
137 | 157 |
</None> |
138 | 158 |
</ItemGroup> |
159 |
<ItemGroup> |
|
160 |
<None Include="MailTemplate.html"> |
|
161 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
162 |
</None> |
|
163 |
</ItemGroup> |
|
139 | 164 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
140 | 165 |
<PropertyGroup> |
141 |
<PreBuildEvent>xcopy /y /d "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)" |
|
142 |
xcopy /y /d /I "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent> |
|
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" |
|
169 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\DirectDownload\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin\DirectDownload" |
|
170 |
) ELSE ( |
|
171 |
xcopy /y /d "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)" |
|
172 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin" |
|
173 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin" |
|
174 |
)</PreBuildEvent> |
|
143 | 175 |
</PropertyGroup> |
144 | 176 |
<PropertyGroup> |
145 | 177 |
<PostBuildEvent>rem "$(Obfuscar)" obfuscar.xml</PostBuildEvent> |
내보내기 Unified diff