markus / FinalService / KCOM_FinalService / MarkupToPDF / MarkupToPDF.csproj @ a1e2ba68
이력 | 보기 | 이력해설 | 다운로드 (10.8 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 | cbea3c14 | humkyung | <Reference Include="itextsharp, Version=5.5.13.1, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL"> |
57 | <HintPath>..\packages\iTextSharp.5.5.13.1\lib\itextsharp.dll</HintPath> |
||
58 | 7ca218b3 | KangIngu | </Reference> |
59 | ef22793a | taeseongkim | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
60 | <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net40\Newtonsoft.Json.dll</HintPath> |
||
61 | </Reference> |
||
62 | 7ca218b3 | KangIngu | <Reference Include="PresentationCore" /> |
63 | <Reference Include="PresentationFramework" /> |
||
64 | <Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL"> |
||
65 | <HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath> |
||
66 | </Reference> |
||
67 | <Reference Include="System" /> |
||
68 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
69 | 7f01e35f | ljiyeon | <Reference Include="System.configuration" /> |
70 | 7ca218b3 | KangIngu | <Reference Include="System.Core" /> |
71 | <Reference Include="System.Data.Entity" /> |
||
72 | <Reference Include="System.Drawing" /> |
||
73 | <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
||
74 | <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> |
||
75 | </Reference> |
||
76 | <Reference Include="System.Runtime.Serialization" /> |
||
77 | <Reference Include="System.Security" /> |
||
78 | d2bf89eb | djkim | <Reference Include="System.ServiceModel" /> |
79 | e05bed4e | djkim | <Reference Include="System.Web" /> |
80 | 7ca218b3 | KangIngu | <Reference Include="System.Windows.Forms" /> |
81 | <Reference Include="System.Xaml" /> |
||
82 | <Reference Include="System.Xml.Linq" /> |
||
83 | <Reference Include="System.Data.DataSetExtensions" /> |
||
84 | <Reference Include="Microsoft.CSharp" /> |
||
85 | <Reference Include="System.Data" /> |
||
86 | <Reference Include="System.Xml" /> |
||
87 | 6d463d71 | djkim | <Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
88 | 7ca218b3 | KangIngu | <SpecificVersion>False</SpecificVersion> |
89 | 6d463d71 | djkim | <HintPath>..\..\..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath> |
90 | 7ca218b3 | KangIngu | </Reference> |
91 | <Reference Include="WindowsBase" /> |
||
92 | </ItemGroup> |
||
93 | <ItemGroup> |
||
94 | 077fb153 | taeseongkim | <Compile Include="AddFinalPDFResult.cs" /> |
95 | 7ca218b3 | KangIngu | <Compile Include="Common\CommentUserInfo.cs" /> |
96 | c206d293 | taeseongkim | <Compile Include="Common\CommonFont.cs" /> |
97 | 4804a4fb | humkyung | <Compile Include="Common\ConverterLineSize.cs" /> |
98 | d2bf89eb | djkim | <Compile Include="Common\DataController.cs" /> |
99 | 7ca218b3 | KangIngu | <Compile Include="Common\GetUserSign.cs" /> |
100 | c206d293 | taeseongkim | <Compile Include="Common\StreamHelper.cs" /> |
101 | 7ca218b3 | KangIngu | <Compile Include="Common\StringToFont.cs" /> |
102 | c206d293 | taeseongkim | <Compile Include="Common\XamlToPngConverter.cs" /> |
103 | 7ca218b3 | 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\Etc\SignControl.cs" /> |
||
113 | <Compile Include="Controls\Etc\SymControl.cs" /> |
||
114 | <Compile Include="Controls\Etc\SymControlN.cs" /> |
||
115 | <Compile Include="Controls\Parsing\MarkupCopy.cs" /> |
||
116 | <Compile Include="Controls\Common\SelectControl.cs" /> |
||
117 | <Compile Include="Controls\Common\Interfaces.cs" /> |
||
118 | <Compile Include="Controls\Common\IPath.cs" /> |
||
119 | <Compile Include="Controls\Common\MarkupToPDF.cs" /> |
||
120 | <Compile Include="Controls\Common\MathSet.cs" /> |
||
121 | <Compile Include="Controls\Common\MouseMode.cs" /> |
||
122 | <Compile Include="Controls\Common\PaintSet.cs" /> |
||
123 | <Compile Include="Controls\Etc\DateControl.cs" /> |
||
124 | <Compile Include="Controls\Etc\ImgControl.cs" /> |
||
125 | <Compile Include="Controls\Line\ArcControl.cs" /> |
||
126 | <Compile Include="Controls\Line\ArrowControl_Multi.cs" /> |
||
127 | <Compile Include="Controls\Line\LineControl.cs" /> |
||
128 | <Compile Include="Controls\Parsing\MarkupParse.cs" /> |
||
129 | <Compile Include="Controls\Polygon\CloudControl.cs" /> |
||
130 | <Compile Include="Controls\Polygon\PolygonControl.cs" /> |
||
131 | <Compile Include="Controls\Shape\CircleControl.cs" /> |
||
132 | <Compile Include="Controls\Shape\RectangleControl.cs" /> |
||
133 | <Compile Include="Controls\Shape\RectCloudControl.cs" /> |
||
134 | <Compile Include="Controls\Shape\TriControl.cs" /> |
||
135 | <Compile Include="Controls\Text\ArrowTextControl.cs" /> |
||
136 | <Compile Include="Controls\Text\TextControl.cs" /> |
||
137 | <Compile Include="Controls_PDF\BaseMethod.cs" /> |
||
138 | c206d293 | taeseongkim | <Compile Include="Controls_PDF\DrawSet_ArcArrow.cs" /> |
139 | 16fe076c | humkyung | <Compile Include="Controls_PDF\DrawSet_Arc.cs" /> |
140 | <Compile Include="Controls_PDF\DrawSet_Arrow.cs" /> |
||
141 | 23b7be0e | humkyung | <Compile Include="Controls_PDF\DrawSet_Cloud.cs" /> |
142 | 16fe076c | humkyung | <Compile Include="Controls_PDF\DrawSet_DrawString.cs" /> |
143 | <Compile Include="Controls_PDF\DrawSet_Image.cs" /> |
||
144 | <Compile Include="Controls_PDF\DrawSet_Line.cs" /> |
||
145 | <Compile Include="Controls_PDF\DrawSet_Shape.cs" /> |
||
146 | 7f01e35f | ljiyeon | <Compile Include="Controls_PDF\DrawSet_Symbol.cs" /> |
147 | c206d293 | taeseongkim | <Compile Include="Controls_PDF\PDFLib_DrawSet_Text.cs" /> |
148 | 7ca218b3 | KangIngu | <Compile Include="EventMember.cs" /> |
149 | <Compile Include="MarkupToPDF.cs" /> |
||
150 | <Compile Include="PropertiesType.cs" /> |
||
151 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
152 | <Compile Include="Serialize\Core\JsonSerializerHelper.cs" /> |
||
153 | ef22793a | taeseongkim | <Compile Include="Serialize\S_Control\Base\IntTodoubleJsonConvert.cs" /> |
154 | <Compile Include="Serialize\S_Control\Base\PointJsonConvert.cs" /> |
||
155 | 7ca218b3 | KangIngu | <Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" /> |
156 | <Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" /> |
||
157 | <Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" /> |
||
158 | <Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" /> |
||
159 | <Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" /> |
||
160 | <Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" /> |
||
161 | <Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" /> |
||
162 | <Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" /> |
||
163 | <Compile Include="Serialize\S_Control\Detail\S_PensilControl.cs" /> |
||
164 | <Compile Include="Serialize\S_Control\Detail\S_PolyControl.cs" /> |
||
165 | <Compile Include="Serialize\S_Control\Detail\S_RectCloudControl.cs" /> |
||
166 | <Compile Include="Serialize\S_Control\Detail\S_RectControl.cs" /> |
||
167 | <Compile Include="Serialize\S_Control\Detail\S_SignControl.cs" /> |
||
168 | <Compile Include="Serialize\S_Control\Detail\S_SymControl.cs" /> |
||
169 | <Compile Include="Serialize\S_Control\Detail\S_SymControlN.cs" /> |
||
170 | <Compile Include="Serialize\S_Control\Detail\S_TextControl.cs" /> |
||
171 | <Compile Include="Serialize\S_Control\Detail\S_TriControl.cs" /> |
||
172 | </ItemGroup> |
||
173 | <ItemGroup> |
||
174 | <Page Include="Themes\generic.xaml"> |
||
175 | <Generator>MSBuild:Compile</Generator> |
||
176 | <SubType>Designer</SubType> |
||
177 | </Page> |
||
178 | </ItemGroup> |
||
179 | <ItemGroup> |
||
180 | 24c5e56c | taeseongkim | <ProjectReference Include="..\..\..\Markus.Fonts\Markus.Fonts.csproj"> |
181 | <Project>{eb1de04a-d86e-4bf7-b095-f72207923c3b}</Project> |
||
182 | <Name>Markus.Fonts</Name> |
||
183 | </ProjectReference> |
||
184 | 14a4fe9e | djkim | <ProjectReference Include="..\CommonLib\CommonLib.csproj"> |
185 | <Project>{ee9aaabc-1678-43a4-878e-cedbb577cf01}</Project> |
||
186 | <Name>CommonLib</Name> |
||
187 | </ProjectReference> |
||
188 | 7ca218b3 | KangIngu | <ProjectReference Include="..\IFinalPDF\IFinalPDF.csproj"> |
189 | <Project>{784438BE-2074-41AE-A692-24E1A4A67FE3}</Project> |
||
190 | <Name>IFinalPDF</Name> |
||
191 | </ProjectReference> |
||
192 | <ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
||
193 | <Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
||
194 | <Name>KCOMDataModel</Name> |
||
195 | </ProjectReference> |
||
196 | </ItemGroup> |
||
197 | <ItemGroup> |
||
198 | 7f01e35f | ljiyeon | <None Include="App.Config"> |
199 | <SubType>Designer</SubType> |
||
200 | </None> |
||
201 | 7ca218b3 | KangIngu | <None Include="packages.config" /> |
202 | </ItemGroup> |
||
203 | <ItemGroup> |
||
204 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
205 | </ItemGroup> |
||
206 | <ItemGroup> |
||
207 | <Folder Include="Controls\Custom\" /> |
||
208 | </ItemGroup> |
||
209 | d2bf89eb | djkim | <ItemGroup> |
210 | <WCFMetadata Include="Connected Services\" /> |
||
211 | </ItemGroup> |
||
212 | 7ca218b3 | KangIngu | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
213 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
214 | Other similar extension points exist, see Microsoft.Common.targets. |
||
215 | <Target Name="BeforeBuild"> |
||
216 | </Target> |
||
217 | <Target Name="AfterBuild"> |
||
218 | </Target> |
||
219 | --> |
||
220 | </Project> |