markus / FinalServiceV3 / KCOM_FinalService / MarkupToPDF / MarkupToPDF.csproj @ 6a19b48d
이력 | 보기 | 이력해설 | 다운로드 (12.6 KB)
1 | faf998c6 | taeseongkim | <?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.6.1</TargetFrameworkVersion> |
||
13 | <FileAlignment>512</FileAlignment> |
||
14 | <TargetFrameworkProfile /> |
||
15 | <NuGetPackageImportStamp> |
||
16 | </NuGetPackageImportStamp> |
||
17 | </PropertyGroup> |
||
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
19 | <DebugSymbols>true</DebugSymbols> |
||
20 | <DebugType>full</DebugType> |
||
21 | <Optimize>false</Optimize> |
||
22 | <OutputPath>bin\Debug\</OutputPath> |
||
23 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
24 | <ErrorReport>prompt</ErrorReport> |
||
25 | <WarningLevel>4</WarningLevel> |
||
26 | <Prefer32Bit>false</Prefer32Bit> |
||
27 | </PropertyGroup> |
||
28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
29 | <DebugType>pdbonly</DebugType> |
||
30 | <Optimize>true</Optimize> |
||
31 | <OutputPath>bin\Release\</OutputPath> |
||
32 | <DefineConstants>TRACE</DefineConstants> |
||
33 | <ErrorReport>prompt</ErrorReport> |
||
34 | <WarningLevel>4</WarningLevel> |
||
35 | <Prefer32Bit>false</Prefer32Bit> |
||
36 | </PropertyGroup> |
||
37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
38 | <DebugSymbols>true</DebugSymbols> |
||
39 | <OutputPath>bin\x64\Debug\</OutputPath> |
||
40 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
41 | <DebugType>full</DebugType> |
||
42 | <PlatformTarget>x64</PlatformTarget> |
||
43 | <ErrorReport>prompt</ErrorReport> |
||
44 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
45 | <Prefer32Bit>false</Prefer32Bit> |
||
46 | </PropertyGroup> |
||
47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
48 | <OutputPath>bin\x64\Release\</OutputPath> |
||
49 | <DefineConstants>TRACE</DefineConstants> |
||
50 | <Optimize>true</Optimize> |
||
51 | <DebugType>pdbonly</DebugType> |
||
52 | <PlatformTarget>x64</PlatformTarget> |
||
53 | <ErrorReport>prompt</ErrorReport> |
||
54 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
55 | <Prefer32Bit>false</Prefer32Bit> |
||
56 | </PropertyGroup> |
||
57 | 6a19b48d | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|AnyCPU'"> |
58 | <OutputPath>bin\ReleaseAll\</OutputPath> |
||
59 | <DefineConstants>TRACE</DefineConstants> |
||
60 | <Optimize>true</Optimize> |
||
61 | <DebugType>pdbonly</DebugType> |
||
62 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
63 | <LangVersion>7.3</LangVersion> |
||
64 | <ErrorReport>prompt</ErrorReport> |
||
65 | </PropertyGroup> |
||
66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|x64'"> |
||
67 | <OutputPath>bin\x64\ReleaseAll\</OutputPath> |
||
68 | <DefineConstants>TRACE</DefineConstants> |
||
69 | <Optimize>true</Optimize> |
||
70 | <DebugType>pdbonly</DebugType> |
||
71 | <PlatformTarget>x64</PlatformTarget> |
||
72 | <LangVersion>7.3</LangVersion> |
||
73 | <ErrorReport>prompt</ErrorReport> |
||
74 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
75 | </PropertyGroup> |
||
76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ProcessDebug|AnyCPU'"> |
||
77 | <DebugSymbols>true</DebugSymbols> |
||
78 | <OutputPath>bin\ProcessDebug\</OutputPath> |
||
79 | <DefineConstants>TRACE;DEBUG;ProcessDebug</DefineConstants> |
||
80 | <DebugType>full</DebugType> |
||
81 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
82 | <LangVersion>7.3</LangVersion> |
||
83 | <ErrorReport>prompt</ErrorReport> |
||
84 | </PropertyGroup> |
||
85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ProcessDebug|x64'"> |
||
86 | <DebugSymbols>true</DebugSymbols> |
||
87 | <OutputPath>bin\x64\ProcessDebug\</OutputPath> |
||
88 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
89 | <DebugType>full</DebugType> |
||
90 | <PlatformTarget>x64</PlatformTarget> |
||
91 | <LangVersion>7.3</LangVersion> |
||
92 | <ErrorReport>prompt</ErrorReport> |
||
93 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
94 | </PropertyGroup> |
||
95 | faf998c6 | taeseongkim | <ItemGroup> |
96 | <Reference Include="PresentationCore" /> |
||
97 | <Reference Include="PresentationFramework" /> |
||
98 | <Reference Include="System" /> |
||
99 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
100 | <Reference Include="System.configuration" /> |
||
101 | <Reference Include="System.Core" /> |
||
102 | <Reference Include="System.Data.Entity" /> |
||
103 | <Reference Include="System.Drawing" /> |
||
104 | <Reference Include="System.Runtime.Serialization" /> |
||
105 | <Reference Include="System.Security" /> |
||
106 | <Reference Include="System.ServiceModel" /> |
||
107 | <Reference Include="System.Web" /> |
||
108 | <Reference Include="System.Windows.Forms" /> |
||
109 | <Reference Include="System.Xaml" /> |
||
110 | <Reference Include="System.Xml.Linq" /> |
||
111 | <Reference Include="System.Data.DataSetExtensions" /> |
||
112 | <Reference Include="Microsoft.CSharp" /> |
||
113 | <Reference Include="System.Data" /> |
||
114 | <Reference Include="System.Xml" /> |
||
115 | <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
||
116 | <SpecificVersion>False</SpecificVersion> |
||
117 | <HintPath>..\..\..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath> |
||
118 | </Reference> |
||
119 | <Reference Include="WindowsBase" /> |
||
120 | </ItemGroup> |
||
121 | <ItemGroup> |
||
122 | <Compile Include="AddFinalPDFResult.cs" /> |
||
123 | <Compile Include="Common\CommentUserInfo.cs" /> |
||
124 | <Compile Include="Common\CommonFont.cs" /> |
||
125 | <Compile Include="Common\ConverterLineSize.cs" /> |
||
126 | <Compile Include="Common\StreamHelper.cs" /> |
||
127 | <Compile Include="Common\StringToFont.cs" /> |
||
128 | <Compile Include="Common\XamlToPngConverter.cs" /> |
||
129 | <Compile Include="Controls\Angle\AngleControl.cs" /> |
||
130 | <Compile Include="Controls\Common\BaseShape.cs" /> |
||
131 | <Compile Include="Controls\Common\ControlType.cs" /> |
||
132 | <Compile Include="Controls\Common\HatchMake.cs" /> |
||
133 | <Compile Include="Controls\Common\IMarkupCommonData.cs" /> |
||
134 | <Compile Include="Controls\Common\InkToPath.cs" /> |
||
135 | <Compile Include="Controls\Common\PenMode.cs" /> |
||
136 | <Compile Include="Controls\Common\StringToPathConverter.cs" /> |
||
137 | <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" /> |
||
138 | <Compile Include="Controls\Etc\SignControl.cs" /> |
||
139 | <Compile Include="Controls\Etc\SymControl.cs" /> |
||
140 | <Compile Include="Controls\Etc\SymControlN.cs" /> |
||
141 | <Compile Include="Controls\Parsing\MarkupCopy.cs" /> |
||
142 | <Compile Include="Controls\Common\SelectControl.cs" /> |
||
143 | <Compile Include="Controls\Common\Interfaces.cs" /> |
||
144 | <Compile Include="Controls\Common\IPath.cs" /> |
||
145 | <Compile Include="Controls\Common\MarkupToPDF.cs" /> |
||
146 | <Compile Include="Controls\Common\MathSet.cs" /> |
||
147 | <Compile Include="Controls\Common\MouseMode.cs" /> |
||
148 | <Compile Include="Controls\Common\PaintSet.cs" /> |
||
149 | <Compile Include="Controls\Etc\DateControl.cs" /> |
||
150 | <Compile Include="Controls\Etc\ImgControl.cs" /> |
||
151 | <Compile Include="Controls\Line\ArcControl.cs" /> |
||
152 | <Compile Include="Controls\Line\ArrowControl_Multi.cs" /> |
||
153 | <Compile Include="Controls\Line\LineControl.cs" /> |
||
154 | <Compile Include="Controls\Polygon\CloudControl.cs" /> |
||
155 | <Compile Include="Controls\Polygon\PolygonControl.cs" /> |
||
156 | <Compile Include="Controls\Shape\CircleControl.cs" /> |
||
157 | <Compile Include="Controls\Shape\RectangleControl.cs" /> |
||
158 | <Compile Include="Controls\Shape\RectCloudControl.cs" /> |
||
159 | <Compile Include="Controls\Shape\TriControl.cs" /> |
||
160 | <Compile Include="Controls\Text\ArrowTextControl.cs" /> |
||
161 | <Compile Include="Controls\Text\TextControl.cs" /> |
||
162 | <Compile Include="Controls_PDF\BaseMethod.cs" /> |
||
163 | <Compile Include="Controls_PDF\CBorder.cs" /> |
||
164 | <Compile Include="Controls_PDF\DrawSet_ArcArrow.cs" /> |
||
165 | <Compile Include="Controls_PDF\DrawSet_Arc.cs" /> |
||
166 | <Compile Include="Controls_PDF\DrawSet_Arrow.cs" /> |
||
167 | <Compile Include="Controls_PDF\DrawSet_Cloud.cs" /> |
||
168 | <Compile Include="Controls_PDF\DrawSet_DrawString.cs" /> |
||
169 | <Compile Include="Controls_PDF\DrawSet_Image.cs" /> |
||
170 | <Compile Include="Controls_PDF\DrawSet_Line.cs" /> |
||
171 | <Compile Include="Controls_PDF\DrawSet_Shape.cs" /> |
||
172 | <Compile Include="Controls_PDF\DrawSet_Symbol.cs" /> |
||
173 | <Compile Include="Controls_PDF\PDFLib_DrawSet_Text.cs" /> |
||
174 | <Compile Include="EventMember.cs" /> |
||
175 | <Compile Include="MarkupToPDF.cs" /> |
||
176 | <Compile Include="PropertiesType.cs" /> |
||
177 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
178 | <Compile Include="Serialize\Core\JsonSerializerHelper.cs" /> |
||
179 | <Compile Include="Serialize\S_Control\Base\IntTodoubleJsonConvert.cs" /> |
||
180 | <Compile Include="Serialize\S_Control\Base\PointJsonConvert.cs" /> |
||
181 | <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" /> |
||
182 | <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" /> |
||
183 | <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" /> |
||
184 | <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" /> |
||
185 | <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" /> |
||
186 | <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" /> |
||
187 | <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" /> |
||
188 | <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" /> |
||
189 | <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" /> |
||
190 | <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" /> |
||
191 | <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" /> |
||
192 | <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" /> |
||
193 | <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" /> |
||
194 | <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" /> |
||
195 | <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" /> |
||
196 | <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" /> |
||
197 | <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" /> |
||
198 | </ItemGroup> |
||
199 | <ItemGroup> |
||
200 | <Page Include="Themes\generic.xaml"> |
||
201 | <Generator>MSBuild:Compile</Generator> |
||
202 | <SubType>Designer</SubType> |
||
203 | </Page> |
||
204 | </ItemGroup> |
||
205 | <ItemGroup> |
||
206 | <ProjectReference Include="..\..\..\Markus.Fonts\Markus.Fonts.csproj"> |
||
207 | <Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project> |
||
208 | <Name>Markus.Fonts</Name> |
||
209 | </ProjectReference> |
||
210 | <ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
||
211 | <Project>{ee9aaabc-1678-43a4-878e-cedbb577cf01}</Project> |
||
212 | <Name>CommonLib</Name> |
||
213 | </ProjectReference> |
||
214 | 6a19b48d | taeseongkim | <ProjectReference Include="..\Markus.Service\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
215 | <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
||
216 | <Name>Markus.Service.Extensions</Name> |
||
217 | </ProjectReference> |
||
218 | <ProjectReference Include="..\Markus.Service\Markus.Service.Interface\Markus.Service.Interface.csproj"> |
||
219 | <Project>{57B15B4C-F268-463C-BB2D-95251FC74943}</Project> |
||
220 | <Name>Markus.Service.Interface</Name> |
||
221 | </ProjectReference> |
||
222 | <ProjectReference Include="..\Markus.Service\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
||
223 | <Project>{4c937561-0793-4b20-b7ca-eedad5147518}</Project> |
||
224 | <Name>Markus.Service.WcfClient</Name> |
||
225 | faf998c6 | taeseongkim | </ProjectReference> |
226 | </ItemGroup> |
||
227 | <ItemGroup> |
||
228 | <None Include="App.Config"> |
||
229 | <SubType>Designer</SubType> |
||
230 | </None> |
||
231 | </ItemGroup> |
||
232 | <ItemGroup> |
||
233 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
234 | </ItemGroup> |
||
235 | <ItemGroup> |
||
236 | <Folder Include="Controls\Custom\" /> |
||
237 | </ItemGroup> |
||
238 | <ItemGroup> |
||
239 | <WCFMetadata Include="Connected Services\" /> |
||
240 | </ItemGroup> |
||
241 | 6a19b48d | taeseongkim | <ItemGroup> |
242 | <PackageReference Include="BouncyCastle"> |
||
243 | <Version>1.8.9</Version> |
||
244 | </PackageReference> |
||
245 | <PackageReference Include="EntityFramework"> |
||
246 | <Version>6.4.4</Version> |
||
247 | </PackageReference> |
||
248 | <PackageReference Include="iTextSharp"> |
||
249 | <Version>5.5.13.3</Version> |
||
250 | </PackageReference> |
||
251 | <PackageReference Include="log4net"> |
||
252 | <Version>2.0.15</Version> |
||
253 | </PackageReference> |
||
254 | <PackageReference Include="Markus.EntityModel"> |
||
255 | <Version>1.5.0</Version> |
||
256 | </PackageReference> |
||
257 | <PackageReference Include="Newtonsoft.Json"> |
||
258 | <Version>13.0.2</Version> |
||
259 | </PackageReference> |
||
260 | <PackageReference Include="Rx-Main"> |
||
261 | <Version>1.0.11226</Version> |
||
262 | </PackageReference> |
||
263 | <PackageReference Include="Rxx"> |
||
264 | <Version>1.3.4451.33754</Version> |
||
265 | </PackageReference> |
||
266 | </ItemGroup> |
||
267 | faf998c6 | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
268 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
269 | Other similar extension points exist, see Microsoft.Common.targets. |
||
270 | <Target Name="BeforeBuild"> |
||
271 | </Target> |
||
272 | <Target Name="AfterBuild"> |
||
273 | </Target> |
||
274 | --> |
||
275 | </Project> |