1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
32 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >9.0.21022</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{E863D072-AA8B-4108-B5F1-785241B37F67}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >Xceed.Document.NET</RootNamespace >
12- <AssemblyName >Xceed.Document.NET</AssemblyName >
13- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- <StartupObject >
16- </StartupObject >
17- <FileUpgradeFlags >
18- </FileUpgradeFlags >
19- <OldToolsVersion >3.5</OldToolsVersion >
20- <UpgradeBackupLocation />
21- <PublishUrl >publish\</PublishUrl >
22- <Install >true</Install >
23- <InstallFrom >Disk</InstallFrom >
24- <UpdateEnabled >false</UpdateEnabled >
25- <UpdateMode >Foreground</UpdateMode >
26- <UpdateInterval >7</UpdateInterval >
27- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
28- <UpdatePeriodically >false</UpdatePeriodically >
29- <UpdateRequired >false</UpdateRequired >
30- <MapFileExtensions >true</MapFileExtensions >
31- <ApplicationRevision >0</ApplicationRevision >
32- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
33- <IsWebBootstrapper >false</IsWebBootstrapper >
34- <UseApplicationTrust >false</UseApplicationTrust >
35- <BootstrapperEnabled >true</BootstrapperEnabled >
36- <TargetFrameworkProfile >
37- </TargetFrameworkProfile >
38- </PropertyGroup >
39- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
40- <DebugSymbols >true</DebugSymbols >
41- <DebugType >full</DebugType >
42- <Optimize >false</Optimize >
43- <OutputPath >bin\Debug\</OutputPath >
44- <DefineConstants >TRACE;DEBUG;NETFRAMEWORK</DefineConstants >
45- <ErrorReport >prompt</ErrorReport >
46- <WarningLevel >4</WarningLevel >
47- <DocumentationFile >
48- </DocumentationFile >
49- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
50- <NoWarn >CS1591</NoWarn >
51- </PropertyGroup >
52- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
53- <DebugType >none</DebugType >
54- <Optimize >true</Optimize >
55- <OutputPath >bin\Release\</OutputPath >
56- <DefineConstants >TRACE;NETFRAMEWORK</DefineConstants >
57- <ErrorReport >prompt</ErrorReport >
58- <WarningLevel >4</WarningLevel >
59- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
60- <DocumentationFile >
61- </DocumentationFile >
62- </PropertyGroup >
63- <PropertyGroup >
64- <SignAssembly >false</SignAssembly >
3+ <TargetFrameworks >net40</TargetFrameworks >
4+
5+ <AssemblyTitle >Xceed Document for .NET</AssemblyTitle >
6+ <Description >This assembly implements the classes for Xceed Document for .NET.</Description >
7+ <AssemblyVersion >2.0.0.0</AssemblyVersion >
8+
9+ <Company >Xceed Software Inc.</Company >
10+ <Product >Xceed Document for .NET</Product >
11+ <Copyright >Copyright (C) Xceed Software Inc. 2009-2021</Copyright >
6512 </PropertyGroup >
6613 <PropertyGroup >
67- <AssemblyOriginatorKeyFile >
68- </AssemblyOriginatorKeyFile >
14+ <SignAssembly >true</SignAssembly >
15+ <DelaySign >false</DelaySign >
16+ <AssemblyOriginatorKeyFile >sn.snk</AssemblyOriginatorKeyFile >
6917 </PropertyGroup >
70- <ItemGroup >
71- <Reference Include =" System" />
72- <Reference Include =" System.Configuration" />
73- <Reference Include =" System.Core" >
74- <RequiredTargetFramework >3.5</RequiredTargetFramework >
75- </Reference >
76- <Reference Include =" System.Drawing" />
77- <Reference Include =" System.Xml" />
78- <Reference Include =" System.Xml.Linq" >
79- <RequiredTargetFramework >3.5</RequiredTargetFramework >
80- </Reference >
81- <Reference Include =" System.Data.DataSetExtensions" >
82- <RequiredTargetFramework >3.5</RequiredTargetFramework >
83- </Reference >
84- <Reference Include =" System.Data" />
85- <Reference Include =" WindowsBase" >
86- <RequiredTargetFramework >3.0</RequiredTargetFramework >
87- </Reference >
88- </ItemGroup >
89- <ItemGroup >
90- <Compile Include =" AssemblyVersionInfo.cs" />
91- <Compile Include =" AssemblyVersionInfoCommon.cs" />
92- <Compile Include =" Src\Bookmark.cs" />
93- <Compile Include =" Src\BookmarkCollection.cs" />
94- <Compile Include =" Src\Border.cs" />
95- <Compile Include =" Src\Borders.cs" />
96- <Compile Include =" Src\Charts\Axis.cs" />
97- <Compile Include =" Src\Charts\BarChart.cs" />
98- <Compile Include =" Src\Charts\Chart.cs" />
99- <Compile Include =" Src\Charts\LineChart.cs" />
100- <Compile Include =" Src\Charts\PieChart.cs" />
101- <Compile Include =" Src\Charts\XElementHelpers.cs" />
102- <Compile Include =" Src\Container.cs" />
103- <Compile Include =" Src\Endnote.cs" />
104- <Compile Include =" Src\ExtensionsHeadings.cs" />
105- <Compile Include =" Src\Font.cs" />
106- <Compile Include =" Src\Footers.cs" />
107- <Compile Include =" Src\Footer.cs" />
108- <Compile Include =" Src\CustomProperty.cs" />
109- <Compile Include =" Src\DocProperty.cs" />
110- <Compile Include =" Src\Footnote.cs" />
111- <Compile Include =" Src\FormattedText.cs" />
112- <Compile Include =" Src\Header.cs" />
113- <Compile Include =" Src\Headers.cs" />
114- <Compile Include =" Src\HelperFunctions.cs" />
115- <Compile Include =" Src\Hyperlink.cs" />
116- <Compile Include =" Src\IParagraphContainer.cs" />
117- <Compile Include =" Src\List.cs" />
118- <Compile Include =" Src\Note.cs" />
119- <Compile Include =" Src\NoteProperties.cs" />
120- <Compile Include =" Src\PackagePartStream.cs" />
121- <Compile Include =" Src\PageLayout.cs" />
122- <Compile Include =" Src\Section.cs" />
123- <Compile Include =" Src\TableOfContents.cs" />
124- <Compile Include =" Utils\Exceptions\ThrowException.cs" />
125- <Compile Include =" Src\_BaseClasses.cs" />
126- <Compile Include =" Src\Table.cs" />
127- <Compile Include =" Src\_Enumerations.cs" />
128- <Compile Include =" Src\Formatting.cs" />
129- <Compile Include =" Src\Image.cs" />
130- <Compile Include =" Src\Picture.cs" />
131- <Compile Include =" Src\Paragraph.cs" />
132- <Compile Include =" Src\Document.cs" />
133- <Compile Include =" Properties\AssemblyInfo.cs" />
134- <Compile Include =" Src\_Extensions.cs" >
135- <SubType >Code</SubType >
136- </Compile >
137- </ItemGroup >
13818 <ItemGroup >
13919 <EmbeddedResource Include =" Resources\default_styles.xml.gz" />
14020 <EmbeddedResource Include =" Resources\styles.xml.gz" />
14121 </ItemGroup >
142- <ItemGroup >
143- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
144- <Visible >False</Visible >
145- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
146- <Install >false</Install >
147- </BootstrapperPackage >
148- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
149- <Visible >False</Visible >
150- <ProductName >.NET Framework 3.5 SP1</ProductName >
151- <Install >true</Install >
152- </BootstrapperPackage >
153- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
154- <Visible >False</Visible >
155- <ProductName >Windows Installer 3.1</ProductName >
156- <Install >true</Install >
157- </BootstrapperPackage >
158- </ItemGroup >
15922 <ItemGroup >
16023 <EmbeddedResource Include =" Resources\numbering.default_bullet_abstract.xml.gz" />
16124 <EmbeddedResource Include =" Resources\numbering.default_decimal_abstract.xml.gz" />
16427 <ItemGroup >
16528 <EmbeddedResource Include =" Resources\SignatureLine.emf" />
16629 </ItemGroup >
167- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
168- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
169- Other similar extension points exist, see Microsoft.Common.targets.
170- <Target Name="BeforeBuild">
171- </Target>
172- <Target Name="AfterBuild">
173- </Target>
174- -->
175- </Project >
30+ <ItemGroup >
31+ <Reference Include =" WindowsBase" />
32+ </ItemGroup >
33+ </Project >
0 commit comments