개정판 07b7bd24
pemss 프로젝트 병합
Change-Id: I3a2a8de69ca7f46e488706e296369eba84bc095d
CommonLib/CommonLib.csproj | ||
---|---|---|
121 | 121 |
<ErrorReport>prompt</ErrorReport> |
122 | 122 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
123 | 123 |
</PropertyGroup> |
124 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
125 |
<DebugSymbols>true</DebugSymbols> |
|
126 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
127 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
128 |
<DebugType>full</DebugType> |
|
129 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
130 |
<ErrorReport>prompt</ErrorReport> |
|
131 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
132 |
</PropertyGroup> |
|
133 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
134 |
<DebugSymbols>true</DebugSymbols> |
|
135 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
136 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
137 |
<DebugType>full</DebugType> |
|
138 |
<PlatformTarget>x86</PlatformTarget> |
|
139 |
<ErrorReport>prompt</ErrorReport> |
|
140 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
141 |
</PropertyGroup> |
|
124 | 142 |
<ItemGroup> |
125 | 143 |
<Reference Include="System" /> |
126 | 144 |
<Reference Include="System.Core" /> |
CompareLib/CompareLib.csproj | ||
---|---|---|
123 | 123 |
<ErrorReport>prompt</ErrorReport> |
124 | 124 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
125 | 125 |
</PropertyGroup> |
126 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
127 |
<DebugSymbols>true</DebugSymbols> |
|
128 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
129 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
130 |
<DebugType>full</DebugType> |
|
131 |
<PlatformTarget>x64</PlatformTarget> |
|
132 |
<ErrorReport>prompt</ErrorReport> |
|
133 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
134 |
</PropertyGroup> |
|
135 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
136 |
<DebugSymbols>true</DebugSymbols> |
|
137 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
138 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
139 |
<DebugType>full</DebugType> |
|
140 |
<PlatformTarget>x86</PlatformTarget> |
|
141 |
<ErrorReport>prompt</ErrorReport> |
|
142 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
143 |
</PropertyGroup> |
|
126 | 144 |
<ItemGroup> |
127 | 145 |
<Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64"> |
128 | 146 |
<HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath> |
DnsCheckTest/DnsCheckTest.csproj | ||
---|---|---|
34 | 34 |
<ErrorReport>prompt</ErrorReport> |
35 | 35 |
<WarningLevel>4</WarningLevel> |
36 | 36 |
</PropertyGroup> |
37 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
38 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
39 |
<DefineConstants>TRACE</DefineConstants> |
|
40 |
<Optimize>true</Optimize> |
|
41 |
<DebugType>pdbonly</DebugType> |
|
42 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
43 |
<ErrorReport>prompt</ErrorReport> |
|
44 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
45 |
<Prefer32Bit>true</Prefer32Bit> |
|
46 |
</PropertyGroup> |
|
37 | 47 |
<ItemGroup> |
38 | 48 |
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
39 | 49 |
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
FinalService/KCOM_FinalService/IFinalPDF/IFinalPDF.csproj | ||
---|---|---|
119 | 119 |
<ErrorReport>prompt</ErrorReport> |
120 | 120 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
121 | 121 |
</PropertyGroup> |
122 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
123 |
<DebugSymbols>true</DebugSymbols> |
|
124 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
125 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
126 |
<DebugType>full</DebugType> |
|
127 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
128 |
<ErrorReport>prompt</ErrorReport> |
|
129 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
130 |
</PropertyGroup> |
|
131 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
132 |
<DebugSymbols>true</DebugSymbols> |
|
133 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
134 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
135 |
<DebugType>full</DebugType> |
|
136 |
<PlatformTarget>x86</PlatformTarget> |
|
137 |
<ErrorReport>prompt</ErrorReport> |
|
138 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
139 |
</PropertyGroup> |
|
122 | 140 |
<ItemGroup> |
123 | 141 |
<Reference Include="System" /> |
124 | 142 |
<Reference Include="System.Core" /> |
IKCOM/IKCOM.csproj | ||
---|---|---|
122 | 122 |
<ErrorReport>prompt</ErrorReport> |
123 | 123 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
124 | 124 |
</PropertyGroup> |
125 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
126 |
<DebugSymbols>true</DebugSymbols> |
|
127 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
128 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
129 |
<DebugType>full</DebugType> |
|
130 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
131 |
<ErrorReport>prompt</ErrorReport> |
|
132 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
133 |
</PropertyGroup> |
|
134 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
135 |
<DebugSymbols>true</DebugSymbols> |
|
136 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
137 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
138 |
<DebugType>full</DebugType> |
|
139 |
<PlatformTarget>x86</PlatformTarget> |
|
140 |
<ErrorReport>prompt</ErrorReport> |
|
141 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
142 |
</PropertyGroup> |
|
125 | 143 |
<ItemGroup> |
126 | 144 |
<Reference Include="PresentationCore" /> |
127 | 145 |
<Reference Include="PresentationFramework" /> |
KCOM.sln | ||
---|---|---|
72 | 72 |
Release_Hyosung|Any CPU = Release_Hyosung|Any CPU |
73 | 73 |
Release_Hyosung|x64 = Release_Hyosung|x64 |
74 | 74 |
Release_Hyosung|x86 = Release_Hyosung|x86 |
75 |
Release_PEMSS|Any CPU = Release_PEMSS|Any CPU |
|
76 |
Release_PEMSS|x64 = Release_PEMSS|x64 |
|
77 |
Release_PEMSS|x86 = Release_PEMSS|x86 |
|
75 | 78 |
Release|Any CPU = Release|Any CPU |
76 | 79 |
Release|x64 = Release|x64 |
77 | 80 |
Release|x86 = Release|x86 |
... | ... | |
113 | 116 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_Hyosung|x64.Build.0 = Release_Hyosung|x64 |
114 | 117 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
115 | 118 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
119 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
120 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
121 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|x64 |
|
122 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_PEMSS|x64.Build.0 = Release_PEMSS|x64 |
|
123 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
124 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
116 | 125 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
117 | 126 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|Any CPU.Build.0 = Debug|Any CPU |
118 | 127 |
{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
155 | 164 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU |
156 | 165 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
157 | 166 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
167 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
168 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
169 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|Any CPU |
|
170 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_PEMSS|x64.Build.0 = Release_PEMSS|Any CPU |
|
171 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
172 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
158 | 173 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
159 | 174 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|Any CPU.Build.0 = Debug|Any CPU |
160 | 175 |
{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
197 | 212 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU |
198 | 213 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
199 | 214 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
215 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
216 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
217 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|Any CPU |
|
218 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_PEMSS|x64.Build.0 = Release_PEMSS|Any CPU |
|
219 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
220 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
200 | 221 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
201 | 222 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|Any CPU.Build.0 = Debug|Any CPU |
202 | 223 |
{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
239 | 260 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release_Hyosung|x64.Build.0 = Release_Hyosung|x64 |
240 | 261 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
241 | 262 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
263 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
264 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
265 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|x64 |
|
266 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release_PEMSS|x64.Build.0 = Release_PEMSS|x64 |
|
267 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
268 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
242 | 269 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
243 | 270 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|Any CPU.Build.0 = Debug|Any CPU |
244 | 271 |
{F026B592-11B9-410C-B4FF-384E511A4666}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
281 | 308 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU |
282 | 309 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
283 | 310 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
311 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
312 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
313 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|Any CPU |
|
314 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_PEMSS|x64.Build.0 = Release_PEMSS|Any CPU |
|
315 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
316 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
284 | 317 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
285 | 318 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|Any CPU.Build.0 = Debug|Any CPU |
286 | 319 |
{6C950AF4-04D2-4638-8B78-472E39F78B45}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
323 | 356 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU |
324 | 357 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
325 | 358 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
359 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
360 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
361 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|Any CPU |
|
362 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_PEMSS|x64.Build.0 = Release_PEMSS|Any CPU |
|
363 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
364 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
326 | 365 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
327 | 366 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|Any CPU.Build.0 = Debug|Any CPU |
328 | 367 |
{F236A005-12F4-406A-B9ED-0C3B5D994001}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
365 | 404 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_Hyosung|x64.Build.0 = Release_Hyosung|x64 |
366 | 405 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
367 | 406 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
407 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
408 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
409 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|x64 |
|
410 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_PEMSS|x64.Build.0 = Release_PEMSS|x64 |
|
411 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
412 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
368 | 413 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
369 | 414 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|Any CPU.Build.0 = Debug|Any CPU |
370 | 415 |
{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
407 | 452 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU |
408 | 453 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
409 | 454 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
455 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
456 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
457 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|Any CPU |
|
458 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_PEMSS|x64.Build.0 = Release_PEMSS|Any CPU |
|
459 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
460 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
410 | 461 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
411 | 462 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|Any CPU.Build.0 = Debug|Any CPU |
412 | 463 |
{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
449 | 500 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_Hyosung|x64.Build.0 = Release_Hyosung|x64 |
450 | 501 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
451 | 502 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
503 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
504 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
505 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|x64 |
|
506 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_PEMSS|x64.Build.0 = Release_PEMSS|x64 |
|
507 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
508 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
452 | 509 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
453 | 510 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|Any CPU.Build.0 = Debug|Any CPU |
454 | 511 |
{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
491 | 548 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU |
492 | 549 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
493 | 550 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
551 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
552 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
553 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|Any CPU |
|
554 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_PEMSS|x64.Build.0 = Release_PEMSS|Any CPU |
|
555 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
556 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
494 | 557 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
495 | 558 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|Any CPU.Build.0 = Debug|Any CPU |
496 | 559 |
{784438BE-2074-41AE-A692-24E1A4A67FE3}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
533 | 596 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU |
534 | 597 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|x86 |
535 | 598 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_Hyosung|x86.Build.0 = Release_Hyosung|x86 |
599 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
600 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
601 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|Any CPU |
|
602 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_PEMSS|x64.Build.0 = Release_PEMSS|Any CPU |
|
603 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|x86 |
|
604 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release_PEMSS|x86.Build.0 = Release_PEMSS|x86 |
|
536 | 605 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
537 | 606 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|Any CPU.Build.0 = Debug|Any CPU |
538 | 607 |
{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
575 | 644 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_Hyosung|x64.Build.0 = Release_Hyosung |
576 | 645 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung |
577 | 646 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_Hyosung|x86.Build.0 = Release_Hyosung |
647 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS |
|
648 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS |
|
649 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS |
|
650 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_PEMSS|x64.Build.0 = Release_PEMSS |
|
651 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS |
|
652 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release_PEMSS|x86.Build.0 = Release_PEMSS |
|
578 | 653 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|Any CPU.ActiveCfg = Debug |
579 | 654 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|Any CPU.Build.0 = Debug |
580 | 655 |
{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Release|x64.ActiveCfg = Debug |
... | ... | |
617 | 692 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_Hyosung|x64.Build.0 = Release_Hyosung|Any CPU |
618 | 693 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_Hyosung|x86.ActiveCfg = Release_Hyosung|Any CPU |
619 | 694 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_Hyosung|x86.Build.0 = Release_Hyosung|Any CPU |
695 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
696 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
697 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|Any CPU |
|
698 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_PEMSS|x64.Build.0 = Release_PEMSS|Any CPU |
|
699 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|Any CPU |
|
700 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release_PEMSS|x86.Build.0 = Release_PEMSS|Any CPU |
|
620 | 701 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
621 | 702 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|Any CPU.Build.0 = Debug|Any CPU |
622 | 703 |
{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Release|x64.ActiveCfg = Debug|Any CPU |
... | ... | |
659 | 740 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release_Hyosung|x64.Build.0 = Release|Any CPU |
660 | 741 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release_Hyosung|x86.ActiveCfg = Release|Any CPU |
661 | 742 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release_Hyosung|x86.Build.0 = Release|Any CPU |
743 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release_PEMSS|Any CPU.ActiveCfg = Release_PEMSS|Any CPU |
|
744 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release_PEMSS|Any CPU.Build.0 = Release_PEMSS|Any CPU |
|
745 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release_PEMSS|x64.ActiveCfg = Release_PEMSS|Any CPU |
|
746 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release_PEMSS|x64.Build.0 = Release_PEMSS|Any CPU |
|
747 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release_PEMSS|x86.ActiveCfg = Release_PEMSS|Any CPU |
|
748 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release_PEMSS|x86.Build.0 = Release_PEMSS|Any CPU |
|
662 | 749 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
663 | 750 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release|Any CPU.Build.0 = Release|Any CPU |
664 | 751 |
{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Release|x64.ActiveCfg = Release|Any CPU |
KCOM/KCOM.csproj | ||
---|---|---|
256 | 256 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
257 | 257 |
<Prefer32Bit>true</Prefer32Bit> |
258 | 258 |
</PropertyGroup> |
259 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
260 |
<DebugSymbols>true</DebugSymbols> |
|
261 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
262 |
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants> |
|
263 |
<Optimize>true</Optimize> |
|
264 |
<DebugType>full</DebugType> |
|
265 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
266 |
<ErrorReport>prompt</ErrorReport> |
|
267 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
268 |
</PropertyGroup> |
|
269 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
|
270 |
<DebugSymbols>true</DebugSymbols> |
|
271 |
<OutputPath>bin\x64\Release_PEMSS\</OutputPath> |
|
272 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
273 |
<WarningLevel>3</WarningLevel> |
|
274 |
<DebugType>full</DebugType> |
|
275 |
<PlatformTarget>x64</PlatformTarget> |
|
276 |
<ErrorReport>prompt</ErrorReport> |
|
277 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
278 |
<Prefer32Bit>true</Prefer32Bit> |
|
279 |
</PropertyGroup> |
|
280 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
281 |
<DebugSymbols>true</DebugSymbols> |
|
282 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
283 |
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants> |
|
284 |
<DebugType>full</DebugType> |
|
285 |
<PlatformTarget>x86</PlatformTarget> |
|
286 |
<ErrorReport>prompt</ErrorReport> |
|
287 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
288 |
<Prefer32Bit>true</Prefer32Bit> |
|
289 |
</PropertyGroup> |
|
259 | 290 |
<ItemGroup> |
260 | 291 |
<Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL"> |
261 | 292 |
<SpecificVersion>False</SpecificVersion> |
KCOM/KCOM.csproj.user | ||
---|---|---|
67 | 67 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
68 | 68 |
<StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjExMDAwMTAyIiwiYlBhcnRuZXIiOmZhbHNlLCJDcmVhdGVGaW5hbFBERlBlcm1pc3Npb24iOiJ0cnVlIiwiTmV3Q29tbWVudFBlcm1pc3Npb24iOiJ0cnVlIiwiUHJvamVjdE5PIjoiMDAwMDAwIiwiVXNlcklEIjoiSmFtZXMiLCJNb2RlIjowfQ==/</StartArguments> |
69 | 69 |
</PropertyGroup> |
70 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
71 |
<StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjE2MzgwIiwiYlBhcnRuZXIiOiJmYWxzZSIsIkNyZWF0ZUZpbmFsUERGUGVybWlzc2lvbiI6ImZhbHNlIiwiTmV3Q29tbWVudFBlcm1pc3Npb24iOiJmYWxzZSIsIlByb2plY3ROTyI6IkxQRyIsIlVzZXJJRCI6IlJFUE9JTlRcXHN5c3RlbSIsIk1vZGUiOjB9/</StartArguments> |
|
72 |
</PropertyGroup> |
|
73 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
|
74 |
<StartProgram>C:\Program Files\DOFTECH\MARKUS\KCOM.exe</StartProgram> |
|
75 |
<StartArguments>eyJEb2N1bWVudEl0ZW1JRCI6IjQwMDAwMTQ5IiwiYlBhcnRuZXIiOmZhbHNlLCJDcmVhdGVGaW5hbFBERlBlcm1pc3Npb24iOnRydWUsIk5ld0NvbW1lbnRQZXJtaXNzaW9uIjp0cnVlLCJQcm9qZWN0Tk8iOiIwMDAwMDAiLCJVc2VySUQiOiJhZG1pbiIsIk1vZGUiOjB9</StartArguments> |
|
76 |
</PropertyGroup> |
|
70 | 77 |
</Project> |
KCOMDataModel/KCOMDataModel.csproj | ||
---|---|---|
122 | 122 |
<ErrorReport>prompt</ErrorReport> |
123 | 123 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
124 | 124 |
</PropertyGroup> |
125 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
126 |
<DebugSymbols>true</DebugSymbols> |
|
127 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
128 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
129 |
<DebugType>full</DebugType> |
|
130 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
131 |
<ErrorReport>prompt</ErrorReport> |
|
132 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
133 |
</PropertyGroup> |
|
134 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
135 |
<DebugSymbols>true</DebugSymbols> |
|
136 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
137 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
138 |
<DebugType>full</DebugType> |
|
139 |
<PlatformTarget>x86</PlatformTarget> |
|
140 |
<ErrorReport>prompt</ErrorReport> |
|
141 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
142 |
</PropertyGroup> |
|
125 | 143 |
<ItemGroup> |
126 | 144 |
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
127 | 145 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath> |
KCOM_API/KCOM_API.csproj | ||
---|---|---|
153 | 153 |
<None Include="Web.Release_Hyosung.config"> |
154 | 154 |
<DependentUpon>Web.config</DependentUpon> |
155 | 155 |
</None> |
156 |
<None Include="Web.Release_PEMSS.config"> |
|
157 |
<DependentUpon>Web.config</DependentUpon> |
|
158 |
</None> |
|
156 | 159 |
</ItemGroup> |
157 | 160 |
<ItemGroup> |
158 | 161 |
<ProjectReference Include="..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
... | ... | |
344 | 347 |
<ErrorReport>prompt</ErrorReport> |
345 | 348 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
346 | 349 |
</PropertyGroup> |
350 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
351 |
<DebugSymbols>true</DebugSymbols> |
|
352 |
<OutputPath>bin\</OutputPath> |
|
353 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
354 |
<DebugType>full</DebugType> |
|
355 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
356 |
<ErrorReport>prompt</ErrorReport> |
|
357 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
358 |
</PropertyGroup> |
|
359 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
360 |
<DebugSymbols>true</DebugSymbols> |
|
361 |
<OutputPath>bin\</OutputPath> |
|
362 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
363 |
<DebugType>full</DebugType> |
|
364 |
<PlatformTarget>x86</PlatformTarget> |
|
365 |
<ErrorReport>prompt</ErrorReport> |
|
366 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
367 |
</PropertyGroup> |
|
368 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
|
369 |
<DebugSymbols>true</DebugSymbols> |
|
370 |
<OutputPath>bin\</OutputPath> |
|
371 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
372 |
<DebugType>full</DebugType> |
|
373 |
<PlatformTarget>x64</PlatformTarget> |
|
374 |
<ErrorReport>prompt</ErrorReport> |
|
375 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
376 |
</PropertyGroup> |
|
347 | 377 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
348 | 378 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
349 | 379 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
KCOM_API/Web.Release_PEMSS.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
2 |
<!-- For more information on using app.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 --> |
|
3 |
<!-- In case configuration is not the root element, replace it with root element in source configuration file --> |
|
4 |
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> |
|
5 |
<connectionStrings xdt:Transform="Replace"> |
|
6 |
<!--효성 Connection String--> |
|
7 |
<add name="ConnectionString" connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=localhost;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient" |
|
8 |
xdt:Locator="Match(name)" xdt:Transform="SetAttributes"/> |
|
9 |
<add name="CIConnectionString" connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=localhost;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient" |
|
10 |
xdt:Locator="Match(name)" xdt:Transform="SetAttributes"/> |
|
11 |
</connectionStrings> |
|
12 |
<applicationSettings xdt:Transform="Replace"> |
|
13 |
<KCOM_API.Properties.Settings> |
|
14 |
<setting name="TileSoucePath" serializeAs="String"> |
|
15 |
<value>http://localhost/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
16 |
</setting> |
|
17 |
<setting name="TileSoucePath_SUB" serializeAs="String"> |
|
18 |
<value>http://localhost/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
|
19 |
</setting> |
|
20 |
<setting name="IsProjectNoPass" serializeAs="String"> |
|
21 |
<value>True</value> |
|
22 |
</setting> |
|
23 |
</KCOM_API.Properties.Settings> |
|
24 |
</applicationSettings> |
|
25 |
<!--<system.web> |
|
26 |
<compilation xdt:Transform="RemoveAttributes(debug)" /> |
|
27 |
</system.web>--> |
|
28 |
</configuration> |
KCOM_Helper/KCOM_Helper.csproj | ||
---|---|---|
119 | 119 |
<ErrorReport>prompt</ErrorReport> |
120 | 120 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
121 | 121 |
</PropertyGroup> |
122 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
123 |
<DebugSymbols>true</DebugSymbols> |
|
124 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
125 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
126 |
<DebugType>full</DebugType> |
|
127 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
128 |
<ErrorReport>prompt</ErrorReport> |
|
129 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
130 |
</PropertyGroup> |
|
131 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
132 |
<DebugSymbols>true</DebugSymbols> |
|
133 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
134 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
135 |
<DebugType>full</DebugType> |
|
136 |
<PlatformTarget>x86</PlatformTarget> |
|
137 |
<ErrorReport>prompt</ErrorReport> |
|
138 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
139 |
</PropertyGroup> |
|
122 | 140 |
<ItemGroup> |
123 | 141 |
<Reference Include="System" /> |
124 | 142 |
<Reference Include="System.Core" /> |
MARKUSSETUP/MARKUSSETUP.vdproj | ||
---|---|---|
250 | 250 |
"Entry" |
251 | 251 |
{ |
252 | 252 |
"MsmKey" = "8:_63A4EF2AD8BE84C2A57FBB2A3A91A67D" |
253 |
"OwnerKey" = "8:_7ADE337533691BCD43A62F2BF401C36A" |
|
254 |
"MsmSig" = "8:_UNDEFINED" |
|
255 |
} |
|
256 |
"Entry" |
|
257 |
{ |
|
258 |
"MsmKey" = "8:_63A4EF2AD8BE84C2A57FBB2A3A91A67D" |
|
253 | 259 |
"OwnerKey" = "8:_888A6068098AA72778F482D950AEF283" |
254 | 260 |
"MsmSig" = "8:_UNDEFINED" |
255 | 261 |
} |
... | ... | |
261 | 267 |
} |
262 | 268 |
"Entry" |
263 | 269 |
{ |
270 |
"MsmKey" = "8:_671B08C5F776D289014DCE27DB4CF4C1" |
|
271 |
"OwnerKey" = "8:_7EEF24CEE7B2436CDC574285E376342E" |
|
272 |
"MsmSig" = "8:_UNDEFINED" |
|
273 |
} |
|
274 |
"Entry" |
|
275 |
{ |
|
276 |
"MsmKey" = "8:_671B08C5F776D289014DCE27DB4CF4C1" |
|
277 |
"OwnerKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A" |
|
278 |
"MsmSig" = "8:_UNDEFINED" |
|
279 |
} |
|
280 |
"Entry" |
|
281 |
{ |
|
264 | 282 |
"MsmKey" = "8:_69DD9BA2CA427220EE6D8EE709E5C567" |
265 | 283 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
266 | 284 |
"MsmSig" = "8:_UNDEFINED" |
... | ... | |
339 | 357 |
} |
340 | 358 |
"Entry" |
341 | 359 |
{ |
342 |
"MsmKey" = "8:_8040AC0317181A027927EE8D6E0D3FE3" |
|
343 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
|
344 |
"MsmSig" = "8:_UNDEFINED" |
|
345 |
} |
|
346 |
"Entry" |
|
347 |
{ |
|
348 |
"MsmKey" = "8:_8040AC0317181A027927EE8D6E0D3FE3" |
|
349 |
"OwnerKey" = "8:_7ADE337533691BCD43A62F2BF401C36A" |
|
350 |
"MsmSig" = "8:_UNDEFINED" |
|
351 |
} |
|
352 |
"Entry" |
|
353 |
{ |
|
354 | 360 |
"MsmKey" = "8:_8124E635E076100DA1D2F9A485D38DEA" |
355 | 361 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
356 | 362 |
"MsmSig" = "8:_UNDEFINED" |
... | ... | |
483 | 489 |
} |
484 | 490 |
"Entry" |
485 | 491 |
{ |
492 |
"MsmKey" = "8:_A4E956DE052EB706E59BF10995EAA040" |
|
493 |
"OwnerKey" = "8:_7EEF24CEE7B2436CDC574285E376342E" |
|
494 |
"MsmSig" = "8:_UNDEFINED" |
|
495 |
} |
|
496 |
"Entry" |
|
497 |
{ |
|
498 |
"MsmKey" = "8:_A4E956DE052EB706E59BF10995EAA040" |
|
499 |
"OwnerKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A" |
|
500 |
"MsmSig" = "8:_UNDEFINED" |
|
501 |
} |
|
502 |
"Entry" |
|
503 |
{ |
|
486 | 504 |
"MsmKey" = "8:_A77D3200A75948751BA230F51C416426" |
487 | 505 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
488 | 506 |
"MsmSig" = "8:_UNDEFINED" |
... | ... | |
754 | 772 |
"Entry" |
755 | 773 |
{ |
756 | 774 |
"MsmKey" = "8:_UNDEFINED" |
757 |
"OwnerKey" = "8:_8DF825B789B14EF594AB9321F102C61B" |
|
758 |
"MsmSig" = "8:_UNDEFINED" |
|
759 |
} |
|
760 |
"Entry" |
|
761 |
{ |
|
762 |
"MsmKey" = "8:_UNDEFINED" |
|
763 | 775 |
"OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147" |
764 | 776 |
"MsmSig" = "8:_UNDEFINED" |
765 | 777 |
} |
... | ... | |
856 | 868 |
"Entry" |
857 | 869 |
{ |
858 | 870 |
"MsmKey" = "8:_UNDEFINED" |
859 |
"OwnerKey" = "8:_8040AC0317181A027927EE8D6E0D3FE3" |
|
860 |
"MsmSig" = "8:_UNDEFINED" |
|
861 |
} |
|
862 |
"Entry" |
|
863 |
{ |
|
864 |
"MsmKey" = "8:_UNDEFINED" |
|
865 | 871 |
"OwnerKey" = "8:_7EEF24CEE7B2436CDC574285E376342E" |
866 | 872 |
"MsmSig" = "8:_UNDEFINED" |
867 | 873 |
} |
... | ... | |
1479 | 1485 |
} |
1480 | 1486 |
} |
1481 | 1487 |
} |
1488 |
"Release_PEMSS" |
|
1489 |
{ |
|
1490 |
"DisplayName" = "8:Release_PEMSS" |
|
1491 |
"IsDebugOnly" = "11:FALSE" |
|
1492 |
"IsReleaseOnly" = "11:FALSE" |
|
1493 |
"OutputFilename" = "8:Release_PEMSS\\MARKUSSETUP.msi" |
|
1494 |
"PackageFilesAs" = "3:2" |
|
1495 |
"PackageFileSize" = "3:-2147483648" |
|
1496 |
"CabType" = "3:1" |
|
1497 |
"Compression" = "3:2" |
|
1498 |
"SignOutput" = "11:FALSE" |
|
1499 |
"CertificateFile" = "8:" |
|
1500 |
"PrivateKeyFile" = "8:" |
|
1501 |
"TimeStampServer" = "8:" |
|
1502 |
"InstallerBootstrapper" = "3:2" |
|
1503 |
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}" |
|
1504 |
{ |
|
1505 |
"Enabled" = "11:FALSE" |
|
1506 |
"PromptEnabled" = "11:TRUE" |
|
1507 |
"PrerequisitesLocation" = "2:1" |
|
1508 |
"Url" = "8:" |
|
1509 |
"ComponentsUrl" = "8:" |
|
1510 |
"Items" |
|
1511 |
{ |
|
1512 |
} |
|
1513 |
} |
|
1514 |
} |
|
1482 | 1515 |
} |
1483 | 1516 |
"Deployable" |
1484 | 1517 |
{ |
... | ... | |
2891 | 2924 |
"IsDependency" = "11:TRUE" |
2892 | 2925 |
"IsolateTo" = "8:" |
2893 | 2926 |
} |
2894 |
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8040AC0317181A027927EE8D6E0D3FE3" |
|
2895 |
{ |
|
2896 |
"AssemblyRegister" = "3:1" |
|
2897 |
"AssemblyIsInGAC" = "11:FALSE" |
|
2898 |
"AssemblyAsmDisplayName" = "8:System.Net.Http, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" |
|
2899 |
"ScatterAssemblies" |
|
2900 |
{ |
|
2901 |
"_8040AC0317181A027927EE8D6E0D3FE3" |
|
2902 |
{ |
|
2903 |
"Name" = "8:System.Net.Http.dll" |
|
2904 |
"Attributes" = "3:512" |
|
2905 |
} |
|
2906 |
} |
|
2907 |
"SourcePath" = "8:System.Net.Http.dll" |
|
2908 |
"TargetName" = "8:" |
|
2909 |
"Tag" = "8:" |
|
2910 |
"Folder" = "8:_3E8BE07FC61F48D28393CF212DF43BD1" |
|
2911 |
"Condition" = "8:" |
|
2912 |
"Transitive" = "11:FALSE" |
|
2913 |
"Vital" = "11:TRUE" |
|
2914 |
"ReadOnly" = "11:FALSE" |
|
2915 |
"Hidden" = "11:FALSE" |
|
2916 |
"System" = "11:FALSE" |
|
2917 |
"Permanent" = "11:FALSE" |
|
2918 |
"SharedLegacy" = "11:FALSE" |
|
2919 |
"PackageAs" = "3:1" |
|
2920 |
"Register" = "3:1" |
|
2921 |
"Exclude" = "11:FALSE" |
|
2922 |
"IsDependency" = "11:TRUE" |
|
2923 |
"IsolateTo" = "8:" |
|
2924 |
} |
|
2925 | 2927 |
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8124E635E076100DA1D2F9A485D38DEA" |
2926 | 2928 |
{ |
2927 | 2929 |
"AssemblyRegister" = "3:1" |
... | ... | |
5038 | 5040 |
} |
5039 | 5041 |
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_F94B54978CDB4C7288FE8601AFC2A147" |
5040 | 5042 |
{ |
5041 |
"SourcePath" = "8:..\\KCOM\\obj\\Release_Hyosung\\KCOM.exe"
|
|
5043 |
"SourcePath" = "8:..\\KCOM\\obj\\x64\\Release_PEMSS\\KCOM.exe"
|
|
5042 | 5044 |
"TargetName" = "8:" |
5043 | 5045 |
"Tag" = "8:" |
5044 | 5046 |
"Folder" = "8:_3E8BE07FC61F48D28393CF212DF43BD1" |
Makrus_API_Test/Makrus_API_Test.csproj | ||
---|---|---|
73 | 73 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
74 | 74 |
<Prefer32Bit>true</Prefer32Bit> |
75 | 75 |
</PropertyGroup> |
76 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
77 |
<DebugSymbols>true</DebugSymbols> |
|
78 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
79 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
80 |
<DebugType>full</DebugType> |
|
81 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
82 |
<ErrorReport>prompt</ErrorReport> |
|
83 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
84 |
<Prefer32Bit>true</Prefer32Bit> |
|
85 |
</PropertyGroup> |
|
76 | 86 |
<ItemGroup> |
77 | 87 |
<Reference Include="System" /> |
78 | 88 |
<Reference Include="System.Data" /> |
MarkupToPDF/MarkupToPDF.csproj | ||
---|---|---|
178 | 178 |
<ErrorReport>prompt</ErrorReport> |
179 | 179 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
180 | 180 |
</PropertyGroup> |
181 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
182 |
<DebugSymbols>true</DebugSymbols> |
|
183 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
184 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
185 |
<DebugType>full</DebugType> |
|
186 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
187 |
<ErrorReport>prompt</ErrorReport> |
|
188 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
189 |
</PropertyGroup> |
|
190 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
|
191 |
<DebugSymbols>true</DebugSymbols> |
|
192 |
<OutputPath>bin\x64\Release_PEMSS\</OutputPath> |
|
193 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
194 |
<DebugType>full</DebugType> |
|
195 |
<PlatformTarget>x64</PlatformTarget> |
|
196 |
<ErrorReport>prompt</ErrorReport> |
|
197 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
198 |
</PropertyGroup> |
|
199 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
200 |
<DebugSymbols>true</DebugSymbols> |
|
201 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
202 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
203 |
<DebugType>full</DebugType> |
|
204 |
<PlatformTarget>x86</PlatformTarget> |
|
205 |
<ErrorReport>prompt</ErrorReport> |
|
206 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
207 |
</PropertyGroup> |
|
181 | 208 |
<ItemGroup> |
182 | 209 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
183 | 210 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
SmartUpdate/SmartUpdate.csproj | ||
---|---|---|
215 | 215 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
216 | 216 |
<Prefer32Bit>true</Prefer32Bit> |
217 | 217 |
</PropertyGroup> |
218 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
219 |
<DebugSymbols>true</DebugSymbols> |
|
220 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
221 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
222 |
<DebugType>full</DebugType> |
|
223 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
224 |
<ErrorReport>prompt</ErrorReport> |
|
225 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
226 |
<Prefer32Bit>true</Prefer32Bit> |
|
227 |
</PropertyGroup> |
|
228 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
229 |
<DebugSymbols>true</DebugSymbols> |
|
230 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
231 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
232 |
<DebugType>full</DebugType> |
|
233 |
<PlatformTarget>x86</PlatformTarget> |
|
234 |
<ErrorReport>prompt</ErrorReport> |
|
235 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
236 |
<Prefer32Bit>true</Prefer32Bit> |
|
237 |
</PropertyGroup> |
|
238 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
|
239 |
<DebugSymbols>true</DebugSymbols> |
|
240 |
<OutputPath>bin\x64\Release_PEMSS\</OutputPath> |
|
241 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
242 |
<DebugType>full</DebugType> |
|
243 |
<PlatformTarget>x64</PlatformTarget> |
|
244 |
<ErrorReport>prompt</ErrorReport> |
|
245 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
246 |
<Prefer32Bit>true</Prefer32Bit> |
|
247 |
</PropertyGroup> |
|
218 | 248 |
<ItemGroup> |
219 | 249 |
<Reference Include="System" /> |
220 | 250 |
<Reference Include="System.Data" /> |
ZoomAndPan/ZoomAndPan.csproj | ||
---|---|---|
122 | 122 |
<ErrorReport>prompt</ErrorReport> |
123 | 123 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
124 | 124 |
</PropertyGroup> |
125 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
|
126 |
<DebugSymbols>true</DebugSymbols> |
|
127 |
<OutputPath>bin\Release_PEMSS\</OutputPath> |
|
128 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
129 |
<DebugType>full</DebugType> |
|
130 |
<PlatformTarget>AnyCPU</PlatformTarget> |
|
131 |
<ErrorReport>prompt</ErrorReport> |
|
132 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
133 |
</PropertyGroup> |
|
134 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
|
135 |
<DebugSymbols>true</DebugSymbols> |
|
136 |
<OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
|
137 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
138 |
<DebugType>full</DebugType> |
|
139 |
<PlatformTarget>x86</PlatformTarget> |
|
140 |
<ErrorReport>prompt</ErrorReport> |
|
141 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
|
142 |
</PropertyGroup> |
|
125 | 143 |
<ItemGroup> |
126 | 144 |
<Reference Include="PresentationCore" /> |
127 | 145 |
<Reference Include="PresentationFramework" /> |
내보내기 Unified diff