1 |
787a4489
|
KangIngu
|
<?xml version="1.0" encoding="utf-8"?>
|
2 |
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
4fcd9bda
|
taeseongkim
|
<Import Project="..\packages\Obfuscar.2.2.23\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.23\build\obfuscar.props')" />
|
4 |
787a4489
|
KangIngu
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5 |
|
|
<PropertyGroup>
|
6 |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
7 |
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
8 |
|
|
<ProjectGuid>{9F7C22A1-065C-4203-A570-F9EEA08F2344}</ProjectGuid>
|
9 |
|
|
<OutputType>WinExe</OutputType>
|
10 |
|
|
<RootNamespace>KCOM</RootNamespace>
|
11 |
|
|
<AssemblyName>KCOM</AssemblyName>
|
12 |
d4a60930
|
djkim
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
13 |
787a4489
|
KangIngu
|
<FileAlignment>512</FileAlignment>
|
14 |
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
15 |
|
|
<WarningLevel>4</WarningLevel>
|
16 |
|
|
<NuGetPackageImportStamp>
|
17 |
|
|
</NuGetPackageImportStamp>
|
18 |
|
|
<TargetFrameworkProfile />
|
19 |
cdb4b611
|
송근호
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
20 |
cdfb57ff
|
taeseongkim
|
<PublishUrl>publish\</PublishUrl>
|
21 |
|
|
<Install>true</Install>
|
22 |
|
|
<InstallFrom>Disk</InstallFrom>
|
23 |
|
|
<UpdateEnabled>false</UpdateEnabled>
|
24 |
|
|
<UpdateMode>Foreground</UpdateMode>
|
25 |
|
|
<UpdateInterval>7</UpdateInterval>
|
26 |
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
27 |
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
28 |
|
|
<UpdateRequired>false</UpdateRequired>
|
29 |
|
|
<MapFileExtensions>true</MapFileExtensions>
|
30 |
|
|
<ApplicationRevision>0</ApplicationRevision>
|
31 |
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
32 |
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
33 |
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
34 |
787a4489
|
KangIngu
|
</PropertyGroup>
|
35 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
36 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
37 |
|
|
<DebugSymbols>true</DebugSymbols>
|
38 |
|
|
<DebugType>full</DebugType>
|
39 |
|
|
<Optimize>false</Optimize>
|
40 |
|
|
<OutputPath>bin\Debug\</OutputPath>
|
41 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
42 |
|
|
<ErrorReport>prompt</ErrorReport>
|
43 |
|
|
<WarningLevel>4</WarningLevel>
|
44 |
|
|
<Prefer32Bit>false</Prefer32Bit>
|
45 |
|
|
</PropertyGroup>
|
46 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
47 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
48 |
|
|
<DebugType>pdbonly</DebugType>
|
49 |
|
|
<Optimize>true</Optimize>
|
50 |
524669d7
|
humkyung
|
<OutputPath>..\Setup\</OutputPath>
|
51 |
787a4489
|
KangIngu
|
<DefineConstants>TRACE</DefineConstants>
|
52 |
|
|
<ErrorReport>prompt</ErrorReport>
|
53 |
|
|
<WarningLevel>4</WarningLevel>
|
54 |
|
|
<Prefer32Bit>false</Prefer32Bit>
|
55 |
cd81cca2
|
humkyung
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
56 |
787a4489
|
KangIngu
|
</PropertyGroup>
|
57 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
58 |
|
|
<DebugSymbols>true</DebugSymbols>
|
59 |
a7346d3c
|
humkyung
|
<OutputPath>..\Setup\</OutputPath>
|
60 |
787a4489
|
KangIngu
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
61 |
|
|
<DebugType>full</DebugType>
|
62 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
63 |
|
|
<ErrorReport>prompt</ErrorReport>
|
64 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
65 |
53880c83
|
ljiyeon
|
<Prefer32Bit>false</Prefer32Bit>
|
66 |
cdfb57ff
|
taeseongkim
|
<WarningLevel>3</WarningLevel>
|
67 |
787a4489
|
KangIngu
|
</PropertyGroup>
|
68 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
69 |
bab93260
|
humkyung
|
<OutputPath>..\Setup\</OutputPath>
|
70 |
787a4489
|
KangIngu
|
<DefineConstants>TRACE</DefineConstants>
|
71 |
ff01c725
|
humkyung
|
<Optimize>false</Optimize>
|
72 |
787a4489
|
KangIngu
|
<DebugType>pdbonly</DebugType>
|
73 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
74 |
|
|
<ErrorReport>prompt</ErrorReport>
|
75 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
76 |
53880c83
|
ljiyeon
|
<Prefer32Bit>false</Prefer32Bit>
|
77 |
3af54629
|
humkyung
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
78 |
787a4489
|
KangIngu
|
</PropertyGroup>
|
79 |
|
|
<PropertyGroup>
|
80 |
|
|
<ApplicationIcon>markup.ico</ApplicationIcon>
|
81 |
|
|
</PropertyGroup>
|
82 |
f9d42594
|
djkim
|
<PropertyGroup>
|
83 |
|
|
<TargetZone>LocalIntranet</TargetZone>
|
84 |
|
|
</PropertyGroup>
|
85 |
|
|
<PropertyGroup>
|
86 |
|
|
<GenerateManifests>false</GenerateManifests>
|
87 |
|
|
</PropertyGroup>
|
88 |
|
|
<PropertyGroup>
|
89 |
|
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
90 |
|
|
</PropertyGroup>
|
91 |
f19ebe30
|
djkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
92 |
|
|
<DebugSymbols>true</DebugSymbols>
|
93 |
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
94 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
95 |
|
|
<DebugType>full</DebugType>
|
96 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
97 |
|
|
<ErrorReport>prompt</ErrorReport>
|
98 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
99 |
|
|
</PropertyGroup>
|
100 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
101 |
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
102 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
103 |
|
|
<Optimize>true</Optimize>
|
104 |
|
|
<DebugType>pdbonly</DebugType>
|
105 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
106 |
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
107 |
|
|
<ErrorReport>prompt</ErrorReport>
|
108 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
109 |
|
|
</PropertyGroup>
|
110 |
9f55b953
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'">
|
111 |
|
|
<DebugSymbols>true</DebugSymbols>
|
112 |
|
|
<OutputPath>bin\Debug_HyoSung\</OutputPath>
|
113 |
84605c0c
|
taeseongkim
|
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
|
114 |
9f55b953
|
taeseongkim
|
<DebugType>full</DebugType>
|
115 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
116 |
|
|
<ErrorReport>prompt</ErrorReport>
|
117 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
118 |
503cb09e
|
taeseongkim
|
<Prefer32Bit>false</Prefer32Bit>
|
119 |
9f55b953
|
taeseongkim
|
</PropertyGroup>
|
120 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'">
|
121 |
|
|
<DebugSymbols>true</DebugSymbols>
|
122 |
|
|
<OutputPath>bin\x64\Debug_HyoSung\</OutputPath>
|
123 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
124 |
|
|
<WarningLevel>3</WarningLevel>
|
125 |
|
|
<DebugType>full</DebugType>
|
126 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
127 |
|
|
<ErrorReport>prompt</ErrorReport>
|
128 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
129 |
|
|
</PropertyGroup>
|
130 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'">
|
131 |
|
|
<DebugSymbols>true</DebugSymbols>
|
132 |
|
|
<OutputPath>bin\x86\Debug_HyoSung\</OutputPath>
|
133 |
84605c0c
|
taeseongkim
|
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
|
134 |
9f55b953
|
taeseongkim
|
<DebugType>full</DebugType>
|
135 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
136 |
|
|
<ErrorReport>prompt</ErrorReport>
|
137 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
138 |
|
|
<Prefer32Bit>true</Prefer32Bit>
|
139 |
|
|
</PropertyGroup>
|
140 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|AnyCPU'">
|
141 |
|
|
<DebugSymbols>true</DebugSymbols>
|
142 |
|
|
<OutputPath>bin\Debug_DevDoftech\</OutputPath>
|
143 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
144 |
|
|
<DebugType>full</DebugType>
|
145 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
146 |
|
|
<ErrorReport>prompt</ErrorReport>
|
147 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
148 |
|
|
</PropertyGroup>
|
149 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x64'">
|
150 |
|
|
<DebugSymbols>true</DebugSymbols>
|
151 |
|
|
<OutputPath>bin\x64\Debug_DevDoftech\</OutputPath>
|
152 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
153 |
|
|
<WarningLevel>3</WarningLevel>
|
154 |
|
|
<DebugType>full</DebugType>
|
155 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
156 |
|
|
<ErrorReport>prompt</ErrorReport>
|
157 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
158 |
|
|
</PropertyGroup>
|
159 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_DevDoftech|x86'">
|
160 |
|
|
<DebugSymbols>true</DebugSymbols>
|
161 |
|
|
<OutputPath>bin\x86\Debug_DevDoftech\</OutputPath>
|
162 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
163 |
|
|
<DebugType>full</DebugType>
|
164 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
165 |
|
|
<ErrorReport>prompt</ErrorReport>
|
166 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
167 |
|
|
<Prefer32Bit>true</Prefer32Bit>
|
168 |
|
|
</PropertyGroup>
|
169 |
f65e6c02
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'">
|
170 |
|
|
<DebugSymbols>true</DebugSymbols>
|
171 |
|
|
<OutputPath>bin\Debug_CadExport\</OutputPath>
|
172 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
173 |
|
|
<DebugType>full</DebugType>
|
174 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
175 |
|
|
<ErrorReport>prompt</ErrorReport>
|
176 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
177 |
|
|
</PropertyGroup>
|
178 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'">
|
179 |
|
|
<DebugSymbols>true</DebugSymbols>
|
180 |
|
|
<OutputPath>bin\x64\Debug_CadExport\</OutputPath>
|
181 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
182 |
|
|
<WarningLevel>3</WarningLevel>
|
183 |
|
|
<DebugType>full</DebugType>
|
184 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
185 |
|
|
<ErrorReport>prompt</ErrorReport>
|
186 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
187 |
|
|
</PropertyGroup>
|
188 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'">
|
189 |
|
|
<DebugSymbols>true</DebugSymbols>
|
190 |
|
|
<OutputPath>bin\x86\Debug_CadExport\</OutputPath>
|
191 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
192 |
|
|
<DebugType>full</DebugType>
|
193 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
194 |
|
|
<ErrorReport>prompt</ErrorReport>
|
195 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
196 |
|
|
<Prefer32Bit>true</Prefer32Bit>
|
197 |
|
|
</PropertyGroup>
|
198 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'">
|
199 |
|
|
<DebugSymbols>true</DebugSymbols>
|
200 |
|
|
<OutputPath>bin\Debug_SNI\</OutputPath>
|
201 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
202 |
|
|
<DebugType>full</DebugType>
|
203 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
204 |
|
|
<ErrorReport>prompt</ErrorReport>
|
205 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
206 |
|
|
</PropertyGroup>
|
207 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'">
|
208 |
|
|
<DebugSymbols>true</DebugSymbols>
|
209 |
|
|
<OutputPath>bin\x64\Debug_SNI\</OutputPath>
|
210 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
211 |
|
|
<WarningLevel>3</WarningLevel>
|
212 |
|
|
<DebugType>full</DebugType>
|
213 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
214 |
|
|
<ErrorReport>prompt</ErrorReport>
|
215 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
216 |
|
|
</PropertyGroup>
|
217 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'">
|
218 |
|
|
<DebugSymbols>true</DebugSymbols>
|
219 |
|
|
<OutputPath>bin\x86\Debug_SNI\</OutputPath>
|
220 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
221 |
|
|
<DebugType>full</DebugType>
|
222 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
223 |
|
|
<ErrorReport>prompt</ErrorReport>
|
224 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
225 |
|
|
<Prefer32Bit>true</Prefer32Bit>
|
226 |
|
|
</PropertyGroup>
|
227 |
80856edb
|
taeseongkim
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'">
|
228 |
|
|
<DebugSymbols>true</DebugSymbols>
|
229 |
e8557bd7
|
taeseongkim
|
<OutputPath>..\Release\HyoSung\AnyCPU\</OutputPath>
|
230 |
84605c0c
|
taeseongkim
|
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
|
231 |
80856edb
|
taeseongkim
|
<DebugType>full</DebugType>
|
232 |
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
233 |
|
|
<ErrorReport>prompt</ErrorReport>
|
234 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
235 |
7d8e1b57
|
taeseongkim
|
<Prefer32Bit>false</Prefer32Bit>
|
236 |
|
|
<Optimize>true</Optimize>
|
237 |
80856edb
|
taeseongkim
|
</PropertyGroup>
|
238 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'">
|
239 |
|
|
<DebugSymbols>true</DebugSymbols>
|
240 |
|
|
<OutputPath>bin\x64\Release_Hyosung\</OutputPath>
|
241 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
242 |
|
|
<WarningLevel>3</WarningLevel>
|
243 |
|
|
<DebugType>full</DebugType>
|
244 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
245 |
|
|
<ErrorReport>prompt</ErrorReport>
|
246 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
247 |
|
|
<Prefer32Bit>true</Prefer32Bit>
|
248 |
|
|
</PropertyGroup>
|
249 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'">
|
250 |
|
|
<DebugSymbols>true</DebugSymbols>
|
251 |
e8557bd7
|
taeseongkim
|
<OutputPath>..\Release\HyoSung\x86\</OutputPath>
|
252 |
84605c0c
|
taeseongkim
|
<DefineConstants>TRACE;DEBUG;Hyosung</DefineConstants>
|
253 |
80856edb
|
taeseongkim
|
<DebugType>full</DebugType>
|
254 |
|
|
<PlatformTarget>x86</PlatformTarget>
|
255 |
|
|
<ErrorReport>prompt</ErrorReport>
|
256 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
257 |
|
|
<Prefer32Bit>true</Prefer32Bit>
|
258 |
07b7bd24
|
taeseongkim
|
</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 |
80856edb
|
taeseongkim
|
</PropertyGroup>
|
290 |
787a4489
|
KangIngu
|
<ItemGroup>
|
291 |
79f3f21a
|
djkim
|
<Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
|
292 |
5a8b818e
|
humkyung
|
<SpecificVersion>False</SpecificVersion>
|
293 |
79f3f21a
|
djkim
|
<HintPath>..\packages\PDFExtractorSDK\FULL\net4.00\Bytescout.PDFExtractor.dll</HintPath>
|
294 |
|
|
</Reference>
|
295 |
|
|
<Reference Include="Bytescout.PDFExtractor.OCRExtension, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL">
|
296 |
|
|
<SpecificVersion>False</SpecificVersion>
|
297 |
|
|
<HintPath>..\packages\PDFExtractorSDK\FULL\net4.00\Bytescout.PDFExtractor.OCRExtension.dll</HintPath>
|
298 |
5a8b818e
|
humkyung
|
</Reference>
|
299 |
8b52c487
|
djkim
|
<Reference Include="itextsharp">
|
300 |
|
|
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
|
301 |
787a4489
|
KangIngu
|
</Reference>
|
302 |
a7346d3c
|
humkyung
|
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
303 |
|
|
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
304 |
|
|
</Reference>
|
305 |
787a4489
|
KangIngu
|
<Reference Include="Microsoft.AspNet.SignalR.Client">
|
306 |
|
|
<HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net40\Microsoft.AspNet.SignalR.Client.dll</HintPath>
|
307 |
|
|
</Reference>
|
308 |
|
|
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
309 |
|
|
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
|
310 |
|
|
<Private>True</Private>
|
311 |
|
|
</Reference>
|
312 |
b60e844d
|
taeseongkim
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
313 |
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
314 |
787a4489
|
KangIngu
|
</Reference>
|
315 |
53880c83
|
ljiyeon
|
<Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL">
|
316 |
|
|
<HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath>
|
317 |
|
|
</Reference>
|
318 |
787a4489
|
KangIngu
|
<Reference Include="System" />
|
319 |
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
320 |
|
|
<Reference Include="System.Configuration" />
|
321 |
|
|
<Reference Include="System.Data" />
|
322 |
|
|
<Reference Include="System.Data.Entity" />
|
323 |
|
|
<Reference Include="System.Drawing" />
|
324 |
|
|
<Reference Include="System.EnterpriseServices" />
|
325 |
|
|
<Reference Include="System.Management" />
|
326 |
|
|
<Reference Include="System.Net" />
|
327 |
b60e844d
|
taeseongkim
|
<Reference Include="System.Net.Http" />
|
328 |
787a4489
|
KangIngu
|
<Reference Include="System.Runtime.Serialization" />
|
329 |
|
|
<Reference Include="System.ServiceModel" />
|
330 |
90a0bfa9
|
djkim
|
<Reference Include="System.Web" />
|
331 |
787a4489
|
KangIngu
|
<Reference Include="System.Web.Services" />
|
332 |
|
|
<Reference Include="System.Windows.Forms" />
|
333 |
|
|
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
334 |
|
|
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
|
335 |
|
|
<Private>True</Private>
|
336 |
|
|
</Reference>
|
337 |
|
|
<Reference Include="System.Xml" />
|
338 |
|
|
<Reference Include="Microsoft.CSharp" />
|
339 |
|
|
<Reference Include="System.Core" />
|
340 |
|
|
<Reference Include="System.Xml.Linq" />
|
341 |
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
342 |
|
|
<Reference Include="System.Xaml">
|
343 |
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
344 |
|
|
</Reference>
|
345 |
a8dbdf61
|
ljiyeon
|
<Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
346 |
|
|
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath>
|
347 |
|
|
<Private>True</Private>
|
348 |
8b52c487
|
djkim
|
</Reference>
|
349 |
a8dbdf61
|
ljiyeon
|
<Reference Include="Telerik.Windows.Controls.Docking, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
350 |
|
|
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Docking.dll</HintPath>
|
351 |
|
|
<Private>True</Private>
|
352 |
8b52c487
|
djkim
|
</Reference>
|
353 |
a8dbdf61
|
ljiyeon
|
<Reference Include="Telerik.Windows.Controls.GridView, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
354 |
|
|
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.GridView.dll</HintPath>
|
355 |
|
|
<Private>True</Private>
|
356 |
8b52c487
|
djkim
|
</Reference>
|
357 |
a8dbdf61
|
ljiyeon
|
<Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
358 |
|
|
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath>
|
359 |
|
|
<Private>True</Private>
|
360 |
8b52c487
|
djkim
|
</Reference>
|
361 |
a8dbdf61
|
ljiyeon
|
<Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
362 |
|
|
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath>
|
363 |
|
|
<Private>True</Private>
|
364 |
8b52c487
|
djkim
|
</Reference>
|
365 |
a8dbdf61
|
ljiyeon
|
<Reference Include="Telerik.Windows.Controls.RibbonView, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
366 |
|
|
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.RibbonView.dll</HintPath>
|
367 |
|
|
<Private>True</Private>
|
368 |
8b52c487
|
djkim
|
</Reference>
|
369 |
a8dbdf61
|
ljiyeon
|
<Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
370 |
|
|
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath>
|
371 |
|
|
<Private>True</Private>
|
372 |
787a4489
|
KangIngu
|
</Reference>
|
373 |
684ef11c
|
ljiyeon
|
<Reference Include="Telerik.Windows.Themes.VisualStudio2013, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
374 |
|
|
<SpecificVersion>False</SpecificVersion>
|
375 |
174cc75d
|
humkyung
|
<HintPath>..\packages\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath>
|
376 |
684ef11c
|
ljiyeon
|
</Reference>
|
377 |
787a4489
|
KangIngu
|
<Reference Include="ToggleSwitch, Version=1.1.2.0, Culture=neutral, PublicKeyToken=8637099990568f75, processorArchitecture=MSIL">
|
378 |
|
|
<HintPath>..\packages\ToggleSwitch.1.1.2\lib\net40-client\ToggleSwitch.dll</HintPath>
|
379 |
|
|
</Reference>
|
380 |
|
|
<Reference Include="UIAutomationProvider" />
|
381 |
|
|
<Reference Include="UIAutomationTypes" />
|
382 |
|
|
<Reference Include="WindowsBase" />
|
383 |
|
|
<Reference Include="PresentationCore" />
|
384 |
|
|
<Reference Include="PresentationFramework" />
|
385 |
|
|
</ItemGroup>
|
386 |
|
|
<ItemGroup>
|
387 |
|
|
<ApplicationDefinition Include="App.xaml">
|
388 |
|
|
<Generator>MSBuild:Compile</Generator>
|
389 |
|
|
<SubType>Designer</SubType>
|
390 |
|
|
</ApplicationDefinition>
|
391 |
6af42ff0
|
taeseongkim
|
<Compile Include="Behaviors\ListViewColumnSizeAutoBehavior.cs" />
|
392 |
f65e6c02
|
taeseongkim
|
<Compile Include="Behaviors\RadListBoxDragVisualProvider.cs" />
|
393 |
aff63364
|
taeseongkim
|
<Compile Include="Behaviors\WindowBehavior.cs" />
|
394 |
d18ea2bd
|
taeseongkim
|
<Compile Include="Common\Converter\ColorListToBrushConverter.cs" />
|
395 |
f87dfb18
|
taeseongkim
|
<Compile Include="Common\Converter\ZeroToCollapsedConverter.cs" />
|
396 |
6b6e937c
|
taeseongkim
|
<Compile Include="Common\DataSaveTask.cs" />
|
397 |
787a4489
|
KangIngu
|
<Compile Include="Common\Check_Inferface.cs" />
|
398 |
c73426a9
|
ljiyeon
|
<Compile Include="Common\Check_Uri.cs" />
|
399 |
24678e06
|
humkyung
|
<Compile Include="Common\Commons.cs" />
|
400 |
787a4489
|
KangIngu
|
<Compile Include="Common\Converter\CmpUrlChange.cs" />
|
401 |
|
|
<Compile Include="Common\Converter\CommentTypeImgConverter.cs" />
|
402 |
5a8b818e
|
humkyung
|
<Compile Include="Common\Converter\enumStringColorConverter.cs" />
|
403 |
|
|
<Compile Include="Common\Converter\enumStringConverter.cs" />
|
404 |
787a4489
|
KangIngu
|
<Compile Include="Common\Converter\PDFVisibleConverter.cs" />
|
405 |
53880c83
|
ljiyeon
|
<Compile Include="Common\Converter\SvgConverter.cs" />
|
406 |
|
|
<Compile Include="Common\Converter\SvgImageConverter.cs" />
|
407 |
787a4489
|
KangIngu
|
<Compile Include="Common\FileStreamToBase64.cs" />
|
408 |
c5519c44
|
taeseongkim
|
<Compile Include="Common\ImageAsyncHelper.cs" />
|
409 |
cdfb57ff
|
taeseongkim
|
<Compile Include="Common\ImageSourceHelper.cs" />
|
410 |
e0cfc73c
|
ljiyeon
|
<Compile Include="Common\ISplashMessage.cs" />
|
411 |
8e5a4a6a
|
taeseongkim
|
<Compile Include="Common\MarkupUserInfo.cs" />
|
412 |
6b6e937c
|
taeseongkim
|
<Compile Include="Common\MouseInputBase.cs" />
|
413 |
d33ef543
|
taeseongkim
|
<Compile Include="Controls\CustomWindow.cs" />
|
414 |
eeb0a39c
|
taeseongkim
|
<Compile Include="Extensions\LinqExtension.cs" />
|
415 |
|
|
<Compile Include="PageManager\PageItem.cs" />
|
416 |
|
|
<Compile Include="PageManager\PageStorage.cs" />
|
417 |
959b3ef2
|
humkyung
|
<Compile Include="Common\SelectionSet.cs" />
|
418 |
e451c585
|
ljiyeon
|
<Compile Include="Common\TempFile.cs" />
|
419 |
6b6e937c
|
taeseongkim
|
<Compile Include="Connected Services\KcomService\Reference.cs">
|
420 |
|
|
<AutoGen>True</AutoGen>
|
421 |
|
|
<DesignTime>True</DesignTime>
|
422 |
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
423 |
|
|
</Compile>
|
424 |
787a4489
|
KangIngu
|
<Compile Include="Connected Services\ServiceDeepView\Reference.cs">
|
425 |
|
|
<AutoGen>True</AutoGen>
|
426 |
|
|
<DesignTime>True</DesignTime>
|
427 |
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
428 |
|
|
</Compile>
|
429 |
5a8b818e
|
humkyung
|
<Compile Include="Controls\addToFavoriteWindow_Internal.xaml.cs">
|
430 |
|
|
<DependentUpon>addToFavoriteWindow_Internal.xaml</DependentUpon>
|
431 |
|
|
</Compile>
|
432 |
787a4489
|
KangIngu
|
<Compile Include="Controls\Alert.xaml.cs">
|
433 |
|
|
<DependentUpon>Alert.xaml</DependentUpon>
|
434 |
|
|
</Compile>
|
435 |
|
|
<Compile Include="Controls\CheckList.xaml.cs">
|
436 |
|
|
<DependentUpon>CheckList.xaml</DependentUpon>
|
437 |
|
|
</Compile>
|
438 |
|
|
<Compile Include="Controls\CheckList_Detail.xaml.cs">
|
439 |
|
|
<DependentUpon>CheckList_Detail.xaml</DependentUpon>
|
440 |
|
|
</Compile>
|
441 |
8e2743a3
|
humkyung
|
<Compile Include="Controls\CheckList_Status.xaml.cs">
|
442 |
|
|
<DependentUpon>CheckList_Status.xaml</DependentUpon>
|
443 |
|
|
</Compile>
|
444 |
787a4489
|
KangIngu
|
<Compile Include="Controls\CommantImage.xaml.cs">
|
445 |
|
|
<DependentUpon>CommantImage.xaml</DependentUpon>
|
446 |
|
|
</Compile>
|
447 |
92442e4a
|
taeseongkim
|
<Compile Include="Controls\DecodeImage.cs" />
|
448 |
5a8b818e
|
humkyung
|
<Compile Include="Controls\editToFavoriteWindow_Internal.xaml.cs">
|
449 |
|
|
<DependentUpon>editToFavoriteWindow_Internal.xaml</DependentUpon>
|
450 |
|
|
</Compile>
|
451 |
|
|
<Compile Include="Controls\FavoritePanel.xaml.cs">
|
452 |
|
|
<DependentUpon>FavoritePanel.xaml</DependentUpon>
|
453 |
|
|
</Compile>
|
454 |
787a4489
|
KangIngu
|
<Compile Include="Controls\Panorama.xaml.cs">
|
455 |
|
|
<DependentUpon>Panorama.xaml</DependentUpon>
|
456 |
|
|
</Compile>
|
457 |
882f0fcf
|
djkim
|
<Compile Include="Controls\ProgressControl.xaml.cs">
|
458 |
|
|
<DependentUpon>ProgressControl.xaml</DependentUpon>
|
459 |
|
|
</Compile>
|
460 |
787a4489
|
KangIngu
|
<Compile Include="Controls\SearchPanel.xaml.cs">
|
461 |
|
|
<DependentUpon>SearchPanel.xaml</DependentUpon>
|
462 |
|
|
</Compile>
|
463 |
|
|
<Compile Include="Controls\Symbol.xaml.cs">
|
464 |
|
|
<DependentUpon>Symbol.xaml</DependentUpon>
|
465 |
|
|
</Compile>
|
466 |
53880c83
|
ljiyeon
|
<Compile Include="Controls\SymbolPrompt.xaml.cs">
|
467 |
|
|
<DependentUpon>SymbolPrompt.xaml</DependentUpon>
|
468 |
|
|
</Compile>
|
469 |
35a96e24
|
humkyung
|
<Compile Include="Events\ConsolidateCommand.cs" />
|
470 |
b37ef4b3
|
humkyung
|
<Compile Include="Events\CopyCommand.cs" />
|
471 |
f513c215
|
humkyung
|
<Compile Include="Events\CreateCommand.cs" />
|
472 |
b37ef4b3
|
humkyung
|
<Compile Include="Events\CutCommand.cs" />
|
473 |
959b3ef2
|
humkyung
|
<Compile Include="Events\DeleteCommand.cs" />
|
474 |
f816dd63
|
humkyung
|
<Compile Include="Events\Move.cs" />
|
475 |
b37ef4b3
|
humkyung
|
<Compile Include="Events\PasteCommand.cs" />
|
476 |
d4bde724
|
humkyung
|
<Compile Include="Events\TeamConsolidateCommand.cs" />
|
477 |
d128ceb2
|
humkyung
|
<Compile Include="Events\UndoCommand.cs" />
|
478 |
f816dd63
|
humkyung
|
<Compile Include="Events\SaveCommand.cs" />
|
479 |
|
|
<Compile Include="Events\RedoCommand.cs" />
|
480 |
c7fde400
|
taeseongkim
|
<Compile Include="Extensions\MarkupVisitHelper.cs" />
|
481 |
2089959a
|
taeseongkim
|
<Compile Include="Extensions\MatrixHelper.cs" />
|
482 |
8e5a4a6a
|
taeseongkim
|
<Compile Include="Extensions\MouseHelper.cs" />
|
483 |
eeb0a39c
|
taeseongkim
|
<Compile Include="Extensions\TaskExtensions.cs" />
|
484 |
8e5a4a6a
|
taeseongkim
|
<Compile Include="Extensions\VisualHelper.cs" />
|
485 |
aff63364
|
taeseongkim
|
<Compile Include="Extensions\WindowHelper.cs" />
|
486 |
0f065e57
|
ljiyeon
|
<Compile Include="Logger.cs" />
|
487 |
787a4489
|
KangIngu
|
<Compile Include="Messenger\ConversationView.xaml.cs">
|
488 |
|
|
<DependentUpon>ConversationView.xaml</DependentUpon>
|
489 |
|
|
</Compile>
|
490 |
|
|
<Compile Include="Messenger\MessageBase.cs" />
|
491 |
cf2671a6
|
ljiyeon
|
<Compile Include="Views\SplashScreenWindow.xaml.cs">
|
492 |
|
|
<DependentUpon>SplashScreenWindow.xaml</DependentUpon>
|
493 |
|
|
</Compile>
|
494 |
787a4489
|
KangIngu
|
<Compile Include="Web References\Get_FinalImage\Reference.cs">
|
495 |
|
|
<AutoGen>True</AutoGen>
|
496 |
|
|
<DesignTime>True</DesignTime>
|
497 |
|
|
<DependentUpon>Reference.map</DependentUpon>
|
498 |
|
|
</Compile>
|
499 |
|
|
<Compile Include="Web References\kr.co.devdoftech.cloud\Reference.cs">
|
500 |
|
|
<AutoGen>True</AutoGen>
|
501 |
|
|
<DesignTime>True</DesignTime>
|
502 |
|
|
<DependentUpon>Reference.map</DependentUpon>
|
503 |
|
|
</Compile>
|
504 |
|
|
<Compile Include="WrapPanel\LengthConverter.cs" />
|
505 |
|
|
<Compile Include="WrapPanel\NumericExtensions.cs" />
|
506 |
|
|
<Compile Include="WrapPanel\OrientedSize.cs" />
|
507 |
|
|
<Compile Include="WrapPanel\TypeConverters.cs" />
|
508 |
|
|
<Compile Include="WrapPanel\WrapPanel.cs" />
|
509 |
|
|
<Page Include="Assets\MarkupColorListBox.xaml">
|
510 |
|
|
<SubType>Designer</SubType>
|
511 |
|
|
<Generator>MSBuild:Compile</Generator>
|
512 |
|
|
</Page>
|
513 |
|
|
<Page Include="Assets\RadGridViewStyleResourceDictionary.xaml">
|
514 |
|
|
<Generator>MSBuild:Compile</Generator>
|
515 |
|
|
<SubType>Designer</SubType>
|
516 |
|
|
</Page>
|
517 |
5a8b818e
|
humkyung
|
<Page Include="Controls\addToFavoriteWindow_Internal.xaml">
|
518 |
|
|
<Generator>MSBuild:Compile</Generator>
|
519 |
|
|
<SubType>Designer</SubType>
|
520 |
|
|
</Page>
|
521 |
787a4489
|
KangIngu
|
<Page Include="Controls\AdornerFinal.xaml">
|
522 |
|
|
<SubType>Designer</SubType>
|
523 |
|
|
<Generator>MSBuild:Compile</Generator>
|
524 |
|
|
</Page>
|
525 |
|
|
<Page Include="Controls\Alert.xaml">
|
526 |
|
|
<Generator>MSBuild:Compile</Generator>
|
527 |
|
|
<SubType>Designer</SubType>
|
528 |
|
|
</Page>
|
529 |
|
|
<Page Include="Controls\CalendarControl.xaml">
|
530 |
|
|
<SubType>Designer</SubType>
|
531 |
|
|
<Generator>MSBuild:Compile</Generator>
|
532 |
|
|
</Page>
|
533 |
|
|
<Page Include="Controls\CheckList.xaml">
|
534 |
|
|
<SubType>Designer</SubType>
|
535 |
|
|
<Generator>MSBuild:Compile</Generator>
|
536 |
|
|
</Page>
|
537 |
|
|
<Page Include="Controls\CheckList_Detail.xaml">
|
538 |
|
|
<Generator>MSBuild:Compile</Generator>
|
539 |
|
|
<SubType>Designer</SubType>
|
540 |
8e2743a3
|
humkyung
|
</Page>
|
541 |
|
|
<Page Include="Controls\CheckList_Status.xaml">
|
542 |
|
|
<Generator>MSBuild:Compile</Generator>
|
543 |
|
|
<SubType>Designer</SubType>
|
544 |
787a4489
|
KangIngu
|
</Page>
|
545 |
|
|
<Page Include="Controls\CommantImage.xaml">
|
546 |
|
|
<Generator>MSBuild:Compile</Generator>
|
547 |
|
|
<SubType>Designer</SubType>
|
548 |
|
|
</Page>
|
549 |
5a8b818e
|
humkyung
|
<Page Include="Controls\editToFavoriteWindow_Internal.xaml">
|
550 |
|
|
<Generator>MSBuild:Compile</Generator>
|
551 |
|
|
<SubType>Designer</SubType>
|
552 |
|
|
</Page>
|
553 |
|
|
<Page Include="Controls\FavoritePanel.xaml">
|
554 |
|
|
<Generator>MSBuild:Compile</Generator>
|
555 |
|
|
<SubType>Designer</SubType>
|
556 |
|
|
</Page>
|
557 |
787a4489
|
KangIngu
|
<Page Include="Controls\Panorama.xaml">
|
558 |
|
|
<SubType>Designer</SubType>
|
559 |
|
|
<Generator>MSBuild:Compile</Generator>
|
560 |
|
|
</Page>
|
561 |
|
|
<Page Include="Controls\PrintControl.xaml">
|
562 |
|
|
<SubType>Designer</SubType>
|
563 |
|
|
<Generator>MSBuild:Compile</Generator>
|
564 |
|
|
</Page>
|
565 |
882f0fcf
|
djkim
|
<Page Include="Controls\ProgressControl.xaml">
|
566 |
|
|
<SubType>Designer</SubType>
|
567 |
|
|
<Generator>MSBuild:Compile</Generator>
|
568 |
|
|
</Page>
|
569 |
787a4489
|
KangIngu
|
<Page Include="Controls\Sample.xaml">
|
570 |
|
|
<SubType>Designer</SubType>
|
571 |
|
|
<Generator>MSBuild:Compile</Generator>
|
572 |
|
|
</Page>
|
573 |
|
|
<Page Include="Controls\SearchPanel.xaml">
|
574 |
|
|
<SubType>Designer</SubType>
|
575 |
|
|
<Generator>MSBuild:Compile</Generator>
|
576 |
|
|
</Page>
|
577 |
|
|
<Page Include="Controls\Symbol.xaml">
|
578 |
|
|
<SubType>Designer</SubType>
|
579 |
|
|
<Generator>MSBuild:Compile</Generator>
|
580 |
|
|
</Page>
|
581 |
53880c83
|
ljiyeon
|
<Page Include="Controls\SymbolPrompt.xaml">
|
582 |
|
|
<SubType>Designer</SubType>
|
583 |
|
|
<Generator>MSBuild:Compile</Generator>
|
584 |
|
|
</Page>
|
585 |
787a4489
|
KangIngu
|
<Page Include="Messenger\ConversationView.xaml">
|
586 |
|
|
<SubType>Designer</SubType>
|
587 |
|
|
<Generator>MSBuild:Compile</Generator>
|
588 |
|
|
</Page>
|
589 |
|
|
<Page Include="Messenger\StyleDictionary.xaml">
|
590 |
|
|
<SubType>Designer</SubType>
|
591 |
8bd25583
|
taeseongkim
|
<Generator>MSBuild:Compile</Generator>
|
592 |
|
|
</Page>
|
593 |
|
|
<Page Include="Resources\ClearTextBoxStyle.xaml">
|
594 |
|
|
<SubType>Designer</SubType>
|
595 |
787a4489
|
KangIngu
|
<Generator>MSBuild:Compile</Generator>
|
596 |
|
|
</Page>
|
597 |
92442e4a
|
taeseongkim
|
<Page Include="Resources\DecodeImageTemplate.xaml">
|
598 |
|
|
<SubType>Designer</SubType>
|
599 |
|
|
<Generator>MSBuild:Compile</Generator>
|
600 |
|
|
</Page>
|
601 |
8e5a4a6a
|
taeseongkim
|
<Page Include="Resources\DragAndDropListBoxStyle.xaml">
|
602 |
|
|
<SubType>Designer</SubType>
|
603 |
|
|
<Generator>MSBuild:Compile</Generator>
|
604 |
|
|
</Page>
|
605 |
6af42ff0
|
taeseongkim
|
<Page Include="Resources\SimpleLIstViewStyle.xaml">
|
606 |
|
|
<SubType>Designer</SubType>
|
607 |
|
|
<Generator>MSBuild:Compile</Generator>
|
608 |
|
|
</Page>
|
609 |
787a4489
|
KangIngu
|
<Page Include="Resources\Theme_CustomControl.xaml">
|
610 |
|
|
<SubType>Designer</SubType>
|
611 |
|
|
<Generator>MSBuild:Compile</Generator>
|
612 |
|
|
</Page>
|
613 |
d33ef543
|
taeseongkim
|
<Page Include="Resources\WindowStyle.xaml">
|
614 |
|
|
<SubType>Designer</SubType>
|
615 |
|
|
<Generator>MSBuild:Compile</Generator>
|
616 |
|
|
</Page>
|
617 |
787a4489
|
KangIngu
|
<Page Include="Views\MainMenu.xaml">
|
618 |
|
|
<SubType>Designer</SubType>
|
619 |
|
|
<Generator>MSBuild:Compile</Generator>
|
620 |
|
|
</Page>
|
621 |
|
|
<Page Include="Controls\Explorer.xaml">
|
622 |
|
|
<SubType>Designer</SubType>
|
623 |
|
|
<Generator>MSBuild:Compile</Generator>
|
624 |
|
|
</Page>
|
625 |
cf2671a6
|
ljiyeon
|
<Page Include="Views\SplashScreenWindow.xaml">
|
626 |
|
|
<SubType>Designer</SubType>
|
627 |
|
|
<Generator>MSBuild:Compile</Generator>
|
628 |
|
|
</Page>
|
629 |
787a4489
|
KangIngu
|
<Page Include="Views\TopMenu.xaml">
|
630 |
|
|
<SubType>Designer</SubType>
|
631 |
|
|
<Generator>MSBuild:Compile</Generator>
|
632 |
|
|
</Page>
|
633 |
|
|
<Page Include="MainWindow.xaml">
|
634 |
|
|
<Generator>MSBuild:Compile</Generator>
|
635 |
|
|
<SubType>Designer</SubType>
|
636 |
|
|
</Page>
|
637 |
|
|
<Compile Include="App.xaml.cs">
|
638 |
|
|
<DependentUpon>App.xaml</DependentUpon>
|
639 |
|
|
<SubType>Code</SubType>
|
640 |
|
|
</Compile>
|
641 |
|
|
<Compile Include="Common\AdornerCore.cs" />
|
642 |
|
|
<Compile Include="Common\Converter\BoolToVisibleConverter.cs" />
|
643 |
|
|
<Compile Include="Common\Converter\ConsolidationBackgroudConverter.cs" />
|
644 |
|
|
<Compile Include="Common\Converter\ConsolidationStringConverter.cs" />
|
645 |
|
|
<Compile Include="Common\Converter\MarginCorrectionConverter.cs" />
|
646 |
|
|
<Compile Include="Common\Converter\MarkupDataToConverter.cs" />
|
647 |
|
|
<Compile Include="Common\Converter\PreviewerVisibleConverter.cs" />
|
648 |
|
|
<Compile Include="Common\Converter\StringToColorConverter.cs" />
|
649 |
|
|
<Compile Include="Common\DocumentSet.cs" />
|
650 |
|
|
<Compile Include="Common\ExpandingMouseOver.cs" />
|
651 |
|
|
<Compile Include="Common\InitData.cs" />
|
652 |
|
|
<Compile Include="Common\ThumbnailItem.cs" />
|
653 |
|
|
<Compile Include="Common\UsersCommentPagesMember.cs" />
|
654 |
|
|
<Compile Include="Common\ViewerDataModel.cs" />
|
655 |
|
|
<Compile Include="Controls\AdornerFinal.xaml.cs">
|
656 |
|
|
<DependentUpon>AdornerFinal.xaml</DependentUpon>
|
657 |
|
|
</Compile>
|
658 |
|
|
<Compile Include="Controls\CalendarControl.xaml.cs">
|
659 |
|
|
<DependentUpon>CalendarControl.xaml</DependentUpon>
|
660 |
|
|
</Compile>
|
661 |
|
|
<Compile Include="Controls\PrintControl.xaml.cs">
|
662 |
|
|
<DependentUpon>PrintControl.xaml</DependentUpon>
|
663 |
|
|
</Compile>
|
664 |
|
|
<Compile Include="Controls\Sample.xaml.cs">
|
665 |
|
|
<DependentUpon>Sample.xaml</DependentUpon>
|
666 |
|
|
</Compile>
|
667 |
|
|
<Compile Include="Events\Event_KeyEvent.cs" />
|
668 |
|
|
<Compile Include="Events\Export.cs" />
|
669 |
|
|
<Compile Include="Events\Implementation\TopMenuEvent.cs" />
|
670 |
|
|
<Compile Include="Events\Load.cs" />
|
671 |
|
|
<Compile Include="Events\Property\EventProperty.cs" />
|
672 |
|
|
<Compile Include="RegexCollection.cs" />
|
673 |
|
|
<Compile Include="Services\BaseServices.cs" />
|
674 |
|
|
<Compile Include="Views\MainMenu.xaml.cs">
|
675 |
|
|
<DependentUpon>MainMenu.xaml</DependentUpon>
|
676 |
|
|
</Compile>
|
677 |
|
|
<Compile Include="Controls\Explorer.xaml.cs">
|
678 |
|
|
<DependentUpon>Explorer.xaml</DependentUpon>
|
679 |
|
|
</Compile>
|
680 |
|
|
<Compile Include="Views\TopMenu.xaml.cs">
|
681 |
|
|
<DependentUpon>TopMenu.xaml</DependentUpon>
|
682 |
|
|
</Compile>
|
683 |
|
|
<Compile Include="MainWindow.xaml.cs">
|
684 |
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
685 |
|
|
<SubType>Code</SubType>
|
686 |
|
|
</Compile>
|
687 |
|
|
<Page Include="Resources\Theme_Color.xaml">
|
688 |
|
|
<SubType>Designer</SubType>
|
689 |
|
|
<Generator>MSBuild:Compile</Generator>
|
690 |
|
|
</Page>
|
691 |
|
|
</ItemGroup>
|
692 |
|
|
<ItemGroup>
|
693 |
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
694 |
|
|
<SubType>Code</SubType>
|
695 |
|
|
</Compile>
|
696 |
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
697 |
|
|
<AutoGen>True</AutoGen>
|
698 |
|
|
<DesignTime>True</DesignTime>
|
699 |
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
700 |
|
|
</Compile>
|
701 |
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
702 |
|
|
<AutoGen>True</AutoGen>
|
703 |
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
704 |
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
705 |
|
|
</Compile>
|
706 |
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
707 |
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
708 |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
709 |
|
|
</EmbeddedResource>
|
710 |
|
|
<None Include="app.config">
|
711 |
|
|
<SubType>Designer</SubType>
|
712 |
|
|
</None>
|
713 |
9f55b953
|
taeseongkim
|
<None Include="app.Debug.config">
|
714 |
|
|
<DependentUpon>app.config</DependentUpon>
|
715 |
|
|
</None>
|
716 |
f65e6c02
|
taeseongkim
|
<None Include="app.Debug_CadExport.config">
|
717 |
|
|
<DependentUpon>app.config</DependentUpon>
|
718 |
|
|
</None>
|
719 |
9f55b953
|
taeseongkim
|
<None Include="app.Debug_DevDoftech.config">
|
720 |
|
|
<DependentUpon>app.config</DependentUpon>
|
721 |
|
|
</None>
|
722 |
|
|
<None Include="app.Debug_HyoSung.config">
|
723 |
|
|
<DependentUpon>app.config</DependentUpon>
|
724 |
|
|
</None>
|
725 |
f65e6c02
|
taeseongkim
|
<None Include="app.Debug_SNI.config">
|
726 |
|
|
<DependentUpon>app.config</DependentUpon>
|
727 |
|
|
</None>
|
728 |
9f55b953
|
taeseongkim
|
<None Include="app.Release.config">
|
729 |
|
|
<DependentUpon>app.config</DependentUpon>
|
730 |
|
|
</None>
|
731 |
80856edb
|
taeseongkim
|
<None Include="app.Release_Hyosung.config">
|
732 |
|
|
<DependentUpon>app.config</DependentUpon>
|
733 |
|
|
</None>
|
734 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\KcomService\KCOM.KcomService.FinalPDFResult.datasource">
|
735 |
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
736 |
|
|
</None>
|
737 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView2.wsdl" />
|
738 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView21.wsdl" />
|
739 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView9.xsd">
|
740 |
|
|
<SubType>Designer</SubType>
|
741 |
|
|
</None>
|
742 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView91.xsd">
|
743 |
|
|
<SubType>Designer</SubType>
|
744 |
|
|
</None>
|
745 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView92.xsd">
|
746 |
|
|
<SubType>Designer</SubType>
|
747 |
|
|
</None>
|
748 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView93.xsd">
|
749 |
|
|
<SubType>Designer</SubType>
|
750 |
|
|
</None>
|
751 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView94.xsd">
|
752 |
|
|
<SubType>Designer</SubType>
|
753 |
|
|
</None>
|
754 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView95.xsd">
|
755 |
|
|
<SubType>Designer</SubType>
|
756 |
|
|
</None>
|
757 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView96.xsd">
|
758 |
|
|
<SubType>Designer</SubType>
|
759 |
|
|
</None>
|
760 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView97.xsd">
|
761 |
|
|
<SubType>Designer</SubType>
|
762 |
|
|
</None>
|
763 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView98.xsd">
|
764 |
|
|
<SubType>Designer</SubType>
|
765 |
|
|
</None>
|
766 |
787a4489
|
KangIngu
|
<None Include="Connected Services\ServiceDeepView\KCOM.ServiceDeepView.FinalPDFResult.datasource">
|
767 |
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
768 |
|
|
</None>
|
769 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView.wsdl" />
|
770 |
|
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView.xsd">
|
771 |
53880c83
|
ljiyeon
|
<SubType>Designer</SubType>
|
772 |
|
|
</None>
|
773 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView1.wsdl" />
|
774 |
|
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView1.xsd">
|
775 |
|
|
<SubType>Designer</SubType>
|
776 |
|
|
</None>
|
777 |
|
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView2.wsdl" />
|
778 |
|
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView2.xsd">
|
779 |
53880c83
|
ljiyeon
|
<SubType>Designer</SubType>
|
780 |
|
|
</None>
|
781 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView21.wsdl" />
|
782 |
|
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView3.xsd">
|
783 |
53880c83
|
ljiyeon
|
<SubType>Designer</SubType>
|
784 |
|
|
</None>
|
785 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView4.xsd">
|
786 |
53880c83
|
ljiyeon
|
<SubType>Designer</SubType>
|
787 |
|
|
</None>
|
788 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView5.xsd">
|
789 |
53880c83
|
ljiyeon
|
<SubType>Designer</SubType>
|
790 |
|
|
</None>
|
791 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView6.xsd">
|
792 |
53880c83
|
ljiyeon
|
<SubType>Designer</SubType>
|
793 |
|
|
</None>
|
794 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView7.xsd">
|
795 |
53880c83
|
ljiyeon
|
<SubType>Designer</SubType>
|
796 |
|
|
</None>
|
797 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView8.xsd">
|
798 |
53880c83
|
ljiyeon
|
<SubType>Designer</SubType>
|
799 |
|
|
</None>
|
800 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView9.xsd">
|
801 |
787a4489
|
KangIngu
|
<SubType>Designer</SubType>
|
802 |
|
|
</None>
|
803 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView91.xsd">
|
804 |
787a4489
|
KangIngu
|
<SubType>Designer</SubType>
|
805 |
|
|
</None>
|
806 |
e451c585
|
ljiyeon
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView92.xsd">
|
807 |
787a4489
|
KangIngu
|
<SubType>Designer</SubType>
|
808 |
|
|
</None>
|
809 |
e451c585
|
ljiyeon
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView93.xsd">
|
810 |
787a4489
|
KangIngu
|
<SubType>Designer</SubType>
|
811 |
|
|
</None>
|
812 |
e451c585
|
ljiyeon
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView94.xsd">
|
813 |
787a4489
|
KangIngu
|
<SubType>Designer</SubType>
|
814 |
|
|
</None>
|
815 |
e451c585
|
ljiyeon
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView95.xsd">
|
816 |
787a4489
|
KangIngu
|
<SubType>Designer</SubType>
|
817 |
|
|
</None>
|
818 |
e451c585
|
ljiyeon
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView96.xsd">
|
819 |
787a4489
|
KangIngu
|
<SubType>Designer</SubType>
|
820 |
|
|
</None>
|
821 |
e451c585
|
ljiyeon
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView97.xsd">
|
822 |
787a4489
|
KangIngu
|
<SubType>Designer</SubType>
|
823 |
|
|
</None>
|
824 |
e451c585
|
ljiyeon
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView98.xsd">
|
825 |
|
|
<SubType>Designer</SubType>
|
826 |
|
|
</None>
|
827 |
b60e844d
|
taeseongkim
|
<None Include="Log.config">
|
828 |
|
|
<SubType>Designer</SubType>
|
829 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
830 |
|
|
</None>
|
831 |
e451c585
|
ljiyeon
|
<None Include="packages.config">
|
832 |
787a4489
|
KangIngu
|
<SubType>Designer</SubType>
|
833 |
|
|
</None>
|
834 |
f9d42594
|
djkim
|
<None Include="Properties\app.manifest" />
|
835 |
787a4489
|
KangIngu
|
<None Include="Properties\DataSources\IKCOM.KCOM_SystemInfo.datasource" />
|
836 |
|
|
<None Include="Properties\DataSources\IKCOM.MarkupInfoItem.datasource" />
|
837 |
264c9309
|
ljiyeon
|
<None Include="Properties\DataSources\IKCOM.VersionInfo.datasource" />
|
838 |
787a4489
|
KangIngu
|
<None Include="Properties\DataSources\IKCOM.VPRevision.datasource" />
|
839 |
6c781c0c
|
djkim
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" />
|
840 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" />
|
841 |
787a4489
|
KangIngu
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" />
|
842 |
c0977e97
|
djkim
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCPAGE.datasource" />
|
843 |
787a4489
|
KangIngu
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" />
|
844 |
6c781c0c
|
djkim
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" />
|
845 |
c0977e97
|
djkim
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.FINAL_PDF.datasource" />
|
846 |
6c781c0c
|
djkim
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" />
|
847 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" />
|
848 |
787a4489
|
KangIngu
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" />
|
849 |
c0977e97
|
djkim
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.PROPERTIES.datasource" />
|
850 |
6c781c0c
|
djkim
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" />
|
851 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" />
|
852 |
f87ee33e
|
djkim
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.TALK.datasource" />
|
853 |
787a4489
|
KangIngu
|
<None Include="Properties\DataSources\System.Windows.Rect.datasource" />
|
854 |
|
|
<None Include="Properties\Settings.settings">
|
855 |
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
856 |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
857 |
af22332b
|
ljiyeon
|
<SubType>Designer</SubType>
|
858 |
787a4489
|
KangIngu
|
</None>
|
859 |
79f3f21a
|
djkim
|
<None Include="tessdata\deu.traineddata">
|
860 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
861 |
|
|
</None>
|
862 |
|
|
<None Include="tessdata\eng.traineddata">
|
863 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
864 |
|
|
</None>
|
865 |
|
|
<None Include="tessdata\fra.traineddata">
|
866 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
867 |
|
|
</None>
|
868 |
|
|
<None Include="tessdata\spa.traineddata">
|
869 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
870 |
|
|
</None>
|
871 |
787a4489
|
KangIngu
|
<None Include="Web References\Get_FinalImage\Get_PdfImage.wsdl" />
|
872 |
|
|
<None Include="Web References\Get_FinalImage\Reference.map">
|
873 |
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
874 |
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
875 |
|
|
</None>
|
876 |
|
|
<None Include="Web References\kr.co.devdoftech.cloud\FileUpload.wsdl" />
|
877 |
|
|
<None Include="Web References\kr.co.devdoftech.cloud\Reference.map">
|
878 |
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
879 |
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
880 |
|
|
</None>
|
881 |
|
|
</ItemGroup>
|
882 |
|
|
<ItemGroup>
|
883 |
|
|
<WCFMetadata Include="Connected Services\" />
|
884 |
|
|
</ItemGroup>
|
885 |
|
|
<ItemGroup>
|
886 |
|
|
<Resource Include="Resources\Images\ExtImage\bmp.png" />
|
887 |
|
|
<Resource Include="Resources\Images\ExtImage\docx.png" />
|
888 |
|
|
<Resource Include="Resources\Images\ExtImage\jpg.png" />
|
889 |
|
|
<Resource Include="Resources\Images\ExtImage\pdf.png" />
|
890 |
|
|
<Resource Include="Resources\Images\ExtImage\png.png" />
|
891 |
|
|
<Resource Include="Resources\Images\ExtImage\pptx.png" />
|
892 |
|
|
<Resource Include="Resources\Images\ExtImage\psd.png" />
|
893 |
|
|
<Resource Include="Resources\Images\ExtImage\txt.png" />
|
894 |
|
|
<Resource Include="Resources\Images\ExtImage\xlsx.png" />
|
895 |
|
|
<Resource Include="Resources\Images\ExtImage\zip.png" />
|
896 |
|
|
</ItemGroup>
|
897 |
|
|
<ItemGroup>
|
898 |
|
|
<Resource Include="Resources\Images\Logo\Daelim.jpg" />
|
899 |
|
|
</ItemGroup>
|
900 |
|
|
<ItemGroup>
|
901 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\BLANK.png" />
|
902 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNAWAY.PNG" />
|
903 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNAWAYOOF.PNG" />
|
904 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNBLOCKED.PNG" />
|
905 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNBUSY.PNG" />
|
906 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNBUSYOOF.PNG" />
|
907 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNDND.PNG" />
|
908 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNDNDOOF.PNG" />
|
909 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNHDR.png" />
|
910 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNIDLE.PNG" />
|
911 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\imnidlebusy.png" />
|
912 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\imnidlebusyoof.png" />
|
913 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNIDLEOOF.PNG" />
|
914 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNOFF.PNG" />
|
915 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNOFFOOF.PNG" />
|
916 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNON.PNG" />
|
917 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNONOOF.PNG" />
|
918 |
|
|
<Resource Include="Resources\Images\OCSStatusImage\IMNUNK.PNG" />
|
919 |
|
|
</ItemGroup>
|
920 |
|
|
<ItemGroup>
|
921 |
|
|
<COMReference Include="Microsoft.Office.Core">
|
922 |
|
|
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
|
923 |
|
|
<VersionMajor>2</VersionMajor>
|
924 |
|
|
<VersionMinor>8</VersionMinor>
|
925 |
|
|
<Lcid>0</Lcid>
|
926 |
|
|
<WrapperTool>primary</WrapperTool>
|
927 |
|
|
<Isolated>False</Isolated>
|
928 |
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
929 |
|
|
</COMReference>
|
930 |
|
|
<COMReference Include="Microsoft.Office.Interop.Excel">
|
931 |
|
|
<Guid>{00020813-0000-0000-C000-000000000046}</Guid>
|
932 |
|
|
<VersionMajor>1</VersionMajor>
|
933 |
|
|
<VersionMinor>9</VersionMinor>
|
934 |
|
|
<Lcid>0</Lcid>
|
935 |
|
|
<WrapperTool>primary</WrapperTool>
|
936 |
|
|
<Isolated>False</Isolated>
|
937 |
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
938 |
|
|
</COMReference>
|
939 |
|
|
</ItemGroup>
|
940 |
|
|
<ItemGroup>
|
941 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arc.png" />
|
942 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arrow.png" />
|
943 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arrowText.png" />
|
944 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arrowtextBorder.png" />
|
945 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arrowTextCloud.png" />
|
946 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arrowtextTrans.png" />
|
947 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arrowTrans.png" />
|
948 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arrowTransBorder.png" />
|
949 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arrowTransCloud.png" />
|
950 |
|
|
<Resource Include="Resources\Images\MenuImage_New\bold.png" />
|
951 |
|
|
<Resource Include="Resources\Images\MenuImage_New\calendar.png" />
|
952 |
|
|
<Resource Include="Resources\Images\MenuImage_New\circle.png" />
|
953 |
|
|
<Resource Include="Resources\Images\MenuImage_New\cloud.png" />
|
954 |
|
|
<Resource Include="Resources\Images\MenuImage_New\cloudRect.png" />
|
955 |
|
|
<Resource Include="Resources\Images\MenuImage_New\dimension.png" />
|
956 |
|
|
<Resource Include="Resources\Images\MenuImage_New\dimensionEx.png" />
|
957 |
|
|
<Resource Include="Resources\Images\MenuImage_New\eraser.png" />
|
958 |
|
|
<Resource Include="Resources\Images\MenuImage_New\eraserLine.png" />
|
959 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Italic.png" />
|
960 |
|
|
<Resource Include="Resources\Images\MenuImage_New\line.png" />
|
961 |
|
|
<Resource Include="Resources\Images\MenuImage_New\lineChain.png" />
|
962 |
|
|
<Resource Include="Resources\Images\MenuImage_New\lineDelete.png" />
|
963 |
|
|
<Resource Include="Resources\Images\MenuImage_New\markCheck.png" />
|
964 |
|
|
<Resource Include="Resources\Images\MenuImage_New\markRect.png" />
|
965 |
|
|
<Resource Include="Resources\Images\MenuImage_New\pen.png" />
|
966 |
|
|
<Resource Include="Resources\Images\MenuImage_New\picture.png" />
|
967 |
|
|
<Resource Include="Resources\Images\MenuImage_New\polygon.png" />
|
968 |
|
|
<Resource Include="Resources\Images\MenuImage_New\rectangle.png" />
|
969 |
|
|
<Resource Include="Resources\Images\MenuImage_New\select.png" />
|
970 |
|
|
<Resource Include="Resources\Images\MenuImage_New\selectInk.png" />
|
971 |
|
|
<Resource Include="Resources\Images\MenuImage_New\sign.png" />
|
972 |
|
|
<Resource Include="Resources\Images\MenuImage_New\signReal.png" />
|
973 |
|
|
<Resource Include="Resources\Images\MenuImage_New\stamp.png" />
|
974 |
|
|
<Resource Include="Resources\Images\MenuImage_New\text.png" />
|
975 |
|
|
<Resource Include="Resources\Images\MenuImage_New\textBorder.png" />
|
976 |
|
|
<Resource Include="Resources\Images\MenuImage_New\textCloud.png" />
|
977 |
|
|
<Resource Include="Resources\Images\MenuImage_New\triangle.png" />
|
978 |
|
|
<Resource Include="Resources\Images\MenuImage_New\underline.png" />
|
979 |
|
|
</ItemGroup>
|
980 |
|
|
<ItemGroup>
|
981 |
|
|
<Resource Include="Resources\Images\MenuImage_New\print.png" />
|
982 |
|
|
</ItemGroup>
|
983 |
|
|
<ItemGroup>
|
984 |
|
|
<Resource Include="Resources\Images\MenuImage_New\printer.png" />
|
985 |
|
|
</ItemGroup>
|
986 |
|
|
<ItemGroup>
|
987 |
|
|
<Resource Include="Resources\Images\MenuImage_New\toPDF.png" />
|
988 |
|
|
</ItemGroup>
|
989 |
|
|
<ItemGroup>
|
990 |
|
|
<Resource Include="Resources\Images\MenuImage_New\minus.png" />
|
991 |
|
|
<Resource Include="Resources\Images\MenuImage_New\plus.png" />
|
992 |
|
|
</ItemGroup>
|
993 |
|
|
<ItemGroup>
|
994 |
|
|
<Resource Include="Resources\Images\MenuImage_New\fitWindownHeight.png" />
|
995 |
|
|
<Resource Include="Resources\Images\MenuImage_New\fitWindownWidth.png" />
|
996 |
|
|
<Resource Include="Resources\Images\MenuImage_New\fullscreen.png" />
|
997 |
|
|
</ItemGroup>
|
998 |
|
|
<ItemGroup>
|
999 |
|
|
<Resource Include="Resources\Images\MenuImage_New\expand.png" />
|
1000 |
|
|
</ItemGroup>
|
1001 |
|
|
<ItemGroup>
|
1002 |
|
|
<Resource Include="Resources\Images\MenuImage_New\zoom-in-tool.png" />
|
1003 |
|
|
</ItemGroup>
|
1004 |
|
|
<ItemGroup>
|
1005 |
|
|
<Resource Include="Resources\Images\MenuImage_New\pageArrow.png" />
|
1006 |
|
|
</ItemGroup>
|
1007 |
|
|
<ItemGroup>
|
1008 |
|
|
<Resource Include="Messenger\user.png" />
|
1009 |
|
|
</ItemGroup>
|
1010 |
|
|
<ItemGroup>
|
1011 |
6b6e937c
|
taeseongkim
|
<WCFMetadataStorage Include="Connected Services\KcomService\" />
|
1012 |
787a4489
|
KangIngu
|
<WCFMetadataStorage Include="Connected Services\ServiceDeepView\" />
|
1013 |
|
|
</ItemGroup>
|
1014 |
|
|
<ItemGroup>
|
1015 |
|
|
<None Include="Connected Services\ServiceDeepView\configuration91.svcinfo" />
|
1016 |
|
|
</ItemGroup>
|
1017 |
|
|
<ItemGroup>
|
1018 |
|
|
<None Include="Connected Services\ServiceDeepView\configuration.svcinfo" />
|
1019 |
|
|
</ItemGroup>
|
1020 |
|
|
<ItemGroup>
|
1021 |
|
|
<None Include="Connected Services\ServiceDeepView\Reference.svcmap">
|
1022 |
|
|
<Generator>WCF Proxy Generator</Generator>
|
1023 |
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
1024 |
|
|
</None>
|
1025 |
|
|
</ItemGroup>
|
1026 |
|
|
<ItemGroup>
|
1027 |
|
|
<WebReferences Include="Web References\" />
|
1028 |
|
|
</ItemGroup>
|
1029 |
|
|
<ItemGroup>
|
1030 |
|
|
<WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx">
|
1031 |
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
1032 |
|
|
<RelPath>Web References\Get_FinalImage\</RelPath>
|
1033 |
|
|
<UpdateFromURL>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</UpdateFromURL>
|
1034 |
|
|
<ServiceLocationURL>
|
1035 |
|
|
</ServiceLocationURL>
|
1036 |
|
|
<CachedDynamicPropName>
|
1037 |
|
|
</CachedDynamicPropName>
|
1038 |
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
1039 |
|
|
<CachedSettingsPropName>KCOM_Get_FinalImage_Get_PdfImage</CachedSettingsPropName>
|
1040 |
|
|
</WebReferenceUrl>
|
1041 |
|
|
<WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx">
|
1042 |
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
1043 |
|
|
<RelPath>Web References\kr.co.devdoftech.cloud\</RelPath>
|
1044 |
|
|
<UpdateFromURL>http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</UpdateFromURL>
|
1045 |
|
|
<ServiceLocationURL>
|
1046 |
|
|
</ServiceLocationURL>
|
1047 |
|
|
<CachedDynamicPropName>
|
1048 |
|
|
</CachedDynamicPropName>
|
1049 |
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
1050 |
|
|
<CachedSettingsPropName>KCOM_kr_co_devdoftech_cloud_FileUpload</CachedSettingsPropName>
|
1051 |
|
|
</WebReferenceUrl>
|
1052 |
|
|
</ItemGroup>
|
1053 |
|
|
<ItemGroup>
|
1054 |
|
|
<None Include="Web References\kr.co.devdoftech.cloud\FileUpload.disco" />
|
1055 |
|
|
</ItemGroup>
|
1056 |
|
|
<ItemGroup>
|
1057 |
|
|
<Resource Include="Resources\Images\MenuImage_New\up-arrow.png" />
|
1058 |
|
|
</ItemGroup>
|
1059 |
|
|
<ItemGroup>
|
1060 |
|
|
<Resource Include="Resources\Images\MenuImage_New\cancel.png" />
|
1061 |
|
|
</ItemGroup>
|
1062 |
|
|
<ItemGroup>
|
1063 |
|
|
<Resource Include="Resources\Images\MenuImage_New\locked-padlock.png" />
|
1064 |
|
|
<Resource Include="Resources\Images\MenuImage_New\locked-padlock_color.png" />
|
1065 |
|
|
</ItemGroup>
|
1066 |
|
|
<ItemGroup>
|
1067 |
|
|
<Folder Include="Themes\" />
|
1068 |
|
|
</ItemGroup>
|
1069 |
|
|
<ItemGroup>
|
1070 |
|
|
<Resource Include="Messenger\clip.png" />
|
1071 |
|
|
<Resource Include="Messenger\frame-landscape.png" />
|
1072 |
|
|
</ItemGroup>
|
1073 |
|
|
<ItemGroup>
|
1074 |
|
|
<Resource Include="Messenger\email.png" />
|
1075 |
|
|
</ItemGroup>
|
1076 |
|
|
<ItemGroup>
|
1077 |
|
|
<Resource Include="Messenger\check_pen.png" />
|
1078 |
|
|
</ItemGroup>
|
1079 |
|
|
<ItemGroup>
|
1080 |
|
|
<Resource Include="Resources\Images\MenuImage_New\panorama.png" />
|
1081 |
|
|
</ItemGroup>
|
1082 |
|
|
<ItemGroup>
|
1083 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Rotate_Minus.png" />
|
1084 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Rotate_Plus.png" />
|
1085 |
|
|
</ItemGroup>
|
1086 |
|
|
<ItemGroup>
|
1087 |
|
|
<Resource Include="Resources\Images\MenuImage_New\flip.png" />
|
1088 |
|
|
</ItemGroup>
|
1089 |
|
|
<ItemGroup>
|
1090 |
|
|
<Resource Include="Resources\Images\MenuImage_New\checklist.png" />
|
1091 |
|
|
</ItemGroup>
|
1092 |
|
|
<ItemGroup>
|
1093 |
|
|
<Resource Include="Resources\Images\MenuImage_New\pdf.png" />
|
1094 |
|
|
</ItemGroup>
|
1095 |
|
|
<ItemGroup>
|
1096 |
|
|
<Resource Include="Resources\Images\MenuImage_New\file.png" />
|
1097 |
|
|
</ItemGroup>
|
1098 |
|
|
<ItemGroup>
|
1099 |
|
|
<Resource Include="Resources\Images\MenuImage_New\diskette.png" />
|
1100 |
|
|
</ItemGroup>
|
1101 |
|
|
<ItemGroup>
|
1102 |
|
|
<Resource Include="markup.ico" />
|
1103 |
|
|
</ItemGroup>
|
1104 |
|
|
<ItemGroup>
|
1105 |
|
|
<Resource Include="Resources\Images\MenuImage_New\chronometer.png" />
|
1106 |
|
|
</ItemGroup>
|
1107 |
|
|
<ItemGroup>
|
1108 |
|
|
<None Include="Web References\Get_FinalImage\Get_PdfImage.disco" />
|
1109 |
|
|
</ItemGroup>
|
1110 |
|
|
<ItemGroup>
|
1111 |
|
|
<Resource Include="Resources\Images\MenuImage_New\archive.png" />
|
1112 |
|
|
</ItemGroup>
|
1113 |
d4b0c723
|
KangIngu
|
<ItemGroup>
|
1114 |
|
|
<Resource Include="Resources\Images\MenuImage_New\copy1.png" />
|
1115 |
|
|
<Resource Include="Resources\Images\MenuImage_New\copy2.png" />
|
1116 |
|
|
<Resource Include="Resources\Images\MenuImage_New\copy3.png" />
|
1117 |
|
|
<Resource Include="Resources\Images\MenuImage_New\copy4.png" />
|
1118 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Cut1.png" />
|
1119 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Cut2.png" />
|
1120 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Cut3.png" />
|
1121 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Cut4.png" />
|
1122 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Delete1.png" />
|
1123 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Delete2.png" />
|
1124 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Delete3.png" />
|
1125 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Delete4.png" />
|
1126 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Paste1.png" />
|
1127 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Paste2.png" />
|
1128 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Paste3.png" />
|
1129 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Paste4.png" />
|
1130 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Undo1.png" />
|
1131 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Undo2.png" />
|
1132 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Undo3.png" />
|
1133 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Undo4.png" />
|
1134 |
|
|
</ItemGroup>
|
1135 |
|
|
<ItemGroup>
|
1136 |
|
|
<Resource Include="Resources\Images\MenuImage_New\Redo3.png" />
|
1137 |
|
|
</ItemGroup>
|
1138 |
84545cb3
|
humkyung
|
<ItemGroup>
|
1139 |
|
|
<Resource Include="Resources\Images\MenuImage_New\diskette2.png" />
|
1140 |
|
|
</ItemGroup>
|
1141 |
8b52c487
|
djkim
|
<ItemGroup>
|
1142 |
|
|
<Resource Include="Resources\Images\MenuImage_New\close-window.png" />
|
1143 |
|
|
<Resource Include="Resources\Images\MenuImage_New\maximize-window.png" />
|
1144 |
|
|
<Resource Include="Resources\Images\MenuImage_New\minimize-window.png" />
|
1145 |
|
|
<Resource Include="Resources\Images\MenuImage_New\restore-window.png" />
|
1146 |
|
|
</ItemGroup>
|
1147 |
6c781c0c
|
djkim
|
<ItemGroup>
|
1148 |
02d33d78
|
djkim
|
<Resource Include="Resources\Images\MenuImage_New\small\font.png" />
|
1149 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\line.png" />
|
1150 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\pen.png" />
|
1151 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\shape.png" />
|
1152 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\stamp.png" />
|
1153 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\text.png" />
|
1154 |
|
|
</ItemGroup>
|
1155 |
|
|
<ItemGroup>
|
1156 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\control.png" />
|
1157 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\linestyle.png" />
|
1158 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\page.png" />
|
1159 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\view.png" />
|
1160 |
|
|
</ItemGroup>
|
1161 |
e451c585
|
ljiyeon
|
<ItemGroup>
|
1162 |
|
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView1.disco" />
|
1163 |
|
|
</ItemGroup>
|
1164 |
c7fcb949
|
ljiyeon
|
<ItemGroup>
|
1165 |
cf2671a6
|
ljiyeon
|
<Resource Include="Resources\Images\MenuImage_New\splash.png" />
|
1166 |
c7fcb949
|
ljiyeon
|
</ItemGroup>
|
1167 |
ca16abb2
|
ljiyeon
|
<ItemGroup>
|
1168 |
|
|
<Resource Include="Resources\Cursor\customCursor.cur" />
|
1169 |
|
|
</ItemGroup>
|
1170 |
|
|
<ItemGroup>
|
1171 |
|
|
<Resource Include="Resources\Cursor\customCursor2.cur" />
|
1172 |
|
|
</ItemGroup>
|
1173 |
40b3ce25
|
ljiyeon
|
<ItemGroup>
|
1174 |
|
|
<Resource Include="Resources\Images\MenuImage_New\arrowarc.png" />
|
1175 |
|
|
</ItemGroup>
|
1176 |
53880c83
|
ljiyeon
|
<ItemGroup>
|
1177 |
684ef11c
|
ljiyeon
|
<Resource Include="oda.bmp" />
|
1178 |
|
|
</ItemGroup>
|
1179 |
|
|
<ItemGroup>
|
1180 |
|
|
<Resource Include="Resources\Images\MenuImage_New\overlap.png" />
|
1181 |
|
|
</ItemGroup>
|
1182 |
|
|
<ItemGroup>
|
1183 |
|
|
<Resource Include="Resources\Images\MenuImage_New\clip.png" />
|
1184 |
|
|
<Resource Include="Resources\Images\MenuImage_New\inside.png" />
|
1185 |
|
|
</ItemGroup>
|
1186 |
|
|
<ItemGroup>
|
1187 |
|
|
<Resource Include="Resources\Images\MenuImage_New\View.png" />
|
1188 |
|
|
</ItemGroup>
|
1189 |
|
|
<ItemGroup>
|
1190 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\export.png" />
|
1191 |
|
|
<Resource Include="Resources\Images\MenuImage_New\small\white.png" />
|
1192 |
|
|
</ItemGroup>
|
1193 |
|
|
<ItemGroup>
|
1194 |
|
|
<Resource Include="Resources\Images\MenuImage_New\white.png" />
|
1195 |
|
|
</ItemGroup>
|
1196 |
|
|
<ItemGroup>
|
1197 |
5928384e
|
djkim
|
<ProjectReference Include="..\CommonLib\CommonLib.csproj">
|
1198 |
|
|
<Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project>
|
1199 |
|
|
<Name>CommonLib</Name>
|
1200 |
|
|
</ProjectReference>
|
1201 |
684ef11c
|
ljiyeon
|
<ProjectReference Include="..\IKCOM\IKCOM.csproj">
|
1202 |
|
|
<Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project>
|
1203 |
|
|
<Name>IKCOM</Name>
|
1204 |
|
|
</ProjectReference>
|
1205 |
|
|
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
|
1206 |
|
|
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
|
1207 |
|
|
<Name>KCOMDataModel</Name>
|
1208 |
|
|
</ProjectReference>
|
1209 |
|
|
<ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj">
|
1210 |
|
|
<Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project>
|
1211 |
|
|
<Name>MarkupToPDF</Name>
|
1212 |
|
|
</ProjectReference>
|
1213 |
|
|
<ProjectReference Include="..\ZoomAndPan\ZoomAndPan.csproj">
|
1214 |
|
|
<Project>{6c950af4-04d2-4638-8b78-472e39f78b45}</Project>
|
1215 |
|
|
<Name>ZoomAndPan</Name>
|
1216 |
|
|
</ProjectReference>
|
1217 |
|
|
</ItemGroup>
|
1218 |
cdfb57ff
|
taeseongkim
|
<ItemGroup>
|
1219 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
1220 |
|
|
<Visible>False</Visible>
|
1221 |
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
1222 |
|
|
<Install>false</Install>
|
1223 |
|
|
</BootstrapperPackage>
|
1224 |
|
|
</ItemGroup>
|
1225 |
4fcd9bda
|
taeseongkim
|
<ItemGroup>
|
1226 |
|
|
<None Include="obfuscar.xml">
|
1227 |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
1228 |
|
|
</None>
|
1229 |
|
|
</ItemGroup>
|
1230 |
ff01c725
|
humkyung
|
<ItemGroup>
|
1231 |
6b6e937c
|
taeseongkim
|
<None Include="Connected Services\KcomService\configuration91.svcinfo" />
|
1232 |
|
|
</ItemGroup>
|
1233 |
|
|
<ItemGroup>
|
1234 |
|
|
<None Include="Connected Services\KcomService\configuration.svcinfo" />
|
1235 |
|
|
</ItemGroup>
|
1236 |
|
|
<ItemGroup>
|
1237 |
|
|
<None Include="Connected Services\KcomService\Reference.svcmap">
|
1238 |
|
|
<Generator>WCF Proxy Generator</Generator>
|
1239 |
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
1240 |
|
|
</None>
|
1241 |
|
|
</ItemGroup>
|
1242 |
|
|
<ItemGroup>
|
1243 |
|
|
<None Include="Connected Services\KcomService\ServiceDeepView1.disco" />
|
1244 |
|
|
</ItemGroup>
|
1245 |
|
|
<ItemGroup>
|
1246 |
|
|
<None Include="Connected Services\ServiceDeepView\ServiceDeepView.disco" />
|
1247 |
ff01c725
|
humkyung
|
</ItemGroup>
|
1248 |
787a4489
|
KangIngu
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
1249 |
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
1250 |
|
|
<PropertyGroup>
|
1251 |
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
1252 |
|
|
</PropertyGroup>
|
1253 |
4fcd9bda
|
taeseongkim
|
<Error Condition="!Exists('..\packages\Obfuscar.2.2.23\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.23\build\obfuscar.props'))" />
|
1254 |
787a4489
|
KangIngu
|
</Target>
|
1255 |
e451c585
|
ljiyeon
|
<PropertyGroup>
|
1256 |
f65e6c02
|
taeseongkim
|
<PostBuildEvent>rem mkdir $(TargetDir)Bin
|
1257 |
|
|
rem MOVE $(TargetDir)*.dll $(TargetDir)dll\
|
1258 |
|
|
rem MOVE $(TargetDir)*.tx $(TargetDir)dll\
|
1259 |
|
|
rem MOVE $(TargetDir)DLL\Teigha\*.* $(TargetDir)
|
1260 |
|
|
</PostBuildEvent>
|
1261 |
e451c585
|
ljiyeon
|
</PropertyGroup>
|
1262 |
9f55b953
|
taeseongkim
|
<UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
|
1263 |
|
|
<Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')">
|
1264 |
|
|
<!--Generate transformed app config in the intermediate directory-->
|
1265 |
|
|
<TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" />
|
1266 |
|
|
<!--Force build process to use the transformed configuration file from now on.-->
|
1267 |
|
|
<ItemGroup>
|
1268 |
|
|
<AppConfigWithTargetPath Remove="App.config" />
|
1269 |
|
|
<AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config">
|
1270 |
|
|
<TargetPath>$(TargetFileName).config</TargetPath>
|
1271 |
|
|
</AppConfigWithTargetPath>
|
1272 |
|
|
</ItemGroup>
|
1273 |
|
|
</Target>
|
1274 |
|
|
<!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.-->
|
1275 |
|
|
<Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')">
|
1276 |
|
|
<PropertyGroup>
|
1277 |
|
|
<DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig>
|
1278 |
|
|
</PropertyGroup>
|
1279 |
|
|
<!--Publish copies the untransformed App.config to deployment directory so overwrite it-->
|
1280 |
|
|
<Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" />
|
1281 |
|
|
</Target>
|
1282 |
|
|
<PropertyGroup>
|
1283 |
b2c6901f
|
swate0609
|
<PreBuildEvent>if $(ConfigurationName) == Debug (
|
1284 |
b60e844d
|
taeseongkim
|
xcopy /i /e /s /y /f "$(SolutionDir)\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
|
1285 |
b2c6901f
|
swate0609
|
)
|
1286 |
9f55b953
|
taeseongkim
|
|
1287 |
|
|
if $(ConfigurationName) == Debug_DevDoftech (
|
1288 |
b60e844d
|
taeseongkim
|
copy /Y "$(SolutionDir)\INI\MARKUS_Doftech.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
|
1289 |
9f55b953
|
taeseongkim
|
)
|
1290 |
|
|
|
1291 |
81908c01
|
taeseongkim
|
if $(ConfigurationName) == Debug_HyoSung (
|
1292 |
b60e844d
|
taeseongkim
|
copy /Y "$(SolutionDir)\INI\MARKUS_HyoSung_Debug.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
|
1293 |
81908c01
|
taeseongkim
|
)
|
1294 |
366f00c2
|
taeseongkim
|
|
1295 |
81908c01
|
taeseongkim
|
if $(ConfigurationName) == Release_HyoSung (
|
1296 |
b60e844d
|
taeseongkim
|
copy /Y "$(SolutionDir)\INI\MARKUS_HyoSung.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
|
1297 |
81908c01
|
taeseongkim
|
)
|
1298 |
f280a4ce
|
taeseongkim
|
if $(ConfigurationName) == Release_PEMSS (
|
1299 |
b60e844d
|
taeseongkim
|
copy /Y "$(SolutionDir)\INI\MARKUS_PEMSS.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
|
1300 |
f280a4ce
|
taeseongkim
|
)
|
1301 |
f65e6c02
|
taeseongkim
|
if $(ConfigurationName) == Debug_SNI (
|
1302 |
b60e844d
|
taeseongkim
|
copy /Y "$(SolutionDir)\INI\MARKUS_SNI.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
|
1303 |
9f55b953
|
taeseongkim
|
)</PreBuildEvent>
|
1304 |
|
|
</PropertyGroup>
|
1305 |
80856edb
|
taeseongkim
|
<Target Name="app_Release_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('app.Release.$(Configuration).config')">
|
1306 |
|
|
<TransformXml Source="app.Release.config" Destination="$(OutputPath)app.Release.config" Transform="app.Release.$(Configuration).config" />
|
1307 |
|
|
</Target>
|
1308 |
787a4489
|
KangIngu
|
</Project> |