markus / MarkupToPDF / MarkupToPDF.csproj @ 366f00c2
이력 | 보기 | 이력해설 | 다운로드 (21.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 | f19ebe30 | djkim | </PropertyGroup> |
181 | 787a4489 | KangIngu | <ItemGroup> |
182 | <Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
183 | <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
||
184 | </Reference> |
||
185 | <Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL"> |
||
186 | <HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
||
187 | </Reference> |
||
188 | <Reference Include="PresentationCore" /> |
||
189 | <Reference Include="PresentationFramework" /> |
||
190 | <Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL"> |
||
191 | <HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath> |
||
192 | </Reference> |
||
193 | 53880c83 | ljiyeon | <Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL"> |
194 | <HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath> |
||
195 | </Reference> |
||
196 | 787a4489 | KangIngu | <Reference Include="System" /> |
197 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
198 | <Reference Include="System.Core" /> |
||
199 | <Reference Include="System.Data.Entity" /> |
||
200 | <Reference Include="System.Drawing" /> |
||
201 | <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
202 | <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> |
||
203 | </Reference> |
||
204 | <Reference Include="System.Runtime.Serialization" /> |
||
205 | <Reference Include="System.Security" /> |
||
206 | 2aac9b2b | djkim | <Reference Include="System.ServiceModel" /> |
207 | 787a4489 | KangIngu | <Reference Include="System.Windows.Forms" /> |
208 | <Reference Include="System.Xaml" /> |
||
209 | <Reference Include="System.Xml.Linq" /> |
||
210 | <Reference Include="System.Data.DataSetExtensions" /> |
||
211 | <Reference Include="Microsoft.CSharp" /> |
||
212 | <Reference Include="System.Data" /> |
||
213 | <Reference Include="System.Xml" /> |
||
214 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
215 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath> |
||
216 | <Private>True</Private> |
||
217 | c0d2925b | djkim | </Reference> |
218 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
219 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath> |
||
220 | <Private>True</Private> |
||
221 | c0d2925b | djkim | </Reference> |
222 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
223 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath> |
||
224 | <Private>True</Private> |
||
225 | c0d2925b | djkim | </Reference> |
226 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
227 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath> |
||
228 | <Private>True</Private> |
||
229 | c0d2925b | djkim | </Reference> |
230 | 53880c83 | ljiyeon | <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
231 | <HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath> |
||
232 | <Private>True</Private> |
||
233 | c0d2925b | djkim | </Reference> |
234 | 787a4489 | KangIngu | <Reference Include="WindowsBase" /> |
235 | </ItemGroup> |
||
236 | <ItemGroup> |
||
237 | <Compile Include="Common\CommentUserInfo.cs" /> |
||
238 | <Compile Include="Common\GetUserSign.cs" /> |
||
239 | <Compile Include="Common\StringToFont.cs" /> |
||
240 | <Compile Include="Common\Undo_data.cs" /> |
||
241 | 2aac9b2b | djkim | <Compile Include="Connected Services\markus_api\Reference.cs"> |
242 | <AutoGen>True</AutoGen> |
||
243 | <DesignTime>True</DesignTime> |
||
244 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
245 | </Compile> |
||
246 | 787a4489 | KangIngu | <Compile Include="Controls\Angle\AngleControl.cs" /> |
247 | 684ef11c | ljiyeon | <Compile Include="Controls\Cad\ClipWhiteControlcs.cs" /> |
248 | <Compile Include="Controls\Cad\CoordinateControl.cs" /> |
||
249 | <Compile Include="Controls\Cad\InsideWhiteControlcs.cs" /> |
||
250 | 91efe37a | humkyung | <Compile Include="Controls\Cad\OverlapWhiteControl.cs" /> |
251 | 787a4489 | KangIngu | <Compile Include="Controls\Common\ControlType.cs" /> |
252 | d251456f | humkyung | <Compile Include="Controls\Common\DrawSet.cs" /> |
253 | 787a4489 | KangIngu | <Compile Include="Controls\Common\HatchMake.cs" /> |
254 | <Compile Include="Controls\Common\IMarkupCommonData.cs" /> |
||
255 | <Compile Include="Controls\Common\InkToPath.cs" /> |
||
256 | <Compile Include="Controls\Common\PenMode.cs" /> |
||
257 | <Compile Include="Controls\Common\StringToPathConverter.cs" /> |
||
258 | <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" /> |
||
259 | <Compile Include="Controls\Custom\CustomText.xaml.cs"> |
||
260 | <DependentUpon>CustomText.xaml</DependentUpon> |
||
261 | </Compile> |
||
262 | <Compile Include="Controls\Etc\SignControl.cs" /> |
||
263 | <Compile Include="Controls\Etc\SymControl.cs" /> |
||
264 | <Compile Include="Controls\Etc\SymControlN.cs" /> |
||
265 | 40b3ce25 | ljiyeon | <Compile Include="Controls\Line\ArrowArcControl.cs" /> |
266 | 787a4489 | KangIngu | <Compile Include="Controls\Common\SelectControl.cs" /> |
267 | <Compile Include="Controls\Common\Interfaces.cs" /> |
||
268 | <Compile Include="Controls\Common\IPath.cs" /> |
||
269 | <Compile Include="Controls\Common\MarkupToPDF.cs" /> |
||
270 | <Compile Include="Controls\Common\MathSet.cs" /> |
||
271 | <Compile Include="Controls\Common\MouseMode.cs" /> |
||
272 | <Compile Include="Controls\Common\PaintSet.cs" /> |
||
273 | <Compile Include="Controls\Etc\DateControl.cs" /> |
||
274 | <Compile Include="Controls\Etc\ImgControl.cs" /> |
||
275 | <Compile Include="Controls\Line\ArcControl.cs" /> |
||
276 | <Compile Include="Controls\Line\ArrowControl_Multi.cs" /> |
||
277 | <Compile Include="Controls\Line\LineControl.cs" /> |
||
278 | <Compile Include="Controls\Parsing\MarkupParse.cs" /> |
||
279 | <Compile Include="Controls\Polygon\CloudControl.cs" /> |
||
280 | <Compile Include="Controls\Polygon\InkControl.cs" /> |
||
281 | <Compile Include="Controls\Polygon\PolygonControl.cs" /> |
||
282 | <Compile Include="Controls\Shape\CircleControl.cs" /> |
||
283 | <Compile Include="Controls\Shape\RectangleControl.cs" /> |
||
284 | <Compile Include="Controls\Shape\RectCloudControl.cs" /> |
||
285 | <Compile Include="Controls\Shape\TriControl.cs" /> |
||
286 | <Compile Include="Controls\Text\ArrowTextControl.cs" /> |
||
287 | <Compile Include="Controls\Text\TextControl.cs" /> |
||
288 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
289 | 2aac9b2b | djkim | <Compile Include="Properties\Settings.Designer.cs"> |
290 | <AutoGen>True</AutoGen> |
||
291 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
292 | <DependentUpon>Settings.settings</DependentUpon> |
||
293 | </Compile> |
||
294 | 787a4489 | KangIngu | <Compile Include="Serialize\Core\JsonSerializerHelper.cs" /> |
295 | <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" /> |
||
296 | 40b3ce25 | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" /> |
297 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" /> |
298 | <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" /> |
||
299 | <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" /> |
||
300 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_ClipWhiteControl.cs" /> |
301 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" /> |
302 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_CoordinateControl.cs" /> |
303 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" /> |
304 | <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" /> |
||
305 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_InsideWhiteControl.cs" /> |
306 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" /> |
307 | 684ef11c | ljiyeon | <Compile Include="Serialize\S_Control\Detail\S_OverlapWhiteControl.cs" /> |
308 | 787a4489 | KangIngu | <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" /> |
309 | <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" /> |
||
310 | <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" /> |
||
311 | <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" /> |
||
312 | <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" /> |
||
313 | <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" /> |
||
314 | <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" /> |
||
315 | <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" /> |
||
316 | <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" /> |
||
317 | 2aac9b2b | djkim | <Compile Include="Settings.cs" /> |
318 | 787a4489 | KangIngu | </ItemGroup> |
319 | <ItemGroup> |
||
320 | <Page Include="Controls\Custom\CustomText.xaml"> |
||
321 | <SubType>Designer</SubType> |
||
322 | <Generator>MSBuild:Compile</Generator> |
||
323 | </Page> |
||
324 | <Page Include="Themes\generic.xaml"> |
||
325 | <Generator>MSBuild:Compile</Generator> |
||
326 | <SubType>Designer</SubType> |
||
327 | </Page> |
||
328 | </ItemGroup> |
||
329 | <ItemGroup> |
||
330 | 2aac9b2b | djkim | <None Include="App.Config"> |
331 | <SubType>Designer</SubType> |
||
332 | </None> |
||
333 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource"> |
||
334 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
335 | </None> |
||
336 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource"> |
||
337 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
338 | </None> |
||
339 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource"> |
||
340 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
341 | </None> |
||
342 | <None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource"> |
||
343 | <DependentUpon>Reference.svcmap</DependentUpon> |
||
344 | </None> |
||
345 | <None Include="Connected Services\markus_api\ServiceDeepView.wsdl" /> |
||
346 | <None Include="Connected Services\markus_api\ServiceDeepView.xsd"> |
||
347 | <SubType>Designer</SubType> |
||
348 | </None> |
||
349 | <None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" /> |
||
350 | <None Include="Connected Services\markus_api\ServiceDeepView1.xsd"> |
||
351 | <SubType>Designer</SubType> |
||
352 | </None> |
||
353 | <None Include="Connected Services\markus_api\ServiceDeepView2.xsd"> |
||
354 | <SubType>Designer</SubType> |
||
355 | </None> |
||
356 | <None Include="Connected Services\markus_api\ServiceDeepView3.xsd"> |
||
357 | <SubType>Designer</SubType> |
||
358 | </None> |
||
359 | <None Include="Connected Services\markus_api\ServiceDeepView4.xsd"> |
||
360 | <SubType>Designer</SubType> |
||
361 | </None> |
||
362 | <None Include="Connected Services\markus_api\ServiceDeepView5.xsd"> |
||
363 | <SubType>Designer</SubType> |
||
364 | </None> |
||
365 | <None Include="Connected Services\markus_api\ServiceDeepView6.xsd"> |
||
366 | <SubType>Designer</SubType> |
||
367 | </None> |
||
368 | <None Include="Connected Services\markus_api\ServiceDeepView7.xsd"> |
||
369 | <SubType>Designer</SubType> |
||
370 | </None> |
||
371 | <None Include="Connected Services\markus_api\ServiceDeepView8.xsd"> |
||
372 | <SubType>Designer</SubType> |
||
373 | </None> |
||
374 | 787a4489 | KangIngu | <None Include="packages.config" /> |
375 | 2aac9b2b | djkim | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" /> |
376 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" /> |
||
377 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" /> |
||
378 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" /> |
||
379 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" /> |
||
380 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" /> |
||
381 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" /> |
||
382 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" /> |
||
383 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" /> |
||
384 | <None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" /> |
||
385 | <None Include="Properties\DataSources\System.Windows.Rect.datasource" /> |
||
386 | <None Include="Properties\Settings.settings"> |
||
387 | <Generator>SettingsSingleFileGenerator</Generator> |
||
388 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
389 | </None> |
||
390 | 787a4489 | KangIngu | </ItemGroup> |
391 | <ItemGroup> |
||
392 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
393 | </ItemGroup> |
||
394 | 2aac9b2b | djkim | <ItemGroup> |
395 | <WCFMetadata Include="Connected Services\" /> |
||
396 | </ItemGroup> |
||
397 | <ItemGroup> |
||
398 | <WCFMetadataStorage Include="Connected Services\markus_api\" /> |
||
399 | </ItemGroup> |
||
400 | <ItemGroup> |
||
401 | <None Include="Connected Services\markus_api\ServiceDeepView.disco" /> |
||
402 | </ItemGroup> |
||
403 | <ItemGroup> |
||
404 | <None Include="Connected Services\markus_api\configuration91.svcinfo" /> |
||
405 | </ItemGroup> |
||
406 | <ItemGroup> |
||
407 | <None Include="Connected Services\markus_api\configuration.svcinfo" /> |
||
408 | </ItemGroup> |
||
409 | <ItemGroup> |
||
410 | <None Include="Connected Services\markus_api\Reference.svcmap"> |
||
411 | <Generator>WCF Proxy Generator</Generator> |
||
412 | <LastGenOutput>Reference.cs</LastGenOutput> |
||
413 | </None> |
||
414 | </ItemGroup> |
||
415 | 684ef11c | ljiyeon | <ItemGroup> |
416 | 5928384e | djkim | <ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
417 | <Project>{def47fc2-b898-4c92-ad8d-d7b9e994495e}</Project> |
||
418 | <Name>CommonLib</Name> |
||
419 | </ProjectReference> |
||
420 | 684ef11c | ljiyeon | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
421 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
422 | <Name>KCOMDataModel</Name> |
||
423 | </ProjectReference> |
||
424 | </ItemGroup> |
||
425 | 787a4489 | KangIngu | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
426 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
427 | Other similar extension points exist, see Microsoft.Common.targets. |
||
428 | <Target Name="BeforeBuild"> |
||
429 | </Target> |
||
430 | <Target Name="AfterBuild"> |
||
431 | </Target> |
||
432 | --> |
||
433 | </Project> |