選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

UnitTests.csproj 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <SignAssembly>false</SignAssembly>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <AssemblyOriginatorKeyFile>
  44. </AssemblyOriginatorKeyFile>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="DocX, Version=1.0.0.21, Culture=neutral, processorArchitecture=AMD64">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\DocX\bin\Debug\DocX.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  52. <Reference Include="System" />
  53. <Reference Include="System.Configuration" />
  54. <Reference Include="System.Core">
  55. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.XML" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="WindowsBase" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  66. <Visible>False</Visible>
  67. </CodeAnalysisDependentAssemblyPaths>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="InsertAtBookmark.cs">
  71. <DependentUpon>DocXUnitTests.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="AppendBookmark.cs">
  74. <DependentUpon>DocXUnitTests.cs</DependentUpon>
  75. </Compile>
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="DocXUnitTests.cs" />
  78. <Compile Include="RelativeDirectory.cs" />
  79. <Compile Include="ReplaceTests.cs" />
  80. <Compile Include="TestHelper.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <None Include="documents\EverybodyHasAHome.docx" />
  84. <None Include="documents\FontFormat.docx" />
  85. <None Include="documents\Hyperlinks.docx" />
  86. <None Include="documents\Images.docx" />
  87. <None Include="documents\MovePicture.docx" />
  88. <None Include="documents\Paragraphs.docx" />
  89. <None Include="documents\ReplaceTests.docx" />
  90. <None Include="documents\Tables.docx" />
  91. <None Include="documents\Template.dotx" />
  92. <None Include="documents\testdoc_OrderedList.docx" />
  93. <None Include="documents\testdoc_OrderedUnorderedLists.docx" />
  94. <None Include="documents\testdoc_SectionsWithHeadingBreaks.docx" />
  95. <None Include="documents\testdoc_SectionsWithSectionBreaks.docx" />
  96. <None Include="documents\testdoc_SectionsWithSectionBreaksMultiParagraph.docx" />
  97. <None Include="documents\testdoc_UnorderedList.docx" />
  98. <None Include="documents\TestParent.docx" />
  99. <None Include="documents\VariousTextFormatting.docx" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Content Include="documents\green.jpg" />
  103. <Content Include="documents\orange.gif" />
  104. <Content Include="documents\purple.png" />
  105. <Content Include="documents\red.bmp" />
  106. <Content Include="documents\yellow.tif" />
  107. </ItemGroup>
  108. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. </Project>