markus / MarkupToPDF / MarkupToPDF.csproj @ 6d1a8228
이력 | 보기 | 이력해설 | 다운로드 (15.7 KB)
1 |
<?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.5</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 |
<Prefer32Bit>false</Prefer32Bit> |
25 |
</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 |
<Prefer32Bit>false</Prefer32Bit> |
34 |
</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 |
<Prefer32Bit>false</Prefer32Bit> |
44 |
</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 |
<Prefer32Bit>false</Prefer32Bit> |
54 |
</PropertyGroup> |
55 |
<ItemGroup> |
56 |
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
57 |
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> |
58 |
</Reference> |
59 |
<Reference Include="itextsharp, Version=5.5.12.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca, processorArchitecture=MSIL"> |
60 |
<HintPath>..\packages\iTextSharp.5.5.12\lib\itextsharp.dll</HintPath> |
61 |
</Reference> |
62 |
<Reference Include="PDFNet, Version=5.8.0.0, Culture=neutral, PublicKeyToken=36167be3f67ac39c, processorArchitecture=x86"> |
63 |
<SpecificVersion>False</SpecificVersion> |
64 |
<HintPath>..\packages\PDFNet.dll</HintPath> |
65 |
</Reference> |
66 |
<Reference Include="PresentationCore" /> |
67 |
<Reference Include="PresentationFramework" /> |
68 |
<Reference Include="Rxx, Version=1.3.4451.33754, Culture=neutral, PublicKeyToken=09aedbbcd2ef4748, processorArchitecture=MSIL"> |
69 |
<HintPath>..\packages\Rxx.1.3.4451.33754\lib\net40\Rxx.dll</HintPath> |
70 |
</Reference> |
71 |
<Reference Include="Svg2Xaml, Version=0.3.0.5, Culture=neutral, processorArchitecture=MSIL"> |
72 |
<HintPath>..\packages\Svg2Xaml.0.3.0.5\lib\net40\Svg2Xaml.dll</HintPath> |
73 |
</Reference> |
74 |
<Reference Include="System" /> |
75 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
76 |
<Reference Include="System.Core" /> |
77 |
<Reference Include="System.Data.Entity" /> |
78 |
<Reference Include="System.Drawing" /> |
79 |
<Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
80 |
<HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath> |
81 |
</Reference> |
82 |
<Reference Include="System.Runtime.Serialization" /> |
83 |
<Reference Include="System.Security" /> |
84 |
<Reference Include="System.ServiceModel" /> |
85 |
<Reference Include="System.Windows.Forms" /> |
86 |
<Reference Include="System.Xaml" /> |
87 |
<Reference Include="System.Xml.Linq" /> |
88 |
<Reference Include="System.Data.DataSetExtensions" /> |
89 |
<Reference Include="Microsoft.CSharp" /> |
90 |
<Reference Include="System.Data" /> |
91 |
<Reference Include="System.Xml" /> |
92 |
<Reference Include="Telerik.Windows.Controls, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
93 |
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.dll</HintPath> |
94 |
<Private>True</Private> |
95 |
</Reference> |
96 |
<Reference Include="Telerik.Windows.Controls.Input, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
97 |
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Input.dll</HintPath> |
98 |
<Private>True</Private> |
99 |
</Reference> |
100 |
<Reference Include="Telerik.Windows.Controls.Navigation, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
101 |
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Controls.Navigation.dll</HintPath> |
102 |
<Private>True</Private> |
103 |
</Reference> |
104 |
<Reference Include="Telerik.Windows.Data, Version=2019.1.220.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
105 |
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Data.dll</HintPath> |
106 |
<Private>True</Private> |
107 |
</Reference> |
108 |
<Reference Include="Telerik.Windows.Zip, Version=2019.1.215.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
109 |
<HintPath>..\lib\RCWPF\2019.1.220.40\Telerik.Windows.Zip.dll</HintPath> |
110 |
<Private>True</Private> |
111 |
</Reference> |
112 |
<Reference Include="WindowsBase" /> |
113 |
</ItemGroup> |
114 |
<ItemGroup> |
115 |
<Compile Include="Common\CommentUserInfo.cs" /> |
116 |
<Compile Include="Common\GetUserSign.cs" /> |
117 |
<Compile Include="Common\LocationTextExtractionStrategyWithPosition.cs" /> |
118 |
<Compile Include="Common\StringToFont.cs" /> |
119 |
<Compile Include="Common\Undo_data.cs" /> |
120 |
<Compile Include="Connected Services\markus_api\Reference.cs"> |
121 |
<AutoGen>True</AutoGen> |
122 |
<DesignTime>True</DesignTime> |
123 |
<DependentUpon>Reference.svcmap</DependentUpon> |
124 |
</Compile> |
125 |
<Compile Include="Controls\Angle\AngleControl.cs" /> |
126 |
<Compile Include="Controls\Cad\ClipWhiteControlcs.cs" /> |
127 |
<Compile Include="Controls\Cad\CoordinateControl.cs" /> |
128 |
<Compile Include="Controls\Cad\InsideWhiteControlcs.cs" /> |
129 |
<Compile Include="Controls\Cad\OverlapWhiteControlcs.cs" /> |
130 |
<Compile Include="Controls\Common\BaseShape.cs" /> |
131 |
<Compile Include="Controls\Common\ControlType.cs" /> |
132 |
<Compile Include="Controls\Common\DrawSet.cs" /> |
133 |
<Compile Include="Controls\Common\HatchMake.cs" /> |
134 |
<Compile Include="Controls\Common\IMarkupCommonData.cs" /> |
135 |
<Compile Include="Controls\Common\InkToPath.cs" /> |
136 |
<Compile Include="Controls\Common\PenMode.cs" /> |
137 |
<Compile Include="Controls\Common\StringToPathConverter.cs" /> |
138 |
<Compile Include="Controls\Common\ValueConverter\StringToColorConverter.cs" /> |
139 |
<Compile Include="Controls\Custom\CustomText.xaml.cs"> |
140 |
<DependentUpon>CustomText.xaml</DependentUpon> |
141 |
</Compile> |
142 |
<Compile Include="Controls\Etc\SignControl.cs" /> |
143 |
<Compile Include="Controls\Etc\SymControl.cs" /> |
144 |
<Compile Include="Controls\Etc\SymControlN.cs" /> |
145 |
<Compile Include="Controls\Line\ArrowArcControl.cs" /> |
146 |
<Compile Include="Controls\Parsing\MarkupCopy.cs" /> |
147 |
<Compile Include="Controls\Common\SelectControl.cs" /> |
148 |
<Compile Include="Controls\Common\Interfaces.cs" /> |
149 |
<Compile Include="Controls\Common\IPath.cs" /> |
150 |
<Compile Include="Controls\Common\MarkupToPDF.cs" /> |
151 |
<Compile Include="Controls\Common\MathSet.cs" /> |
152 |
<Compile Include="Controls\Common\MouseMode.cs" /> |
153 |
<Compile Include="Controls\Common\PaintSet.cs" /> |
154 |
<Compile Include="Controls\Etc\DateControl.cs" /> |
155 |
<Compile Include="Controls\Etc\ImgControl.cs" /> |
156 |
<Compile Include="Controls\Line\ArcControl.cs" /> |
157 |
<Compile Include="Controls\Line\ArrowControl_Multi.cs" /> |
158 |
<Compile Include="Controls\Line\LineControl.cs" /> |
159 |
<Compile Include="Controls\Parsing\MarkupParse.cs" /> |
160 |
<Compile Include="Controls\Polygon\CloudControl.cs" /> |
161 |
<Compile Include="Controls\Polygon\InkControl.cs" /> |
162 |
<Compile Include="Controls\Polygon\PolygonControl.cs" /> |
163 |
<Compile Include="Controls\Shape\CircleControl.cs" /> |
164 |
<Compile Include="Controls\Shape\RectangleControl.cs" /> |
165 |
<Compile Include="Controls\Shape\RectCloudControl.cs" /> |
166 |
<Compile Include="Controls\Shape\TriControl.cs" /> |
167 |
<Compile Include="Controls\Text\ArrowTextControl.cs" /> |
168 |
<Compile Include="Controls\Text\TextControl.cs" /> |
169 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
170 |
<Compile Include="Properties\Settings.Designer.cs"> |
171 |
<AutoGen>True</AutoGen> |
172 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
173 |
<DependentUpon>Settings.settings</DependentUpon> |
174 |
</Compile> |
175 |
<Compile Include="Serialize\Core\JsonSerializerHelper.cs" /> |
176 |
<Compile Include="Serialize\S_Control\Base\S_BaseControl.cs" /> |
177 |
<Compile Include="Serialize\S_Control\Detail\S_ArrowArcControl.cs" /> |
178 |
<Compile Include="Serialize\S_Control\Detail\S_ArcControl.cs" /> |
179 |
<Compile Include="Serialize\S_Control\Detail\S_ArrowControl.cs" /> |
180 |
<Compile Include="Serialize\S_Control\Detail\S_CircleControl.cs" /> |
181 |
<Compile Include="Serialize\S_Control\Detail\S_ClipWhiteControl.cs" /> |
182 |
<Compile Include="Serialize\S_Control\Detail\S_CloudControl.cs" /> |
183 |
<Compile Include="Serialize\S_Control\Detail\S_CoordinateControl.cs" /> |
184 |
<Compile Include="Serialize\S_Control\Detail\S_DateControl.cs" /> |
185 |
<Compile Include="Serialize\S_Control\Detail\S_ImgControl.cs" /> |
186 |
<Compile Include="Serialize\S_Control\Detail\S_InsideWhiteControl.cs" /> |
187 |
<Compile Include="Serialize\S_Control\Detail\S_LineControl.cs" /> |
188 |
<Compile Include="Serialize\S_Control\Detail\S_OverlapWhiteControl.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 |
<Compile Include="Settings.cs" /> |
199 |
</ItemGroup> |
200 |
<ItemGroup> |
201 |
<Page Include="Controls\Custom\CustomText.xaml"> |
202 |
<SubType>Designer</SubType> |
203 |
<Generator>MSBuild:Compile</Generator> |
204 |
</Page> |
205 |
<Page Include="Themes\generic.xaml"> |
206 |
<Generator>MSBuild:Compile</Generator> |
207 |
<SubType>Designer</SubType> |
208 |
</Page> |
209 |
</ItemGroup> |
210 |
<ItemGroup> |
211 |
<None Include="App.Config"> |
212 |
<SubType>Designer</SubType> |
213 |
</None> |
214 |
<None Include="Connected Services\markus_api\MarkupToPDF.markus_api.FinalPDFResult.datasource"> |
215 |
<DependentUpon>Reference.svcmap</DependentUpon> |
216 |
</None> |
217 |
<None Include="Connected Services\markus_api\MarkupToPDF.markus_api.KCOM_SystemInfo.datasource"> |
218 |
<DependentUpon>Reference.svcmap</DependentUpon> |
219 |
</None> |
220 |
<None Include="Connected Services\markus_api\MarkupToPDF.markus_api.MarkupInfoItem.datasource"> |
221 |
<DependentUpon>Reference.svcmap</DependentUpon> |
222 |
</None> |
223 |
<None Include="Connected Services\markus_api\MarkupToPDF.markus_api.VPRevision.datasource"> |
224 |
<DependentUpon>Reference.svcmap</DependentUpon> |
225 |
</None> |
226 |
<None Include="Connected Services\markus_api\ServiceDeepView.wsdl" /> |
227 |
<None Include="Connected Services\markus_api\ServiceDeepView.xsd"> |
228 |
<SubType>Designer</SubType> |
229 |
</None> |
230 |
<None Include="Connected Services\markus_api\ServiceDeepView1.wsdl" /> |
231 |
<None Include="Connected Services\markus_api\ServiceDeepView1.xsd"> |
232 |
<SubType>Designer</SubType> |
233 |
</None> |
234 |
<None Include="Connected Services\markus_api\ServiceDeepView2.xsd"> |
235 |
<SubType>Designer</SubType> |
236 |
</None> |
237 |
<None Include="Connected Services\markus_api\ServiceDeepView3.xsd"> |
238 |
<SubType>Designer</SubType> |
239 |
</None> |
240 |
<None Include="Connected Services\markus_api\ServiceDeepView4.xsd"> |
241 |
<SubType>Designer</SubType> |
242 |
</None> |
243 |
<None Include="Connected Services\markus_api\ServiceDeepView5.xsd"> |
244 |
<SubType>Designer</SubType> |
245 |
</None> |
246 |
<None Include="Connected Services\markus_api\ServiceDeepView6.xsd"> |
247 |
<SubType>Designer</SubType> |
248 |
</None> |
249 |
<None Include="Connected Services\markus_api\ServiceDeepView7.xsd"> |
250 |
<SubType>Designer</SubType> |
251 |
</None> |
252 |
<None Include="Connected Services\markus_api\ServiceDeepView8.xsd"> |
253 |
<SubType>Designer</SubType> |
254 |
</None> |
255 |
<None Include="packages.config" /> |
256 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST.datasource" /> |
257 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.CHECK_LIST_HISTORY.datasource" /> |
258 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCINFO.datasource" /> |
259 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.DOCUMENT_ITEM.datasource" /> |
260 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.FAVORITE_DOC.datasource" /> |
261 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_DATA.datasource" /> |
262 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.MARKUP_INFO.datasource" /> |
263 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.MEMBER.datasource" /> |
264 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PRIVATE.datasource" /> |
265 |
<None Include="Properties\DataSources\KCOMDataModel.DataModel.SYMBOL_PUBLIC.datasource" /> |
266 |
<None Include="Properties\DataSources\System.Windows.Rect.datasource" /> |
267 |
<None Include="Properties\Settings.settings"> |
268 |
<Generator>SettingsSingleFileGenerator</Generator> |
269 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
270 |
</None> |
271 |
</ItemGroup> |
272 |
<ItemGroup> |
273 |
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
274 |
</ItemGroup> |
275 |
<ItemGroup> |
276 |
<WCFMetadata Include="Connected Services\" /> |
277 |
</ItemGroup> |
278 |
<ItemGroup> |
279 |
<WCFMetadataStorage Include="Connected Services\markus_api\" /> |
280 |
</ItemGroup> |
281 |
<ItemGroup> |
282 |
<None Include="Connected Services\markus_api\ServiceDeepView.disco" /> |
283 |
</ItemGroup> |
284 |
<ItemGroup> |
285 |
<None Include="Connected Services\markus_api\configuration91.svcinfo" /> |
286 |
</ItemGroup> |
287 |
<ItemGroup> |
288 |
<None Include="Connected Services\markus_api\configuration.svcinfo" /> |
289 |
</ItemGroup> |
290 |
<ItemGroup> |
291 |
<None Include="Connected Services\markus_api\Reference.svcmap"> |
292 |
<Generator>WCF Proxy Generator</Generator> |
293 |
<LastGenOutput>Reference.cs</LastGenOutput> |
294 |
</None> |
295 |
</ItemGroup> |
296 |
<ItemGroup> |
297 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
298 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
299 |
<Name>KCOMDataModel</Name> |
300 |
</ProjectReference> |
301 |
</ItemGroup> |
302 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
303 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
304 |
Other similar extension points exist, see Microsoft.Common.targets. |
305 |
<Target Name="BeforeBuild"> |
306 |
</Target> |
307 |
<Target Name="AfterBuild"> |
308 |
</Target> |
309 |
--> |
310 |
</Project> |