1 |
7ca218b3
|
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 |
1e9c1261
|
taeseongkim
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
13 |
7ca218b3
|
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 |
1e9c1261
|
taeseongkim
|
<Prefer32Bit>false</Prefer32Bit>
|
25 |
7ca218b3
|
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 |
1e9c1261
|
taeseongkim
|
<Prefer32Bit>false</Prefer32Bit>
|
34 |
7ca218b3
|
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 |
1e9c1261
|
taeseongkim
|
<Prefer32Bit>false</Prefer32Bit>
|
44 |
7ca218b3
|
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 |
1e9c1261
|
taeseongkim
|
<Prefer32Bit>false</Prefer32Bit>
|
54 |
7ca218b3
|
KangIngu
|
</PropertyGroup>
|
55 |
|
|
<ItemGroup>
|
56 |
bae83c92
|
taeseongkim
|
<Reference Include="BouncyCastle.Crypto, Version=1.8.6.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
|
57 |
|
|
<HintPath>..\packages\BouncyCastle.1.8.6.1\lib\BouncyCastle.Crypto.dll</HintPath>
|
58 |
|
|
</Reference>
|
59 |
|
|
<Reference Include="itextsharp, Version=5.5.13.2, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
|
60 |
|
|
<HintPath>..\packages\iTextSharp.5.5.13.2\lib\itextsharp.dll</HintPath>
|
61 |
7ca218b3
|
KangIngu
|
</Reference>
|
62 |
ef22793a
|
taeseongkim
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
63 |
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
|
64 |
|
|
</Reference>
|
65 |
7ca218b3
|
KangIngu
|
<Reference Include="PresentationCore" />
|
66 |
|
|
<Reference Include="PresentationFramework" />
|
67 |
|
|
<Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL">
|
68 |
|
|
<HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath>
|
69 |
|
|
</Reference>
|
70 |
|
|
<Reference Include="System" />
|
71 |
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
72 |
7f01e35f
|
ljiyeon
|
<Reference Include="System.configuration" />
|
73 |
7ca218b3
|
KangIngu
|
<Reference Include="System.Core" />
|
74 |
|
|
<Reference Include="System.Data.Entity" />
|
75 |
|
|
<Reference Include="System.Drawing" />
|
76 |
|
|
<Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
77 |
|
|
<HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
|
78 |
|
|
</Reference>
|
79 |
|
|
<Reference Include="System.Runtime.Serialization" />
|
80 |
|
|
<Reference Include="System.Security" />
|
81 |
d2bf89eb
|
djkim
|
<Reference Include="System.ServiceModel" />
|
82 |
e05bed4e
|
djkim
|
<Reference Include="System.Web" />
|
83 |
7ca218b3
|
KangIngu
|
<Reference Include="System.Windows.Forms" />
|
84 |
|
|
<Reference Include="System.Xaml" />
|
85 |
|
|
<Reference Include="System.Xml.Linq" />
|
86 |
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
87 |
|
|
<Reference Include="Microsoft.CSharp" />
|
88 |
|
|
<Reference Include="System.Data" />
|
89 |
|
|
<Reference Include="System.Xml" />
|
90 |
6d463d71
|
djkim
|
<Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
91 |
7ca218b3
|
KangIngu
|
<SpecificVersion>False</SpecificVersion>
|
92 |
6d463d71
|
djkim
|
<HintPath>..\..\..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath>
|
93 |
7ca218b3
|
KangIngu
|
</Reference>
|
94 |
|
|
<Reference Include="WindowsBase" />
|
95 |
|
|
</ItemGroup>
|
96 |
|
|
<ItemGroup>
|
97 |
077fb153
|
taeseongkim
|
<Compile Include="AddFinalPDFResult.cs" />
|
98 |
7ca218b3
|
KangIngu
|
<Compile Include="Common\CommentUserInfo.cs" />
|
99 |
c206d293
|
taeseongkim
|
<Compile Include="Common\CommonFont.cs" />
|
100 |
4804a4fb
|
humkyung
|
<Compile Include="Common\ConverterLineSize.cs" />
|
101 |
d2bf89eb
|
djkim
|
<Compile Include="Common\DataController.cs" />
|
102 |
7ca218b3
|
KangIngu
|
<Compile Include="Common\GetUserSign.cs" />
|
103 |
c206d293
|
taeseongkim
|
<Compile Include="Common\StreamHelper.cs" />
|
104 |
7ca218b3
|
KangIngu
|
<Compile Include="Common\StringToFont.cs" />
|
105 |
c206d293
|
taeseongkim
|
<Compile Include="Common\XamlToPngConverter.cs" />
|
106 |
7ca218b3
|
KangIngu
|
<Compile Include="Controls\Angle\AngleControl.cs" />
|
107 |
|
|
<Compile Include="Controls\Common\BaseShape.cs" />
|
108 |
|
|
<Compile Include="Controls\Common\ControlType.cs" />
|
109 |
|
|
<Compile Include="Controls\Common\HatchMake.cs" />
|
110 |
|
|
<Compile Include="Controls\Common\IMarkupCommonData.cs" />
|
111 |
|
|
<Compile Include="Controls\Common\InkToPath.cs" />
|
112 |
|
|
<Compile Include="Controls\Common\PenMode.cs" />
|
113 |
|
|
<Compile Include="Controls\Common\StringToPathConverter.cs" />
|
114 |
|
|
<Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" />
|
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\PolygonControl.cs" />
|
134 |
|
|
<Compile Include="Controls\Shape\CircleControl.cs" />
|
135 |
|
|
<Compile Include="Controls\Shape\RectangleControl.cs" />
|
136 |
|
|
<Compile Include="Controls\Shape\RectCloudControl.cs" />
|
137 |
|
|
<Compile Include="Controls\Shape\TriControl.cs" />
|
138 |
|
|
<Compile Include="Controls\Text\ArrowTextControl.cs" />
|
139 |
|
|
<Compile Include="Controls\Text\TextControl.cs" />
|
140 |
|
|
<Compile Include="Controls_PDF\BaseMethod.cs" />
|
141 |
c206d293
|
taeseongkim
|
<Compile Include="Controls_PDF\DrawSet_ArcArrow.cs" />
|
142 |
16fe076c
|
humkyung
|
<Compile Include="Controls_PDF\DrawSet_Arc.cs" />
|
143 |
|
|
<Compile Include="Controls_PDF\DrawSet_Arrow.cs" />
|
144 |
23b7be0e
|
humkyung
|
<Compile Include="Controls_PDF\DrawSet_Cloud.cs" />
|
145 |
16fe076c
|
humkyung
|
<Compile Include="Controls_PDF\DrawSet_DrawString.cs" />
|
146 |
|
|
<Compile Include="Controls_PDF\DrawSet_Image.cs" />
|
147 |
|
|
<Compile Include="Controls_PDF\DrawSet_Line.cs" />
|
148 |
|
|
<Compile Include="Controls_PDF\DrawSet_Shape.cs" />
|
149 |
7f01e35f
|
ljiyeon
|
<Compile Include="Controls_PDF\DrawSet_Symbol.cs" />
|
150 |
c206d293
|
taeseongkim
|
<Compile Include="Controls_PDF\PDFLib_DrawSet_Text.cs" />
|
151 |
7ca218b3
|
KangIngu
|
<Compile Include="EventMember.cs" />
|
152 |
|
|
<Compile Include="MarkupToPDF.cs" />
|
153 |
|
|
<Compile Include="PropertiesType.cs" />
|
154 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
155 |
|
|
<Compile Include="Serialize\Core\JsonSerializerHelper.cs" />
|
156 |
ef22793a
|
taeseongkim
|
<Compile Include="Serialize\S_Control\Base\IntTodoubleJsonConvert.cs" />
|
157 |
|
|
<Compile Include="Serialize\S_Control\Base\PointJsonConvert.cs" />
|
158 |
7ca218b3
|
KangIngu
|
<Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" />
|
159 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" />
|
160 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" />
|
161 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" />
|
162 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" />
|
163 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" />
|
164 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" />
|
165 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" />
|
166 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" />
|
167 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" />
|
168 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" />
|
169 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" />
|
170 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" />
|
171 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" />
|
172 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" />
|
173 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" />
|
174 |
|
|
<Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" />
|
175 |
|
|
</ItemGroup>
|
176 |
|
|
<ItemGroup>
|
177 |
|
|
<Page Include="Themes\generic.xaml">
|
178 |
|
|
<Generator>MSBuild:Compile</Generator>
|
179 |
|
|
<SubType>Designer</SubType>
|
180 |
|
|
</Page>
|
181 |
|
|
</ItemGroup>
|
182 |
|
|
<ItemGroup>
|
183 |
24c5e56c
|
taeseongkim
|
<ProjectReference Include="..\..\..\Markus.Fonts\Markus.Fonts.csproj">
|
184 |
|
|
<Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project>
|
185 |
|
|
<Name>Markus.Fonts</Name>
|
186 |
|
|
</ProjectReference>
|
187 |
14a4fe9e
|
djkim
|
<ProjectReference Include="..\CommonLib\CommonLib.csproj">
|
188 |
|
|
<Project>{ee9aaabc-1678-43a4-878e-cedbb577cf01}</Project>
|
189 |
|
|
<Name>CommonLib</Name>
|
190 |
|
|
</ProjectReference>
|
191 |
7ca218b3
|
KangIngu
|
<ProjectReference Include="..\IFinalPDF\IFinalPDF.csproj">
|
192 |
|
|
<Project>{784438BE-2074-41AE-A692-24E1A4A67FE3}</Project>
|
193 |
|
|
<Name>IFinalPDF</Name>
|
194 |
|
|
</ProjectReference>
|
195 |
|
|
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
|
196 |
|
|
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
|
197 |
|
|
<Name>KCOMDataModel</Name>
|
198 |
|
|
</ProjectReference>
|
199 |
|
|
</ItemGroup>
|
200 |
|
|
<ItemGroup>
|
201 |
7f01e35f
|
ljiyeon
|
<None Include="App.Config">
|
202 |
|
|
<SubType>Designer</SubType>
|
203 |
|
|
</None>
|
204 |
7ca218b3
|
KangIngu
|
<None Include="packages.config" />
|
205 |
|
|
</ItemGroup>
|
206 |
|
|
<ItemGroup>
|
207 |
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
208 |
|
|
</ItemGroup>
|
209 |
|
|
<ItemGroup>
|
210 |
|
|
<Folder Include="Controls\Custom\" />
|
211 |
|
|
</ItemGroup>
|
212 |
d2bf89eb
|
djkim
|
<ItemGroup>
|
213 |
|
|
<WCFMetadata Include="Connected Services\" />
|
214 |
|
|
</ItemGroup>
|
215 |
7ca218b3
|
KangIngu
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
216 |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
217 |
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
218 |
|
|
<Target Name="BeforeBuild">
|
219 |
|
|
</Target>
|
220 |
|
|
<Target Name="AfterBuild">
|
221 |
|
|
</Target>
|
222 |
|
|
-->
|
223 |
|
|
</Project> |