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