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