Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

DocX.csproj 6.0KB

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