Masuit.Tools.Test.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{AB9F4635-0ACB-4E5E-8E1B-431E0818CF60}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Masuit.Tools.Test</RootNamespace>
  11. <AssemblyName>Masuit.Tools.Test</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
  16. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  17. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  18. <IsCodedUITest>False</IsCodedUITest>
  19. <TestProjectType>UnitTest</TestProjectType>
  20. <NuGetPackageImportStamp>
  21. </NuGetPackageImportStamp>
  22. <TargetFrameworkProfile />
  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. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Numerics" />
  45. <Reference Include="System.Web" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="ChineseCalendarTest.cs" />
  49. <Compile Include="ExtensionMethodsTest.cs" />
  50. <Compile Include="HtmlToolsTest.cs" />
  51. <Compile Include="LinqExtensionTest.cs" />
  52. <Compile Include="Mvc\BaseTests.cs" />
  53. <Compile Include="Mvc\MimeMapperTests.cs" />
  54. <Compile Include="Mvc\Mocks\MockHttpFilesCollection.cs" />
  55. <Compile Include="Mvc\Mocks\MockHttpPostedFileBase.cs" />
  56. <Compile Include="Mvc\Mocks\MockHttpRequest.cs" />
  57. <Compile Include="Mvc\Mocks\MockHttpResponse.cs" />
  58. <Compile Include="Mvc\Mocks\MockHttpSession.cs" />
  59. <Compile Include="Mvc\Mocks\MockRequestContext.cs" />
  60. <Compile Include="Mvc\Mocks\MockResumeFileResult.cs" />
  61. <Compile Include="Mvc\ResumeFileResultTests.cs" />
  62. <Compile Include="NumberFormaterTest.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <Compile Include="RSATest.cs" />
  65. <Compile Include="TemplateTest.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <None Include="app.config" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\..\Masuit.Tools.Abstractions\Masuit.Tools.Abstractions.csproj">
  72. <Project>{74e7c0a2-499d-408f-a2e4-08878700c2de}</Project>
  73. <Name>Masuit.Tools.Abstractions</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\..\Masuit.Tools\Masuit.Tools.Net.csproj">
  76. <Project>{275d5a0d-c49c-497e-a4b5-f40285c2495f}</Project>
  77. <Name>Masuit.Tools.Net</Name>
  78. </ProjectReference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <PackageReference Include="Microsoft.AspNet.Mvc">
  82. <Version>5.3.0</Version>
  83. </PackageReference>
  84. <PackageReference Include="Microsoft.AspNet.Razor">
  85. <Version>3.3.0</Version>
  86. </PackageReference>
  87. <PackageReference Include="Microsoft.AspNet.WebPages">
  88. <Version>3.3.0</Version>
  89. </PackageReference>
  90. <PackageReference Include="Microsoft.Web.Infrastructure">
  91. <Version>2.0.0</Version>
  92. </PackageReference>
  93. <PackageReference Include="Moq">
  94. <Version>4.20.72</Version>
  95. </PackageReference>
  96. <PackageReference Include="StackExchange.Redis">
  97. <Version>2.8.41</Version>
  98. </PackageReference>
  99. <PackageReference Include="System.Runtime.CompilerServices.Unsafe">
  100. <Version>6.1.2</Version>
  101. </PackageReference>
  102. <PackageReference Include="System.Threading.Tasks.Extensions">
  103. <Version>4.6.3</Version>
  104. </PackageReference>
  105. <PackageReference Include="xunit">
  106. <Version>2.9.3</Version>
  107. </PackageReference>
  108. <PackageReference Include="xunit.abstractions">
  109. <Version>2.0.3</Version>
  110. </PackageReference>
  111. <PackageReference Include="xunit.analyzers">
  112. <Version>1.22.0</Version>
  113. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  114. <PrivateAssets>all</PrivateAssets>
  115. </PackageReference>
  116. <PackageReference Include="xunit.assert">
  117. <Version>2.9.3</Version>
  118. </PackageReference>
  119. <PackageReference Include="xunit.core">
  120. <Version>2.9.3</Version>
  121. </PackageReference>
  122. <PackageReference Include="xunit.extensibility.core">
  123. <Version>2.9.3</Version>
  124. </PackageReference>
  125. <PackageReference Include="xunit.extensibility.execution">
  126. <Version>2.9.3</Version>
  127. </PackageReference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Content Include="Resources\download-test-file.txt">
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </Content>
  133. <Content Include="Resources\download-test-file2.txt">
  134. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  135. </Content>
  136. </ItemGroup>
  137. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  138. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  139. </Project>