프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / FinalService / KCOM_FinalService / MarkupToPDF / MarkupToPDF.csproj @ 862ebf33

이력 | 보기 | 이력해설 | 다운로드 (14 KB)

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 a7bee7cf taeseongkim
    <Reference Include="itextsharp, Version=5.5.13.1, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL">
60
      <HintPath>..\packages\iTextSharp.5.5.13.1\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 22b925fe taeseongkim
    <Reference Include="SharpVectors.Converters.Wpf, Version=1.8.4.2, Culture=neutral, PublicKeyToken=b532964b8548be77, processorArchitecture=MSIL">
71
      <HintPath>..\packages\SharpVectors.1.8.4.2\lib\net46\SharpVectors.Converters.Wpf.dll</HintPath>
72
    </Reference>
73
    <Reference Include="SharpVectors.Core, Version=1.8.4.2, Culture=neutral, PublicKeyToken=7407205e337c98ef, processorArchitecture=MSIL">
74
      <HintPath>..\packages\SharpVectors.1.8.4.2\lib\net46\SharpVectors.Core.dll</HintPath>
75
    </Reference>
76
    <Reference Include="SharpVectors.Css, Version=1.8.4.2, Culture=neutral, PublicKeyToken=7a46e3f532fdb787, processorArchitecture=MSIL">
77
      <HintPath>..\packages\SharpVectors.1.8.4.2\lib\net46\SharpVectors.Css.dll</HintPath>
78
    </Reference>
79
    <Reference Include="SharpVectors.Dom, Version=1.8.4.2, Culture=neutral, PublicKeyToken=517340b6277b1a7a, processorArchitecture=MSIL">
80
      <HintPath>..\packages\SharpVectors.1.8.4.2\lib\net46\SharpVectors.Dom.dll</HintPath>
81
    </Reference>
82
    <Reference Include="SharpVectors.Model, Version=1.8.4.2, Culture=neutral, PublicKeyToken=2236cfc76b505845, processorArchitecture=MSIL">
83
      <HintPath>..\packages\SharpVectors.1.8.4.2\lib\net46\SharpVectors.Model.dll</HintPath>
84
    </Reference>
85
    <Reference Include="SharpVectors.Rendering.Gdi, Version=1.8.4.2, Culture=neutral, PublicKeyToken=03902092284347e3, processorArchitecture=MSIL">
86
      <HintPath>..\packages\SharpVectors.1.8.4.2\lib\net46\SharpVectors.Rendering.Gdi.dll</HintPath>
87
    </Reference>
88
    <Reference Include="SharpVectors.Rendering.Wpf, Version=1.8.4.2, Culture=neutral, PublicKeyToken=d0902381100df30e, processorArchitecture=MSIL">
89
      <HintPath>..\packages\SharpVectors.1.8.4.2\lib\net46\SharpVectors.Rendering.Wpf.dll</HintPath>
90
    </Reference>
91
    <Reference Include="SharpVectors.Runtime.Wpf, Version=1.8.4.2, Culture=neutral, PublicKeyToken=d16e717f0a981fb9, processorArchitecture=MSIL">
92
      <HintPath>..\packages\SharpVectors.1.8.4.2\lib\net46\SharpVectors.Runtime.Wpf.dll</HintPath>
93
    </Reference>
94 7ca218b3 KangIngu
    <Reference Include="System" />
95
    <Reference Include="System.ComponentModel.DataAnnotations" />
96 7f01e35f ljiyeon
    <Reference Include="System.configuration" />
97 7ca218b3 KangIngu
    <Reference Include="System.Core" />
98
    <Reference Include="System.Data.Entity" />
99
    <Reference Include="System.Drawing" />
100
    <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
101
      <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
102
    </Reference>
103
    <Reference Include="System.Runtime.Serialization" />
104
    <Reference Include="System.Security" />
105 d2bf89eb djkim
    <Reference Include="System.ServiceModel" />
106 e05bed4e djkim
    <Reference Include="System.Web" />
107 7ca218b3 KangIngu
    <Reference Include="System.Windows.Forms" />
108
    <Reference Include="System.Xaml" />
109
    <Reference Include="System.Xml.Linq" />
110
    <Reference Include="System.Data.DataSetExtensions" />
111
    <Reference Include="Microsoft.CSharp" />
112
    <Reference Include="System.Data" />
113
    <Reference Include="System.Xml" />
114 6d463d71 djkim
    <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
115 7ca218b3 KangIngu
      <SpecificVersion>False</SpecificVersion>
116 6d463d71 djkim
      <HintPath>..\..\..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath>
117 7ca218b3 KangIngu
    </Reference>
118
    <Reference Include="WindowsBase" />
119
  </ItemGroup>
120
  <ItemGroup>
121 077fb153 taeseongkim
    <Compile Include="AddFinalPDFResult.cs" />
122 4b33593a taeseongkim
    <Compile Include="backgroudTest.cs" />
123 7ca218b3 KangIngu
    <Compile Include="Common\CommentUserInfo.cs" />
124 c206d293 taeseongkim
    <Compile Include="Common\CommonFont.cs" />
125 4804a4fb humkyung
    <Compile Include="Common\ConverterLineSize.cs" />
126 d2bf89eb djkim
    <Compile Include="Common\DataController.cs" />
127 7ca218b3 KangIngu
    <Compile Include="Common\GetUserSign.cs" />
128 c206d293 taeseongkim
    <Compile Include="Common\StreamHelper.cs" />
129 7ca218b3 KangIngu
    <Compile Include="Common\StringToFont.cs" />
130 c206d293 taeseongkim
    <Compile Include="Common\XamlToPngConverter.cs" />
131 7ca218b3 KangIngu
    <Compile Include="Controls\Angle\AngleControl.cs" />
132
    <Compile Include="Controls\Common\BaseShape.cs" />
133
    <Compile Include="Controls\Common\ControlType.cs" />
134
    <Compile Include="Controls\Common\HatchMake.cs" />
135
    <Compile Include="Controls\Common\IMarkupCommonData.cs" />
136
    <Compile Include="Controls\Common\InkToPath.cs" />
137
    <Compile Include="Controls\Common\Interfaces.cs" />
138
    <Compile Include="Controls\Common\IPath.cs" />
139
    <Compile Include="Controls\Common\MarkupToPDF.cs" />
140
    <Compile Include="Controls\Common\MathSet.cs" />
141
    <Compile Include="Controls\Common\MouseMode.cs" />
142
    <Compile Include="Controls\Common\PaintSet.cs" />
143 4b33593a taeseongkim
    <Compile Include="Controls\Common\PenMode.cs" />
144
    <Compile Include="Controls\Common\SelectControl.cs" />
145
    <Compile Include="Controls\Common\StringToPathConverter.cs" />
146
    <Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" />
147
    <Compile Include="Controls\Custom\CustomText.xaml.cs">
148
      <DependentUpon>CustomText.xaml</DependentUpon>
149
    </Compile>
150 7ca218b3 KangIngu
    <Compile Include="Controls\Etc\DateControl.cs" />
151
    <Compile Include="Controls\Etc\ImgControl.cs" />
152 4b33593a taeseongkim
    <Compile Include="Controls\Etc\SignControl.cs" />
153
    <Compile Include="Controls\Etc\SymControl.cs" />
154
    <Compile Include="Controls\Etc\SymControlN.cs" />
155 7ca218b3 KangIngu
    <Compile Include="Controls\Line\ArcControl.cs" />
156
    <Compile Include="Controls\Line\ArrowControl_Multi.cs" />
157
    <Compile Include="Controls\Line\LineControl.cs" />
158 4b33593a taeseongkim
    <Compile Include="Controls\Parsing\MarkupCopy.cs" />
159 7ca218b3 KangIngu
    <Compile Include="Controls\Parsing\MarkupParse.cs" />
160
    <Compile Include="Controls\Polygon\CloudControl.cs" />
161
    <Compile Include="Controls\Polygon\PolygonControl.cs" />
162
    <Compile Include="Controls\Shape\CircleControl.cs" />
163
    <Compile Include="Controls\Shape\RectangleControl.cs" />
164
    <Compile Include="Controls\Shape\RectCloudControl.cs" />
165
    <Compile Include="Controls\Shape\TriControl.cs" />
166
    <Compile Include="Controls\Text\ArrowTextControl.cs" />
167
    <Compile Include="Controls\Text\TextControl.cs" />
168
    <Compile Include="Controls_PDF\BaseMethod.cs" />
169 43e1d368 taeseongkim
    <Compile Include="Controls_PDF\CBorder.cs" />
170 c206d293 taeseongkim
    <Compile Include="Controls_PDF\DrawSet_ArcArrow.cs" />
171 16fe076c humkyung
    <Compile Include="Controls_PDF\DrawSet_Arc.cs" />
172
    <Compile Include="Controls_PDF\DrawSet_Arrow.cs" />
173 23b7be0e humkyung
    <Compile Include="Controls_PDF\DrawSet_Cloud.cs" />
174 16fe076c humkyung
    <Compile Include="Controls_PDF\DrawSet_DrawString.cs" />
175
    <Compile Include="Controls_PDF\DrawSet_Image.cs" />
176
    <Compile Include="Controls_PDF\DrawSet_Line.cs" />
177
    <Compile Include="Controls_PDF\DrawSet_Shape.cs" />
178 7f01e35f ljiyeon
    <Compile Include="Controls_PDF\DrawSet_Symbol.cs" />
179 c206d293 taeseongkim
    <Compile Include="Controls_PDF\PDFLib_DrawSet_Text.cs" />
180 7ca218b3 KangIngu
    <Compile Include="EventMember.cs" />
181
    <Compile Include="MarkupToPDF.cs" />
182
    <Compile Include="PropertiesType.cs" />
183
    <Compile Include="Properties\AssemblyInfo.cs" />
184
    <Compile Include="Serialize\Core\JsonSerializerHelper.cs" />
185 ef22793a taeseongkim
    <Compile Include="Serialize\S_Control\Base\IntTodoubleJsonConvert.cs" />
186
    <Compile Include="Serialize\S_Control\Base\PointJsonConvert.cs" />
187 7ca218b3 KangIngu
    <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" />
188
    <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" />
189
    <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" />
190
    <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" />
191
    <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" />
192
    <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" />
193
    <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" />
194
    <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" />
195
    <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" />
196
    <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" />
197
    <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" />
198
    <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" />
199
    <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" />
200
    <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" />
201
    <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" />
202
    <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" />
203
    <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" />
204
  </ItemGroup>
205
  <ItemGroup>
206 4b33593a taeseongkim
    <Page Include="Controls\Custom\CustomText.xaml">
207
      <Generator>MSBuild:Compile</Generator>
208
      <SubType>Designer</SubType>
209
    </Page>
210 7ca218b3 KangIngu
    <Page Include="Themes\generic.xaml">
211
      <Generator>MSBuild:Compile</Generator>
212
      <SubType>Designer</SubType>
213
    </Page>
214
  </ItemGroup>
215
  <ItemGroup>
216 24c5e56c taeseongkim
    <ProjectReference Include="..\..\..\Markus.Fonts\Markus.Fonts.csproj">
217
      <Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project>
218
      <Name>Markus.Fonts</Name>
219
    </ProjectReference>
220 14a4fe9e djkim
    <ProjectReference Include="..\CommonLib\CommonLib.csproj">
221
      <Project>{ee9aaabc-1678-43a4-878e-cedbb577cf01}</Project>
222
      <Name>CommonLib</Name>
223
    </ProjectReference>
224 7ca218b3 KangIngu
    <ProjectReference Include="..\IFinalPDF\IFinalPDF.csproj">
225
      <Project>{784438BE-2074-41AE-A692-24E1A4A67FE3}</Project>
226
      <Name>IFinalPDF</Name>
227
    </ProjectReference>
228
    <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj">
229
      <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project>
230
      <Name>KCOMDataModel</Name>
231
    </ProjectReference>
232
  </ItemGroup>
233
  <ItemGroup>
234 7f01e35f ljiyeon
    <None Include="App.Config">
235
      <SubType>Designer</SubType>
236
    </None>
237 4b33593a taeseongkim
    <None Include="Controls\Common\ControlType.cs.bak" />
238
    <None Include="Controls\Line\ArcControl.cs.bak" />
239
    <None Include="Controls\Line\ArrowControl_Multi.cs.bak" />
240
    <None Include="Controls\Line\LineControl.cs.bak" />
241
    <None Include="Controls\Parsing\MarkupCopy.cs.bak" />
242
    <None Include="Controls\Parsing\MarkupParse.cs.bak" />
243
    <None Include="Controls\Polygon\CloudControl.cs.bak" />
244
    <None Include="Controls\Polygon\PolygonControl.cs.bak" />
245
    <None Include="Controls\Shape\CircleControl.cs.bak" />
246
    <None Include="Controls\Shape\RectangleControl.cs.bak" />
247
    <None Include="Controls\Shape\RectCloudControl.cs.bak" />
248
    <None Include="Controls\Shape\TriControl.cs.bak" />
249 7ca218b3 KangIngu
    <None Include="packages.config" />
250
  </ItemGroup>
251
  <ItemGroup>
252
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
253
  </ItemGroup>
254 4b33593a taeseongkim
  <ItemGroup />
255 d2bf89eb djkim
  <ItemGroup>
256
    <WCFMetadata Include="Connected Services\" />
257
  </ItemGroup>
258 7ca218b3 KangIngu
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
259
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
260
       Other similar extension points exist, see Microsoft.Common.targets.
261
  <Target Name="BeforeBuild">
262
  </Target>
263
  <Target Name="AfterBuild">
264
  </Target>
265
  -->
266
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)