개정판 1e9c1261
finalPDF Service Framework 변경
Change-Id: Ic4b9a7ef57017ca30cd67aadf6f5181ae256a69a
FinalService/KCOM_FinalService/MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>MarkupToPDF</RootNamespace> |
11 | 11 |
<AssemblyName>MarkupToPDF</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
12 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
13 | 13 |
<FileAlignment>512</FileAlignment> |
14 | 14 |
<TargetFrameworkProfile /> |
15 | 15 |
</PropertyGroup> |
... | ... | |
21 | 21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 22 |
<ErrorReport>prompt</ErrorReport> |
23 | 23 |
<WarningLevel>4</WarningLevel> |
24 |
<Prefer32Bit>false</Prefer32Bit> |
|
24 | 25 |
</PropertyGroup> |
25 | 26 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 27 |
<DebugType>pdbonly</DebugType> |
... | ... | |
29 | 30 |
<DefineConstants>TRACE</DefineConstants> |
30 | 31 |
<ErrorReport>prompt</ErrorReport> |
31 | 32 |
<WarningLevel>4</WarningLevel> |
33 |
<Prefer32Bit>false</Prefer32Bit> |
|
32 | 34 |
</PropertyGroup> |
33 | 35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
34 | 36 |
<DebugSymbols>true</DebugSymbols> |
... | ... | |
38 | 40 |
<PlatformTarget>x64</PlatformTarget> |
39 | 41 |
<ErrorReport>prompt</ErrorReport> |
40 | 42 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
43 |
<Prefer32Bit>false</Prefer32Bit> |
|
41 | 44 |
</PropertyGroup> |
42 | 45 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
43 | 46 |
<OutputPath>bin\x64\Release\</OutputPath> |
... | ... | |
47 | 50 |
<PlatformTarget>x64</PlatformTarget> |
48 | 51 |
<ErrorReport>prompt</ErrorReport> |
49 | 52 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 |
<Prefer32Bit>false</Prefer32Bit> |
|
50 | 54 |
</PropertyGroup> |
51 | 55 |
<ItemGroup> |
52 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
53 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
|
54 |
</Reference> |
|
55 | 56 |
<Reference Include="itextsharp, Version=5.5.13.1, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL"> |
56 | 57 |
<HintPath>..\packages\iTextSharp.5.5.13.1\lib\itextsharp.dll</HintPath> |
57 | 58 |
</Reference> |
내보내기 Unified diff