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