Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

UnitTests.csproj 7.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{3EA73F1C-9E0B-4ED5-B04B-6C043D14D1AA}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>UnitTests</RootNamespace>
  13. <AssemblyName>UnitTests</AssemblyName>
  14. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <SccProjectName>SAK</SccProjectName>
  18. <SccLocalPath>SAK</SccLocalPath>
  19. <SccAuxPath>SAK</SccAuxPath>
  20. <SccProvider>SAK</SccProvider>
  21. <NuGetPackageImportStamp>
  22. </NuGetPackageImportStamp>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <SignAssembly>true</SignAssembly>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <AssemblyOriginatorKeyFile>KeyWithoutPassword.snk</AssemblyOriginatorKeyFile>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
  52. <HintPath>..\packages\NUnit.3.6.0\lib\net40\nunit.framework.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Configuration" />
  57. <Reference Include="System.Core">
  58. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Drawing" />
  63. <Reference Include="System.XML" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="WindowsBase" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  69. <Visible>False</Visible>
  70. </CodeAnalysisDependentAssemblyPaths>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="InsertAtBookmark.cs">
  74. <DependentUpon>DocXUnitTests.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="AppendBookmark.cs">
  77. <DependentUpon>DocXUnitTests.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. <Compile Include="DocXUnitTests.cs" />
  81. <Compile Include="ReplaceTests.cs" />
  82. <Compile Include="TestHelper.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <None Include="documents\EverybodyHasAHome.docx">
  86. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  87. </None>
  88. <None Include="documents\FontFormat.docx">
  89. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  90. </None>
  91. <None Include="documents\Hyperlinks.docx">
  92. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  93. </None>
  94. <None Include="documents\Images.docx">
  95. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  96. </None>
  97. <None Include="documents\LargeTable.docx">
  98. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  99. </None>
  100. <None Include="documents\MovePicture.docx">
  101. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  102. </None>
  103. <None Include="documents\Paragraphs.docx">
  104. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  105. </None>
  106. <None Include="documents\ReplaceTests.docx">
  107. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  108. </None>
  109. <None Include="documents\Super_Subscript.docx">
  110. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  111. </None>
  112. <None Include="documents\Tables.docx">
  113. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  114. </None>
  115. <None Include="documents\TableSpecifiedHeights.docx">
  116. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  117. </None>
  118. <None Include="documents\TableSpecifiedWidths.docx">
  119. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  120. </None>
  121. <None Include="documents\Template.dotx">
  122. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  123. </None>
  124. <None Include="documents\testdoc_OrderedList.docx">
  125. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  126. </None>
  127. <None Include="documents\testdoc_OrderedUnorderedLists.docx">
  128. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  129. </None>
  130. <None Include="documents\testdoc_SectionsWithHeadingBreaks.docx">
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </None>
  133. <None Include="documents\testdoc_SectionsWithSectionBreaks.docx">
  134. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  135. </None>
  136. <None Include="documents\testdoc_SectionsWithSectionBreaksMultiParagraph.docx">
  137. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  138. </None>
  139. <None Include="documents\testdoc_UnorderedList.docx">
  140. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  141. </None>
  142. <None Include="documents\TestParent.docx">
  143. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  144. </None>
  145. <None Include="documents\VariousTextFormatting.docx">
  146. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  147. </None>
  148. <None Include="KeyWithoutPassword.snk" />
  149. <None Include="packages.config">
  150. <SubType>Designer</SubType>
  151. </None>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Content Include="documents\green.jpg">
  155. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  156. </Content>
  157. <Content Include="documents\orange.gif">
  158. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  159. </Content>
  160. <Content Include="documents\purple.png">
  161. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  162. </Content>
  163. <Content Include="documents\red.bmp">
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </Content>
  166. <Content Include="documents\yellow.tif">
  167. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  168. </Content>
  169. </ItemGroup>
  170. <ItemGroup>
  171. <ProjectReference Include="..\DocX\DocX.csproj">
  172. <Project>{e863d072-aa8b-4108-b5f1-785241b37f67}</Project>
  173. <Name>DocX</Name>
  174. </ProjectReference>
  175. </ItemGroup>
  176. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  177. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  178. Other similar extension points exist, see Microsoft.Common.targets.
  179. <Target Name="BeforeBuild">
  180. </Target>
  181. <Target Name="AfterBuild">
  182. </Target>
  183. -->
  184. </Project>