您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

DocX.csproj 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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>Novacode</RootNamespace>
  12. <AssemblyName>DocX</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. <StartupObject>
  20. </StartupObject>
  21. <SignAssembly>true</SignAssembly>
  22. <AssemblyOriginatorKeyFile>
  23. </AssemblyOriginatorKeyFile>
  24. <FileUpgradeFlags>
  25. </FileUpgradeFlags>
  26. <OldToolsVersion>3.5</OldToolsVersion>
  27. <UpgradeBackupLocation />
  28. <PublishUrl>publish\</PublishUrl>
  29. <Install>true</Install>
  30. <InstallFrom>Disk</InstallFrom>
  31. <UpdateEnabled>false</UpdateEnabled>
  32. <UpdateMode>Foreground</UpdateMode>
  33. <UpdateInterval>7</UpdateInterval>
  34. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  35. <UpdatePeriodically>false</UpdatePeriodically>
  36. <UpdateRequired>false</UpdateRequired>
  37. <MapFileExtensions>true</MapFileExtensions>
  38. <ApplicationRevision>0</ApplicationRevision>
  39. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  40. <IsWebBootstrapper>false</IsWebBootstrapper>
  41. <UseApplicationTrust>false</UseApplicationTrust>
  42. <BootstrapperEnabled>true</BootstrapperEnabled>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>bin\Debug\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <DocumentationFile>bin\Debug\DocX.xml</DocumentationFile>
  53. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  56. <DebugType>pdbonly</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\Release\</OutputPath>
  59. <DefineConstants>TRACE</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="System" />
  66. <Reference Include="System.Configuration" />
  67. <Reference Include="System.Core">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.XML" />
  72. <Reference Include="System.Xml.Linq">
  73. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  74. </Reference>
  75. <Reference Include="System.Data.DataSetExtensions">
  76. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  77. </Reference>
  78. <Reference Include="System.Data" />
  79. <Reference Include="WindowsBase">
  80. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  81. </Reference>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="Border.cs" />
  85. <Compile Include="Container.cs" />
  86. <Compile Include="Footers.cs" />
  87. <Compile Include="Footer.cs" />
  88. <Compile Include="CustomProperty.cs" />
  89. <Compile Include="DocProperty.cs" />
  90. <Compile Include="Header.cs" />
  91. <Compile Include="Headers.cs" />
  92. <Compile Include="HelperFunctions.cs" />
  93. <Compile Include="Hyperlink.cs" />
  94. <Compile Include="_BaseClasses.cs" />
  95. <Compile Include="Table.cs" />
  96. <Compile Include="_Enumerations.cs" />
  97. <Compile Include="Formatting.cs" />
  98. <Compile Include="Image.cs" />
  99. <Compile Include="Picture.cs" />
  100. <Compile Include="Paragraph.cs" />
  101. <Compile Include="DocX.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="_Extensions.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="Help\Changes in this version 1.0.0.10.docx" />
  109. <None Include="Help\DocX v1.0.0.10 - Documentation.chm" />
  110. <None Include="Help\Read Me.docx" />
  111. <None Include="StrongNameKey.pfx" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Content Include="License\License.html" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <EmbeddedResource Include="Resources\default_styles.xml.gz" />
  118. <EmbeddedResource Include="Resources\styles.xml.gz" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  122. <Visible>False</Visible>
  123. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  124. <Install>false</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1</ProductName>
  129. <Install>true</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  132. <Visible>False</Visible>
  133. <ProductName>Windows Installer 3.1</ProductName>
  134. <Install>true</Install>
  135. </BootstrapperPackage>
  136. </ItemGroup>
  137. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  138. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  139. Other similar extension points exist, see Microsoft.Common.targets.
  140. <Target Name="BeforeBuild">
  141. </Target>
  142. <Target Name="AfterBuild">
  143. </Target>
  144. -->
  145. </Project>