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

Xceed.Words.NET.Examples.csproj 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F3022BB7-0E40-4C80-A495-37FEAF3671AB}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Examples</RootNamespace>
  12. <AssemblyName>Examples</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <PlatformTarget>x86</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>TRACE;DEBUG</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <PlatformTarget>x86</PlatformTarget>
  30. <DebugType>none</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Drawing" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Program.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. <Compile Include="Samples\Bookmark\BookmarkSample.cs" />
  51. <Compile Include="Samples\Chart\ChartData.cs" />
  52. <Compile Include="Samples\Chart\ChartSample.cs" />
  53. <Compile Include="Samples\Document\DocumentSample.cs" />
  54. <Compile Include="Samples\Equation\EquationSample.cs" />
  55. <Compile Include="Samples\HeaderFooter\HeaderFooterSample.cs" />
  56. <Compile Include="Samples\Hyperlink\HyperlinkSample.cs" />
  57. <Compile Include="Samples\Image\ImageSample.cs" />
  58. <Compile Include="Samples\Line\LineSample.cs" />
  59. <Compile Include="Samples\List\ListSample.cs" />
  60. <Compile Include="Samples\Margin\MarginSample.cs" />
  61. <Compile Include="Samples\Miscellaneous\MiscellaneousSample.cs" />
  62. <Compile Include="Samples\Paragraph\ParagraphSample.cs" />
  63. <Compile Include="Samples\Parallel\ParallelSample.cs" />
  64. <Compile Include="Samples\Protection\ProtectionSample.cs" />
  65. <Compile Include="Samples\Section\SectionSample.cs" />
  66. <Compile Include="Samples\TableOfContent\TableOfContentSample.cs" />
  67. <Compile Include="Samples\Table\TableSample.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="app.config" />
  71. <None Include="Samples\Bookmark\Resources\DocumentWithBookmarks.docx" />
  72. <None Include="Samples\Document\Resources\First.docx" />
  73. <None Include="Samples\Document\Resources\ReplaceText.docx" />
  74. <None Include="Samples\Document\Resources\Second.docx" />
  75. <None Include="Samples\Document\Resources\Template.docx" />
  76. <None Include="Samples\Image\Resources\Input.docx" />
  77. <None Include="Samples\Miscellaneous\Resources\TemplateInvoice.docx" />
  78. <None Include="Samples\Parallel\Resources\Doc1.docx" />
  79. <None Include="Samples\Parallel\Resources\Doc2.docx" />
  80. <None Include="Samples\Parallel\Resources\Doc3.docx" />
  81. <None Include="Samples\Table\Resources\DocumentWithTemplateTable.docx" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Content Include="Samples\Image\Resources\balloon.jpg" />
  85. <Content Include="Samples\Miscellaneous\Resources\cupcake.png" />
  86. <Content Include="Samples\Miscellaneous\Resources\Phone.png" />
  87. <Content Include="Samples\Parallel\Resources\potato.jpg" />
  88. <Content Include="Samples\Table\Resources\logo_xceed.png" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\Xceed.Words.NET\Xceed.Words.NET.csproj">
  92. <Project>{e863d072-aa8b-4108-b5f1-785241b37f67}</Project>
  93. <Name>Xceed.Words.NET</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup />
  97. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  98. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  99. Other similar extension points exist, see Microsoft.Common.targets.
  100. <Target Name="BeforeBuild">
  101. </Target>
  102. <Target Name="AfterBuild">
  103. </Target>
  104. -->
  105. </Project>