개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
FinalServiceV3/KCOM_FinalService/MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" /> |
|
4 | 3 |
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
5 | 4 |
<PropertyGroup> |
6 | 5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
... | ... | |
55 | 54 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
56 | 55 |
<Prefer32Bit>false</Prefer32Bit> |
57 | 56 |
</PropertyGroup> |
57 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|AnyCPU'"> |
|
58 |
<OutputPath>bin\ReleaseAll\</OutputPath> |
|
59 |
<DefineConstants>TRACE</DefineConstants> |
|
60 |
<Optimize>true</Optimize> |
|
61 |
<DebugType>pdbonly</DebugType> |
|
62 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
63 |
<LangVersion>7.3</LangVersion> |
|
64 |
<ErrorReport>prompt</ErrorReport> |
|
65 |
</PropertyGroup> |
|
66 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|x64'"> |
|
67 |
<OutputPath>bin\x64\ReleaseAll\</OutputPath> |
|
68 |
<DefineConstants>TRACE</DefineConstants> |
|
69 |
<Optimize>true</Optimize> |
|
70 |
<DebugType>pdbonly</DebugType> |
|
71 |
<PlatformTarget>x64</PlatformTarget> |
|
72 |
<LangVersion>7.3</LangVersion> |
|
73 |
<ErrorReport>prompt</ErrorReport> |
|
74 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
75 |
</PropertyGroup> |
|
76 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ProcessDebug|AnyCPU'"> |
|
77 |
<DebugSymbols>true</DebugSymbols> |
|
78 |
<OutputPath>bin\ProcessDebug\</OutputPath> |
|
79 |
<DefineConstants>TRACE;DEBUG;ProcessDebug</DefineConstants> |
|
80 |
<DebugType>full</DebugType> |
|
81 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
82 |
<LangVersion>7.3</LangVersion> |
|
83 |
<ErrorReport>prompt</ErrorReport> |
|
84 |
</PropertyGroup> |
|
85 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ProcessDebug|x64'"> |
|
86 |
<DebugSymbols>true</DebugSymbols> |
|
87 |
<OutputPath>bin\x64\ProcessDebug\</OutputPath> |
|
88 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
89 |
<DebugType>full</DebugType> |
|
90 |
<PlatformTarget>x64</PlatformTarget> |
|
91 |
<LangVersion>7.3</LangVersion> |
|
92 |
<ErrorReport>prompt</ErrorReport> |
|
93 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
94 |
</PropertyGroup> |
|
58 | 95 |
<ItemGroup> |
59 |
<Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942"> |
|
60 |
<HintPath>..\packages\BouncyCastle.1.8.9\lib\BouncyCastle.Crypto.dll</HintPath> |
|
61 |
</Reference> |
|
62 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
63 |
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath> |
|
64 |
</Reference> |
|
65 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
66 |
<HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
|
67 |
</Reference> |
|
68 |
<Reference Include="itextsharp, Version=5.5.13.3, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL"> |
|
69 |
<HintPath>..\packages\iTextSharp.5.5.13.3\lib\itextsharp.dll</HintPath> |
|
70 |
</Reference> |
|
71 |
<Reference Include="Markus.EntityModel, Version=1.6.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
72 |
<HintPath>..\packages\Markus.EntityModel.1.5.0\lib\net451\Markus.EntityModel.dll</HintPath> |
|
73 |
</Reference> |
|
74 |
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
75 |
<HintPath>..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
76 |
</Reference> |
|
77 | 96 |
<Reference Include="PresentationCore" /> |
78 | 97 |
<Reference Include="PresentationFramework" /> |
79 |
<Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL"> |
|
80 |
<HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath> |
|
81 |
</Reference> |
|
82 | 98 |
<Reference Include="System" /> |
83 | 99 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
84 | 100 |
<Reference Include="System.configuration" /> |
85 | 101 |
<Reference Include="System.Core" /> |
86 | 102 |
<Reference Include="System.Data.Entity" /> |
87 | 103 |
<Reference Include="System.Drawing" /> |
88 |
<Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
89 |
<HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> |
|
90 |
</Reference> |
|
91 | 104 |
<Reference Include="System.Runtime.Serialization" /> |
92 | 105 |
<Reference Include="System.Security" /> |
93 | 106 |
<Reference Include="System.ServiceModel" /> |
... | ... | |
198 | 211 |
<Project>{ee9aaabc-1678-43a4-878e-cedbb577cf01}</Project> |
199 | 212 |
<Name>CommonLib</Name> |
200 | 213 |
</ProjectReference> |
201 |
<ProjectReference Include="..\IFinalPDF\IFinalPDF.csproj"> |
|
202 |
<Project>{784438BE-2074-41AE-A692-24E1A4A67FE3}</Project> |
|
203 |
<Name>IFinalPDF</Name> |
|
214 |
<ProjectReference Include="..\Markus.Service\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
|
215 |
<Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
|
216 |
<Name>Markus.Service.Extensions</Name> |
|
217 |
</ProjectReference> |
|
218 |
<ProjectReference Include="..\Markus.Service\Markus.Service.Interface\Markus.Service.Interface.csproj"> |
|
219 |
<Project>{57B15B4C-F268-463C-BB2D-95251FC74943}</Project> |
|
220 |
<Name>Markus.Service.Interface</Name> |
|
221 |
</ProjectReference> |
|
222 |
<ProjectReference Include="..\Markus.Service\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
|
223 |
<Project>{4c937561-0793-4b20-b7ca-eedad5147518}</Project> |
|
224 |
<Name>Markus.Service.WcfClient</Name> |
|
204 | 225 |
</ProjectReference> |
205 | 226 |
</ItemGroup> |
206 | 227 |
<ItemGroup> |
207 | 228 |
<None Include="App.Config"> |
208 | 229 |
<SubType>Designer</SubType> |
209 | 230 |
</None> |
210 |
<None Include="packages.config" /> |
|
211 | 231 |
</ItemGroup> |
212 | 232 |
<ItemGroup> |
213 | 233 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
... | ... | |
218 | 238 |
<ItemGroup> |
219 | 239 |
<WCFMetadata Include="Connected Services\" /> |
220 | 240 |
</ItemGroup> |
241 |
<ItemGroup> |
|
242 |
<PackageReference Include="BouncyCastle"> |
|
243 |
<Version>1.8.9</Version> |
|
244 |
</PackageReference> |
|
245 |
<PackageReference Include="EntityFramework"> |
|
246 |
<Version>6.4.4</Version> |
|
247 |
</PackageReference> |
|
248 |
<PackageReference Include="iTextSharp"> |
|
249 |
<Version>5.5.13.3</Version> |
|
250 |
</PackageReference> |
|
251 |
<PackageReference Include="log4net"> |
|
252 |
<Version>2.0.15</Version> |
|
253 |
</PackageReference> |
|
254 |
<PackageReference Include="Markus.EntityModel"> |
|
255 |
<Version>1.5.0</Version> |
|
256 |
</PackageReference> |
|
257 |
<PackageReference Include="Newtonsoft.Json"> |
|
258 |
<Version>13.0.2</Version> |
|
259 |
</PackageReference> |
|
260 |
<PackageReference Include="Rx-Main"> |
|
261 |
<Version>1.0.11226</Version> |
|
262 |
</PackageReference> |
|
263 |
<PackageReference Include="Rxx"> |
|
264 |
<Version>1.3.4451.33754</Version> |
|
265 |
</PackageReference> |
|
266 |
</ItemGroup> |
|
221 | 267 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
222 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
223 |
<PropertyGroup> |
|
224 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
|
225 |
</PropertyGroup> |
|
226 |
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" /> |
|
227 |
<Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" /> |
|
228 |
</Target> |
|
229 |
<Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" /> |
|
230 | 268 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
231 | 269 |
Other similar extension points exist, see Microsoft.Common.targets. |
232 | 270 |
<Target Name="BeforeBuild"> |
내보내기 Unified diff