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