개정판 950e6b84
issue #00000 convert service
- markus library 수정 후 적용
- pdf download를 plugin으로 변경
- convert 안정화
Change-Id: Ibafcf7fb59445659f8361922f80d47e3e6610a65
ConvertService/ServiceBase/Markus.Service.Convert/Markus.Service.Convert.csproj | ||
---|---|---|
51 | 51 |
<ErrorReport>prompt</ErrorReport> |
52 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 | 53 |
</PropertyGroup> |
54 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|AnyCPU'"> |
|
55 |
<DebugSymbols>true</DebugSymbols> |
|
56 |
<OutputPath>bin\ConvertProcessTest\</OutputPath> |
|
57 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
58 |
<DebugType>full</DebugType> |
|
59 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
60 |
<LangVersion>7.3</LangVersion> |
|
61 |
<ErrorReport>prompt</ErrorReport> |
|
62 |
</PropertyGroup> |
|
63 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|x64'"> |
|
64 |
<DebugSymbols>true</DebugSymbols> |
|
65 |
<OutputPath>bin\x64\ConvertProcessTest\</OutputPath> |
|
66 |
<DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants> |
|
67 |
<DebugType>full</DebugType> |
|
68 |
<PlatformTarget>x64</PlatformTarget> |
|
69 |
<LangVersion>7.3</LangVersion> |
|
70 |
<ErrorReport>prompt</ErrorReport> |
|
71 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
72 |
</PropertyGroup> |
|
54 | 73 |
<ItemGroup> |
55 | 74 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
56 | 75 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
... | ... | |
67 | 86 |
<Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
68 | 87 |
<HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
69 | 88 |
</Reference> |
70 |
<Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
71 |
<HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
|
|
89 |
<Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
90 |
<HintPath>..\packages\Markus.Message.1.5.5\lib\net45\Markus.Message.dll</HintPath>
|
|
72 | 91 |
</Reference> |
73 |
<Reference Include="MarkusPDF, Version=1.0.7178.16502, Culture=neutral, processorArchitecture=AMD64">
|
|
74 |
<HintPath>..\packages\MarkusPDF.1.7.0\lib\net45\MarkusPDF.dll</HintPath>
|
|
92 |
<Reference Include="MarkusPDF, Version=1.0.8301.29734, Culture=neutral, processorArchitecture=AMD64">
|
|
93 |
<HintPath>..\packages\MarkusPDF.2.1.0\lib\net45\MarkusPDF.dll</HintPath>
|
|
75 | 94 |
</Reference> |
76 | 95 |
<Reference Include="RestSharp, Version=106.12.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL"> |
77 | 96 |
<HintPath>..\packages\RestSharp.106.12.0\lib\net452\RestSharp.dll</HintPath> |
... | ... | |
92 | 111 |
</ItemGroup> |
93 | 112 |
<ItemGroup> |
94 | 113 |
<Compile Include="ConvertService.cs" /> |
114 |
<Compile Include="DownloadPlugin.cs" /> |
|
95 | 115 |
<Compile Include="Plugin.cs" /> |
96 | 116 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
97 | 117 |
</ItemGroup> |
내보내기 Unified diff