markus / MarkupToPDF / MarkupToPDF.csproj @ 5639752b
이력 | 보기 | 이력해설 | 다운로드 (28.3 KB)
1 | 787a4489 | KangIngu | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
4 | <PropertyGroup> |
||
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
7 | <ProjectGuid>{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
10 | <RootNamespace>MarkupToPDF</RootNamespace> |
||
11 | <AssemblyName>MarkupToPDF</AssemblyName> |
||
12 | d4a60930 | djkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
13 | 787a4489 | KangIngu | <FileAlignment>512</FileAlignment> |
14 | <TargetFrameworkProfile /> |
||
15 | </PropertyGroup> |
||
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
17 | <DebugSymbols>true</DebugSymbols> |
||
18 | <DebugType>full</DebugType> |
||
19 | <Optimize>false</Optimize> |
||
20 | <OutputPath>bin\Debug\</OutputPath> |
||
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
22 | <ErrorReport>prompt</ErrorReport> |
||
23 | <WarningLevel>4</WarningLevel> |
||
24 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
25 | 787a4489 | KangIngu | </PropertyGroup> |
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <DebugType>pdbonly</DebugType> |
||
28 | <Optimize>true</Optimize> |
||
29 | <OutputPath>bin\Release\</OutputPath> |
||
30 | <DefineConstants>TRACE</DefineConstants> |
||
31 | <ErrorReport>prompt</ErrorReport> |
||
32 | <WarningLevel>4</WarningLevel> |
||
33 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
34 | 787a4489 | KangIngu | </PropertyGroup> |
35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
36 | <DebugSymbols>true</DebugSymbols> |
||
37 | <OutputPath>bin\x64\Debug\</OutputPath> |
||
38 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
39 | <DebugType>full</DebugType> |
||
40 | <PlatformTarget>x64</PlatformTarget> |
||
41 | <ErrorReport>prompt</ErrorReport> |
||
42 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
43 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
44 | 787a4489 | KangIngu | </PropertyGroup> |
45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
46 | <OutputPath>bin\x64\Release\</OutputPath> |
||
47 | <DefineConstants>TRACE</DefineConstants> |
||
48 | <Optimize>true</Optimize> |
||
49 | <DebugType>pdbonly</DebugType> |
||
50 | <PlatformTarget>x64</PlatformTarget> |
||
51 | <ErrorReport>prompt</ErrorReport> |
||
52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
53 | 684ef11c | ljiyeon | <Prefer32Bit>false</Prefer32Bit> |
54 | 787a4489 | KangIngu | </PropertyGroup> |
55 | f19ebe30 | djkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
56 | <DebugSymbols>true</DebugSymbols> |
||
57 | <OutputPath>bin\x86\Debug\</OutputPath> |
||
58 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
59 | <DebugType>full</DebugType> |
||
60 | <PlatformTarget>x86</PlatformTarget> |
||
61 | <ErrorReport>prompt</ErrorReport> |
||
62 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
63 | </PropertyGroup> |
||
64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
65 | <OutputPath>bin\x86\Release\</OutputPath> |
||
66 | <DefineConstants>TRACE</DefineConstants> |
||
67 | <Optimize>true</Optimize> |
||
68 | <DebugType>pdbonly</DebugType> |
||
69 | <PlatformTarget>x86</PlatformTarget> |
||
70 | <ErrorReport>prompt</ErrorReport> |
||
71 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
72 | 9f55b953 | taeseongkim | </PropertyGroup> |
73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|AnyCPU'"> |
||
74 | <DebugSymbols>true</DebugSymbols> |
||
75 | <OutputPath>bin\Debug_HyoSung\</OutputPath> |
||
76 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
77 | <DebugType>full</DebugType> |
||
78 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
79 | <ErrorReport>prompt</ErrorReport> |
||
80 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
81 | </PropertyGroup> |
||
82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x64'"> |
||
83 | <DebugSymbols>true</DebugSymbols> |
||
84 | <OutputPath>bin\x64\Debug_HyoSung\</OutputPath> |
||
85 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
86 | <DebugType>full</DebugType> |
||
87 | <PlatformTarget>x64</PlatformTarget> |
||
88 | <ErrorReport>prompt</ErrorReport> |
||
89 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
90 | </PropertyGroup> |
||
91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HyoSung|x86'"> |
||
92 | <DebugSymbols>true</DebugSymbols> |
||
93 | <OutputPath>bin\x86\Debug_HyoSung\</OutputPath> |
||
94 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
95 | <DebugType>full</DebugType> |
||
96 | <PlatformTarget>x86</PlatformTarget> |
||
97 | <ErrorReport>prompt</ErrorReport> |
||
98 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
99 | f65e6c02 | taeseongkim | </PropertyGroup> |
100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|AnyCPU'"> |
||
101 | <DebugSymbols>true</DebugSymbols> |
||
102 | <OutputPath>bin\Debug_CadExport\</OutputPath> |
||
103 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
104 | <DebugType>full</DebugType> |
||
105 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
106 | <ErrorReport>prompt</ErrorReport> |
||
107 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
108 | </PropertyGroup> |
||
109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x64'"> |
||
110 | <DebugSymbols>true</DebugSymbols> |
||
111 | <OutputPath>bin\x64\Debug_CadExport\</OutputPath> |
||
112 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
113 | <DebugType>full</DebugType> |
||
114 | <PlatformTarget>x64</PlatformTarget> |
||
115 | <ErrorReport>prompt</ErrorReport> |
||
116 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
117 | </PropertyGroup> |
||
118 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_CadExport|x86'"> |
||
119 | <DebugSymbols>true</DebugSymbols> |
||
120 | <OutputPath>bin\x86\Debug_CadExport\</OutputPath> |
||
121 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
122 | <DebugType>full</DebugType> |
||
123 | <PlatformTarget>x86</PlatformTarget> |
||
124 | <ErrorReport>prompt</ErrorReport> |
||
125 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
126 | </PropertyGroup> |
||
127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|AnyCPU'"> |
||
128 | <DebugSymbols>true</DebugSymbols> |
||
129 | <OutputPath>bin\Debug_SNI\</OutputPath> |
||
130 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
131 | <DebugType>full</DebugType> |
||
132 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
133 | <ErrorReport>prompt</ErrorReport> |
||
134 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
135 | </PropertyGroup> |
||
136 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x64'"> |
||
137 | <DebugSymbols>true</DebugSymbols> |
||
138 | <OutputPath>bin\x64\Debug_SNI\</OutputPath> |
||
139 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
140 | <DebugType>full</DebugType> |
||
141 | <PlatformTarget>x64</PlatformTarget> |
||
142 | <ErrorReport>prompt</ErrorReport> |
||
143 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
144 | </PropertyGroup> |
||
145 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_SNI|x86'"> |
||
146 | <DebugSymbols>true</DebugSymbols> |
||
147 | <OutputPath>bin\x86\Debug_SNI\</OutputPath> |
||
148 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
149 | <DebugType>full</DebugType> |
||
150 | <PlatformTarget>x86</PlatformTarget> |
||
151 | <ErrorReport>prompt</ErrorReport> |
||
152 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
153 | 80856edb | taeseongkim | </PropertyGroup> |
154 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|AnyCPU'"> |
||
155 | <DebugSymbols>true</DebugSymbols> |
||
156 | <OutputPath>bin\Release_Hyosung\</OutputPath> |
||
157 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
158 | <DebugType>full</DebugType> |
||
159 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
160 | <ErrorReport>prompt</ErrorReport> |
||
161 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
162 | </PropertyGroup> |
||
163 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x64'"> |
||
164 | <DebugSymbols>true</DebugSymbols> |
||
165 | <OutputPath>bin\x64\Release_Hyosung\</OutputPath> |
||
166 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
167 | <DebugType>full</DebugType> |
||
168 | <PlatformTarget>x64</PlatformTarget> |
||
169 | <ErrorReport>prompt</ErrorReport> |
||
170 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
171 | </PropertyGroup> |
||
172 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Hyosung|x86'"> |
||
173 | <DebugSymbols>true</DebugSymbols> |
||
174 | <OutputPath>bin\x86\Release_Hyosung\</OutputPath> |
||
175 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
176 | <DebugType>full</DebugType> |
||
177 | <PlatformTarget>x86</PlatformTarget> |
||
178 | <ErrorReport>prompt</ErrorReport> |
||
179 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
180 | 07b7bd24 | taeseongkim | </PropertyGroup> |
181 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|AnyCPU'"> |
||
182 | <DebugSymbols>true</DebugSymbols> |
||
183 | <OutputPath>bin\Release_PEMSS\</OutputPath> |
||
184 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
185 | <DebugType>full</DebugType> |
||
186 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
187 | <ErrorReport>prompt</ErrorReport> |
||
188 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
189 | </PropertyGroup> |
||
190 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x64'"> |
||
191 | <DebugSymbols>true</DebugSymbols> |
||
192 | <OutputPath>bin\x64\Release_PEMSS\</OutputPath> |
||
193 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
194 | <DebugType>full</DebugType> |
||
195 | <PlatformTarget>x64</PlatformTarget> |
||
196 | <ErrorReport>prompt</ErrorReport> |
||
197 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
198 | </PropertyGroup> |
||
199 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_PEMSS|x86'"> |
||
200 | <DebugSymbols>true</DebugSymbols> |
||
201 | <OutputPath>bin\x86\Release_PEMSS\</OutputPath> |
||
202 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
203 | <DebugType>full</DebugType> |
||
204 | <PlatformTarget>x86</PlatformTarget> |
||
205 | <ErrorReport>prompt</ErrorReport> |
||
206 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
207 | f19ebe30 | djkim | </PropertyGroup> |
208 | eaafc1eb | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'"> |
209 | <DebugSymbols>true</DebugSymbols> |
||
210 | <OutputPath>bin\Debug_Daelim\</OutputPath> |
||
211 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
212 | <DebugType>full</DebugType> |
||
213 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
214 | <ErrorReport>prompt</ErrorReport> |
||
215 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
216 | </PropertyGroup> |
||
217 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'"> |
||
218 | <DebugSymbols>true</DebugSymbols> |
||
219 | <OutputPath>bin\x64\Debug_Daelim\</OutputPath> |
||
220 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
221 | <DebugType>full</DebugType> |
||
222 | <PlatformTarget>x64</PlatformTarget> |
||
223 | <ErrorReport>prompt</ErrorReport> |
||
224 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
225 | </PropertyGroup> |
||
226 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'"> |
||
227 | <DebugSymbols>true</DebugSymbols> |
||
228 | <OutputPath>bin\x86\Debug_Daelim\</OutputPath> |
||
229 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
230 | <DebugType>full</DebugType> |
||
231 | <PlatformTarget>x86</PlatformTarget> |
||
232 | <ErrorReport>prompt</ErrorReport> |
||
233 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
234 | </PropertyGroup> |
||
235 | 9d5b4bc2 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|AnyCPU'"> |
236 | <DebugSymbols>true</DebugSymbols> |
||
237 | <OutputPath>bin\Daelim_RemoteTest\</OutputPath> |
||
238 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
239 | <DebugType>full</DebugType> |
||
240 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
241 | <ErrorReport>prompt</ErrorReport> |
||
242 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
243 | </PropertyGroup> |
||
244 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x64'"> |
||
245 | <DebugSymbols>true</DebugSymbols> |
||
246 | <OutputPath>bin\x64\Daelim_RemoteTest\</OutputPath> |
||
247 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
248 | <DebugType>full</DebugType> |
||
249 | <PlatformTarget>x64</PlatformTarget> |
||
250 | <ErrorReport>prompt</ErrorReport> |
||
251 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
252 | </PropertyGroup> |
||
253 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Daelim_RemoteTest|x86'"> |
||
254 | <DebugSymbols>true</DebugSymbols> |
||
255 | <OutputPath>bin\x86\Daelim_RemoteTest\</OutputPath> |
||
256 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
257 | <DebugType>full</DebugType> |
||
258 | <PlatformTarget>x86</PlatformTarget> |
||
259 | <ErrorReport>prompt</ErrorReport> |
||
260 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
261 | </PropertyGroup> |
||
262 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|AnyCPU'"> |
||
263 | <DebugSymbols>true</DebugSymbols> |
||
264 | <OutputPath>bin\Release_Default\</OutputPath> |
||
265 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
266 | <DebugType>full</DebugType> |
||
267 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
268 | <ErrorReport>prompt</ErrorReport> |
||
269 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
270 | </PropertyGroup> |
||
271 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x64'"> |
||
272 | <DebugSymbols>true</DebugSymbols> |
||
273 | <OutputPath>bin\x64\Release_Default\</OutputPath> |
||
274 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
275 | <DebugType>full</DebugType> |
||
276 | <PlatformTarget>x64</PlatformTarget> |
||
277 | <ErrorReport>prompt</ErrorReport> |
||
278 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
279 | </PropertyGroup> |
||
280 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release_Default|x86'"> |
||
281 | <DebugSymbols>true</DebugSymbols> |
||
282 | <OutputPath>bin\x86\Release_Default\</OutputPath> |
||
283 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
284 | <DebugType>full</DebugType> |
||
285 | <PlatformTarget>x86</PlatformTarget> |
||
286 | <ErrorReport>prompt</ErrorReport> |
||
287 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
288 | </PropertyGroup> |
||
289 | 787a4489 | KangIngu | <ItemGroup> |
290 | <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
291 | <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
||
292 | </Reference> |
||
293 | <Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL"> |
||
294 | <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
||
295 | </Reference> |
||
296 | 24c5e56c | taeseongkim | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
297 | <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
298 | </Reference> |
||
299 | 787a4489 | KangIngu | <Reference Include="PresentationCore" /> |
300 | <Reference Include="PresentationFramework" /> |
||
301 | 5639752b | taeseongkim | <Reference Include="SharpVectors.Converters.Wpf, Version=1.8.4.0, Culture=neutral, PublicKeyToken=b532964b8548be77, processorArchitecture=MSIL"> |
302 | <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Converters.Wpf.dll</HintPath> |
||
303 | f1f822e9 | taeseongkim | </Reference> |
304 | 5639752b | taeseongkim | <Reference Include="SharpVectors.Core, Version=1.8.4.0, Culture=neutral, PublicKeyToken=7407205e337c98ef, processorArchitecture=MSIL"> |
305 | <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Core.dll</HintPath> |
||
306 | f1f822e9 | taeseongkim | </Reference> |
307 | 5639752b | taeseongkim | <Reference Include="SharpVectors.Css, Version=1.8.4.0, Culture=neutral, PublicKeyToken=7a46e3f532fdb787, processorArchitecture=MSIL"> |
308 | <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Css.dll</HintPath> |
||
309 | f1f822e9 | taeseongkim | </Reference> |
310 | 5639752b | taeseongkim | <Reference Include="SharpVectors.Dom, Version=1.8.4.0, Culture=neutral, PublicKeyToken=517340b6277b1a7a, processorArchitecture=MSIL"> |
311 | <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Dom.dll</HintPath> |
||
312 | f1f822e9 | taeseongkim | </Reference> |
313 | 5639752b | taeseongkim | <Reference Include="SharpVectors.Model, Version=1.8.4.0, Culture=neutral, PublicKeyToken=2236cfc76b505845, processorArchitecture=MSIL"> |
314 | <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Model.dll</HintPath> |
||
315 | f1f822e9 | taeseongkim | </Reference> |
316 | 5639752b | taeseongkim | <Reference Include="SharpVectors.Rendering.Wpf, Version=1.8.4.0, Culture=neutral, PublicKeyToken=d0902381100df30e, processorArchitecture=MSIL"> |
317 | <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Rendering.Wpf.dll</HintPath> |
||
318 | f1f822e9 | taeseongkim | </Reference> |
319 | 5639752b | taeseongkim | <Reference Include="SharpVectors.Runtime.Wpf, Version=1.8.4.0, Culture=neutral, PublicKeyToken=d16e717f0a981fb9, processorArchitecture=MSIL"> |
320 | <HintPath>..\packages\SharpVectors.Wpf.1.8.4\lib\net46\SharpVectors.Runtime.Wpf.dll</HintPath> |
||
321 | 53880c83 | ljiyeon | </Reference> |
322 | 787a4489 | KangIngu | <Reference Include="System" /> |
323 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
324 | <Reference Include="System.Core" /> |
||
325 | <Reference Include="System.Data.Entity" /> |
||
326 | <Reference Include="System.Drawing" /> |
||
327 | <Reference Include="System.Runtime.Serialization" /> |
||
328 | <Reference Include="System.Security" /> |
||
329 | 2aac9b2b | djkim | <Reference Include="System.ServiceModel" /> |
330 | 787a4489 | KangIngu | <Reference Include="System.Windows.Forms" /> |
331 | <Reference Include="System.Xaml" /> |
||
332 | <Reference Include="System.Xml.Linq" /> |
||
333 | <Reference Include="System.Data.DataSetExtensions" /> |
||
334 | <Reference Include="Microsoft.CSharp" /> |
||
335 | <Reference Include="System.Data" /> |
||
336 | <Reference Include="System.Xml" /> |
||
337 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
338 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath> |
||
339 | <Private>True</Private> |
||
340 | c0d2925b | djkim | </Reference> |
341 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
342 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath> |
||
343 | <Private>True</Private> |
||
344 | c0d2925b | djkim | </Reference> |
345 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
346 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath> |
||
347 | <Private>True</Private> |
||
348 | c0d2925b | djkim | </Reference> |
349 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
350 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath> |
||
351 | <Private>True</Private> |
||
352 | c0d2925b | djkim | </Reference> |
353 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
354 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath> |
||
355 | <Private>True</Private> |
||
356 | c0d2925b | djkim | </Reference> |
357 | 787a4489 | KangIngu | <Reference Include="WindowsBase" /> |
358 | </ItemGroup> |
||
359 | <ItemGroup> |
||
360 | 3b938959 | taeseongkim | <Compile Include="Common\CommentMath.cs" /> |
361 | 787a4489 | KangIngu | <Compile Include="Common\CommentUserInfo.cs" /> |
362 | <Compile Include="Common\GetUserSign.cs" /> |
||
363 | <Compile Include="Common\StringToFont.cs" /> |
||
364 | <Compile Include="Common\Undo_data.cs" /> |
||
365 | 2aac9b2b | djkim | <Compile Include="Connected Services\markus_api\Reference.cs"> |
366 | <AutoGen>True</AutoGen> |
||
367 | <DesignTime>True</DesignTime> |
||
368 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
369 | </Compile> |
||
370 | 787a4489 | KangIngu | <Compile Include="Controls\Angle\AngleControl.cs" /> |
371 | 684ef11c | ljiyeon | <Compile Include="Controls\Cad\ClipWhiteControlcs.cs" /> |
372 | <Compile Include="Controls\Cad\CoordinateControl.cs" /> |
||
373 | <Compile Include="Controls\Cad\InsideWhiteControlcs.cs" /> |
||
374 | 91efe37a | humkyung | <Compile Include="Controls\Cad\OverlapWhiteControl.cs" /> |
375 | 787a4489 | KangIngu | <Compile Include="Controls\Common\ControlType.cs" /> |
376 | d251456f | humkyung | <Compile Include="Controls\Common\DrawSet.cs" /> |
377 | 787a4489 | KangIngu | <Compile Include="Controls\Common\HatchMake.cs" /> |
378 | <Compile Include="Controls\Common\IMarkupCommonData.cs" /> |
||
379 | <Compile Include="Controls\Common\InkToPath.cs" /> |
||
380 | <Compile Include="Controls\Common\PenMode.cs" /> |
||
381 | <Compile Include="Controls\Common\StringToPathConverter.cs" /> |
||
382 | <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" /> |
||
383 | <Compile Include="Controls\Custom\CustomText.xaml.cs"> |
||
384 | <DependentUpon>CustomText.xaml</DependentUpon> |
||
385 | </Compile> |
||
386 | <Compile Include="Controls\Etc\SignControl.cs" /> |
||
387 | <Compile Include="Controls\Etc\SymControl.cs" /> |
||
388 | <Compile Include="Controls\Etc\SymControlN.cs" /> |
||
389 | 40b3ce25 | ljiyeon | <Compile Include="Controls\Line\ArrowArcControl.cs" /> |
390 | 787a4489 | KangIngu | <Compile Include="Controls\Common\SelectControl.cs" /> |
391 | <Compile Include="Controls\Common\Interfaces.cs" /> |
||
392 | <Compile Include="Controls\Common\IPath.cs" /> |
||
393 | <Compile Include="Controls\Common\MarkupToPDF.cs" /> |
||
394 | <Compile Include="Controls\Common\MathSet.cs" /> |
||
395 | <Compile Include="Controls\Common\MouseMode.cs" /> |
||
396 | <Compile Include="Controls\Common\PaintSet.cs" /> |
||
397 | <Compile Include="Controls\Etc\DateControl.cs" /> |
||
398 | <Compile Include="Controls\Etc\ImgControl.cs" /> |
||
399 | <Compile Include="Controls\Line\ArcControl.cs" /> |
||
400 | <Compile Include="Controls\Line\ArrowControl_Multi.cs" /> |
||
401 | <Compile Include="Controls\Line\LineControl.cs" /> |
||
402 | <Compile Include="Controls\Parsing\MarkupParse.cs" /> |
||
403 | <Compile Include="Controls\Polygon\CloudControl.cs" /> |
||
404 | <Compile Include="Controls\Polygon\InkControl.cs" /> |
||
405 | <Compile Include="Controls\Polygon\PolygonControl.cs" /> |
||
406 | <Compile Include="Controls\Shape\CircleControl.cs" /> |
||
407 | <Compile Include="Controls\Shape\RectangleControl.cs" /> |
||
408 | <Compile Include="Controls\Shape\RectCloudControl.cs" /> |
||
409 | <Compile Include="Controls\Shape\TriControl.cs" /> |
||
410 | <Compile Include="Controls\Text\ArrowTextControl.cs" /> |
||
411 | <Compile Include="Controls\Text\TextControl.cs" /> |
||
412 | 3b938959 | taeseongkim | <Compile Include="ICommentRect.cs" /> |
413 | 787a4489 | KangIngu | <Compile Include="Properties\AssemblyInfo.cs" /> |
414 | 2aac9b2b | djkim | <Compile Include="Properties\Settings.Designer.cs"> |
415 | <AutoGen>True</AutoGen> |
||
416 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
417 | <DependentUpon>Settings.settings</DependentUpon> |
||
418 | </Compile> |
||
419 | 24c5e56c | taeseongkim | <Compile Include="Serialize\Core\ThicknessJsonConvert.cs" /> |
420 | <Compile Include="Serialize\Core\PointJsonConvert.cs" /> |
||
421 | <Compile Include="Serialize\Core\IntTodoubleJsonConvert.cs" /> |
||
422 | 787a4489 | KangIngu | <Compile Include="Serialize\Core\JsonSerializerHelper.cs" /> |
423 | <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" /> |
||
424 | 40b3ce25 | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" /> |
425 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" /> |
426 | <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" /> |
||
427 | <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" /> |
||
428 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_ClipWhiteControl.cs" /> |
429 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" /> |
430 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_CoordinateControl.cs" /> |
431 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" /> |
432 | <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" /> |
||
433 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_InsideWhiteControl.cs" /> |
434 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" /> |
435 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_OverlapWhiteControl.cs" /> |
436 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" /> |
437 | <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" /> |
||
438 | <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" /> |
||
439 | <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" /> |
||
440 | <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" /> |
||
441 | <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" /> |
||
442 | <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" /> |
||
443 | <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" /> |
||
444 | <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" /> |
||
445 | 2aac9b2b | djkim | <Compile Include="Settings.cs" /> |
446 | 787a4489 | KangIngu | </ItemGroup> |
447 | <ItemGroup> |
||
448 | <Page Include="Controls\Custom\CustomText.xaml"> |
||
449 | <SubType>Designer</SubType> |
||
450 | <Generator>MSBuild:Compile</Generator> |
||
451 | </Page> |
||
452 | <Page Include="Themes\generic.xaml"> |
||
453 | <Generator>MSBuild:Compile</Generator> |
||
454 | <SubType>Designer</SubType> |
||
455 | </Page> |
||
456 | </ItemGroup> |
||
457 | <ItemGroup> |
||
458 | 2aac9b2b | djkim | <None Include="App.Config"> |
459 | <SubType>Designer</SubType> |
||
460 | </None> |
||
461 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource"> |
||
462 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
463 | </None> |
||
464 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource"> |
||
465 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
466 | </None> |
||
467 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource"> |
||
468 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
469 | </None> |
||
470 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource"> |
||
471 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
472 | </None> |
||
473 | <None Include="Connected Services\markus_api\ServiceDeepView.wsdl" /> |
||
474 | <None Include="Connected Services\markus_api\ServiceDeepView.xsd"> |
||
475 | <SubType>Designer</SubType> |
||
476 | </None> |
||
477 | <None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" /> |
||
478 | <None Include="Connected Services\markus_api\ServiceDeepView1.xsd"> |
||
479 | <SubType>Designer</SubType> |
||
480 | </None> |
||
481 | <None Include="Connected Services\markus_api\ServiceDeepView2.xsd"> |
||
482 | <SubType>Designer</SubType> |
||
483 | </None> |
||
484 | <None Include="Connected Services\markus_api\ServiceDeepView3.xsd"> |
||
485 | <SubType>Designer</SubType> |
||
486 | </None> |
||
487 | <None Include="Connected Services\markus_api\ServiceDeepView4.xsd"> |
||
488 | <SubType>Designer</SubType> |
||
489 | </None> |
||
490 | <None Include="Connected Services\markus_api\ServiceDeepView5.xsd"> |
||
491 | <SubType>Designer</SubType> |
||
492 | </None> |
||
493 | <None Include="Connected Services\markus_api\ServiceDeepView6.xsd"> |
||
494 | <SubType>Designer</SubType> |
||
495 | </None> |
||
496 | <None Include="Connected Services\markus_api\ServiceDeepView7.xsd"> |
||
497 | <SubType>Designer</SubType> |
||
498 | </None> |
||
499 | <None Include="Connected Services\markus_api\ServiceDeepView8.xsd"> |
||
500 | <SubType>Designer</SubType> |
||
501 | </None> |
||
502 | 787a4489 | KangIngu | <None Include="packages.config" /> |
503 | 2aac9b2b | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" /> |
504 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" /> |
||
505 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" /> |
||
506 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" /> |
||
507 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" /> |
||
508 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" /> |
||
509 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" /> |
||
510 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" /> |
||
511 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" /> |
||
512 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" /> |
||
513 | <None Include="Properties\DataSources\System.Windows.Rect.datasource" /> |
||
514 | <None Include="Properties\Settings.settings"> |
||
515 | <Generator>SettingsSingleFileGenerator</Generator> |
||
516 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
517 | </None> |
||
518 | 787a4489 | KangIngu | </ItemGroup> |
519 | <ItemGroup> |
||
520 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
521 | </ItemGroup> |
||
522 | 2aac9b2b | djkim | <ItemGroup> |
523 | <WCFMetadata Include="Connected Services\" /> |
||
524 | </ItemGroup> |
||
525 | <ItemGroup> |
||
526 | <WCFMetadataStorage Include="Connected Services\markus_api\" /> |
||
527 | </ItemGroup> |
||
528 | <ItemGroup> |
||
529 | <None Include="Connected Services\markus_api\ServiceDeepView.disco" /> |
||
530 | </ItemGroup> |
||
531 | <ItemGroup> |
||
532 | <None Include="Connected Services\markus_api\configuration91.svcinfo" /> |
||
533 | </ItemGroup> |
||
534 | <ItemGroup> |
||
535 | <None Include="Connected Services\markus_api\configuration.svcinfo" /> |
||
536 | </ItemGroup> |
||
537 | <ItemGroup> |
||
538 | <None Include="Connected Services\markus_api\Reference.svcmap"> |
||
539 | <Generator>WCF Proxy Generator</Generator> |
||
540 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
541 | </None> |
||
542 | </ItemGroup> |
||
543 | 684ef11c | ljiyeon | <ItemGroup> |
544 | 5928384e | djkim | <ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
545 | <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project> |
||
546 | <Name>CommonLib</Name> |
||
547 | </ProjectReference> |
||
548 | 684ef11c | ljiyeon | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
549 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
550 | <Name>KCOMDataModel</Name> |
||
551 | </ProjectReference> |
||
552 | 24c5e56c | taeseongkim | <ProjectReference Include="..\Markus.Fonts\Markus.Fonts.csproj"> |
553 | <Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project> |
||
554 | <Name>Markus.Fonts</Name> |
||
555 | </ProjectReference> |
||
556 | 684ef11c | ljiyeon | </ItemGroup> |
557 | 787a4489 | KangIngu | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
558 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
559 | Other similar extension points exist, see Microsoft.Common.targets. |
||
560 | <Target Name="BeforeBuild"> |
||
561 | </Target> |
||
562 | <Target Name="AfterBuild"> |
||
563 | </Target> |
||
564 | --> |
||
565 | </Project> |