Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

Xceed.Words.NET.csproj 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <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.Words.NET</RootNamespace>
  12. <AssemblyName>Xceed.Words.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;USING_PDF_DLL</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <DocumentationFile>bin\Debug\Xceed.Words.NET.XML</DocumentationFile>
  48. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  49. <NoWarn>CS1591</NoWarn>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <DebugType>none</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <SignAssembly>false</SignAssembly>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <AssemblyOriginatorKeyFile>
  65. </AssemblyOriginatorKeyFile>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Reference Include="System" />
  69. <Reference Include="System.Configuration" />
  70. <Reference Include="System.Core">
  71. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  72. </Reference>
  73. <Reference Include="System.Drawing" />
  74. <Reference Include="System.XML" />
  75. <Reference Include="System.Xml.Linq">
  76. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  77. </Reference>
  78. <Reference Include="System.Data.DataSetExtensions">
  79. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  80. </Reference>
  81. <Reference Include="System.Data" />
  82. <Reference Include="WindowsBase">
  83. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  84. </Reference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="AssemblyVersionInfo.cs" />
  88. <Compile Include="AssemblyVersionInfoCommon.cs" />
  89. <Compile Include="Src\Bookmark.cs" />
  90. <Compile Include="Src\BookmarkCollection.cs" />
  91. <Compile Include="Src\Border.cs" />
  92. <Compile Include="Src\Charts\Axis.cs" />
  93. <Compile Include="Src\Charts\BarChart.cs" />
  94. <Compile Include="Src\Charts\Chart.cs" />
  95. <Compile Include="Src\Charts\LineChart.cs" />
  96. <Compile Include="Src\Charts\PieChart.cs" />
  97. <Compile Include="Src\Charts\XElementHelpers.cs" />
  98. <Compile Include="Src\Container.cs" />
  99. <Compile Include="Src\ExtensionsHeadings.cs" />
  100. <Compile Include="Src\Font.cs" />
  101. <Compile Include="Src\Footers.cs" />
  102. <Compile Include="Src\Footer.cs" />
  103. <Compile Include="Src\CustomProperty.cs" />
  104. <Compile Include="Src\DocProperty.cs" />
  105. <Compile Include="Src\FormattedText.cs" />
  106. <Compile Include="Src\Header.cs" />
  107. <Compile Include="Src\Headers.cs" />
  108. <Compile Include="Src\HelperFunctions.cs" />
  109. <Compile Include="Src\Hyperlink.cs" />
  110. <Compile Include="Src\IParagraphContainer.cs" />
  111. <Compile Include="Src\List.cs" />
  112. <Compile Include="Src\PackagePartStream.cs" />
  113. <Compile Include="Src\PageLayout.cs" />
  114. <Compile Include="Src\Section.cs" />
  115. <Compile Include="Src\TableOfContents.cs" />
  116. <Compile Include="Src\_BaseClasses.cs" />
  117. <Compile Include="Src\Table.cs" />
  118. <Compile Include="Src\_Enumerations.cs" />
  119. <Compile Include="Src\Formatting.cs" />
  120. <Compile Include="Src\Image.cs" />
  121. <Compile Include="Src\Picture.cs" />
  122. <Compile Include="Src\Paragraph.cs" />
  123. <Compile Include="Src\DocX.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="Src\_Extensions.cs">
  126. <SubType>Code</SubType>
  127. </Compile>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <EmbeddedResource Include="Resources\default_styles.xml.gz" />
  131. <EmbeddedResource Include="Resources\styles.xml.gz" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  135. <Visible>False</Visible>
  136. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  137. <Install>false</Install>
  138. </BootstrapperPackage>
  139. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  140. <Visible>False</Visible>
  141. <ProductName>.NET Framework 3.5 SP1</ProductName>
  142. <Install>true</Install>
  143. </BootstrapperPackage>
  144. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  145. <Visible>False</Visible>
  146. <ProductName>Windows Installer 3.1</ProductName>
  147. <Install>true</Install>
  148. </BootstrapperPackage>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <EmbeddedResource Include="Resources\numbering.default_bullet_abstract.xml.gz" />
  152. <EmbeddedResource Include="Resources\numbering.default_decimal_abstract.xml.gz" />
  153. <EmbeddedResource Include="Resources\numbering.xml.gz" />
  154. </ItemGroup>
  155. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  156. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  157. Other similar extension points exist, see Microsoft.Common.targets.
  158. <Target Name="BeforeBuild">
  159. </Target>
  160. <Target Name="AfterBuild">
  161. </Target>
  162. -->
  163. </Project>