markus / KCOM / KCOM.csproj @ 274cde11
이력 | 보기 | 이력해설 | 다운로드 (66.4 KB)
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 | 664ea2e1 | taeseongkim | <PlatformTarget>AnyCPU</PlatformTarget> |
136 | 9f55b953 | taeseongkim | <ErrorReport>prompt</ErrorReport> |
137 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
138 | 664ea2e1 | taeseongkim | <Prefer32Bit>false</Prefer32Bit> |
139 | 9f55b953 | taeseongkim | </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 | f882e166 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
291 | <DebugSymbols>true</DebugSymbols> |
||
292 | <OutputPath>bin\Debug_Daelim\</OutputPath> |
||
293 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
294 | <DebugType>full</DebugType> |
||
295 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
296 | <ErrorReport>prompt</ErrorReport> |
||
297 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
298 | </PropertyGroup> |
||
299 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
||
300 | <DebugSymbols>true</DebugSymbols> |
||
301 | <OutputPath>bin\x64\Debug_Daelim\</OutputPath> |
||
302 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
303 | <WarningLevel>3</WarningLevel> |
||
304 | <DebugType>full</DebugType> |
||
305 | <PlatformTarget>x64</PlatformTarget> |
||
306 | <ErrorReport>prompt</ErrorReport> |
||
307 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
308 | </PropertyGroup> |
||
309 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
||
310 | <DebugSymbols>true</DebugSymbols> |
||
311 | <OutputPath>bin\x86\Debug_Daelim\</OutputPath> |
||
312 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
313 | <DebugType>full</DebugType> |
||
314 | <PlatformTarget>x86</PlatformTarget> |
||
315 | <ErrorReport>prompt</ErrorReport> |
||
316 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
317 | <Prefer32Bit>true</Prefer32Bit> |
||
318 | </PropertyGroup> |
||
319 | 9d5b4bc2 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'"> |
320 | <DebugSymbols>true</DebugSymbols> |
||
321 | <OutputPath>bin\Daelim_RemoteTest\</OutputPath> |
||
322 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
323 | <DebugType>full</DebugType> |
||
324 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
325 | <ErrorReport>prompt</ErrorReport> |
||
326 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
327 | <Prefer32Bit>true</Prefer32Bit> |
||
328 | </PropertyGroup> |
||
329 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x64'"> |
||
330 | <DebugSymbols>true</DebugSymbols> |
||
331 | <OutputPath>bin\x64\Daelim_RemoteTest\</OutputPath> |
||
332 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
333 | <WarningLevel>3</WarningLevel> |
||
334 | <DebugType>full</DebugType> |
||
335 | <PlatformTarget>x64</PlatformTarget> |
||
336 | <ErrorReport>prompt</ErrorReport> |
||
337 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
338 | <Prefer32Bit>true</Prefer32Bit> |
||
339 | </PropertyGroup> |
||
340 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x86'"> |
||
341 | <DebugSymbols>true</DebugSymbols> |
||
342 | <OutputPath>bin\x86\Daelim_RemoteTest\</OutputPath> |
||
343 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
344 | <DebugType>full</DebugType> |
||
345 | <PlatformTarget>x86</PlatformTarget> |
||
346 | <ErrorReport>prompt</ErrorReport> |
||
347 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
348 | <Prefer32Bit>true</Prefer32Bit> |
||
349 | </PropertyGroup> |
||
350 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
||
351 | <DebugSymbols>true</DebugSymbols> |
||
352 | <OutputPath>..\Setup\Release_Default\</OutputPath> |
||
353 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
354 | <DebugType>full</DebugType> |
||
355 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
356 | <ErrorReport>prompt</ErrorReport> |
||
357 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
358 | 664ea2e1 | taeseongkim | <Prefer32Bit>false</Prefer32Bit> |
359 | 9d5b4bc2 | taeseongkim | </PropertyGroup> |
360 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
||
361 | <DebugSymbols>true</DebugSymbols> |
||
362 | <OutputPath>bin\x64\Release_Default\</OutputPath> |
||
363 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
364 | <WarningLevel>3</WarningLevel> |
||
365 | <DebugType>full</DebugType> |
||
366 | <PlatformTarget>x64</PlatformTarget> |
||
367 | <ErrorReport>prompt</ErrorReport> |
||
368 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
369 | </PropertyGroup> |
||
370 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
||
371 | <DebugSymbols>true</DebugSymbols> |
||
372 | <OutputPath>bin\x86\Release_Default\</OutputPath> |
||
373 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
374 | <DebugType>full</DebugType> |
||
375 | 664ea2e1 | taeseongkim | <PlatformTarget>AnyCPU</PlatformTarget> |
376 | 9d5b4bc2 | taeseongkim | <ErrorReport>prompt</ErrorReport> |
377 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
378 | 664ea2e1 | taeseongkim | <Prefer32Bit>false</Prefer32Bit> |
379 | 9d5b4bc2 | taeseongkim | </PropertyGroup> |
380 | 787a4489 | KangIngu | <ItemGroup> |
381 | 79f3f21a | djkim | <Reference Include="Bytescout.PDFExtractor, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL"> |
382 | 5a8b818e | humkyung | <SpecificVersion>False</SpecificVersion> |
383 | 79f3f21a | djkim | <HintPath>..\packages\PDFExtractorSDK\FULL\net4.00\Bytescout.PDFExtractor.dll</HintPath> |
384 | </Reference> |
||
385 | <Reference Include="Bytescout.PDFExtractor.OCRExtension, Version=9.2.0.3293, Culture=neutral, PublicKeyToken=f7dd1bd9d40a50eb, processorArchitecture=MSIL"> |
||
386 | <SpecificVersion>False</SpecificVersion> |
||
387 | <HintPath>..\packages\PDFExtractorSDK\FULL\net4.00\Bytescout.PDFExtractor.OCRExtension.dll</HintPath> |
||
388 | 5a8b818e | humkyung | </Reference> |
389 | 9d5b4bc2 | taeseongkim | <Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
390 | <HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
||
391 | </Reference> |
||
392 | 8b52c487 | djkim | <Reference Include="itextsharp"> |
393 | <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
||
394 | 787a4489 | KangIngu | </Reference> |
395 | a7346d3c | humkyung | <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
396 | <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
||
397 | </Reference> |
||
398 | 787a4489 | KangIngu | <Reference Include="Microsoft.AspNet.SignalR.Client"> |
399 | <HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net40\Microsoft.AspNet.SignalR.Client.dll</HintPath> |
||
400 | </Reference> |
||
401 | <Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
402 | <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath> |
||
403 | <Private>True</Private> |
||
404 | </Reference> |
||
405 | b60e844d | taeseongkim | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
406 | <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
407 | 787a4489 | KangIngu | </Reference> |
408 | 53880c83 | ljiyeon | <Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL"> |
409 | <HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath> |
||
410 | </Reference> |
||
411 | 787a4489 | KangIngu | <Reference Include="System" /> |
412 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
413 | <Reference Include="System.Configuration" /> |
||
414 | <Reference Include="System.Data" /> |
||
415 | <Reference Include="System.Data.Entity" /> |
||
416 | <Reference Include="System.Drawing" /> |
||
417 | <Reference Include="System.EnterpriseServices" /> |
||
418 | <Reference Include="System.Management" /> |
||
419 | <Reference Include="System.Net" /> |
||
420 | b60e844d | taeseongkim | <Reference Include="System.Net.Http" /> |
421 | 787a4489 | KangIngu | <Reference Include="System.Runtime.Serialization" /> |
422 | <Reference Include="System.ServiceModel" /> |
||
423 | 90a0bfa9 | djkim | <Reference Include="System.Web" /> |
424 | 787a4489 | KangIngu | <Reference Include="System.Web.Services" /> |
425 | <Reference Include="System.Windows.Forms" /> |
||
426 | <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
427 | <HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath> |
||
428 | <Private>True</Private> |
||
429 | </Reference> |
||
430 | <Reference Include="System.Xml" /> |
||
431 | <Reference Include="Microsoft.CSharp" /> |
||
432 | <Reference Include="System.Core" /> |
||
433 | <Reference Include="System.Xml.Linq" /> |
||
434 | <Reference Include="System.Data.DataSetExtensions" /> |
||
435 | <Reference Include="System.Xaml"> |
||
436 | <RequiredTargetFramework>4.0</RequiredTargetFramework> |
||
437 | </Reference> |
||
438 | a8dbdf61 | ljiyeon | <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
439 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath> |
||
440 | <Private>True</Private> |
||
441 | 8b52c487 | djkim | </Reference> |
442 | a8dbdf61 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Docking, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
443 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Docking.dll</HintPath> |
||
444 | <Private>True</Private> |
||
445 | 8b52c487 | djkim | </Reference> |
446 | a8dbdf61 | ljiyeon | <Reference Include="Telerik.Windows.Controls.GridView, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
447 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.GridView.dll</HintPath> |
||
448 | <Private>True</Private> |
||
449 | 8b52c487 | djkim | </Reference> |
450 | a8dbdf61 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
451 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath> |
||
452 | <Private>True</Private> |
||
453 | 8b52c487 | djkim | </Reference> |
454 | a8dbdf61 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
455 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath> |
||
456 | <Private>True</Private> |
||
457 | 8b52c487 | djkim | </Reference> |
458 | a8dbdf61 | ljiyeon | <Reference Include="Telerik.Windows.Controls.RibbonView, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
459 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.RibbonView.dll</HintPath> |
||
460 | <Private>True</Private> |
||
461 | 8b52c487 | djkim | </Reference> |
462 | a8dbdf61 | ljiyeon | <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
463 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath> |
||
464 | <Private>True</Private> |
||
465 | 787a4489 | KangIngu | </Reference> |
466 | 684ef11c | ljiyeon | <Reference Include="Telerik.Windows.Themes.VisualStudio2013, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
467 | <SpecificVersion>False</SpecificVersion> |
||
468 | 174cc75d | humkyung | <HintPath>..\packages\Telerik.Windows.Themes.VisualStudio2013.dll</HintPath> |
469 | 684ef11c | ljiyeon | </Reference> |
470 | 787a4489 | KangIngu | <Reference Include="ToggleSwitch, Version=1.1.2.0, Culture=neutral, PublicKeyToken=8637099990568f75, processorArchitecture=MSIL"> |
471 | <HintPath>..\packages\ToggleSwitch.1.1.2\lib\net40-client\ToggleSwitch.dll</HintPath> |
||
472 | </Reference> |
||
473 | <Reference Include="UIAutomationProvider" /> |
||
474 | <Reference Include="UIAutomationTypes" /> |
||
475 | <Reference Include="WindowsBase" /> |
||
476 | <Reference Include="PresentationCore" /> |
||
477 | <Reference Include="PresentationFramework" /> |
||
478 | </ItemGroup> |
||
479 | <ItemGroup> |
||
480 | <ApplicationDefinition Include="App.xaml"> |
||
481 | <Generator>MSBuild:Compile</Generator> |
||
482 | <SubType>Designer</SubType> |
||
483 | </ApplicationDefinition> |
||
484 | 6af42ff0 | taeseongkim | <Compile Include="Behaviors\ListViewColumnSizeAutoBehavior.cs" /> |
485 | f65e6c02 | taeseongkim | <Compile Include="Behaviors\RadListBoxDragVisualProvider.cs" /> |
486 | aff63364 | taeseongkim | <Compile Include="Behaviors\WindowBehavior.cs" /> |
487 | d18ea2bd | taeseongkim | <Compile Include="Common\Converter\ColorListToBrushConverter.cs" /> |
488 | f87dfb18 | taeseongkim | <Compile Include="Common\Converter\ZeroToCollapsedConverter.cs" /> |
489 | 6b6e937c | taeseongkim | <Compile Include="Common\DataSaveTask.cs" /> |
490 | 787a4489 | KangIngu | <Compile Include="Common\Check_Inferface.cs" /> |
491 | c73426a9 | ljiyeon | <Compile Include="Common\Check_Uri.cs" /> |
492 | 24678e06 | humkyung | <Compile Include="Common\Commons.cs" /> |
493 | 787a4489 | KangIngu | <Compile Include="Common\Converter\CmpUrlChange.cs" /> |
494 | <Compile Include="Common\Converter\CommentTypeImgConverter.cs" /> |
||
495 | 5a8b818e | humkyung | <Compile Include="Common\Converter\enumStringColorConverter.cs" /> |
496 | <Compile Include="Common\Converter\enumStringConverter.cs" /> |
||
497 | 787a4489 | KangIngu | <Compile Include="Common\Converter\PDFVisibleConverter.cs" /> |
498 | 53880c83 | ljiyeon | <Compile Include="Common\Converter\SvgConverter.cs" /> |
499 | <Compile Include="Common\Converter\SvgImageConverter.cs" /> |
||
500 | 787a4489 | KangIngu | <Compile Include="Common\FileStreamToBase64.cs" /> |
501 | c5519c44 | taeseongkim | <Compile Include="Common\ImageAsyncHelper.cs" /> |
502 | cdfb57ff | taeseongkim | <Compile Include="Common\ImageSourceHelper.cs" /> |
503 | e0cfc73c | ljiyeon | <Compile Include="Common\ISplashMessage.cs" /> |
504 | 8e5a4a6a | taeseongkim | <Compile Include="Common\MarkupUserInfo.cs" /> |
505 | 6b6e937c | taeseongkim | <Compile Include="Common\MouseInputBase.cs" /> |
506 | d33ef543 | taeseongkim | <Compile Include="Controls\CustomWindow.cs" /> |
507 | c206d293 | taeseongkim | <Compile Include="Controls\PasswordBoxUtilities.cs" /> |
508 | 2007ecaa | taeseongkim | <Compile Include="Extensions\DownloadProcess.cs" /> |
509 | eeb0a39c | taeseongkim | <Compile Include="Extensions\LinqExtension.cs" /> |
510 | <Compile Include="PageManager\PageItem.cs" /> |
||
511 | 2007ecaa | taeseongkim | <Compile Include="PageManager\PageLoadCompletedEventArgs.cs" /> |
512 | eeb0a39c | taeseongkim | <Compile Include="PageManager\PageStorage.cs" /> |
513 | 959b3ef2 | humkyung | <Compile Include="Common\SelectionSet.cs" /> |
514 | e451c585 | ljiyeon | <Compile Include="Common\TempFile.cs" /> |
515 | 6b6e937c | taeseongkim | <Compile Include="Connected Services\KcomService\Reference.cs"> |
516 | <AutoGen>True</AutoGen> |
||
517 | <DesignTime>True</DesignTime> |
||
518 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
519 | </Compile> |
||
520 | 787a4489 | KangIngu | <Compile Include="Connected Services\ServiceDeepView\Reference.cs"> |
521 | <AutoGen>True</AutoGen> |
||
522 | <DesignTime>True</DesignTime> |
||
523 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
524 | </Compile> |
||
525 | 5a8b818e | humkyung | <Compile Include="Controls\addToFavoriteWindow_Internal.xaml.cs"> |
526 | <DependentUpon>addToFavoriteWindow_Internal.xaml</DependentUpon> |
||
527 | </Compile> |
||
528 | 787a4489 | KangIngu | <Compile Include="Controls\Alert.xaml.cs"> |
529 | <DependentUpon>Alert.xaml</DependentUpon> |
||
530 | </Compile> |
||
531 | <Compile Include="Controls\CheckList.xaml.cs"> |
||
532 | <DependentUpon>CheckList.xaml</DependentUpon> |
||
533 | </Compile> |
||
534 | <Compile Include="Controls\CheckList_Detail.xaml.cs"> |
||
535 | <DependentUpon>CheckList_Detail.xaml</DependentUpon> |
||
536 | </Compile> |
||
537 | 8e2743a3 | humkyung | <Compile Include="Controls\CheckList_Status.xaml.cs"> |
538 | <DependentUpon>CheckList_Status.xaml</DependentUpon> |
||
539 | </Compile> |
||
540 | 787a4489 | KangIngu | <Compile Include="Controls\CommantImage.xaml.cs"> |
541 | <DependentUpon>CommantImage.xaml</DependentUpon> |
||
542 | </Compile> |
||
543 | 92442e4a | taeseongkim | <Compile Include="Controls\DecodeImage.cs" /> |
544 | 5a8b818e | humkyung | <Compile Include="Controls\editToFavoriteWindow_Internal.xaml.cs"> |
545 | <DependentUpon>editToFavoriteWindow_Internal.xaml</DependentUpon> |
||
546 | </Compile> |
||
547 | <Compile Include="Controls\FavoritePanel.xaml.cs"> |
||
548 | <DependentUpon>FavoritePanel.xaml</DependentUpon> |
||
549 | </Compile> |
||
550 | 787a4489 | KangIngu | <Compile Include="Controls\Panorama.xaml.cs"> |
551 | <DependentUpon>Panorama.xaml</DependentUpon> |
||
552 | </Compile> |
||
553 | 882f0fcf | djkim | <Compile Include="Controls\ProgressControl.xaml.cs"> |
554 | <DependentUpon>ProgressControl.xaml</DependentUpon> |
||
555 | </Compile> |
||
556 | 787a4489 | KangIngu | <Compile Include="Controls\SearchPanel.xaml.cs"> |
557 | <DependentUpon>SearchPanel.xaml</DependentUpon> |
||
558 | </Compile> |
||
559 | <Compile Include="Controls\Symbol.xaml.cs"> |
||
560 | <DependentUpon>Symbol.xaml</DependentUpon> |
||
561 | </Compile> |
||
562 | 53880c83 | ljiyeon | <Compile Include="Controls\SymbolPrompt.xaml.cs"> |
563 | <DependentUpon>SymbolPrompt.xaml</DependentUpon> |
||
564 | </Compile> |
||
565 | 35a96e24 | humkyung | <Compile Include="Events\ConsolidateCommand.cs" /> |
566 | b37ef4b3 | humkyung | <Compile Include="Events\CopyCommand.cs" /> |
567 | f513c215 | humkyung | <Compile Include="Events\CreateCommand.cs" /> |
568 | b37ef4b3 | humkyung | <Compile Include="Events\CutCommand.cs" /> |
569 | 959b3ef2 | humkyung | <Compile Include="Events\DeleteCommand.cs" /> |
570 | f816dd63 | humkyung | <Compile Include="Events\Move.cs" /> |
571 | b37ef4b3 | humkyung | <Compile Include="Events\PasteCommand.cs" /> |
572 | d4bde724 | humkyung | <Compile Include="Events\TeamConsolidateCommand.cs" /> |
573 | d128ceb2 | humkyung | <Compile Include="Events\UndoCommand.cs" /> |
574 | f816dd63 | humkyung | <Compile Include="Events\SaveCommand.cs" /> |
575 | <Compile Include="Events\RedoCommand.cs" /> |
||
576 | c7fde400 | taeseongkim | <Compile Include="Extensions\MarkupVisitHelper.cs" /> |
577 | 2089959a | taeseongkim | <Compile Include="Extensions\MatrixHelper.cs" /> |
578 | 8e5a4a6a | taeseongkim | <Compile Include="Extensions\MouseHelper.cs" /> |
579 | eeb0a39c | taeseongkim | <Compile Include="Extensions\TaskExtensions.cs" /> |
580 | 8e5a4a6a | taeseongkim | <Compile Include="Extensions\VisualHelper.cs" /> |
581 | aff63364 | taeseongkim | <Compile Include="Extensions\WindowHelper.cs" /> |
582 | 0f065e57 | ljiyeon | <Compile Include="Logger.cs" /> |
583 | 787a4489 | KangIngu | <Compile Include="Messenger\ConversationView.xaml.cs"> |
584 | <DependentUpon>ConversationView.xaml</DependentUpon> |
||
585 | </Compile> |
||
586 | <Compile Include="Messenger\MessageBase.cs" /> |
||
587 | cf2671a6 | ljiyeon | <Compile Include="Views\SplashScreenWindow.xaml.cs"> |
588 | <DependentUpon>SplashScreenWindow.xaml</DependentUpon> |
||
589 | </Compile> |
||
590 | 787a4489 | KangIngu | <Compile Include="Web References\Get_FinalImage\Reference.cs"> |
591 | <AutoGen>True</AutoGen> |
||
592 | <DesignTime>True</DesignTime> |
||
593 | <DependentUpon>Reference.map</DependentUpon> |
||
594 | </Compile> |
||
595 | <Compile Include="Web References\kr.co.devdoftech.cloud\Reference.cs"> |
||
596 | <AutoGen>True</AutoGen> |
||
597 | <DesignTime>True</DesignTime> |
||
598 | <DependentUpon>Reference.map</DependentUpon> |
||
599 | </Compile> |
||
600 | <Compile Include="WrapPanel\LengthConverter.cs" /> |
||
601 | <Compile Include="WrapPanel\NumericExtensions.cs" /> |
||
602 | <Compile Include="WrapPanel\OrientedSize.cs" /> |
||
603 | <Compile Include="WrapPanel\TypeConverters.cs" /> |
||
604 | <Compile Include="WrapPanel\WrapPanel.cs" /> |
||
605 | <Page Include="Assets\MarkupColorListBox.xaml"> |
||
606 | <SubType>Designer</SubType> |
||
607 | <Generator>MSBuild:Compile</Generator> |
||
608 | </Page> |
||
609 | <Page Include="Assets\RadGridViewStyleResourceDictionary.xaml"> |
||
610 | <Generator>MSBuild:Compile</Generator> |
||
611 | <SubType>Designer</SubType> |
||
612 | </Page> |
||
613 | 5a8b818e | humkyung | <Page Include="Controls\addToFavoriteWindow_Internal.xaml"> |
614 | <Generator>MSBuild:Compile</Generator> |
||
615 | <SubType>Designer</SubType> |
||
616 | </Page> |
||
617 | 787a4489 | KangIngu | <Page Include="Controls\AdornerFinal.xaml"> |
618 | <SubType>Designer</SubType> |
||
619 | <Generator>MSBuild:Compile</Generator> |
||
620 | </Page> |
||
621 | <Page Include="Controls\Alert.xaml"> |
||
622 | <Generator>MSBuild:Compile</Generator> |
||
623 | <SubType>Designer</SubType> |
||
624 | </Page> |
||
625 | <Page Include="Controls\CalendarControl.xaml"> |
||
626 | <SubType>Designer</SubType> |
||
627 | <Generator>MSBuild:Compile</Generator> |
||
628 | </Page> |
||
629 | <Page Include="Controls\CheckList.xaml"> |
||
630 | <SubType>Designer</SubType> |
||
631 | <Generator>MSBuild:Compile</Generator> |
||
632 | </Page> |
||
633 | <Page Include="Controls\CheckList_Detail.xaml"> |
||
634 | <Generator>MSBuild:Compile</Generator> |
||
635 | <SubType>Designer</SubType> |
||
636 | 8e2743a3 | humkyung | </Page> |
637 | <Page Include="Controls\CheckList_Status.xaml"> |
||
638 | <Generator>MSBuild:Compile</Generator> |
||
639 | <SubType>Designer</SubType> |
||
640 | 787a4489 | KangIngu | </Page> |
641 | <Page Include="Controls\CommantImage.xaml"> |
||
642 | <Generator>MSBuild:Compile</Generator> |
||
643 | <SubType>Designer</SubType> |
||
644 | </Page> |
||
645 | 5a8b818e | humkyung | <Page Include="Controls\editToFavoriteWindow_Internal.xaml"> |
646 | <Generator>MSBuild:Compile</Generator> |
||
647 | <SubType>Designer</SubType> |
||
648 | </Page> |
||
649 | <Page Include="Controls\FavoritePanel.xaml"> |
||
650 | <Generator>MSBuild:Compile</Generator> |
||
651 | <SubType>Designer</SubType> |
||
652 | </Page> |
||
653 | 787a4489 | KangIngu | <Page Include="Controls\Panorama.xaml"> |
654 | <SubType>Designer</SubType> |
||
655 | <Generator>MSBuild:Compile</Generator> |
||
656 | </Page> |
||
657 | <Page Include="Controls\PrintControl.xaml"> |
||
658 | <SubType>Designer</SubType> |
||
659 | <Generator>MSBuild:Compile</Generator> |
||
660 | </Page> |
||
661 | 882f0fcf | djkim | <Page Include="Controls\ProgressControl.xaml"> |
662 | <SubType>Designer</SubType> |
||
663 | <Generator>MSBuild:Compile</Generator> |
||
664 | </Page> |
||
665 | 787a4489 | KangIngu | <Page Include="Controls\Sample.xaml"> |
666 | <SubType>Designer</SubType> |
||
667 | <Generator>MSBuild:Compile</Generator> |
||
668 | </Page> |
||
669 | <Page Include="Controls\SearchPanel.xaml"> |
||
670 | <SubType>Designer</SubType> |
||
671 | <Generator>MSBuild:Compile</Generator> |
||
672 | </Page> |
||
673 | <Page Include="Controls\Symbol.xaml"> |
||
674 | <SubType>Designer</SubType> |
||
675 | <Generator>MSBuild:Compile</Generator> |
||
676 | </Page> |
||
677 | 53880c83 | ljiyeon | <Page Include="Controls\SymbolPrompt.xaml"> |
678 | <SubType>Designer</SubType> |
||
679 | <Generator>MSBuild:Compile</Generator> |
||
680 | </Page> |
||
681 | 787a4489 | KangIngu | <Page Include="Messenger\ConversationView.xaml"> |
682 | <SubType>Designer</SubType> |
||
683 | <Generator>MSBuild:Compile</Generator> |
||
684 | </Page> |
||
685 | <Page Include="Messenger\StyleDictionary.xaml"> |
||
686 | <SubType>Designer</SubType> |
||
687 | 8bd25583 | taeseongkim | <Generator>MSBuild:Compile</Generator> |
688 | </Page> |
||
689 | <Page Include="Resources\ClearTextBoxStyle.xaml"> |
||
690 | <SubType>Designer</SubType> |
||
691 | 787a4489 | KangIngu | <Generator>MSBuild:Compile</Generator> |
692 | </Page> |
||
693 | 92442e4a | taeseongkim | <Page Include="Resources\DecodeImageTemplate.xaml"> |
694 | <SubType>Designer</SubType> |
||
695 | <Generator>MSBuild:Compile</Generator> |
||
696 | </Page> |
||
697 | 8e5a4a6a | taeseongkim | <Page Include="Resources\DragAndDropListBoxStyle.xaml"> |
698 | <SubType>Designer</SubType> |
||
699 | <Generator>MSBuild:Compile</Generator> |
||
700 | </Page> |
||
701 | c206d293 | taeseongkim | <Page Include="Resources\RadPasswordPromptStyle.xaml"> |
702 | <SubType>Designer</SubType> |
||
703 | <Generator>MSBuild:Compile</Generator> |
||
704 | </Page> |
||
705 | 6af42ff0 | taeseongkim | <Page Include="Resources\SimpleLIstViewStyle.xaml"> |
706 | <SubType>Designer</SubType> |
||
707 | <Generator>MSBuild:Compile</Generator> |
||
708 | </Page> |
||
709 | 787a4489 | KangIngu | <Page Include="Resources\Theme_CustomControl.xaml"> |
710 | <SubType>Designer</SubType> |
||
711 | <Generator>MSBuild:Compile</Generator> |
||
712 | </Page> |
||
713 | d33ef543 | taeseongkim | <Page Include="Resources\WindowStyle.xaml"> |
714 | <SubType>Designer</SubType> |
||
715 | <Generator>MSBuild:Compile</Generator> |
||
716 | </Page> |
||
717 | 787a4489 | KangIngu | <Page Include="Views\MainMenu.xaml"> |
718 | <SubType>Designer</SubType> |
||
719 | <Generator>MSBuild:Compile</Generator> |
||
720 | </Page> |
||
721 | <Page Include="Controls\Explorer.xaml"> |
||
722 | <SubType>Designer</SubType> |
||
723 | <Generator>MSBuild:Compile</Generator> |
||
724 | </Page> |
||
725 | cf2671a6 | ljiyeon | <Page Include="Views\SplashScreenWindow.xaml"> |
726 | <SubType>Designer</SubType> |
||
727 | <Generator>MSBuild:Compile</Generator> |
||
728 | </Page> |
||
729 | 787a4489 | KangIngu | <Page Include="Views\TopMenu.xaml"> |
730 | <SubType>Designer</SubType> |
||
731 | <Generator>MSBuild:Compile</Generator> |
||
732 | </Page> |
||
733 | <Page Include="MainWindow.xaml"> |
||
734 | <Generator>MSBuild:Compile</Generator> |
||
735 | <SubType>Designer</SubType> |
||
736 | </Page> |
||
737 | <Compile Include="App.xaml.cs"> |
||
738 | <DependentUpon>App.xaml</DependentUpon> |
||
739 | <SubType>Code</SubType> |
||
740 | </Compile> |
||
741 | <Compile Include="Common\AdornerCore.cs" /> |
||
742 | <Compile Include="Common\Converter\BoolToVisibleConverter.cs" /> |
||
743 | <Compile Include="Common\Converter\ConsolidationBackgroudConverter.cs" /> |
||
744 | <Compile Include="Common\Converter\ConsolidationStringConverter.cs" /> |
||
745 | <Compile Include="Common\Converter\MarginCorrectionConverter.cs" /> |
||
746 | <Compile Include="Common\Converter\MarkupDataToConverter.cs" /> |
||
747 | <Compile Include="Common\Converter\PreviewerVisibleConverter.cs" /> |
||
748 | <Compile Include="Common\Converter\StringToColorConverter.cs" /> |
||
749 | <Compile Include="Common\DocumentSet.cs" /> |
||
750 | <Compile Include="Common\ExpandingMouseOver.cs" /> |
||
751 | <Compile Include="Common\InitData.cs" /> |
||
752 | <Compile Include="Common\ThumbnailItem.cs" /> |
||
753 | <Compile Include="Common\UsersCommentPagesMember.cs" /> |
||
754 | <Compile Include="Common\ViewerDataModel.cs" /> |
||
755 | <Compile Include="Controls\AdornerFinal.xaml.cs"> |
||
756 | <DependentUpon>AdornerFinal.xaml</DependentUpon> |
||
757 | </Compile> |
||
758 | <Compile Include="Controls\CalendarControl.xaml.cs"> |
||
759 | <DependentUpon>CalendarControl.xaml</DependentUpon> |
||
760 | </Compile> |
||
761 | <Compile Include="Controls\PrintControl.xaml.cs"> |
||
762 | <DependentUpon>PrintControl.xaml</DependentUpon> |
||
763 | </Compile> |
||
764 | <Compile Include="Controls\Sample.xaml.cs"> |
||
765 | <DependentUpon>Sample.xaml</DependentUpon> |
||
766 | </Compile> |
||
767 | <Compile Include="Events\Event_KeyEvent.cs" /> |
||
768 | <Compile Include="Events\Export.cs" /> |
||
769 | <Compile Include="Events\Implementation\TopMenuEvent.cs" /> |
||
770 | <Compile Include="Events\Load.cs" /> |
||
771 | <Compile Include="Events\Property\EventProperty.cs" /> |
||
772 | <Compile Include="RegexCollection.cs" /> |
||
773 | <Compile Include="Services\BaseServices.cs" /> |
||
774 | <Compile Include="Views\MainMenu.xaml.cs"> |
||
775 | <DependentUpon>MainMenu.xaml</DependentUpon> |
||
776 | </Compile> |
||
777 | <Compile Include="Controls\Explorer.xaml.cs"> |
||
778 | <DependentUpon>Explorer.xaml</DependentUpon> |
||
779 | </Compile> |
||
780 | <Compile Include="Views\TopMenu.xaml.cs"> |
||
781 | <DependentUpon>TopMenu.xaml</DependentUpon> |
||
782 | </Compile> |
||
783 | <Compile Include="MainWindow.xaml.cs"> |
||
784 | <DependentUpon>MainWindow.xaml</DependentUpon> |
||
785 | <SubType>Code</SubType> |
||
786 | </Compile> |
||
787 | <Page Include="Resources\Theme_Color.xaml"> |
||
788 | <SubType>Designer</SubType> |
||
789 | <Generator>MSBuild:Compile</Generator> |
||
790 | </Page> |
||
791 | </ItemGroup> |
||
792 | <ItemGroup> |
||
793 | <Compile Include="Properties\AssemblyInfo.cs"> |
||
794 | <SubType>Code</SubType> |
||
795 | </Compile> |
||
796 | <Compile Include="Properties\Resources.Designer.cs"> |
||
797 | <AutoGen>True</AutoGen> |
||
798 | <DesignTime>True</DesignTime> |
||
799 | <DependentUpon>Resources.resx</DependentUpon> |
||
800 | </Compile> |
||
801 | <Compile Include="Properties\Settings.Designer.cs"> |
||
802 | <AutoGen>True</AutoGen> |
||
803 | <DependentUpon>Settings.settings</DependentUpon> |
||
804 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
805 | </Compile> |
||
806 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
807 | <Generator>ResXFileCodeGenerator</Generator> |
||
808 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
809 | </EmbeddedResource> |
||
810 | <None Include="app.config"> |
||
811 | <SubType>Designer</SubType> |
||
812 | </None> |
||
813 | 9f55b953 | taeseongkim | <None Include="app.Debug.config"> |
814 | <DependentUpon>app.config</DependentUpon> |
||
815 | </None> |
||
816 | f65e6c02 | taeseongkim | <None Include="app.Debug_CadExport.config"> |
817 | <DependentUpon>app.config</DependentUpon> |
||
818 | </None> |
||
819 | ab590000 | taeseongkim | <None Include="app.Debug_Daelim.config"> |
820 | <DependentUpon>app.config</DependentUpon> |
||
821 | </None> |
||
822 | 9f55b953 | taeseongkim | <None Include="app.Debug_DevDoftech.config"> |
823 | <DependentUpon>app.config</DependentUpon> |
||
824 | </None> |
||
825 | <None Include="app.Debug_HyoSung.config"> |
||
826 | <DependentUpon>app.config</DependentUpon> |
||
827 | </None> |
||
828 | f65e6c02 | taeseongkim | <None Include="app.Debug_SNI.config"> |
829 | <DependentUpon>app.config</DependentUpon> |
||
830 | </None> |
||
831 | 9f55b953 | taeseongkim | <None Include="app.Release.config"> |
832 | <DependentUpon>app.config</DependentUpon> |
||
833 | </None> |
||
834 | 80856edb | taeseongkim | <None Include="app.Release_Hyosung.config"> |
835 | <DependentUpon>app.config</DependentUpon> |
||
836 | </None> |
||
837 | ab590000 | taeseongkim | <None Include="app.Release_PEMSS.config"> |
838 | <DependentUpon>app.config</DependentUpon> |
||
839 | </None> |
||
840 | 6b6e937c | taeseongkim | <None Include="Connected Services\KcomService\KCOM.KcomService.FinalPDFResult.datasource"> |
841 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
842 | </None> |
||
843 | <None Include="Connected Services\KcomService\ServiceDeepView2.wsdl" /> |
||
844 | <None Include="Connected Services\KcomService\ServiceDeepView21.wsdl" /> |
||
845 | <None Include="Connected Services\KcomService\ServiceDeepView9.xsd"> |
||
846 | <SubType>Designer</SubType> |
||
847 | </None> |
||
848 | <None Include="Connected Services\KcomService\ServiceDeepView91.xsd"> |
||
849 | <SubType>Designer</SubType> |
||
850 | </None> |
||
851 | <None Include="Connected Services\KcomService\ServiceDeepView92.xsd"> |
||
852 | <SubType>Designer</SubType> |
||
853 | </None> |
||
854 | <None Include="Connected Services\KcomService\ServiceDeepView93.xsd"> |
||
855 | <SubType>Designer</SubType> |
||
856 | </None> |
||
857 | <None Include="Connected Services\KcomService\ServiceDeepView94.xsd"> |
||
858 | <SubType>Designer</SubType> |
||
859 | </None> |
||
860 | <None Include="Connected Services\KcomService\ServiceDeepView95.xsd"> |
||
861 | <SubType>Designer</SubType> |
||
862 | </None> |
||
863 | <None Include="Connected Services\KcomService\ServiceDeepView96.xsd"> |
||
864 | <SubType>Designer</SubType> |
||
865 | </None> |
||
866 | <None Include="Connected Services\KcomService\ServiceDeepView97.xsd"> |
||
867 | <SubType>Designer</SubType> |
||
868 | </None> |
||
869 | <None Include="Connected Services\KcomService\ServiceDeepView98.xsd"> |
||
870 | <SubType>Designer</SubType> |
||
871 | </None> |
||
872 | 787a4489 | KangIngu | <None Include="Connected Services\ServiceDeepView\KCOM.ServiceDeepView.FinalPDFResult.datasource"> |
873 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
874 | </None> |
||
875 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView.wsdl" /> |
876 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView.xsd"> |
||
877 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
878 | </None> |
||
879 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView1.wsdl" /> |
880 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView1.xsd"> |
||
881 | <SubType>Designer</SubType> |
||
882 | </None> |
||
883 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView2.wsdl" /> |
||
884 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView2.xsd"> |
||
885 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
886 | </None> |
||
887 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView21.wsdl" /> |
888 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView3.xsd"> |
||
889 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
890 | </None> |
||
891 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView4.xsd"> |
892 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
893 | </None> |
||
894 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView5.xsd"> |
895 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
896 | </None> |
||
897 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView6.xsd"> |
898 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
899 | </None> |
||
900 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView7.xsd"> |
901 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
902 | </None> |
||
903 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView8.xsd"> |
904 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
905 | </None> |
||
906 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView9.xsd"> |
907 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
908 | </None> |
||
909 | 6b6e937c | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView91.xsd"> |
910 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
911 | </None> |
||
912 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView92.xsd"> |
913 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
914 | </None> |
||
915 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView93.xsd"> |
916 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
917 | </None> |
||
918 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView94.xsd"> |
919 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
920 | </None> |
||
921 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView95.xsd"> |
922 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
923 | </None> |
||
924 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView96.xsd"> |
925 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
926 | </None> |
||
927 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView97.xsd"> |
928 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
929 | </None> |
||
930 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView98.xsd"> |
931 | <SubType>Designer</SubType> |
||
932 | </None> |
||
933 | b60e844d | taeseongkim | <None Include="Log.config"> |
934 | <SubType>Designer</SubType> |
||
935 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
936 | </None> |
||
937 | e451c585 | ljiyeon | <None Include="packages.config"> |
938 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
939 | </None> |
||
940 | f9d42594 | djkim | <None Include="Properties\app.manifest" /> |
941 | 787a4489 | KangIngu | <None Include="Properties\DataSources\IKCOM.KCOM_SystemInfo.datasource" /> |
942 | <None Include="Properties\DataSources\IKCOM.MarkupInfoItem.datasource" /> |
||
943 | 264c9309 | ljiyeon | <None Include="Properties\DataSources\IKCOM.VersionInfo.datasource" /> |
944 | 787a4489 | KangIngu | <None Include="Properties\DataSources\IKCOM.VPRevision.datasource" /> |
945 | 6c781c0c | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" /> |
946 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" /> |
||
947 | 787a4489 | KangIngu | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" /> |
948 | c0977e97 | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCPAGE.datasource" /> |
949 | 787a4489 | KangIngu | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" /> |
950 | 6c781c0c | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" /> |
951 | c0977e97 | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.FINAL_PDF.datasource" /> |
952 | 6c781c0c | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" /> |
953 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" /> |
||
954 | 787a4489 | KangIngu | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" /> |
955 | c0977e97 | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.PROPERTIES.datasource" /> |
956 | 6c781c0c | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" /> |
957 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" /> |
||
958 | f87ee33e | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.TALK.datasource" /> |
959 | 787a4489 | KangIngu | <None Include="Properties\DataSources\System.Windows.Rect.datasource" /> |
960 | <None Include="Properties\Settings.settings"> |
||
961 | <Generator>SettingsSingleFileGenerator</Generator> |
||
962 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
963 | af22332b | ljiyeon | <SubType>Designer</SubType> |
964 | 787a4489 | KangIngu | </None> |
965 | 79f3f21a | djkim | <None Include="tessdata\deu.traineddata"> |
966 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
967 | </None> |
||
968 | <None Include="tessdata\eng.traineddata"> |
||
969 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
970 | </None> |
||
971 | <None Include="tessdata\fra.traineddata"> |
||
972 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
973 | </None> |
||
974 | <None Include="tessdata\spa.traineddata"> |
||
975 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
976 | </None> |
||
977 | 787a4489 | KangIngu | <None Include="Web References\Get_FinalImage\Get_PdfImage.wsdl" /> |
978 | <None Include="Web References\Get_FinalImage\Reference.map"> |
||
979 | <Generator>MSDiscoCodeGenerator</Generator> |
||
980 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
981 | </None> |
||
982 | <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.wsdl" /> |
||
983 | <None Include="Web References\kr.co.devdoftech.cloud\Reference.map"> |
||
984 | <Generator>MSDiscoCodeGenerator</Generator> |
||
985 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
986 | </None> |
||
987 | </ItemGroup> |
||
988 | <ItemGroup> |
||
989 | <WCFMetadata Include="Connected Services\" /> |
||
990 | </ItemGroup> |
||
991 | <ItemGroup> |
||
992 | <Resource Include="Resources\Images\ExtImage\bmp.png" /> |
||
993 | <Resource Include="Resources\Images\ExtImage\docx.png" /> |
||
994 | <Resource Include="Resources\Images\ExtImage\jpg.png" /> |
||
995 | <Resource Include="Resources\Images\ExtImage\pdf.png" /> |
||
996 | <Resource Include="Resources\Images\ExtImage\png.png" /> |
||
997 | <Resource Include="Resources\Images\ExtImage\pptx.png" /> |
||
998 | <Resource Include="Resources\Images\ExtImage\psd.png" /> |
||
999 | <Resource Include="Resources\Images\ExtImage\txt.png" /> |
||
1000 | <Resource Include="Resources\Images\ExtImage\xlsx.png" /> |
||
1001 | <Resource Include="Resources\Images\ExtImage\zip.png" /> |
||
1002 | </ItemGroup> |
||
1003 | <ItemGroup> |
||
1004 | <Resource Include="Resources\Images\Logo\Daelim.jpg" /> |
||
1005 | </ItemGroup> |
||
1006 | <ItemGroup> |
||
1007 | <Resource Include="Resources\Images\OCSStatusImage\BLANK.png" /> |
||
1008 | <Resource Include="Resources\Images\OCSStatusImage\IMNAWAY.PNG" /> |
||
1009 | <Resource Include="Resources\Images\OCSStatusImage\IMNAWAYOOF.PNG" /> |
||
1010 | <Resource Include="Resources\Images\OCSStatusImage\IMNBLOCKED.PNG" /> |
||
1011 | <Resource Include="Resources\Images\OCSStatusImage\IMNBUSY.PNG" /> |
||
1012 | <Resource Include="Resources\Images\OCSStatusImage\IMNBUSYOOF.PNG" /> |
||
1013 | <Resource Include="Resources\Images\OCSStatusImage\IMNDND.PNG" /> |
||
1014 | <Resource Include="Resources\Images\OCSStatusImage\IMNDNDOOF.PNG" /> |
||
1015 | <Resource Include="Resources\Images\OCSStatusImage\IMNHDR.png" /> |
||
1016 | <Resource Include="Resources\Images\OCSStatusImage\IMNIDLE.PNG" /> |
||
1017 | <Resource Include="Resources\Images\OCSStatusImage\imnidlebusy.png" /> |
||
1018 | <Resource Include="Resources\Images\OCSStatusImage\imnidlebusyoof.png" /> |
||
1019 | <Resource Include="Resources\Images\OCSStatusImage\IMNIDLEOOF.PNG" /> |
||
1020 | <Resource Include="Resources\Images\OCSStatusImage\IMNOFF.PNG" /> |
||
1021 | <Resource Include="Resources\Images\OCSStatusImage\IMNOFFOOF.PNG" /> |
||
1022 | <Resource Include="Resources\Images\OCSStatusImage\IMNON.PNG" /> |
||
1023 | <Resource Include="Resources\Images\OCSStatusImage\IMNONOOF.PNG" /> |
||
1024 | <Resource Include="Resources\Images\OCSStatusImage\IMNUNK.PNG" /> |
||
1025 | </ItemGroup> |
||
1026 | <ItemGroup> |
||
1027 | <COMReference Include="Microsoft.Office.Core"> |
||
1028 | <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid> |
||
1029 | <VersionMajor>2</VersionMajor> |
||
1030 | <VersionMinor>8</VersionMinor> |
||
1031 | <Lcid>0</Lcid> |
||
1032 | <WrapperTool>primary</WrapperTool> |
||
1033 | <Isolated>False</Isolated> |
||
1034 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
1035 | </COMReference> |
||
1036 | <COMReference Include="Microsoft.Office.Interop.Excel"> |
||
1037 | <Guid>{00020813-0000-0000-C000-000000000046}</Guid> |
||
1038 | <VersionMajor>1</VersionMajor> |
||
1039 | <VersionMinor>9</VersionMinor> |
||
1040 | <Lcid>0</Lcid> |
||
1041 | <WrapperTool>primary</WrapperTool> |
||
1042 | <Isolated>False</Isolated> |
||
1043 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
1044 | </COMReference> |
||
1045 | </ItemGroup> |
||
1046 | <ItemGroup> |
||
1047 | <Resource Include="Resources\Images\MenuImage_New\arc.png" /> |
||
1048 | <Resource Include="Resources\Images\MenuImage_New\arrow.png" /> |
||
1049 | <Resource Include="Resources\Images\MenuImage_New\arrowText.png" /> |
||
1050 | <Resource Include="Resources\Images\MenuImage_New\arrowtextBorder.png" /> |
||
1051 | <Resource Include="Resources\Images\MenuImage_New\arrowTextCloud.png" /> |
||
1052 | <Resource Include="Resources\Images\MenuImage_New\arrowtextTrans.png" /> |
||
1053 | <Resource Include="Resources\Images\MenuImage_New\arrowTrans.png" /> |
||
1054 | <Resource Include="Resources\Images\MenuImage_New\arrowTransBorder.png" /> |
||
1055 | <Resource Include="Resources\Images\MenuImage_New\arrowTransCloud.png" /> |
||
1056 | <Resource Include="Resources\Images\MenuImage_New\bold.png" /> |
||
1057 | <Resource Include="Resources\Images\MenuImage_New\calendar.png" /> |
||
1058 | <Resource Include="Resources\Images\MenuImage_New\circle.png" /> |
||
1059 | <Resource Include="Resources\Images\MenuImage_New\cloud.png" /> |
||
1060 | <Resource Include="Resources\Images\MenuImage_New\cloudRect.png" /> |
||
1061 | <Resource Include="Resources\Images\MenuImage_New\dimension.png" /> |
||
1062 | <Resource Include="Resources\Images\MenuImage_New\dimensionEx.png" /> |
||
1063 | <Resource Include="Resources\Images\MenuImage_New\eraser.png" /> |
||
1064 | <Resource Include="Resources\Images\MenuImage_New\eraserLine.png" /> |
||
1065 | <Resource Include="Resources\Images\MenuImage_New\Italic.png" /> |
||
1066 | <Resource Include="Resources\Images\MenuImage_New\line.png" /> |
||
1067 | <Resource Include="Resources\Images\MenuImage_New\lineChain.png" /> |
||
1068 | <Resource Include="Resources\Images\MenuImage_New\lineDelete.png" /> |
||
1069 | <Resource Include="Resources\Images\MenuImage_New\markCheck.png" /> |
||
1070 | <Resource Include="Resources\Images\MenuImage_New\markRect.png" /> |
||
1071 | <Resource Include="Resources\Images\MenuImage_New\pen.png" /> |
||
1072 | <Resource Include="Resources\Images\MenuImage_New\picture.png" /> |
||
1073 | <Resource Include="Resources\Images\MenuImage_New\polygon.png" /> |
||
1074 | <Resource Include="Resources\Images\MenuImage_New\rectangle.png" /> |
||
1075 | <Resource Include="Resources\Images\MenuImage_New\select.png" /> |
||
1076 | <Resource Include="Resources\Images\MenuImage_New\selectInk.png" /> |
||
1077 | <Resource Include="Resources\Images\MenuImage_New\sign.png" /> |
||
1078 | <Resource Include="Resources\Images\MenuImage_New\signReal.png" /> |
||
1079 | <Resource Include="Resources\Images\MenuImage_New\stamp.png" /> |
||
1080 | <Resource Include="Resources\Images\MenuImage_New\text.png" /> |
||
1081 | <Resource Include="Resources\Images\MenuImage_New\textBorder.png" /> |
||
1082 | <Resource Include="Resources\Images\MenuImage_New\textCloud.png" /> |
||
1083 | <Resource Include="Resources\Images\MenuImage_New\triangle.png" /> |
||
1084 | <Resource Include="Resources\Images\MenuImage_New\underline.png" /> |
||
1085 | </ItemGroup> |
||
1086 | <ItemGroup> |
||
1087 | <Resource Include="Resources\Images\MenuImage_New\print.png" /> |
||
1088 | </ItemGroup> |
||
1089 | <ItemGroup> |
||
1090 | <Resource Include="Resources\Images\MenuImage_New\printer.png" /> |
||
1091 | </ItemGroup> |
||
1092 | <ItemGroup> |
||
1093 | <Resource Include="Resources\Images\MenuImage_New\toPDF.png" /> |
||
1094 | </ItemGroup> |
||
1095 | <ItemGroup> |
||
1096 | <Resource Include="Resources\Images\MenuImage_New\minus.png" /> |
||
1097 | <Resource Include="Resources\Images\MenuImage_New\plus.png" /> |
||
1098 | </ItemGroup> |
||
1099 | <ItemGroup> |
||
1100 | <Resource Include="Resources\Images\MenuImage_New\fitWindownHeight.png" /> |
||
1101 | <Resource Include="Resources\Images\MenuImage_New\fitWindownWidth.png" /> |
||
1102 | <Resource Include="Resources\Images\MenuImage_New\fullscreen.png" /> |
||
1103 | </ItemGroup> |
||
1104 | <ItemGroup> |
||
1105 | <Resource Include="Resources\Images\MenuImage_New\expand.png" /> |
||
1106 | </ItemGroup> |
||
1107 | <ItemGroup> |
||
1108 | <Resource Include="Resources\Images\MenuImage_New\zoom-in-tool.png" /> |
||
1109 | </ItemGroup> |
||
1110 | <ItemGroup> |
||
1111 | <Resource Include="Resources\Images\MenuImage_New\pageArrow.png" /> |
||
1112 | </ItemGroup> |
||
1113 | <ItemGroup> |
||
1114 | <Resource Include="Messenger\user.png" /> |
||
1115 | </ItemGroup> |
||
1116 | <ItemGroup> |
||
1117 | 6b6e937c | taeseongkim | <WCFMetadataStorage Include="Connected Services\KcomService\" /> |
1118 | 787a4489 | KangIngu | <WCFMetadataStorage Include="Connected Services\ServiceDeepView\" /> |
1119 | </ItemGroup> |
||
1120 | <ItemGroup> |
||
1121 | <None Include="Connected Services\ServiceDeepView\configuration91.svcinfo" /> |
||
1122 | </ItemGroup> |
||
1123 | <ItemGroup> |
||
1124 | <None Include="Connected Services\ServiceDeepView\configuration.svcinfo" /> |
||
1125 | </ItemGroup> |
||
1126 | <ItemGroup> |
||
1127 | <None Include="Connected Services\ServiceDeepView\Reference.svcmap"> |
||
1128 | <Generator>WCF Proxy Generator</Generator> |
||
1129 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
1130 | </None> |
||
1131 | </ItemGroup> |
||
1132 | <ItemGroup> |
||
1133 | <WebReferences Include="Web References\" /> |
||
1134 | </ItemGroup> |
||
1135 | <ItemGroup> |
||
1136 | <WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx"> |
||
1137 | <UrlBehavior>Dynamic</UrlBehavior> |
||
1138 | <RelPath>Web References\Get_FinalImage\</RelPath> |
||
1139 | <UpdateFromURL>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</UpdateFromURL> |
||
1140 | <ServiceLocationURL> |
||
1141 | </ServiceLocationURL> |
||
1142 | <CachedDynamicPropName> |
||
1143 | </CachedDynamicPropName> |
||
1144 | <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName> |
||
1145 | <CachedSettingsPropName>KCOM_Get_FinalImage_Get_PdfImage</CachedSettingsPropName> |
||
1146 | </WebReferenceUrl> |
||
1147 | <WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx"> |
||
1148 | <UrlBehavior>Dynamic</UrlBehavior> |
||
1149 | <RelPath>Web References\kr.co.devdoftech.cloud\</RelPath> |
||
1150 | <UpdateFromURL>http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</UpdateFromURL> |
||
1151 | <ServiceLocationURL> |
||
1152 | </ServiceLocationURL> |
||
1153 | <CachedDynamicPropName> |
||
1154 | </CachedDynamicPropName> |
||
1155 | <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName> |
||
1156 | <CachedSettingsPropName>KCOM_kr_co_devdoftech_cloud_FileUpload</CachedSettingsPropName> |
||
1157 | </WebReferenceUrl> |
||
1158 | </ItemGroup> |
||
1159 | <ItemGroup> |
||
1160 | <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.disco" /> |
||
1161 | </ItemGroup> |
||
1162 | <ItemGroup> |
||
1163 | <Resource Include="Resources\Images\MenuImage_New\up-arrow.png" /> |
||
1164 | </ItemGroup> |
||
1165 | <ItemGroup> |
||
1166 | <Resource Include="Resources\Images\MenuImage_New\cancel.png" /> |
||
1167 | </ItemGroup> |
||
1168 | <ItemGroup> |
||
1169 | <Resource Include="Resources\Images\MenuImage_New\locked-padlock.png" /> |
||
1170 | <Resource Include="Resources\Images\MenuImage_New\locked-padlock_color.png" /> |
||
1171 | </ItemGroup> |
||
1172 | <ItemGroup> |
||
1173 | 2007ecaa | taeseongkim | <Folder Include="PlugIn\" /> |
1174 | 787a4489 | KangIngu | <Folder Include="Themes\" /> |
1175 | </ItemGroup> |
||
1176 | <ItemGroup> |
||
1177 | <Resource Include="Messenger\clip.png" /> |
||
1178 | <Resource Include="Messenger\frame-landscape.png" /> |
||
1179 | </ItemGroup> |
||
1180 | <ItemGroup> |
||
1181 | <Resource Include="Messenger\email.png" /> |
||
1182 | </ItemGroup> |
||
1183 | <ItemGroup> |
||
1184 | <Resource Include="Messenger\check_pen.png" /> |
||
1185 | </ItemGroup> |
||
1186 | <ItemGroup> |
||
1187 | <Resource Include="Resources\Images\MenuImage_New\panorama.png" /> |
||
1188 | </ItemGroup> |
||
1189 | <ItemGroup> |
||
1190 | <Resource Include="Resources\Images\MenuImage_New\Rotate_Minus.png" /> |
||
1191 | <Resource Include="Resources\Images\MenuImage_New\Rotate_Plus.png" /> |
||
1192 | </ItemGroup> |
||
1193 | <ItemGroup> |
||
1194 | <Resource Include="Resources\Images\MenuImage_New\flip.png" /> |
||
1195 | </ItemGroup> |
||
1196 | <ItemGroup> |
||
1197 | <Resource Include="Resources\Images\MenuImage_New\checklist.png" /> |
||
1198 | </ItemGroup> |
||
1199 | <ItemGroup> |
||
1200 | <Resource Include="Resources\Images\MenuImage_New\pdf.png" /> |
||
1201 | </ItemGroup> |
||
1202 | <ItemGroup> |
||
1203 | <Resource Include="Resources\Images\MenuImage_New\file.png" /> |
||
1204 | </ItemGroup> |
||
1205 | <ItemGroup> |
||
1206 | <Resource Include="Resources\Images\MenuImage_New\diskette.png" /> |
||
1207 | </ItemGroup> |
||
1208 | <ItemGroup> |
||
1209 | <Resource Include="markup.ico" /> |
||
1210 | </ItemGroup> |
||
1211 | <ItemGroup> |
||
1212 | <Resource Include="Resources\Images\MenuImage_New\chronometer.png" /> |
||
1213 | </ItemGroup> |
||
1214 | <ItemGroup> |
||
1215 | <None Include="Web References\Get_FinalImage\Get_PdfImage.disco" /> |
||
1216 | </ItemGroup> |
||
1217 | <ItemGroup> |
||
1218 | <Resource Include="Resources\Images\MenuImage_New\archive.png" /> |
||
1219 | </ItemGroup> |
||
1220 | d4b0c723 | KangIngu | <ItemGroup> |
1221 | <Resource Include="Resources\Images\MenuImage_New\copy1.png" /> |
||
1222 | <Resource Include="Resources\Images\MenuImage_New\copy2.png" /> |
||
1223 | <Resource Include="Resources\Images\MenuImage_New\copy3.png" /> |
||
1224 | <Resource Include="Resources\Images\MenuImage_New\copy4.png" /> |
||
1225 | <Resource Include="Resources\Images\MenuImage_New\Cut1.png" /> |
||
1226 | <Resource Include="Resources\Images\MenuImage_New\Cut2.png" /> |
||
1227 | <Resource Include="Resources\Images\MenuImage_New\Cut3.png" /> |
||
1228 | <Resource Include="Resources\Images\MenuImage_New\Cut4.png" /> |
||
1229 | <Resource Include="Resources\Images\MenuImage_New\Delete1.png" /> |
||
1230 | <Resource Include="Resources\Images\MenuImage_New\Delete2.png" /> |
||
1231 | <Resource Include="Resources\Images\MenuImage_New\Delete3.png" /> |
||
1232 | <Resource Include="Resources\Images\MenuImage_New\Delete4.png" /> |
||
1233 | <Resource Include="Resources\Images\MenuImage_New\Paste1.png" /> |
||
1234 | <Resource Include="Resources\Images\MenuImage_New\Paste2.png" /> |
||
1235 | <Resource Include="Resources\Images\MenuImage_New\Paste3.png" /> |
||
1236 | <Resource Include="Resources\Images\MenuImage_New\Paste4.png" /> |
||
1237 | <Resource Include="Resources\Images\MenuImage_New\Undo1.png" /> |
||
1238 | <Resource Include="Resources\Images\MenuImage_New\Undo2.png" /> |
||
1239 | <Resource Include="Resources\Images\MenuImage_New\Undo3.png" /> |
||
1240 | <Resource Include="Resources\Images\MenuImage_New\Undo4.png" /> |
||
1241 | </ItemGroup> |
||
1242 | <ItemGroup> |
||
1243 | <Resource Include="Resources\Images\MenuImage_New\Redo3.png" /> |
||
1244 | </ItemGroup> |
||
1245 | 84545cb3 | humkyung | <ItemGroup> |
1246 | <Resource Include="Resources\Images\MenuImage_New\diskette2.png" /> |
||
1247 | </ItemGroup> |
||
1248 | 8b52c487 | djkim | <ItemGroup> |
1249 | <Resource Include="Resources\Images\MenuImage_New\close-window.png" /> |
||
1250 | <Resource Include="Resources\Images\MenuImage_New\maximize-window.png" /> |
||
1251 | <Resource Include="Resources\Images\MenuImage_New\minimize-window.png" /> |
||
1252 | <Resource Include="Resources\Images\MenuImage_New\restore-window.png" /> |
||
1253 | </ItemGroup> |
||
1254 | 6c781c0c | djkim | <ItemGroup> |
1255 | 02d33d78 | djkim | <Resource Include="Resources\Images\MenuImage_New\small\font.png" /> |
1256 | <Resource Include="Resources\Images\MenuImage_New\small\line.png" /> |
||
1257 | <Resource Include="Resources\Images\MenuImage_New\small\pen.png" /> |
||
1258 | <Resource Include="Resources\Images\MenuImage_New\small\shape.png" /> |
||
1259 | <Resource Include="Resources\Images\MenuImage_New\small\stamp.png" /> |
||
1260 | <Resource Include="Resources\Images\MenuImage_New\small\text.png" /> |
||
1261 | </ItemGroup> |
||
1262 | <ItemGroup> |
||
1263 | <Resource Include="Resources\Images\MenuImage_New\small\control.png" /> |
||
1264 | <Resource Include="Resources\Images\MenuImage_New\small\linestyle.png" /> |
||
1265 | <Resource Include="Resources\Images\MenuImage_New\small\page.png" /> |
||
1266 | <Resource Include="Resources\Images\MenuImage_New\small\view.png" /> |
||
1267 | </ItemGroup> |
||
1268 | e451c585 | ljiyeon | <ItemGroup> |
1269 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView1.disco" /> |
||
1270 | </ItemGroup> |
||
1271 | c7fcb949 | ljiyeon | <ItemGroup> |
1272 | cf2671a6 | ljiyeon | <Resource Include="Resources\Images\MenuImage_New\splash.png" /> |
1273 | c7fcb949 | ljiyeon | </ItemGroup> |
1274 | ca16abb2 | ljiyeon | <ItemGroup> |
1275 | <Resource Include="Resources\Cursor\customCursor.cur" /> |
||
1276 | </ItemGroup> |
||
1277 | <ItemGroup> |
||
1278 | <Resource Include="Resources\Cursor\customCursor2.cur" /> |
||
1279 | </ItemGroup> |
||
1280 | 40b3ce25 | ljiyeon | <ItemGroup> |
1281 | <Resource Include="Resources\Images\MenuImage_New\arrowarc.png" /> |
||
1282 | </ItemGroup> |
||
1283 | 53880c83 | ljiyeon | <ItemGroup> |
1284 | 684ef11c | ljiyeon | <Resource Include="oda.bmp" /> |
1285 | </ItemGroup> |
||
1286 | <ItemGroup> |
||
1287 | <Resource Include="Resources\Images\MenuImage_New\overlap.png" /> |
||
1288 | </ItemGroup> |
||
1289 | <ItemGroup> |
||
1290 | <Resource Include="Resources\Images\MenuImage_New\clip.png" /> |
||
1291 | <Resource Include="Resources\Images\MenuImage_New\inside.png" /> |
||
1292 | </ItemGroup> |
||
1293 | <ItemGroup> |
||
1294 | <Resource Include="Resources\Images\MenuImage_New\View.png" /> |
||
1295 | </ItemGroup> |
||
1296 | <ItemGroup> |
||
1297 | <Resource Include="Resources\Images\MenuImage_New\small\export.png" /> |
||
1298 | <Resource Include="Resources\Images\MenuImage_New\small\white.png" /> |
||
1299 | </ItemGroup> |
||
1300 | <ItemGroup> |
||
1301 | <Resource Include="Resources\Images\MenuImage_New\white.png" /> |
||
1302 | </ItemGroup> |
||
1303 | <ItemGroup> |
||
1304 | 5928384e | djkim | <ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
1305 | <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project> |
||
1306 | <Name>CommonLib</Name> |
||
1307 | </ProjectReference> |
||
1308 | 2007ecaa | taeseongkim | <ProjectReference Include="..\IIpc\IIpc.csproj"> |
1309 | <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project> |
||
1310 | <Name>IIpc</Name> |
||
1311 | </ProjectReference> |
||
1312 | 684ef11c | ljiyeon | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
1313 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
1314 | <Name>IKCOM</Name> |
||
1315 | </ProjectReference> |
||
1316 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
1317 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
1318 | <Name>KCOMDataModel</Name> |
||
1319 | </ProjectReference> |
||
1320 | <ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj"> |
||
1321 | <Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project> |
||
1322 | <Name>MarkupToPDF</Name> |
||
1323 | </ProjectReference> |
||
1324 | 24c5e56c | taeseongkim | <ProjectReference Include="..\Markus.Fonts\Markus.Fonts.csproj"> |
1325 | <Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project> |
||
1326 | <Name>Markus.Fonts</Name> |
||
1327 | </ProjectReference> |
||
1328 | 684ef11c | ljiyeon | <ProjectReference Include="..\ZoomAndPan\ZoomAndPan.csproj"> |
1329 | <Project>{6c950af4-04d2-4638-8b78-472e39f78b45}</Project> |
||
1330 | <Name>ZoomAndPan</Name> |
||
1331 | </ProjectReference> |
||
1332 | </ItemGroup> |
||
1333 | cdfb57ff | taeseongkim | <ItemGroup> |
1334 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
1335 | <Visible>False</Visible> |
||
1336 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
1337 | <Install>false</Install> |
||
1338 | </BootstrapperPackage> |
||
1339 | </ItemGroup> |
||
1340 | 4fcd9bda | taeseongkim | <ItemGroup> |
1341 | <None Include="obfuscar.xml"> |
||
1342 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
1343 | </None> |
||
1344 | </ItemGroup> |
||
1345 | ff01c725 | humkyung | <ItemGroup> |
1346 | 6b6e937c | taeseongkim | <None Include="Connected Services\KcomService\configuration91.svcinfo" /> |
1347 | </ItemGroup> |
||
1348 | <ItemGroup> |
||
1349 | <None Include="Connected Services\KcomService\configuration.svcinfo" /> |
||
1350 | </ItemGroup> |
||
1351 | <ItemGroup> |
||
1352 | <None Include="Connected Services\KcomService\Reference.svcmap"> |
||
1353 | <Generator>WCF Proxy Generator</Generator> |
||
1354 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
1355 | </None> |
||
1356 | </ItemGroup> |
||
1357 | <ItemGroup> |
||
1358 | <None Include="Connected Services\KcomService\ServiceDeepView1.disco" /> |
||
1359 | </ItemGroup> |
||
1360 | <ItemGroup> |
||
1361 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView.disco" /> |
||
1362 | ff01c725 | humkyung | </ItemGroup> |
1363 | 787a4489 | KangIngu | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1364 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
1365 | <PropertyGroup> |
||
1366 | <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> |
||
1367 | </PropertyGroup> |
||
1368 | 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'))" /> |
1369 | 787a4489 | KangIngu | </Target> |
1370 | 274cde11 | taeseongkim | <Target Name="PostBuildMacros"> |
1371 | <GetAssemblyIdentity AssemblyFiles="$(TargetPath)"> |
||
1372 | <Output TaskParameter="Assemblies" ItemName="Targets" /> |
||
1373 | </GetAssemblyIdentity> |
||
1374 | <ItemGroup> |
||
1375 | <VersionNumber Include="@(Targets->'%(Version)')" /> |
||
1376 | </ItemGroup> |
||
1377 | </Target> |
||
1378 | e451c585 | ljiyeon | <PropertyGroup> |
1379 | 274cde11 | taeseongkim | <PostBuildEventDependsOn> |
1380 | $(PostBuildEventDependsOn); |
||
1381 | PostBuildMacros; |
||
1382 | </PostBuildEventDependsOn> |
||
1383 | <PostBuildEvent>if $(ConfigurationName) == Release_Default ( |
||
1384 | cd $(SolutionDir) |
||
1385 | call "$(SolutionDir)PublishSign.bat" |
||
1386 | |||
1387 | call "$(SolutionDir)appCast_Daelim.bat" "@(VersionNumber)" |
||
1388 | call "$(SolutionDir)appCast_HS.bat" "@(VersionNumber)" |
||
1389 | call "$(SolutionDir)appCast_SNI.bat" "@(VersionNumber)" |
||
1390 | )</PostBuildEvent> |
||
1391 | e451c585 | ljiyeon | </PropertyGroup> |
1392 | 9f55b953 | taeseongkim | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
1393 | <Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')"> |
||
1394 | <!--Generate transformed app config in the intermediate directory--> |
||
1395 | <TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" /> |
||
1396 | <!--Force build process to use the transformed configuration file from now on.--> |
||
1397 | <ItemGroup> |
||
1398 | <AppConfigWithTargetPath Remove="App.config" /> |
||
1399 | <AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config"> |
||
1400 | <TargetPath>$(TargetFileName).config</TargetPath> |
||
1401 | </AppConfigWithTargetPath> |
||
1402 | </ItemGroup> |
||
1403 | </Target> |
||
1404 | <!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.--> |
||
1405 | <Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')"> |
||
1406 | <PropertyGroup> |
||
1407 | <DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig> |
||
1408 | </PropertyGroup> |
||
1409 | <!--Publish copies the untransformed App.config to deployment directory so overwrite it--> |
||
1410 | <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" /> |
||
1411 | </Target> |
||
1412 | <PropertyGroup> |
||
1413 | c0ec90f3 | taeseongkim | <PreBuildEvent>IF NOT EXIST $(TargetDir)Plugin ( |
1414 | mkdir $(TargetDir)Plugin |
||
1415 | ) |
||
1416 | |||
1417 | xcopy $(ProjectDir)..\publish\Downloader\*.* $(TargetDir)Plugin\*.* /I /E /S /Y /F |
||
1418 | 2007ecaa | taeseongkim | |
1419 | if $(ConfigurationName) == Debug ( |
||
1420 | c0ec90f3 | taeseongkim | xcopy "$(ProjectDir)..\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1421 | f882e166 | taeseongkim | ) |
1422 | |||
1423 | 664ea2e1 | taeseongkim | if $(ConfigurationName) == Release_Default ( |
1424 | c0ec90f3 | taeseongkim | xcopy "$(ProjectDir)..\INI\MARKUS.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1425 | 664ea2e1 | taeseongkim | ) |
1426 | |||
1427 | f882e166 | taeseongkim | if $(ConfigurationName) == Debug_Daelim ( |
1428 | c0ec90f3 | taeseongkim | xcopy "$(ProjectDir)..\INI\MARKUS_Daelim.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1429 | f882e166 | taeseongkim | ) |
1430 | |||
1431 | 9d5b4bc2 | taeseongkim | if $(ConfigurationName) == Daelim_RemoteTest ( |
1432 | c0ec90f3 | taeseongkim | xcopy "$(ProjectDir)..\INI\MARKUS_DAELIM_REMOTE.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1433 | 9d5b4bc2 | taeseongkim | ) |
1434 | |||
1435 | f882e166 | taeseongkim | if $(ConfigurationName) == Debug_DevDoftech ( |
1436 | c0ec90f3 | taeseongkim | xcopy "$(ProjectDir)..\INI\MARKUS_Doftech.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1437 | f882e166 | taeseongkim | ) |
1438 | |||
1439 | if $(ConfigurationName) == Debug_HyoSung ( |
||
1440 | c0ec90f3 | taeseongkim | xcopy "$(ProjectDir)..\INI\MARKUS_HyoSung_Debug.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1441 | f882e166 | taeseongkim | ) |
1442 | |||
1443 | if $(ConfigurationName) == Release_HyoSung ( |
||
1444 | c0ec90f3 | taeseongkim | xcopy "$(ProjectDir)..\INI\MARKUS_HyoSung.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1445 | f882e166 | taeseongkim | ) |
1446 | if $(ConfigurationName) == Release_PEMSS ( |
||
1447 | c0ec90f3 | taeseongkim | xcopy "$(ProjectDir)..\INI\MARKUS_PEMSS.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1448 | f882e166 | taeseongkim | ) |
1449 | if $(ConfigurationName) == Debug_SNI ( |
||
1450 | c0ec90f3 | taeseongkim | xcopy "$(ProjectDir)..\INI\MARKUS_SNI.ini" "C:\ProgramData\MARKUS\MARKUS.ini" /I /E /S /Y /F |
1451 | f882e166 | taeseongkim | )</PreBuildEvent> |
1452 | 9f55b953 | taeseongkim | </PropertyGroup> |
1453 | 80856edb | taeseongkim | <Target Name="app_Release_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('app.Release.$(Configuration).config')"> |
1454 | <TransformXml Source="app.Release.config" Destination="$(OutputPath)app.Release.config" Transform="app.Release.$(Configuration).config" /> |
||
1455 | </Target> |
||
1456 | 787a4489 | KangIngu | </Project> |