Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

UnitTests.csproj 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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>
  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.0</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. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <SignAssembly>false</SignAssembly>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <AssemblyOriginatorKeyFile>
  46. </AssemblyOriginatorKeyFile>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="DocX, Version=1.0.0.21, Culture=neutral, processorArchitecture=AMD64">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\DocX\bin\Debug\DocX.dll</HintPath>
  52. </Reference>
  53. <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
  54. <HintPath>..\packages\nunit.framework.2.63.0\lib\nunit.framework.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System" />
  58. <Reference Include="System.Configuration" />
  59. <Reference Include="System.Core">
  60. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.XML" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="WindowsBase" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  71. <Visible>False</Visible>
  72. </CodeAnalysisDependentAssemblyPaths>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="InsertAtBookmark.cs">
  76. <DependentUpon>DocXUnitTests.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="AppendBookmark.cs">
  79. <DependentUpon>DocXUnitTests.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="DocXUnitTests.cs" />
  83. <Compile Include="ReplaceTests.cs" />
  84. <Compile Include="TestHelper.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="documents\EverybodyHasAHome.docx">
  88. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  89. </None>
  90. <None Include="documents\FontFormat.docx">
  91. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  92. </None>
  93. <None Include="documents\Hyperlinks.docx">
  94. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  95. </None>
  96. <None Include="documents\Images.docx">
  97. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  98. </None>
  99. <None Include="documents\LargeTable.docx">
  100. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  101. </None>
  102. <None Include="documents\MovePicture.docx">
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </None>
  105. <None Include="documents\Paragraphs.docx">
  106. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  107. </None>
  108. <None Include="documents\ReplaceTests.docx">
  109. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  110. </None>
  111. <None Include="documents\Tables.docx">
  112. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  113. </None>
  114. <None Include="documents\TableSpecifiedWidths.docx">
  115. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  116. </None>
  117. <None Include="documents\Template.dotx">
  118. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  119. </None>
  120. <None Include="documents\testdoc_OrderedList.docx">
  121. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  122. </None>
  123. <None Include="documents\testdoc_OrderedUnorderedLists.docx">
  124. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  125. </None>
  126. <None Include="documents\testdoc_SectionsWithHeadingBreaks.docx">
  127. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  128. </None>
  129. <None Include="documents\testdoc_SectionsWithSectionBreaks.docx">
  130. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  131. </None>
  132. <None Include="documents\testdoc_SectionsWithSectionBreaksMultiParagraph.docx">
  133. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  134. </None>
  135. <None Include="documents\testdoc_UnorderedList.docx">
  136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  137. </None>
  138. <None Include="documents\TestParent.docx">
  139. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  140. </None>
  141. <None Include="documents\VariousTextFormatting.docx">
  142. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  143. </None>
  144. <None Include="packages.config">
  145. <SubType>Designer</SubType>
  146. </None>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Content Include="documents\green.jpg">
  150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  151. </Content>
  152. <Content Include="documents\orange.gif">
  153. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  154. </Content>
  155. <Content Include="documents\purple.png">
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </Content>
  158. <Content Include="documents\red.bmp">
  159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  160. </Content>
  161. <Content Include="documents\yellow.tif">
  162. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  163. </Content>
  164. </ItemGroup>
  165. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  166. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  167. Other similar extension points exist, see Microsoft.Common.targets.
  168. <Target Name="BeforeBuild">
  169. </Target>
  170. <Target Name="AfterBuild">
  171. </Target>
  172. -->
  173. </Project>