markus / KCOM / KCOM.csproj @ 1305c420
이력 | 보기 | 이력해설 | 다운로드 (67.6 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 | 30878507 | taeseongkim | <Import Project="..\packages\Obfuscar.2.2.29\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.29\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 | b74a9c91 | taeseongkim | <Compile Include="Common\MacroItem.cs" /> |
505 | 8e5a4a6a | taeseongkim | <Compile Include="Common\MarkupUserInfo.cs" /> |
506 | 8de55603 | taeseongkim | <Compile Include="Common\MathHelper.cs" /> |
507 | b74a9c91 | taeseongkim | <Compile Include="Common\MenuItem.cs" /> |
508 | 6b6e937c | taeseongkim | <Compile Include="Common\MouseInputBase.cs" /> |
509 | d33ef543 | taeseongkim | <Compile Include="Controls\CustomWindow.cs" /> |
510 | b74a9c91 | taeseongkim | <Compile Include="Controls\MacroEdit.xaml.cs"> |
511 | <DependentUpon>MacroEdit.xaml</DependentUpon> |
||
512 | </Compile> |
||
513 | c206d293 | taeseongkim | <Compile Include="Controls\PasswordBoxUtilities.cs" /> |
514 | 2007ecaa | taeseongkim | <Compile Include="Extensions\DownloadProcess.cs" /> |
515 | eeb0a39c | taeseongkim | <Compile Include="Extensions\LinqExtension.cs" /> |
516 | b74a9c91 | taeseongkim | <Compile Include="Extensions\MacroHelper.cs" /> |
517 | eeb0a39c | taeseongkim | <Compile Include="PageManager\PageItem.cs" /> |
518 | 2007ecaa | taeseongkim | <Compile Include="PageManager\PageLoadCompletedEventArgs.cs" /> |
519 | eeb0a39c | taeseongkim | <Compile Include="PageManager\PageStorage.cs" /> |
520 | 959b3ef2 | humkyung | <Compile Include="Common\SelectionSet.cs" /> |
521 | e451c585 | ljiyeon | <Compile Include="Common\TempFile.cs" /> |
522 | 6b6e937c | taeseongkim | <Compile Include="Connected Services\KcomService\Reference.cs"> |
523 | <AutoGen>True</AutoGen> |
||
524 | <DesignTime>True</DesignTime> |
||
525 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
526 | </Compile> |
||
527 | 787a4489 | KangIngu | <Compile Include="Connected Services\ServiceDeepView\Reference.cs"> |
528 | <AutoGen>True</AutoGen> |
||
529 | <DesignTime>True</DesignTime> |
||
530 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
531 | </Compile> |
||
532 | 5a8b818e | humkyung | <Compile Include="Controls\addToFavoriteWindow_Internal.xaml.cs"> |
533 | <DependentUpon>addToFavoriteWindow_Internal.xaml</DependentUpon> |
||
534 | </Compile> |
||
535 | 787a4489 | KangIngu | <Compile Include="Controls\Alert.xaml.cs"> |
536 | <DependentUpon>Alert.xaml</DependentUpon> |
||
537 | </Compile> |
||
538 | <Compile Include="Controls\CheckList.xaml.cs"> |
||
539 | <DependentUpon>CheckList.xaml</DependentUpon> |
||
540 | </Compile> |
||
541 | <Compile Include="Controls\CheckList_Detail.xaml.cs"> |
||
542 | <DependentUpon>CheckList_Detail.xaml</DependentUpon> |
||
543 | </Compile> |
||
544 | 8e2743a3 | humkyung | <Compile Include="Controls\CheckList_Status.xaml.cs"> |
545 | <DependentUpon>CheckList_Status.xaml</DependentUpon> |
||
546 | </Compile> |
||
547 | 787a4489 | KangIngu | <Compile Include="Controls\CommantImage.xaml.cs"> |
548 | <DependentUpon>CommantImage.xaml</DependentUpon> |
||
549 | </Compile> |
||
550 | 92442e4a | taeseongkim | <Compile Include="Controls\DecodeImage.cs" /> |
551 | 5a8b818e | humkyung | <Compile Include="Controls\editToFavoriteWindow_Internal.xaml.cs"> |
552 | <DependentUpon>editToFavoriteWindow_Internal.xaml</DependentUpon> |
||
553 | </Compile> |
||
554 | <Compile Include="Controls\FavoritePanel.xaml.cs"> |
||
555 | <DependentUpon>FavoritePanel.xaml</DependentUpon> |
||
556 | </Compile> |
||
557 | 787a4489 | KangIngu | <Compile Include="Controls\Panorama.xaml.cs"> |
558 | <DependentUpon>Panorama.xaml</DependentUpon> |
||
559 | </Compile> |
||
560 | 882f0fcf | djkim | <Compile Include="Controls\ProgressControl.xaml.cs"> |
561 | <DependentUpon>ProgressControl.xaml</DependentUpon> |
||
562 | </Compile> |
||
563 | 787a4489 | KangIngu | <Compile Include="Controls\SearchPanel.xaml.cs"> |
564 | <DependentUpon>SearchPanel.xaml</DependentUpon> |
||
565 | </Compile> |
||
566 | <Compile Include="Controls\Symbol.xaml.cs"> |
||
567 | <DependentUpon>Symbol.xaml</DependentUpon> |
||
568 | </Compile> |
||
569 | 53880c83 | ljiyeon | <Compile Include="Controls\SymbolPrompt.xaml.cs"> |
570 | <DependentUpon>SymbolPrompt.xaml</DependentUpon> |
||
571 | </Compile> |
||
572 | 35a96e24 | humkyung | <Compile Include="Events\ConsolidateCommand.cs" /> |
573 | b37ef4b3 | humkyung | <Compile Include="Events\CopyCommand.cs" /> |
574 | f513c215 | humkyung | <Compile Include="Events\CreateCommand.cs" /> |
575 | b37ef4b3 | humkyung | <Compile Include="Events\CutCommand.cs" /> |
576 | 959b3ef2 | humkyung | <Compile Include="Events\DeleteCommand.cs" /> |
577 | f816dd63 | humkyung | <Compile Include="Events\Move.cs" /> |
578 | b37ef4b3 | humkyung | <Compile Include="Events\PasteCommand.cs" /> |
579 | d4bde724 | humkyung | <Compile Include="Events\TeamConsolidateCommand.cs" /> |
580 | d128ceb2 | humkyung | <Compile Include="Events\UndoCommand.cs" /> |
581 | f816dd63 | humkyung | <Compile Include="Events\SaveCommand.cs" /> |
582 | <Compile Include="Events\RedoCommand.cs" /> |
||
583 | c7fde400 | taeseongkim | <Compile Include="Extensions\MarkupVisitHelper.cs" /> |
584 | 2089959a | taeseongkim | <Compile Include="Extensions\MatrixHelper.cs" /> |
585 | 8e5a4a6a | taeseongkim | <Compile Include="Extensions\MouseHelper.cs" /> |
586 | eeb0a39c | taeseongkim | <Compile Include="Extensions\TaskExtensions.cs" /> |
587 | 8e5a4a6a | taeseongkim | <Compile Include="Extensions\VisualHelper.cs" /> |
588 | aff63364 | taeseongkim | <Compile Include="Extensions\WindowHelper.cs" /> |
589 | 0f065e57 | ljiyeon | <Compile Include="Logger.cs" /> |
590 | 787a4489 | KangIngu | <Compile Include="Messenger\ConversationView.xaml.cs"> |
591 | <DependentUpon>ConversationView.xaml</DependentUpon> |
||
592 | </Compile> |
||
593 | <Compile Include="Messenger\MessageBase.cs" /> |
||
594 | cf2671a6 | ljiyeon | <Compile Include="Views\SplashScreenWindow.xaml.cs"> |
595 | <DependentUpon>SplashScreenWindow.xaml</DependentUpon> |
||
596 | </Compile> |
||
597 | 787a4489 | KangIngu | <Compile Include="Web References\Get_FinalImage\Reference.cs"> |
598 | <AutoGen>True</AutoGen> |
||
599 | <DesignTime>True</DesignTime> |
||
600 | <DependentUpon>Reference.map</DependentUpon> |
||
601 | </Compile> |
||
602 | <Compile Include="Web References\kr.co.devdoftech.cloud\Reference.cs"> |
||
603 | <AutoGen>True</AutoGen> |
||
604 | <DesignTime>True</DesignTime> |
||
605 | <DependentUpon>Reference.map</DependentUpon> |
||
606 | </Compile> |
||
607 | <Compile Include="WrapPanel\LengthConverter.cs" /> |
||
608 | <Compile Include="WrapPanel\NumericExtensions.cs" /> |
||
609 | <Compile Include="WrapPanel\OrientedSize.cs" /> |
||
610 | <Compile Include="WrapPanel\TypeConverters.cs" /> |
||
611 | <Compile Include="WrapPanel\WrapPanel.cs" /> |
||
612 | <Page Include="Assets\MarkupColorListBox.xaml"> |
||
613 | <SubType>Designer</SubType> |
||
614 | <Generator>MSBuild:Compile</Generator> |
||
615 | </Page> |
||
616 | <Page Include="Assets\RadGridViewStyleResourceDictionary.xaml"> |
||
617 | <Generator>MSBuild:Compile</Generator> |
||
618 | <SubType>Designer</SubType> |
||
619 | </Page> |
||
620 | 5a8b818e | humkyung | <Page Include="Controls\addToFavoriteWindow_Internal.xaml"> |
621 | <Generator>MSBuild:Compile</Generator> |
||
622 | <SubType>Designer</SubType> |
||
623 | </Page> |
||
624 | 787a4489 | KangIngu | <Page Include="Controls\AdornerFinal.xaml"> |
625 | <SubType>Designer</SubType> |
||
626 | <Generator>MSBuild:Compile</Generator> |
||
627 | </Page> |
||
628 | <Page Include="Controls\Alert.xaml"> |
||
629 | <Generator>MSBuild:Compile</Generator> |
||
630 | <SubType>Designer</SubType> |
||
631 | </Page> |
||
632 | <Page Include="Controls\CalendarControl.xaml"> |
||
633 | <SubType>Designer</SubType> |
||
634 | <Generator>MSBuild:Compile</Generator> |
||
635 | </Page> |
||
636 | <Page Include="Controls\CheckList.xaml"> |
||
637 | <SubType>Designer</SubType> |
||
638 | <Generator>MSBuild:Compile</Generator> |
||
639 | </Page> |
||
640 | <Page Include="Controls\CheckList_Detail.xaml"> |
||
641 | <Generator>MSBuild:Compile</Generator> |
||
642 | <SubType>Designer</SubType> |
||
643 | 8e2743a3 | humkyung | </Page> |
644 | <Page Include="Controls\CheckList_Status.xaml"> |
||
645 | <Generator>MSBuild:Compile</Generator> |
||
646 | <SubType>Designer</SubType> |
||
647 | 787a4489 | KangIngu | </Page> |
648 | <Page Include="Controls\CommantImage.xaml"> |
||
649 | <Generator>MSBuild:Compile</Generator> |
||
650 | <SubType>Designer</SubType> |
||
651 | </Page> |
||
652 | 5a8b818e | humkyung | <Page Include="Controls\editToFavoriteWindow_Internal.xaml"> |
653 | <Generator>MSBuild:Compile</Generator> |
||
654 | <SubType>Designer</SubType> |
||
655 | </Page> |
||
656 | <Page Include="Controls\FavoritePanel.xaml"> |
||
657 | <Generator>MSBuild:Compile</Generator> |
||
658 | <SubType>Designer</SubType> |
||
659 | </Page> |
||
660 | b74a9c91 | taeseongkim | <Page Include="Controls\MacroEdit.xaml"> |
661 | <SubType>Designer</SubType> |
||
662 | <Generator>MSBuild:Compile</Generator> |
||
663 | </Page> |
||
664 | 787a4489 | KangIngu | <Page Include="Controls\Panorama.xaml"> |
665 | <SubType>Designer</SubType> |
||
666 | <Generator>MSBuild:Compile</Generator> |
||
667 | </Page> |
||
668 | <Page Include="Controls\PrintControl.xaml"> |
||
669 | <SubType>Designer</SubType> |
||
670 | <Generator>MSBuild:Compile</Generator> |
||
671 | </Page> |
||
672 | 882f0fcf | djkim | <Page Include="Controls\ProgressControl.xaml"> |
673 | <SubType>Designer</SubType> |
||
674 | <Generator>MSBuild:Compile</Generator> |
||
675 | </Page> |
||
676 | 787a4489 | KangIngu | <Page Include="Controls\Sample.xaml"> |
677 | <SubType>Designer</SubType> |
||
678 | <Generator>MSBuild:Compile</Generator> |
||
679 | </Page> |
||
680 | <Page Include="Controls\SearchPanel.xaml"> |
||
681 | <SubType>Designer</SubType> |
||
682 | <Generator>MSBuild:Compile</Generator> |
||
683 | </Page> |
||
684 | <Page Include="Controls\Symbol.xaml"> |
||
685 | <SubType>Designer</SubType> |
||
686 | <Generator>MSBuild:Compile</Generator> |
||
687 | </Page> |
||
688 | 53880c83 | ljiyeon | <Page Include="Controls\SymbolPrompt.xaml"> |
689 | <SubType>Designer</SubType> |
||
690 | <Generator>MSBuild:Compile</Generator> |
||
691 | </Page> |
||
692 | 787a4489 | KangIngu | <Page Include="Messenger\ConversationView.xaml"> |
693 | <SubType>Designer</SubType> |
||
694 | <Generator>MSBuild:Compile</Generator> |
||
695 | </Page> |
||
696 | <Page Include="Messenger\StyleDictionary.xaml"> |
||
697 | <SubType>Designer</SubType> |
||
698 | 8bd25583 | taeseongkim | <Generator>MSBuild:Compile</Generator> |
699 | </Page> |
||
700 | <Page Include="Resources\ClearTextBoxStyle.xaml"> |
||
701 | <SubType>Designer</SubType> |
||
702 | 787a4489 | KangIngu | <Generator>MSBuild:Compile</Generator> |
703 | </Page> |
||
704 | 92442e4a | taeseongkim | <Page Include="Resources\DecodeImageTemplate.xaml"> |
705 | <SubType>Designer</SubType> |
||
706 | <Generator>MSBuild:Compile</Generator> |
||
707 | </Page> |
||
708 | 8e5a4a6a | taeseongkim | <Page Include="Resources\DragAndDropListBoxStyle.xaml"> |
709 | <SubType>Designer</SubType> |
||
710 | <Generator>MSBuild:Compile</Generator> |
||
711 | </Page> |
||
712 | c362d2a5 | taeseongkim | <Page Include="Resources\RadConfirmStyle.xaml"> |
713 | <SubType>Designer</SubType> |
||
714 | <Generator>MSBuild:Compile</Generator> |
||
715 | </Page> |
||
716 | c206d293 | taeseongkim | <Page Include="Resources\RadPasswordPromptStyle.xaml"> |
717 | <SubType>Designer</SubType> |
||
718 | <Generator>MSBuild:Compile</Generator> |
||
719 | </Page> |
||
720 | 6af42ff0 | taeseongkim | <Page Include="Resources\SimpleLIstViewStyle.xaml"> |
721 | <SubType>Designer</SubType> |
||
722 | <Generator>MSBuild:Compile</Generator> |
||
723 | </Page> |
||
724 | 787a4489 | KangIngu | <Page Include="Resources\Theme_CustomControl.xaml"> |
725 | <SubType>Designer</SubType> |
||
726 | <Generator>MSBuild:Compile</Generator> |
||
727 | </Page> |
||
728 | d33ef543 | taeseongkim | <Page Include="Resources\WindowStyle.xaml"> |
729 | <SubType>Designer</SubType> |
||
730 | <Generator>MSBuild:Compile</Generator> |
||
731 | </Page> |
||
732 | 787a4489 | KangIngu | <Page Include="Views\MainMenu.xaml"> |
733 | <SubType>Designer</SubType> |
||
734 | <Generator>MSBuild:Compile</Generator> |
||
735 | </Page> |
||
736 | <Page Include="Controls\Explorer.xaml"> |
||
737 | <SubType>Designer</SubType> |
||
738 | <Generator>MSBuild:Compile</Generator> |
||
739 | </Page> |
||
740 | cf2671a6 | ljiyeon | <Page Include="Views\SplashScreenWindow.xaml"> |
741 | <SubType>Designer</SubType> |
||
742 | <Generator>MSBuild:Compile</Generator> |
||
743 | </Page> |
||
744 | 787a4489 | KangIngu | <Page Include="Views\TopMenu.xaml"> |
745 | <SubType>Designer</SubType> |
||
746 | <Generator>MSBuild:Compile</Generator> |
||
747 | </Page> |
||
748 | <Page Include="MainWindow.xaml"> |
||
749 | <Generator>MSBuild:Compile</Generator> |
||
750 | <SubType>Designer</SubType> |
||
751 | </Page> |
||
752 | <Compile Include="App.xaml.cs"> |
||
753 | <DependentUpon>App.xaml</DependentUpon> |
||
754 | <SubType>Code</SubType> |
||
755 | </Compile> |
||
756 | <Compile Include="Common\AdornerCore.cs" /> |
||
757 | <Compile Include="Common\Converter\BoolToVisibleConverter.cs" /> |
||
758 | <Compile Include="Common\Converter\ConsolidationBackgroudConverter.cs" /> |
||
759 | <Compile Include="Common\Converter\ConsolidationStringConverter.cs" /> |
||
760 | <Compile Include="Common\Converter\MarginCorrectionConverter.cs" /> |
||
761 | <Compile Include="Common\Converter\MarkupDataToConverter.cs" /> |
||
762 | <Compile Include="Common\Converter\PreviewerVisibleConverter.cs" /> |
||
763 | <Compile Include="Common\Converter\StringToColorConverter.cs" /> |
||
764 | <Compile Include="Common\DocumentSet.cs" /> |
||
765 | <Compile Include="Common\ExpandingMouseOver.cs" /> |
||
766 | <Compile Include="Common\InitData.cs" /> |
||
767 | <Compile Include="Common\ThumbnailItem.cs" /> |
||
768 | <Compile Include="Common\UsersCommentPagesMember.cs" /> |
||
769 | <Compile Include="Common\ViewerDataModel.cs" /> |
||
770 | <Compile Include="Controls\AdornerFinal.xaml.cs"> |
||
771 | <DependentUpon>AdornerFinal.xaml</DependentUpon> |
||
772 | </Compile> |
||
773 | <Compile Include="Controls\CalendarControl.xaml.cs"> |
||
774 | <DependentUpon>CalendarControl.xaml</DependentUpon> |
||
775 | </Compile> |
||
776 | <Compile Include="Controls\PrintControl.xaml.cs"> |
||
777 | <DependentUpon>PrintControl.xaml</DependentUpon> |
||
778 | </Compile> |
||
779 | <Compile Include="Controls\Sample.xaml.cs"> |
||
780 | <DependentUpon>Sample.xaml</DependentUpon> |
||
781 | </Compile> |
||
782 | <Compile Include="Events\Event_KeyEvent.cs" /> |
||
783 | <Compile Include="Events\Export.cs" /> |
||
784 | <Compile Include="Events\Implementation\TopMenuEvent.cs" /> |
||
785 | <Compile Include="Events\Load.cs" /> |
||
786 | <Compile Include="Events\Property\EventProperty.cs" /> |
||
787 | <Compile Include="RegexCollection.cs" /> |
||
788 | <Compile Include="Services\BaseServices.cs" /> |
||
789 | <Compile Include="Views\MainMenu.xaml.cs"> |
||
790 | <DependentUpon>MainMenu.xaml</DependentUpon> |
||
791 | </Compile> |
||
792 | <Compile Include="Controls\Explorer.xaml.cs"> |
||
793 | <DependentUpon>Explorer.xaml</DependentUpon> |
||
794 | </Compile> |
||
795 | <Compile Include="Views\TopMenu.xaml.cs"> |
||
796 | <DependentUpon>TopMenu.xaml</DependentUpon> |
||
797 | </Compile> |
||
798 | <Compile Include="MainWindow.xaml.cs"> |
||
799 | <DependentUpon>MainWindow.xaml</DependentUpon> |
||
800 | <SubType>Code</SubType> |
||
801 | </Compile> |
||
802 | <Page Include="Resources\Theme_Color.xaml"> |
||
803 | <SubType>Designer</SubType> |
||
804 | <Generator>MSBuild:Compile</Generator> |
||
805 | </Page> |
||
806 | </ItemGroup> |
||
807 | <ItemGroup> |
||
808 | <Compile Include="Properties\AssemblyInfo.cs"> |
||
809 | <SubType>Code</SubType> |
||
810 | </Compile> |
||
811 | <Compile Include="Properties\Resources.Designer.cs"> |
||
812 | <AutoGen>True</AutoGen> |
||
813 | <DesignTime>True</DesignTime> |
||
814 | <DependentUpon>Resources.resx</DependentUpon> |
||
815 | </Compile> |
||
816 | <Compile Include="Properties\Settings.Designer.cs"> |
||
817 | <AutoGen>True</AutoGen> |
||
818 | <DependentUpon>Settings.settings</DependentUpon> |
||
819 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
820 | </Compile> |
||
821 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
822 | <Generator>ResXFileCodeGenerator</Generator> |
||
823 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
824 | </EmbeddedResource> |
||
825 | <None Include="app.config"> |
||
826 | <SubType>Designer</SubType> |
||
827 | </None> |
||
828 | 9f55b953 | taeseongkim | <None Include="app.Debug.config"> |
829 | <DependentUpon>app.config</DependentUpon> |
||
830 | </None> |
||
831 | f65e6c02 | taeseongkim | <None Include="app.Debug_CadExport.config"> |
832 | <DependentUpon>app.config</DependentUpon> |
||
833 | </None> |
||
834 | ab590000 | taeseongkim | <None Include="app.Debug_Daelim.config"> |
835 | <DependentUpon>app.config</DependentUpon> |
||
836 | </None> |
||
837 | 9f55b953 | taeseongkim | <None Include="app.Debug_DevDoftech.config"> |
838 | <DependentUpon>app.config</DependentUpon> |
||
839 | </None> |
||
840 | <None Include="app.Debug_HyoSung.config"> |
||
841 | <DependentUpon>app.config</DependentUpon> |
||
842 | </None> |
||
843 | f65e6c02 | taeseongkim | <None Include="app.Debug_SNI.config"> |
844 | <DependentUpon>app.config</DependentUpon> |
||
845 | </None> |
||
846 | 9f55b953 | taeseongkim | <None Include="app.Release.config"> |
847 | <DependentUpon>app.config</DependentUpon> |
||
848 | </None> |
||
849 | 80856edb | taeseongkim | <None Include="app.Release_Hyosung.config"> |
850 | <DependentUpon>app.config</DependentUpon> |
||
851 | </None> |
||
852 | ab590000 | taeseongkim | <None Include="app.Release_PEMSS.config"> |
853 | <DependentUpon>app.config</DependentUpon> |
||
854 | </None> |
||
855 | 6b6e937c | taeseongkim | <None Include="Connected Services\KcomService\KCOM.KcomService.FinalPDFResult.datasource"> |
856 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
857 | </None> |
||
858 | <None Include="Connected Services\KcomService\ServiceDeepView2.wsdl" /> |
||
859 | <None Include="Connected Services\KcomService\ServiceDeepView21.wsdl" /> |
||
860 | <None Include="Connected Services\KcomService\ServiceDeepView9.xsd"> |
||
861 | <SubType>Designer</SubType> |
||
862 | </None> |
||
863 | <None Include="Connected Services\KcomService\ServiceDeepView91.xsd"> |
||
864 | <SubType>Designer</SubType> |
||
865 | </None> |
||
866 | <None Include="Connected Services\KcomService\ServiceDeepView92.xsd"> |
||
867 | <SubType>Designer</SubType> |
||
868 | </None> |
||
869 | <None Include="Connected Services\KcomService\ServiceDeepView93.xsd"> |
||
870 | <SubType>Designer</SubType> |
||
871 | </None> |
||
872 | <None Include="Connected Services\KcomService\ServiceDeepView94.xsd"> |
||
873 | <SubType>Designer</SubType> |
||
874 | </None> |
||
875 | <None Include="Connected Services\KcomService\ServiceDeepView95.xsd"> |
||
876 | <SubType>Designer</SubType> |
||
877 | </None> |
||
878 | <None Include="Connected Services\KcomService\ServiceDeepView96.xsd"> |
||
879 | <SubType>Designer</SubType> |
||
880 | </None> |
||
881 | <None Include="Connected Services\KcomService\ServiceDeepView97.xsd"> |
||
882 | <SubType>Designer</SubType> |
||
883 | </None> |
||
884 | <None Include="Connected Services\KcomService\ServiceDeepView98.xsd"> |
||
885 | <SubType>Designer</SubType> |
||
886 | </None> |
||
887 | 787a4489 | KangIngu | <None Include="Connected Services\ServiceDeepView\KCOM.ServiceDeepView.FinalPDFResult.datasource"> |
888 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
889 | </None> |
||
890 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView2.wsdl" /> |
891 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView21.wsdl" /> |
||
892 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView22.wsdl" /> |
||
893 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView23.wsdl" /> |
||
894 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView9.xsd"> |
||
895 | 6b6e937c | taeseongkim | <SubType>Designer</SubType> |
896 | </None> |
||
897 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView91.xsd"> |
898 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
899 | </None> |
||
900 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView910.xsd"> |
901 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
902 | </None> |
||
903 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView911.xsd"> |
904 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
905 | </None> |
||
906 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView912.xsd"> |
907 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
908 | </None> |
||
909 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView913.xsd"> |
910 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
911 | </None> |
||
912 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView914.xsd"> |
913 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
914 | </None> |
||
915 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView915.xsd"> |
916 | 53880c83 | ljiyeon | <SubType>Designer</SubType> |
917 | </None> |
||
918 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView916.xsd"> |
919 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
920 | </None> |
||
921 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView917.xsd"> |
922 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
923 | </None> |
||
924 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView92.xsd"> |
925 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
926 | </None> |
||
927 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView93.xsd"> |
928 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
929 | </None> |
||
930 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView94.xsd"> |
931 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
932 | </None> |
||
933 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView95.xsd"> |
934 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
935 | </None> |
||
936 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView96.xsd"> |
937 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
938 | </None> |
||
939 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView97.xsd"> |
940 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
941 | </None> |
||
942 | e451c585 | ljiyeon | <None Include="Connected Services\ServiceDeepView\ServiceDeepView98.xsd"> |
943 | <SubType>Designer</SubType> |
||
944 | </None> |
||
945 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView99.xsd"> |
946 | <SubType>Designer</SubType> |
||
947 | </None> |
||
948 | b60e844d | taeseongkim | <None Include="Log.config"> |
949 | <SubType>Designer</SubType> |
||
950 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
951 | </None> |
||
952 | c8dd192f | taeseongkim | <None Include="MARKUS.ini" /> |
953 | e451c585 | ljiyeon | <None Include="packages.config"> |
954 | 787a4489 | KangIngu | <SubType>Designer</SubType> |
955 | </None> |
||
956 | b42dd24d | taeseongkim | <None Include="Properties\app.manifest"> |
957 | <SubType>Designer</SubType> |
||
958 | </None> |
||
959 | 787a4489 | KangIngu | <None Include="Properties\DataSources\IKCOM.KCOM_SystemInfo.datasource" /> |
960 | <None Include="Properties\DataSources\IKCOM.MarkupInfoItem.datasource" /> |
||
961 | 264c9309 | ljiyeon | <None Include="Properties\DataSources\IKCOM.VersionInfo.datasource" /> |
962 | 787a4489 | KangIngu | <None Include="Properties\DataSources\IKCOM.VPRevision.datasource" /> |
963 | 6c781c0c | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" /> |
964 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" /> |
||
965 | 787a4489 | KangIngu | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" /> |
966 | c0977e97 | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCPAGE.datasource" /> |
967 | 787a4489 | KangIngu | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" /> |
968 | 6c781c0c | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" /> |
969 | c0977e97 | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.FINAL_PDF.datasource" /> |
970 | 6c781c0c | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" /> |
971 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" /> |
||
972 | 787a4489 | KangIngu | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" /> |
973 | c0977e97 | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.PROPERTIES.datasource" /> |
974 | 6c781c0c | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" /> |
975 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" /> |
||
976 | f87ee33e | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.TALK.datasource" /> |
977 | 787a4489 | KangIngu | <None Include="Properties\DataSources\System.Windows.Rect.datasource" /> |
978 | <None Include="Properties\Settings.settings"> |
||
979 | <Generator>SettingsSingleFileGenerator</Generator> |
||
980 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
981 | af22332b | ljiyeon | <SubType>Designer</SubType> |
982 | 787a4489 | KangIngu | </None> |
983 | 79f3f21a | djkim | <None Include="tessdata\deu.traineddata"> |
984 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
985 | </None> |
||
986 | <None Include="tessdata\eng.traineddata"> |
||
987 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
988 | </None> |
||
989 | <None Include="tessdata\fra.traineddata"> |
||
990 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
991 | </None> |
||
992 | <None Include="tessdata\spa.traineddata"> |
||
993 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
994 | </None> |
||
995 | 787a4489 | KangIngu | <None Include="Web References\Get_FinalImage\Get_PdfImage.wsdl" /> |
996 | <None Include="Web References\Get_FinalImage\Reference.map"> |
||
997 | <Generator>MSDiscoCodeGenerator</Generator> |
||
998 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
999 | </None> |
||
1000 | <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.wsdl" /> |
||
1001 | <None Include="Web References\kr.co.devdoftech.cloud\Reference.map"> |
||
1002 | <Generator>MSDiscoCodeGenerator</Generator> |
||
1003 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
1004 | </None> |
||
1005 | </ItemGroup> |
||
1006 | <ItemGroup> |
||
1007 | <WCFMetadata Include="Connected Services\" /> |
||
1008 | </ItemGroup> |
||
1009 | <ItemGroup> |
||
1010 | <Resource Include="Resources\Images\ExtImage\bmp.png" /> |
||
1011 | <Resource Include="Resources\Images\ExtImage\docx.png" /> |
||
1012 | <Resource Include="Resources\Images\ExtImage\jpg.png" /> |
||
1013 | <Resource Include="Resources\Images\ExtImage\pdf.png" /> |
||
1014 | <Resource Include="Resources\Images\ExtImage\png.png" /> |
||
1015 | <Resource Include="Resources\Images\ExtImage\pptx.png" /> |
||
1016 | <Resource Include="Resources\Images\ExtImage\psd.png" /> |
||
1017 | <Resource Include="Resources\Images\ExtImage\txt.png" /> |
||
1018 | <Resource Include="Resources\Images\ExtImage\xlsx.png" /> |
||
1019 | <Resource Include="Resources\Images\ExtImage\zip.png" /> |
||
1020 | </ItemGroup> |
||
1021 | <ItemGroup> |
||
1022 | <Resource Include="Resources\Images\Logo\Daelim.jpg" /> |
||
1023 | </ItemGroup> |
||
1024 | <ItemGroup> |
||
1025 | <Resource Include="Resources\Images\OCSStatusImage\BLANK.png" /> |
||
1026 | <Resource Include="Resources\Images\OCSStatusImage\IMNAWAY.PNG" /> |
||
1027 | <Resource Include="Resources\Images\OCSStatusImage\IMNAWAYOOF.PNG" /> |
||
1028 | <Resource Include="Resources\Images\OCSStatusImage\IMNBLOCKED.PNG" /> |
||
1029 | <Resource Include="Resources\Images\OCSStatusImage\IMNBUSY.PNG" /> |
||
1030 | <Resource Include="Resources\Images\OCSStatusImage\IMNBUSYOOF.PNG" /> |
||
1031 | <Resource Include="Resources\Images\OCSStatusImage\IMNDND.PNG" /> |
||
1032 | <Resource Include="Resources\Images\OCSStatusImage\IMNDNDOOF.PNG" /> |
||
1033 | <Resource Include="Resources\Images\OCSStatusImage\IMNHDR.png" /> |
||
1034 | <Resource Include="Resources\Images\OCSStatusImage\IMNIDLE.PNG" /> |
||
1035 | <Resource Include="Resources\Images\OCSStatusImage\imnidlebusy.png" /> |
||
1036 | <Resource Include="Resources\Images\OCSStatusImage\imnidlebusyoof.png" /> |
||
1037 | <Resource Include="Resources\Images\OCSStatusImage\IMNIDLEOOF.PNG" /> |
||
1038 | <Resource Include="Resources\Images\OCSStatusImage\IMNOFF.PNG" /> |
||
1039 | <Resource Include="Resources\Images\OCSStatusImage\IMNOFFOOF.PNG" /> |
||
1040 | <Resource Include="Resources\Images\OCSStatusImage\IMNON.PNG" /> |
||
1041 | <Resource Include="Resources\Images\OCSStatusImage\IMNONOOF.PNG" /> |
||
1042 | <Resource Include="Resources\Images\OCSStatusImage\IMNUNK.PNG" /> |
||
1043 | </ItemGroup> |
||
1044 | <ItemGroup> |
||
1045 | <COMReference Include="Microsoft.Office.Core"> |
||
1046 | <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid> |
||
1047 | <VersionMajor>2</VersionMajor> |
||
1048 | <VersionMinor>8</VersionMinor> |
||
1049 | <Lcid>0</Lcid> |
||
1050 | <WrapperTool>primary</WrapperTool> |
||
1051 | <Isolated>False</Isolated> |
||
1052 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
1053 | </COMReference> |
||
1054 | <COMReference Include="Microsoft.Office.Interop.Excel"> |
||
1055 | <Guid>{00020813-0000-0000-C000-000000000046}</Guid> |
||
1056 | <VersionMajor>1</VersionMajor> |
||
1057 | <VersionMinor>9</VersionMinor> |
||
1058 | <Lcid>0</Lcid> |
||
1059 | <WrapperTool>primary</WrapperTool> |
||
1060 | <Isolated>False</Isolated> |
||
1061 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
1062 | </COMReference> |
||
1063 | </ItemGroup> |
||
1064 | <ItemGroup> |
||
1065 | <Resource Include="Resources\Images\MenuImage_New\arc.png" /> |
||
1066 | <Resource Include="Resources\Images\MenuImage_New\arrow.png" /> |
||
1067 | <Resource Include="Resources\Images\MenuImage_New\arrowText.png" /> |
||
1068 | <Resource Include="Resources\Images\MenuImage_New\arrowtextBorder.png" /> |
||
1069 | <Resource Include="Resources\Images\MenuImage_New\arrowTextCloud.png" /> |
||
1070 | <Resource Include="Resources\Images\MenuImage_New\arrowtextTrans.png" /> |
||
1071 | <Resource Include="Resources\Images\MenuImage_New\arrowTrans.png" /> |
||
1072 | <Resource Include="Resources\Images\MenuImage_New\arrowTransBorder.png" /> |
||
1073 | <Resource Include="Resources\Images\MenuImage_New\arrowTransCloud.png" /> |
||
1074 | <Resource Include="Resources\Images\MenuImage_New\bold.png" /> |
||
1075 | <Resource Include="Resources\Images\MenuImage_New\calendar.png" /> |
||
1076 | <Resource Include="Resources\Images\MenuImage_New\circle.png" /> |
||
1077 | <Resource Include="Resources\Images\MenuImage_New\cloud.png" /> |
||
1078 | <Resource Include="Resources\Images\MenuImage_New\cloudRect.png" /> |
||
1079 | <Resource Include="Resources\Images\MenuImage_New\dimension.png" /> |
||
1080 | <Resource Include="Resources\Images\MenuImage_New\dimensionEx.png" /> |
||
1081 | <Resource Include="Resources\Images\MenuImage_New\eraser.png" /> |
||
1082 | <Resource Include="Resources\Images\MenuImage_New\eraserLine.png" /> |
||
1083 | <Resource Include="Resources\Images\MenuImage_New\Italic.png" /> |
||
1084 | <Resource Include="Resources\Images\MenuImage_New\line.png" /> |
||
1085 | <Resource Include="Resources\Images\MenuImage_New\lineChain.png" /> |
||
1086 | <Resource Include="Resources\Images\MenuImage_New\lineDelete.png" /> |
||
1087 | <Resource Include="Resources\Images\MenuImage_New\markCheck.png" /> |
||
1088 | <Resource Include="Resources\Images\MenuImage_New\markRect.png" /> |
||
1089 | <Resource Include="Resources\Images\MenuImage_New\pen.png" /> |
||
1090 | <Resource Include="Resources\Images\MenuImage_New\picture.png" /> |
||
1091 | <Resource Include="Resources\Images\MenuImage_New\polygon.png" /> |
||
1092 | <Resource Include="Resources\Images\MenuImage_New\rectangle.png" /> |
||
1093 | <Resource Include="Resources\Images\MenuImage_New\select.png" /> |
||
1094 | <Resource Include="Resources\Images\MenuImage_New\selectInk.png" /> |
||
1095 | <Resource Include="Resources\Images\MenuImage_New\sign.png" /> |
||
1096 | <Resource Include="Resources\Images\MenuImage_New\signReal.png" /> |
||
1097 | <Resource Include="Resources\Images\MenuImage_New\stamp.png" /> |
||
1098 | <Resource Include="Resources\Images\MenuImage_New\text.png" /> |
||
1099 | <Resource Include="Resources\Images\MenuImage_New\textBorder.png" /> |
||
1100 | <Resource Include="Resources\Images\MenuImage_New\textCloud.png" /> |
||
1101 | <Resource Include="Resources\Images\MenuImage_New\triangle.png" /> |
||
1102 | <Resource Include="Resources\Images\MenuImage_New\underline.png" /> |
||
1103 | </ItemGroup> |
||
1104 | <ItemGroup> |
||
1105 | <Resource Include="Resources\Images\MenuImage_New\print.png" /> |
||
1106 | </ItemGroup> |
||
1107 | <ItemGroup> |
||
1108 | <Resource Include="Resources\Images\MenuImage_New\printer.png" /> |
||
1109 | </ItemGroup> |
||
1110 | <ItemGroup> |
||
1111 | <Resource Include="Resources\Images\MenuImage_New\toPDF.png" /> |
||
1112 | </ItemGroup> |
||
1113 | <ItemGroup> |
||
1114 | <Resource Include="Resources\Images\MenuImage_New\minus.png" /> |
||
1115 | <Resource Include="Resources\Images\MenuImage_New\plus.png" /> |
||
1116 | </ItemGroup> |
||
1117 | <ItemGroup> |
||
1118 | <Resource Include="Resources\Images\MenuImage_New\fitWindownHeight.png" /> |
||
1119 | <Resource Include="Resources\Images\MenuImage_New\fitWindownWidth.png" /> |
||
1120 | <Resource Include="Resources\Images\MenuImage_New\fullscreen.png" /> |
||
1121 | </ItemGroup> |
||
1122 | <ItemGroup> |
||
1123 | <Resource Include="Resources\Images\MenuImage_New\expand.png" /> |
||
1124 | </ItemGroup> |
||
1125 | <ItemGroup> |
||
1126 | <Resource Include="Resources\Images\MenuImage_New\zoom-in-tool.png" /> |
||
1127 | </ItemGroup> |
||
1128 | <ItemGroup> |
||
1129 | <Resource Include="Resources\Images\MenuImage_New\pageArrow.png" /> |
||
1130 | </ItemGroup> |
||
1131 | <ItemGroup> |
||
1132 | <Resource Include="Messenger\user.png" /> |
||
1133 | </ItemGroup> |
||
1134 | <ItemGroup> |
||
1135 | 6b6e937c | taeseongkim | <WCFMetadataStorage Include="Connected Services\KcomService\" /> |
1136 | 787a4489 | KangIngu | <WCFMetadataStorage Include="Connected Services\ServiceDeepView\" /> |
1137 | </ItemGroup> |
||
1138 | <ItemGroup> |
||
1139 | <None Include="Connected Services\ServiceDeepView\configuration91.svcinfo" /> |
||
1140 | </ItemGroup> |
||
1141 | <ItemGroup> |
||
1142 | <None Include="Connected Services\ServiceDeepView\configuration.svcinfo" /> |
||
1143 | </ItemGroup> |
||
1144 | <ItemGroup> |
||
1145 | <None Include="Connected Services\ServiceDeepView\Reference.svcmap"> |
||
1146 | <Generator>WCF Proxy Generator</Generator> |
||
1147 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
1148 | </None> |
||
1149 | </ItemGroup> |
||
1150 | <ItemGroup> |
||
1151 | <WebReferences Include="Web References\" /> |
||
1152 | </ItemGroup> |
||
1153 | <ItemGroup> |
||
1154 | <WebReferenceUrl Include="http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx"> |
||
1155 | <UrlBehavior>Dynamic</UrlBehavior> |
||
1156 | <RelPath>Web References\Get_FinalImage\</RelPath> |
||
1157 | <UpdateFromURL>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</UpdateFromURL> |
||
1158 | <ServiceLocationURL> |
||
1159 | </ServiceLocationURL> |
||
1160 | <CachedDynamicPropName> |
||
1161 | </CachedDynamicPropName> |
||
1162 | <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName> |
||
1163 | <CachedSettingsPropName>KCOM_Get_FinalImage_Get_PdfImage</CachedSettingsPropName> |
||
1164 | </WebReferenceUrl> |
||
1165 | 76dc223b | taeseongkim | <WebReferenceUrl Include="https://localhost:44301/ImageUpload/FileUpload.asmx"> |
1166 | 787a4489 | KangIngu | <UrlBehavior>Dynamic</UrlBehavior> |
1167 | <RelPath>Web References\kr.co.devdoftech.cloud\</RelPath> |
||
1168 | 76dc223b | taeseongkim | <UpdateFromURL>https://localhost:44301/ImageUpload/FileUpload.asmx</UpdateFromURL> |
1169 | 787a4489 | KangIngu | <ServiceLocationURL> |
1170 | </ServiceLocationURL> |
||
1171 | <CachedDynamicPropName> |
||
1172 | </CachedDynamicPropName> |
||
1173 | <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName> |
||
1174 | <CachedSettingsPropName>KCOM_kr_co_devdoftech_cloud_FileUpload</CachedSettingsPropName> |
||
1175 | </WebReferenceUrl> |
||
1176 | </ItemGroup> |
||
1177 | <ItemGroup> |
||
1178 | <None Include="Web References\kr.co.devdoftech.cloud\FileUpload.disco" /> |
||
1179 | </ItemGroup> |
||
1180 | <ItemGroup> |
||
1181 | <Resource Include="Resources\Images\MenuImage_New\up-arrow.png" /> |
||
1182 | </ItemGroup> |
||
1183 | <ItemGroup> |
||
1184 | <Resource Include="Resources\Images\MenuImage_New\cancel.png" /> |
||
1185 | </ItemGroup> |
||
1186 | <ItemGroup> |
||
1187 | <Resource Include="Resources\Images\MenuImage_New\locked-padlock.png" /> |
||
1188 | <Resource Include="Resources\Images\MenuImage_New\locked-padlock_color.png" /> |
||
1189 | </ItemGroup> |
||
1190 | <ItemGroup> |
||
1191 | 2007ecaa | taeseongkim | <Folder Include="PlugIn\" /> |
1192 | 787a4489 | KangIngu | <Folder Include="Themes\" /> |
1193 | </ItemGroup> |
||
1194 | <ItemGroup> |
||
1195 | <Resource Include="Messenger\clip.png" /> |
||
1196 | <Resource Include="Messenger\frame-landscape.png" /> |
||
1197 | </ItemGroup> |
||
1198 | <ItemGroup> |
||
1199 | <Resource Include="Messenger\email.png" /> |
||
1200 | </ItemGroup> |
||
1201 | <ItemGroup> |
||
1202 | <Resource Include="Messenger\check_pen.png" /> |
||
1203 | </ItemGroup> |
||
1204 | <ItemGroup> |
||
1205 | <Resource Include="Resources\Images\MenuImage_New\panorama.png" /> |
||
1206 | </ItemGroup> |
||
1207 | <ItemGroup> |
||
1208 | <Resource Include="Resources\Images\MenuImage_New\Rotate_Minus.png" /> |
||
1209 | <Resource Include="Resources\Images\MenuImage_New\Rotate_Plus.png" /> |
||
1210 | </ItemGroup> |
||
1211 | <ItemGroup> |
||
1212 | <Resource Include="Resources\Images\MenuImage_New\flip.png" /> |
||
1213 | </ItemGroup> |
||
1214 | <ItemGroup> |
||
1215 | <Resource Include="Resources\Images\MenuImage_New\checklist.png" /> |
||
1216 | </ItemGroup> |
||
1217 | <ItemGroup> |
||
1218 | <Resource Include="Resources\Images\MenuImage_New\pdf.png" /> |
||
1219 | </ItemGroup> |
||
1220 | <ItemGroup> |
||
1221 | <Resource Include="Resources\Images\MenuImage_New\file.png" /> |
||
1222 | </ItemGroup> |
||
1223 | <ItemGroup> |
||
1224 | <Resource Include="Resources\Images\MenuImage_New\diskette.png" /> |
||
1225 | </ItemGroup> |
||
1226 | <ItemGroup> |
||
1227 | <Resource Include="markup.ico" /> |
||
1228 | </ItemGroup> |
||
1229 | <ItemGroup> |
||
1230 | <Resource Include="Resources\Images\MenuImage_New\chronometer.png" /> |
||
1231 | </ItemGroup> |
||
1232 | <ItemGroup> |
||
1233 | <None Include="Web References\Get_FinalImage\Get_PdfImage.disco" /> |
||
1234 | </ItemGroup> |
||
1235 | <ItemGroup> |
||
1236 | <Resource Include="Resources\Images\MenuImage_New\archive.png" /> |
||
1237 | </ItemGroup> |
||
1238 | d4b0c723 | KangIngu | <ItemGroup> |
1239 | <Resource Include="Resources\Images\MenuImage_New\copy1.png" /> |
||
1240 | <Resource Include="Resources\Images\MenuImage_New\copy2.png" /> |
||
1241 | <Resource Include="Resources\Images\MenuImage_New\copy3.png" /> |
||
1242 | <Resource Include="Resources\Images\MenuImage_New\copy4.png" /> |
||
1243 | <Resource Include="Resources\Images\MenuImage_New\Cut1.png" /> |
||
1244 | <Resource Include="Resources\Images\MenuImage_New\Cut2.png" /> |
||
1245 | <Resource Include="Resources\Images\MenuImage_New\Cut3.png" /> |
||
1246 | <Resource Include="Resources\Images\MenuImage_New\Cut4.png" /> |
||
1247 | <Resource Include="Resources\Images\MenuImage_New\Delete1.png" /> |
||
1248 | <Resource Include="Resources\Images\MenuImage_New\Delete2.png" /> |
||
1249 | <Resource Include="Resources\Images\MenuImage_New\Delete3.png" /> |
||
1250 | <Resource Include="Resources\Images\MenuImage_New\Delete4.png" /> |
||
1251 | <Resource Include="Resources\Images\MenuImage_New\Paste1.png" /> |
||
1252 | <Resource Include="Resources\Images\MenuImage_New\Paste2.png" /> |
||
1253 | <Resource Include="Resources\Images\MenuImage_New\Paste3.png" /> |
||
1254 | <Resource Include="Resources\Images\MenuImage_New\Paste4.png" /> |
||
1255 | <Resource Include="Resources\Images\MenuImage_New\Undo1.png" /> |
||
1256 | <Resource Include="Resources\Images\MenuImage_New\Undo2.png" /> |
||
1257 | <Resource Include="Resources\Images\MenuImage_New\Undo3.png" /> |
||
1258 | <Resource Include="Resources\Images\MenuImage_New\Undo4.png" /> |
||
1259 | </ItemGroup> |
||
1260 | <ItemGroup> |
||
1261 | <Resource Include="Resources\Images\MenuImage_New\Redo3.png" /> |
||
1262 | </ItemGroup> |
||
1263 | 84545cb3 | humkyung | <ItemGroup> |
1264 | <Resource Include="Resources\Images\MenuImage_New\diskette2.png" /> |
||
1265 | </ItemGroup> |
||
1266 | 8b52c487 | djkim | <ItemGroup> |
1267 | <Resource Include="Resources\Images\MenuImage_New\close-window.png" /> |
||
1268 | <Resource Include="Resources\Images\MenuImage_New\maximize-window.png" /> |
||
1269 | <Resource Include="Resources\Images\MenuImage_New\minimize-window.png" /> |
||
1270 | <Resource Include="Resources\Images\MenuImage_New\restore-window.png" /> |
||
1271 | </ItemGroup> |
||
1272 | 6c781c0c | djkim | <ItemGroup> |
1273 | 02d33d78 | djkim | <Resource Include="Resources\Images\MenuImage_New\small\font.png" /> |
1274 | <Resource Include="Resources\Images\MenuImage_New\small\line.png" /> |
||
1275 | <Resource Include="Resources\Images\MenuImage_New\small\pen.png" /> |
||
1276 | <Resource Include="Resources\Images\MenuImage_New\small\shape.png" /> |
||
1277 | <Resource Include="Resources\Images\MenuImage_New\small\stamp.png" /> |
||
1278 | <Resource Include="Resources\Images\MenuImage_New\small\text.png" /> |
||
1279 | </ItemGroup> |
||
1280 | <ItemGroup> |
||
1281 | <Resource Include="Resources\Images\MenuImage_New\small\control.png" /> |
||
1282 | <Resource Include="Resources\Images\MenuImage_New\small\linestyle.png" /> |
||
1283 | <Resource Include="Resources\Images\MenuImage_New\small\page.png" /> |
||
1284 | <Resource Include="Resources\Images\MenuImage_New\small\view.png" /> |
||
1285 | </ItemGroup> |
||
1286 | e451c585 | ljiyeon | <ItemGroup> |
1287 | <None Include="Connected Services\ServiceDeepView\ServiceDeepView1.disco" /> |
||
1288 | </ItemGroup> |
||
1289 | c7fcb949 | ljiyeon | <ItemGroup> |
1290 | cf2671a6 | ljiyeon | <Resource Include="Resources\Images\MenuImage_New\splash.png" /> |
1291 | c7fcb949 | ljiyeon | </ItemGroup> |
1292 | ca16abb2 | ljiyeon | <ItemGroup> |
1293 | <Resource Include="Resources\Cursor\customCursor.cur" /> |
||
1294 | </ItemGroup> |
||
1295 | <ItemGroup> |
||
1296 | <Resource Include="Resources\Cursor\customCursor2.cur" /> |
||
1297 | </ItemGroup> |
||
1298 | 40b3ce25 | ljiyeon | <ItemGroup> |
1299 | <Resource Include="Resources\Images\MenuImage_New\arrowarc.png" /> |
||
1300 | </ItemGroup> |
||
1301 | 53880c83 | ljiyeon | <ItemGroup> |
1302 | 684ef11c | ljiyeon | <Resource Include="oda.bmp" /> |
1303 | </ItemGroup> |
||
1304 | <ItemGroup> |
||
1305 | <Resource Include="Resources\Images\MenuImage_New\overlap.png" /> |
||
1306 | </ItemGroup> |
||
1307 | <ItemGroup> |
||
1308 | <Resource Include="Resources\Images\MenuImage_New\clip.png" /> |
||
1309 | <Resource Include="Resources\Images\MenuImage_New\inside.png" /> |
||
1310 | </ItemGroup> |
||
1311 | <ItemGroup> |
||
1312 | <Resource Include="Resources\Images\MenuImage_New\View.png" /> |
||
1313 | </ItemGroup> |
||
1314 | <ItemGroup> |
||
1315 | <Resource Include="Resources\Images\MenuImage_New\small\export.png" /> |
||
1316 | <Resource Include="Resources\Images\MenuImage_New\small\white.png" /> |
||
1317 | </ItemGroup> |
||
1318 | <ItemGroup> |
||
1319 | <Resource Include="Resources\Images\MenuImage_New\white.png" /> |
||
1320 | </ItemGroup> |
||
1321 | <ItemGroup> |
||
1322 | 5928384e | djkim | <ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
1323 | <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project> |
||
1324 | <Name>CommonLib</Name> |
||
1325 | </ProjectReference> |
||
1326 | 2007ecaa | taeseongkim | <ProjectReference Include="..\IIpc\IIpc.csproj"> |
1327 | <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project> |
||
1328 | <Name>IIpc</Name> |
||
1329 | </ProjectReference> |
||
1330 | 684ef11c | ljiyeon | <ProjectReference Include="..\IKCOM\IKCOM.csproj"> |
1331 | <Project>{f236a005-12f4-406a-b9ed-0c3b5d994001}</Project> |
||
1332 | <Name>IKCOM</Name> |
||
1333 | </ProjectReference> |
||
1334 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
1335 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
1336 | <Name>KCOMDataModel</Name> |
||
1337 | </ProjectReference> |
||
1338 | 1305c420 | taeseongkim | <ProjectReference Include="..\License.Validator\License.Validator.csproj"> |
1339 | <Project>{ef2913c2-562e-43a3-9f9b-a31141783803}</Project> |
||
1340 | <Name>License.Validator</Name> |
||
1341 | </ProjectReference> |
||
1342 | 684ef11c | ljiyeon | <ProjectReference Include="..\MarkupToPDF\MarkupToPDF.csproj"> |
1343 | <Project>{a714bd67-8aac-4ed8-8ecf-7853c3549a68}</Project> |
||
1344 | <Name>MarkupToPDF</Name> |
||
1345 | </ProjectReference> |
||
1346 | 24c5e56c | taeseongkim | <ProjectReference Include="..\Markus.Fonts\Markus.Fonts.csproj"> |
1347 | <Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project> |
||
1348 | <Name>Markus.Fonts</Name> |
||
1349 | </ProjectReference> |
||
1350 | 684ef11c | ljiyeon | <ProjectReference Include="..\ZoomAndPan\ZoomAndPan.csproj"> |
1351 | <Project>{6c950af4-04d2-4638-8b78-472e39f78b45}</Project> |
||
1352 | <Name>ZoomAndPan</Name> |
||
1353 | </ProjectReference> |
||
1354 | </ItemGroup> |
||
1355 | cdfb57ff | taeseongkim | <ItemGroup> |
1356 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
1357 | <Visible>False</Visible> |
||
1358 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
1359 | <Install>false</Install> |
||
1360 | </BootstrapperPackage> |
||
1361 | </ItemGroup> |
||
1362 | 4fcd9bda | taeseongkim | <ItemGroup> |
1363 | ffa5dbc7 | taeseongkim | <None Include="obfuscar.xml"> |
1364 | <SubType>Designer</SubType> |
||
1365 | </None> |
||
1366 | 4fcd9bda | taeseongkim | </ItemGroup> |
1367 | ff01c725 | humkyung | <ItemGroup> |
1368 | 6b6e937c | taeseongkim | <None Include="Connected Services\KcomService\configuration91.svcinfo" /> |
1369 | </ItemGroup> |
||
1370 | <ItemGroup> |
||
1371 | <None Include="Connected Services\KcomService\configuration.svcinfo" /> |
||
1372 | </ItemGroup> |
||
1373 | <ItemGroup> |
||
1374 | <None Include="Connected Services\KcomService\Reference.svcmap"> |
||
1375 | <Generator>WCF Proxy Generator</Generator> |
||
1376 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
1377 | </None> |
||
1378 | </ItemGroup> |
||
1379 | <ItemGroup> |
||
1380 | <None Include="Connected Services\KcomService\ServiceDeepView1.disco" /> |
||
1381 | </ItemGroup> |
||
1382 | <ItemGroup> |
||
1383 | bae83c92 | taeseongkim | <Resource Include="Resources\Images\MenuImage_New\cloudRectArrowText.png" /> |
1384 | ff01c725 | humkyung | </ItemGroup> |
1385 | b74a9c91 | taeseongkim | <ItemGroup> |
1386 | bae83c92 | taeseongkim | <None Include="Connected Services\ServiceDeepView\ServiceDeepView11.disco" /> |
1387 | b74a9c91 | taeseongkim | </ItemGroup> |
1388 | 1305c420 | taeseongkim | <ItemGroup> |
1389 | <Resource Include="public.xml" /> |
||
1390 | </ItemGroup> |
||
1391 | 787a4489 | KangIngu | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
1392 | 274cde11 | taeseongkim | <Target Name="PostBuildMacros"> |
1393 | <GetAssemblyIdentity AssemblyFiles="$(TargetPath)"> |
||
1394 | <Output TaskParameter="Assemblies" ItemName="Targets" /> |
||
1395 | </GetAssemblyIdentity> |
||
1396 | <ItemGroup> |
||
1397 | <VersionNumber Include="@(Targets->'%(Version)')" /> |
||
1398 | </ItemGroup> |
||
1399 | </Target> |
||
1400 | e451c585 | ljiyeon | <PropertyGroup> |
1401 | 274cde11 | taeseongkim | <PostBuildEventDependsOn> |
1402 | $(PostBuildEventDependsOn); |
||
1403 | PostBuildMacros; |
||
1404 | </PostBuildEventDependsOn> |
||
1405 | <PostBuildEvent>if $(ConfigurationName) == Release_Default ( |
||
1406 | 8ba5eb07 | taeseongkim | cd $(SolutionDir) |
1407 | 174cdd68 | taeseongkim | call "PublishSign.bat" |
1408 | 8ba5eb07 | taeseongkim | |
1409 | 174cdd68 | taeseongkim | call "appCast_Daelim.bat" "@(VersionNumber)" |
1410 | bae83c92 | taeseongkim | call "appCast_SNI.bat" "@(VersionNumber)" |
1411 | 174cdd68 | taeseongkim | call "appCast_HS.bat" "@(VersionNumber)" |
1412 | c28c032f | taeseongkim | call "appCast_Daelim_test.bat" "@(VersionNumber)" |
1413 | b481c7ab | taeseongkim | |
1414 | a7578175 | taeseongkim | rem call $(SolutionDir)obfuscarBuild.Bat $(SolutionDir) $(TargetDir) $(ProjectDir)obfuscar.xml |
1415 | 30878507 | taeseongkim | |
1416 | a7578175 | taeseongkim | rem xcopy /s "$(TargetDir)Obfuscator_Output" "$(TargetDir)" /Y /F |
1417 | ffa5dbc7 | taeseongkim | ) |
1418 | </PostBuildEvent> |
||
1419 | e451c585 | ljiyeon | </PropertyGroup> |
1420 | 9f55b953 | taeseongkim | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
1421 | <Target Name="app_config_AfterCompile" AfterTargets="AfterCompile" Condition="Exists('app.$(Configuration).config')"> |
||
1422 | <!--Generate transformed app config in the intermediate directory--> |
||
1423 | <TransformXml Source="app.config" Destination="$(IntermediateOutputPath)$(TargetFileName).config" Transform="app.$(Configuration).config" /> |
||
1424 | <!--Force build process to use the transformed configuration file from now on.--> |
||
1425 | <ItemGroup> |
||
1426 | <AppConfigWithTargetPath Remove="App.config" /> |
||
1427 | <AppConfigWithTargetPath Include="$(IntermediateOutputPath)$(TargetFileName).config"> |
||
1428 | <TargetPath>$(TargetFileName).config</TargetPath> |
||
1429 | </AppConfigWithTargetPath> |
||
1430 | </ItemGroup> |
||
1431 | </Target> |
||
1432 | <!--Override After Publish to support ClickOnce AfterPublish. Target replaces the untransformed config file copied to the deployment directory with the transformed one.--> |
||
1433 | <Target Name="app_config_AfterPublish" AfterTargets="AfterPublish" Condition="Exists('app.$(Configuration).config')"> |
||
1434 | <PropertyGroup> |
||
1435 | <DeployedConfig>$(_DeploymentApplicationDir)$(TargetName)$(TargetExt).config$(_DeploymentFileMappingExtension)</DeployedConfig> |
||
1436 | </PropertyGroup> |
||
1437 | <!--Publish copies the untransformed App.config to deployment directory so overwrite it--> |
||
1438 | <Copy Condition="Exists('$(DeployedConfig)')" SourceFiles="$(IntermediateOutputPath)$(TargetFileName).config" DestinationFiles="$(DeployedConfig)" /> |
||
1439 | </Target> |
||
1440 | <PropertyGroup> |
||
1441 | c0ec90f3 | taeseongkim | <PreBuildEvent>IF NOT EXIST $(TargetDir)Plugin ( |
1442 | mkdir $(TargetDir)Plugin |
||
1443 | ) |
||
1444 | |||
1445 | xcopy $(ProjectDir)..\publish\Downloader\*.* $(TargetDir)Plugin\*.* /I /E /S /Y /F |
||
1446 | 2007ecaa | taeseongkim | |
1447 | if $(ConfigurationName) == Debug ( |
||
1448 | e13b43de | taeseongkim | xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F |
1449 | f882e166 | taeseongkim | ) |
1450 | |||
1451 | e13b43de | taeseongkim | if $(ConfigurationName) == Release_Default ( |
1452 | xcopy /s "$(ProjectDir)..\INI\MARKUS.ini" "$(TargetDir)MARKUS.*" /Y /F |
||
1453 | ) |
||
1454 | 664ea2e1 | taeseongkim | |
1455 | f882e166 | taeseongkim | if $(ConfigurationName) == Debug_Daelim ( |
1456 | 907a99b3 | taeseongkim | xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F |
1457 | f882e166 | taeseongkim | ) |
1458 | |||
1459 | 9d5b4bc2 | taeseongkim | if $(ConfigurationName) == Daelim_RemoteTest ( |
1460 | e13b43de | taeseongkim | xcopy /s "$(ProjectDir)..\INI\MARKUS_DAELIM_REMOTE.ini" "$(TargetDir)MARKUS.*" /Y /F |
1461 | 9d5b4bc2 | taeseongkim | ) |
1462 | |||
1463 | f882e166 | taeseongkim | if $(ConfigurationName) == Debug_DevDoftech ( |
1464 | e13b43de | taeseongkim | xcopy /s "$(ProjectDir)..\INI\MARKUS_Doftech.ini" "$(TargetDir)MARKUS.*" /Y /F |
1465 | f882e166 | taeseongkim | ) |
1466 | |||
1467 | if $(ConfigurationName) == Debug_HyoSung ( |
||
1468 | e13b43de | taeseongkim | xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung_Debug.ini" "$(TargetDir)MARKUS.*" /Y /F |
1469 | f882e166 | taeseongkim | ) |
1470 | |||
1471 | if $(ConfigurationName) == Release_HyoSung ( |
||
1472 | e13b43de | taeseongkim | xcopy /s "$(ProjectDir)..\INI\MARKUS_HyoSung.ini" "$(TargetDir)MARKUS.*" /Y /F |
1473 | f882e166 | taeseongkim | ) |
1474 | if $(ConfigurationName) == Release_PEMSS ( |
||
1475 | e13b43de | taeseongkim | xcopy /s "$(ProjectDir)..\INI\MARKUS_PEMSS.ini" "$(TargetDir)MARKUS.*" /Y /F |
1476 | f882e166 | taeseongkim | ) |
1477 | if $(ConfigurationName) == Debug_SNI ( |
||
1478 | e13b43de | taeseongkim | xcopy /s "$(ProjectDir)..\INI\MARKUS_SNI.ini" "$(TargetDir)MARKUS.*" /Y /F |
1479 | b42dd24d | taeseongkim | ) |
1480 | |||
1481 | rem xcopy /s "$(ProjectDir)..\INI\MARKUS_Daelim.ini" "$(TargetDir)MARKUS.*" /Y /F</PreBuildEvent> |
||
1482 | 9f55b953 | taeseongkim | </PropertyGroup> |
1483 | 80856edb | taeseongkim | <Target Name="app_Release_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('app.Release.$(Configuration).config')"> |
1484 | <TransformXml Source="app.Release.config" Destination="$(OutputPath)app.Release.config" Transform="app.Release.$(Configuration).config" /> |
||
1485 | </Target> |
||
1486 | 30878507 | taeseongkim | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
1487 | <PropertyGroup> |
||
1488 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
1489 | </PropertyGroup> |
||
1490 | <Error Condition="!Exists('..\packages\Obfuscar.2.2.29\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.29\build\obfuscar.props'))" /> |
||
1491 | </Target> |
||
1492 | 787a4489 | KangIngu | </Project> |