SongVocalSectionAnalyser.Tests.csproj 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\xunit.core.2.4.1\build\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" />
  4. <Import Project="C:\NuGetLocalRepo\xunit.core.2.4.1\build\xunit.core.props" Condition="Exists('C:\NuGetLocalRepo\xunit.core.2.4.1\build\xunit.core.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{B9C55D5E-B5A5-4BE5-A074-B2F938904D0C}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>SongVocalSectionAnalyser.Tests</RootNamespace>
  13. <AssemblyName>SongVocalSectionAnalyser.Tests</AssemblyName>
  14. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Net.Http" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  49. <HintPath>..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll</HintPath>
  50. </Reference>
  51. <Reference Include="xunit.assert, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  52. <HintPath>..\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll</HintPath>
  53. </Reference>
  54. <Reference Include="xunit.core, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  55. <HintPath>..\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll</HintPath>
  56. </Reference>
  57. <Reference Include="xunit.execution.desktop, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  58. <HintPath>..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="SongDataTests.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <Compile Include="TestBase.cs" />
  65. <Compile Include="XunitTestLogger.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\SongVocalSectionAnalyser\SongVocalSectionAnalyser.csproj">
  69. <Project>{0ce74ead-52a8-4a77-bf2d-9d8ecd74050e}</Project>
  70. <Name>SongVocalSectionAnalyser</Name>
  71. </ProjectReference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <None Include="packages.config" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Analyzer Include="..\packages\xunit.analyzers.0.10.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  84. <PropertyGroup>
  85. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  86. </PropertyGroup>
  87. <Error Condition="!Exists('C:\NuGetLocalRepo\xunit.core.2.4.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\xunit.core.2.4.1\build\xunit.core.props'))" />
  88. <Error Condition="!Exists('C:\NuGetLocalRepo\xunit.core.2.4.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\xunit.core.2.4.1\build\xunit.core.targets'))" />
  89. <Error Condition="!Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.1\build\xunit.core.props'))" />
  90. <Error Condition="!Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.1\build\xunit.core.targets'))" />
  91. </Target>
  92. <Import Project="C:\NuGetLocalRepo\xunit.core.2.4.1\build\xunit.core.targets" Condition="Exists('C:\NuGetLocalRepo\xunit.core.2.4.1\build\xunit.core.targets')" />
  93. <Import Project="..\packages\xunit.core.2.4.1\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" />
  94. </Project>