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 |
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
13 |
|
|
<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 |
|
|
</PropertyGroup>
|
25 |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
26 |
|
|
<DebugType>pdbonly</DebugType>
|
27 |
|
|
<Optimize>true</Optimize>
|
28 |
|
|
<OutputPath>bin\Release\</OutputPath>
|
29 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
30 |
|
|
<ErrorReport>prompt</ErrorReport>
|
31 |
|
|
<WarningLevel>4</WarningLevel>
|
32 |
|
|
</PropertyGroup>
|
33 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
34 |
|
|
<DebugSymbols>true</DebugSymbols>
|
35 |
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
36 |
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
37 |
|
|
<DebugType>full</DebugType>
|
38 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
39 |
|
|
<ErrorReport>prompt</ErrorReport>
|
40 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
41 |
|
|
</PropertyGroup>
|
42 |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
43 |
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
44 |
|
|
<DefineConstants>TRACE</DefineConstants>
|
45 |
|
|
<Optimize>true</Optimize>
|
46 |
|
|
<DebugType>pdbonly</DebugType>
|
47 |
|
|
<PlatformTarget>x64</PlatformTarget>
|
48 |
|
|
<ErrorReport>prompt</ErrorReport>
|
49 |
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
50 |
|
|
</PropertyGroup>
|
51 |
|
|
<ItemGroup>
|
52 |
|
|
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
53 |
|
|
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
|
54 |
|
|
</Reference>
|
55 |
|
|
<Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
|
56 |
|
|
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath>
|
57 |
|
|
</Reference>
|
58 |
|
|
<Reference Include="PDFNet">
|
59 |
|
|
<HintPath>..\..\..\source\repos\TextSearch\TextSearch\PDFnet32\PDFNet.dll</HintPath>
|
60 |
|
|
</Reference>
|
61 |
|
|
<Reference Include="PresentationCore" />
|
62 |
|
|
<Reference Include="PresentationFramework" />
|
63 |
|
|
<Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL">
|
64 |
|
|
<HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath>
|
65 |
|
|
</Reference>
|
66 |
|
|
<Reference Include="System" />
|
67 |
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
68 |
|
|
<Reference Include="System.Core" />
|
69 |
|
|
<Reference Include="System.Data.Entity" />
|
70 |
|
|
<Reference Include="System.Drawing" />
|
71 |
|
|
<Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
72 |
|
|
<HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
|
73 |
|
|
</Reference>
|
74 |
|
|
<Reference Include="System.Runtime.Serialization" />
|
75 |
|
|
<Reference Include="System.Security" />
|
76 |
2aac9b2b
|
djkim
|
<Reference Include="System.ServiceModel" />
|
77 |
787a4489
|
KangIngu
|
<Reference Include="System.Windows.Forms" />
|
78 |
|
|
<Reference Include="System.Xaml" />
|
79 |
|
|
<Reference Include="System.Xml.Linq" />
|
80 |
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
81 |
|
|
<Reference Include="Microsoft.CSharp" />
|
82 |
|
|
<Reference Include="System.Data" />
|
83 |
|
|
<Reference Include="System.Xml" />
|
84 |
|
|
<Reference Include="Telerik.Windows.Controls, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
85 |
|
|
<Reference Include="Telerik.Windows.Controls.Data, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
86 |
|
|
<Reference Include="Telerik.Windows.Controls.Input, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
87 |
|
|
<Reference Include="Telerik.Windows.Controls.Navigation, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
88 |
|
|
<Reference Include="Telerik.Windows.Data, Version=2018.1.122.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
89 |
|
|
<Reference Include="Telerik.Windows.Zip, Version=2018.1.112.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
|
90 |
|
|
<Reference Include="WindowsBase" />
|
91 |
|
|
</ItemGroup>
|
92 |
|
|
<ItemGroup>
|
93 |
|
|
<Compile Include="Common\CommentUserInfo.cs" />
|
94 |
|
|
<Compile Include="Common\GetUserSign.cs" />
|
95 |
|
|
<Compile Include="Common\LocationTextExtractionStrategyWithPosition.cs" />
|
96 |
|
|
<Compile Include="Common\StringToFont.cs" />
|
97 |
|
|
<Compile Include="Common\Undo_data.cs" />
|
98 |
2aac9b2b
|
djkim
|
<Compile Include="Connected Services\markus_api\Reference.cs">
|
99 |
|
|
<AutoGen>True</AutoGen>
|
100 |
|
|
<DesignTime>True</DesignTime>
|
101 |
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
102 |
|
|
</Compile>
|
103 |
787a4489
|
KangIngu
|
<Compile Include="Controls\Angle\AngleControl.cs" />
|
104 |
|
|
<Compile Include="Controls\Common\BaseShape.cs" />
|
105 |
|
|
<Compile Include="Controls\Common\ControlType.cs" />
|
106 |
|
|
<Compile Include="Controls\Common\HatchMake.cs" />
|
107 |
|
|
<Compile Include="Controls\Common\IMarkupCommonData.cs" />
|
108 |
|
|
<Compile Include="Controls\Common\InkToPath.cs" />
|
109 |
|
|
<Compile Include="Controls\Common\PenMode.cs" />
|
110 |
|
|
<Compile Include="Controls\Common\StringToPathConverter.cs" />
|
111 |
|
|
<Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" />
|
112 |
|
|
<Compile Include="Controls\Custom\CustomText.xaml.cs">
|
113 |
|
|
<DependentUpon>CustomText.xaml</DependentUpon>
|
114 |
|
|
</Compile>
|
115 |
|
|
<Compile Include="Controls\Etc\SignControl.cs" />
|
116 |
|
|
<Compile Include="Controls\Etc\SymControl.cs" />
|
117 |
|
|
<Compile Include="Controls\Etc\SymControlN.cs" />
|
118 |
|
|
<Compile Include="Controls\Parsing\MarkupCopy.cs" />
|
119 |
|
|
<Compile Include="Controls\Common\SelectControl.cs" />
|
120 |
|
|
<Compile Include="Controls\Common\Interfaces.cs" />
|
121 |
|
|
<Compile Include="Controls\Common\IPath.cs" />
|
122 |
|
|
<Compile Include="Controls\Common\MarkupToPDF.cs" />
|
123 |
|
|
<Compile Include="Controls\Common\MathSet.cs" />
|
124 |
|
|
<Compile Include="Controls\Common\MouseMode.cs" />
|
125 |
|
|
<Compile Include="Controls\Common\PaintSet.cs" />
|
126 |
|
|
<Compile Include="Controls\Etc\DateControl.cs" />
|
127 |
|
|
<Compile Include="Controls\Etc\ImgControl.cs" />
|
128 |
|
|
<Compile Include="Controls\Line\ArcControl.cs" />
|
129 |
|
|
<Compile Include="Controls\Line\ArrowControl_Multi.cs" />
|
130 |
|
|
<Compile Include="Controls\Line\LineControl.cs" />
|
131 |
|
|
<Compile Include="Controls\Parsing\MarkupParse.cs" />
|
132 |
|
|
<Compile Include="Controls\Polygon\CloudControl.cs" />
|
133 |
|
|
<Compile Include="Controls\Polygon\InkControl.cs" />
|
134 |
|
|
<Compile Include="Controls\Polygon\PolygonControl.cs" />
|
135 |
|
|
<Compile Include="Controls\Shape\CircleControl.cs" />
|
136 |
|
|
<Compile Include="Controls\Shape\RectangleControl.cs" />
|
137 |
|
|
<Compile Include="Controls\Shape\RectCloudControl.cs" />
|
138 |
|
|
<Compile Include="Controls\Shape\TriControl.cs" />
|
139 |
|
|
<Compile Include="Controls\Text\ArrowTextControl.cs" />
|
140 |
|
|
<Compile Include="Controls\Text\TextControl.cs" />
|
141 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
142 |
2aac9b2b
|
djkim
|
<Compile Include="Properties\Settings.Designer.cs">
|
143 |
|
|
<AutoGen>True</AutoGen>
|
144 |
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
145 |
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
146 |
|
|
</Compile>
|
147 |
787a4489
|
KangIngu
|
<Compile Include="Serialize\Core\JsonSerializerHelper.cs" />
|
148 |
|
|
<Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" />
|
149 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" />
|
150 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" />
|
151 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" />
|
152 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" />
|
153 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" />
|
154 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" />
|
155 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" />
|
156 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" />
|
157 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" />
|
158 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" />
|
159 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" />
|
160 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" />
|
161 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" />
|
162 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" />
|
163 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" />
|
164 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" />
|
165 |
2aac9b2b
|
djkim
|
<Compile Include="Settings.cs" />
|
166 |
787a4489
|
KangIngu
|
</ItemGroup>
|
167 |
|
|
<ItemGroup>
|
168 |
|
|
<Page Include="Controls\Custom\CustomText.xaml">
|
169 |
|
|
<SubType>Designer</SubType>
|
170 |
|
|
<Generator>MSBuild:Compile</Generator>
|
171 |
|
|
</Page>
|
172 |
|
|
<Page Include="Themes\generic.xaml">
|
173 |
|
|
<Generator>MSBuild:Compile</Generator>
|
174 |
|
|
<SubType>Designer</SubType>
|
175 |
|
|
</Page>
|
176 |
|
|
</ItemGroup>
|
177 |
|
|
<ItemGroup>
|
178 |
|
|
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
|
179 |
|
|
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
|
180 |
|
|
<Name>KCOMDataModel</Name>
|
181 |
|
|
</ProjectReference>
|
182 |
|
|
</ItemGroup>
|
183 |
|
|
<ItemGroup>
|
184 |
2aac9b2b
|
djkim
|
<None Include="App.Config">
|
185 |
|
|
<SubType>Designer</SubType>
|
186 |
|
|
</None>
|
187 |
|
|
<None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource">
|
188 |
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
189 |
|
|
</None>
|
190 |
|
|
<None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource">
|
191 |
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
192 |
|
|
</None>
|
193 |
|
|
<None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource">
|
194 |
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
195 |
|
|
</None>
|
196 |
|
|
<None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource">
|
197 |
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
198 |
|
|
</None>
|
199 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView.wsdl" />
|
200 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView.xsd">
|
201 |
|
|
<SubType>Designer</SubType>
|
202 |
|
|
</None>
|
203 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" />
|
204 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView1.xsd">
|
205 |
|
|
<SubType>Designer</SubType>
|
206 |
|
|
</None>
|
207 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView2.xsd">
|
208 |
|
|
<SubType>Designer</SubType>
|
209 |
|
|
</None>
|
210 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView3.xsd">
|
211 |
|
|
<SubType>Designer</SubType>
|
212 |
|
|
</None>
|
213 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView4.xsd">
|
214 |
|
|
<SubType>Designer</SubType>
|
215 |
|
|
</None>
|
216 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView5.xsd">
|
217 |
|
|
<SubType>Designer</SubType>
|
218 |
|
|
</None>
|
219 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView6.xsd">
|
220 |
|
|
<SubType>Designer</SubType>
|
221 |
|
|
</None>
|
222 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView7.xsd">
|
223 |
|
|
<SubType>Designer</SubType>
|
224 |
|
|
</None>
|
225 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView8.xsd">
|
226 |
|
|
<SubType>Designer</SubType>
|
227 |
|
|
</None>
|
228 |
787a4489
|
KangIngu
|
<None Include="packages.config" />
|
229 |
2aac9b2b
|
djkim
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" />
|
230 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" />
|
231 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" />
|
232 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" />
|
233 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" />
|
234 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" />
|
235 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" />
|
236 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" />
|
237 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" />
|
238 |
|
|
<None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" />
|
239 |
|
|
<None Include="Properties\DataSources\System.Windows.Rect.datasource" />
|
240 |
|
|
<None Include="Properties\Settings.settings">
|
241 |
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
242 |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
243 |
|
|
</None>
|
244 |
787a4489
|
KangIngu
|
</ItemGroup>
|
245 |
|
|
<ItemGroup>
|
246 |
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
247 |
|
|
</ItemGroup>
|
248 |
2aac9b2b
|
djkim
|
<ItemGroup>
|
249 |
|
|
<WCFMetadata Include="Connected Services\" />
|
250 |
|
|
</ItemGroup>
|
251 |
|
|
<ItemGroup>
|
252 |
|
|
<WCFMetadataStorage Include="Connected Services\markus_api\" />
|
253 |
|
|
</ItemGroup>
|
254 |
|
|
<ItemGroup>
|
255 |
|
|
<None Include="Connected Services\markus_api\ServiceDeepView.disco" />
|
256 |
|
|
</ItemGroup>
|
257 |
|
|
<ItemGroup>
|
258 |
|
|
<None Include="Connected Services\markus_api\configuration91.svcinfo" />
|
259 |
|
|
</ItemGroup>
|
260 |
|
|
<ItemGroup>
|
261 |
|
|
<None Include="Connected Services\markus_api\configuration.svcinfo" />
|
262 |
|
|
</ItemGroup>
|
263 |
|
|
<ItemGroup>
|
264 |
|
|
<None Include="Connected Services\markus_api\Reference.svcmap">
|
265 |
|
|
<Generator>WCF Proxy Generator</Generator>
|
266 |
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
267 |
|
|
</None>
|
268 |
|
|
</ItemGroup>
|
269 |
787a4489
|
KangIngu
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
270 |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
271 |
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
272 |
|
|
<Target Name="BeforeBuild">
|
273 |
|
|
</Target>
|
274 |
|
|
<Target Name="AfterBuild">
|
275 |
|
|
</Target>
|
276 |
|
|
-->
|
277 |
|
|
</Project> |