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