프로젝트

일반

사용자정보

개정판 1e9c1261

ID1e9c12618c453994b8296ceb0c23cb5ac705a708
상위 d42db212
하위 faebcce2

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

finalPDF Service Framework 변경

Change-Id: Ic4b9a7ef57017ca30cd67aadf6f5181ae256a69a

차이점 보기:

FinalService/KCOM_FinalService/IFinalPDF/IFinalPDF.csproj
9 9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10 10
    <RootNamespace>IFinalPDF</RootNamespace>
11 11
    <AssemblyName>IFinalPDF</AssemblyName>
12
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13 13
    <FileAlignment>512</FileAlignment>
14
    <TargetFrameworkProfile />
14 15
  </PropertyGroup>
15 16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 17
    <DebugSymbols>true</DebugSymbols>
......
20 21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
21 22
    <ErrorReport>prompt</ErrorReport>
22 23
    <WarningLevel>4</WarningLevel>
24
    <Prefer32Bit>false</Prefer32Bit>
23 25
  </PropertyGroup>
24 26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 27
    <DebugType>pdbonly</DebugType>
......
28 30
    <DefineConstants>TRACE</DefineConstants>
29 31
    <ErrorReport>prompt</ErrorReport>
30 32
    <WarningLevel>4</WarningLevel>
33
    <Prefer32Bit>false</Prefer32Bit>
31 34
  </PropertyGroup>
32 35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
33 36
    <DebugSymbols>true</DebugSymbols>
......
37 40
    <PlatformTarget>x86</PlatformTarget>
38 41
    <ErrorReport>prompt</ErrorReport>
39 42
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43
    <Prefer32Bit>false</Prefer32Bit>
40 44
  </PropertyGroup>
41 45
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
42 46
    <OutputPath>bin\x86\Release\</OutputPath>
......
46 50
    <PlatformTarget>x86</PlatformTarget>
47 51
    <ErrorReport>prompt</ErrorReport>
48 52
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
53
    <Prefer32Bit>false</Prefer32Bit>
49 54
  </PropertyGroup>
50 55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
51 56
    <DebugSymbols>true</DebugSymbols>
......
55 60
    <PlatformTarget>AnyCPU</PlatformTarget>
56 61
    <ErrorReport>prompt</ErrorReport>
57 62
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63
    <Prefer32Bit>false</Prefer32Bit>
58 64
  </PropertyGroup>
59 65
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
60 66
    <DebugSymbols>true</DebugSymbols>
......
64 70
    <PlatformTarget>x86</PlatformTarget>
65 71
    <ErrorReport>prompt</ErrorReport>
66 72
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
73
    <Prefer32Bit>false</Prefer32Bit>
67 74
  </PropertyGroup>
68 75
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
69 76
    <DebugSymbols>true</DebugSymbols>
......
73 80
    <PlatformTarget>AnyCPU</PlatformTarget>
74 81
    <ErrorReport>prompt</ErrorReport>
75 82
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
83
    <Prefer32Bit>false</Prefer32Bit>
76 84
  </PropertyGroup>
77 85
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
78 86
    <DebugSymbols>true</DebugSymbols>
......
82 90
    <PlatformTarget>x86</PlatformTarget>
83 91
    <ErrorReport>prompt</ErrorReport>
84 92
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
93
    <Prefer32Bit>false</Prefer32Bit>
85 94
  </PropertyGroup>
86 95
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
87 96
    <DebugSymbols>true</DebugSymbols>
......
91 100
    <PlatformTarget>AnyCPU</PlatformTarget>
92 101
    <ErrorReport>prompt</ErrorReport>
93 102
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
103
    <Prefer32Bit>false</Prefer32Bit>
94 104
  </PropertyGroup>
95 105
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
96 106
    <DebugSymbols>true</DebugSymbols>
......
100 110
    <PlatformTarget>x86</PlatformTarget>
101 111
    <ErrorReport>prompt</ErrorReport>
102 112
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
113
    <Prefer32Bit>false</Prefer32Bit>
103 114
  </PropertyGroup>
104 115
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
105 116
    <DebugSymbols>true</DebugSymbols>
......
109 120
    <PlatformTarget>AnyCPU</PlatformTarget>
110 121
    <ErrorReport>prompt</ErrorReport>
111 122
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
123
    <Prefer32Bit>false</Prefer32Bit>
112 124
  </PropertyGroup>
113 125
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
114 126
    <DebugSymbols>true</DebugSymbols>
......
118 130
    <PlatformTarget>x86</PlatformTarget>
119 131
    <ErrorReport>prompt</ErrorReport>
120 132
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
133
    <Prefer32Bit>false</Prefer32Bit>
121 134
  </PropertyGroup>
122 135
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'">
123 136
    <DebugSymbols>true</DebugSymbols>
......
127 140
    <PlatformTarget>AnyCPU</PlatformTarget>
128 141
    <ErrorReport>prompt</ErrorReport>
129 142
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
143
    <Prefer32Bit>false</Prefer32Bit>
130 144
  </PropertyGroup>
131 145
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'">
132 146
    <DebugSymbols>true</DebugSymbols>
......
136 150
    <PlatformTarget>x86</PlatformTarget>
137 151
    <ErrorReport>prompt</ErrorReport>
138 152
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
153
    <Prefer32Bit>false</Prefer32Bit>
139 154
  </PropertyGroup>
140 155
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
141 156
    <DebugSymbols>true</DebugSymbols>
......
145 160
    <PlatformTarget>AnyCPU</PlatformTarget>
146 161
    <ErrorReport>prompt</ErrorReport>
147 162
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
163
    <Prefer32Bit>false</Prefer32Bit>
148 164
  </PropertyGroup>
149 165
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
150 166
    <DebugSymbols>true</DebugSymbols>
......
154 170
    <PlatformTarget>x86</PlatformTarget>
155 171
    <ErrorReport>prompt</ErrorReport>
156 172
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
173
    <Prefer32Bit>false</Prefer32Bit>
157 174
  </PropertyGroup>
158 175
  <ItemGroup>
159 176
    <Reference Include="System" />

내보내기 Unified diff

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