Masuit.Tools.UnitTest.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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="..\packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.props')" />
  4. <Import Project="..\packages\NUnit.3.12.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
  5. <Import Project="..\packages\xunit.core.2.4.1\build\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" />
  6. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProjectGuid>{174474CB-0C9A-4C99-B461-1A2158F00A98}</ProjectGuid>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Masuit.Tools.UnitTest</RootNamespace>
  14. <AssemblyName>Masuit.Tools.UnitTest</AssemblyName>
  15. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
  19. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  20. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  21. <IsCodedUITest>False</IsCodedUITest>
  22. <TestProjectType>UnitTest</TestProjectType>
  23. <NuGetPackageImportStamp>
  24. </NuGetPackageImportStamp>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <LangVersion>8.0</LangVersion>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <LangVersion>8.0</LangVersion>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  51. <HintPath>..\packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  54. <HintPath>..\packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  57. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Moq, Version=4.13.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Moq.4.13.1\lib\net45\Moq.dll</HintPath>
  61. </Reference>
  62. <Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
  63. <HintPath>..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.Configuration" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  70. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  73. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Web" />
  76. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  83. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  86. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  92. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  93. </Reference>
  94. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  95. <HintPath>..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll</HintPath>
  96. </Reference>
  97. <Reference Include="xunit.assert, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  98. <HintPath>..\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll</HintPath>
  99. </Reference>
  100. <Reference Include="xunit.core, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  101. <HintPath>..\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll</HintPath>
  102. </Reference>
  103. <Reference Include="xunit.execution.desktop, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  104. <HintPath>..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath>
  105. </Reference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="ChineseCalendarTest.cs" />
  109. <Compile Include="ClassHelperTest.cs" />
  110. <Compile Include="CompressTest.cs" />
  111. <Compile Include="ExtensionMethodsTest.cs" />
  112. <Compile Include="HtmlToolsTest.cs" />
  113. <Compile Include="LinqExtensionTest.cs" />
  114. <Compile Include="Mapping\ClassTests\ClassDest.cs" />
  115. <Compile Include="Mapping\ClassTests\ClassDest2.cs" />
  116. <Compile Include="Mapping\ClassTests\ClassSource.cs" />
  117. <Compile Include="Mapping\ClassTests\ClassSource2.cs" />
  118. <Compile Include="Mapping\ClassTests\IClassDest2.cs" />
  119. <Compile Include="Mapping\ClassTests\MapperConfigurationTestContainer.cs" />
  120. <Compile Include="Mapping\ClassTests\QueryableImplTest.cs" />
  121. <Compile Include="Mapping\Core\ConverterExpressionVisitorTest.cs" />
  122. <Compile Include="Mapping\Core\MapperConfigurationBaseTests.cs" />
  123. <Compile Include="Mapping\Core\MapperConfigurationTests.cs" />
  124. <Compile Include="Mapping\Core\MapperContainerTest.cs" />
  125. <Compile Include="Mapping\Core\MapperExpressionVisitorTest.cs" />
  126. <Compile Include="Mapping\Extentions\MapperExtentionsTest.cs" />
  127. <Compile Include="Mapping\Extentions\QueryableExtentionsTest.cs" />
  128. <Compile Include="Mapping\MapperTests.cs" />
  129. <Compile Include="Mvc\BaseTests.cs" />
  130. <Compile Include="Mvc\Mocks\MockHttpFilesCollection.cs" />
  131. <Compile Include="Mvc\Mocks\MockHttpPostedFileBase.cs" />
  132. <Compile Include="Mvc\Mocks\MockHttpRequest.cs" />
  133. <Compile Include="Mvc\Mocks\MockHttpResponse.cs" />
  134. <Compile Include="Mvc\Mocks\MockHttpSession.cs" />
  135. <Compile Include="Mvc\Mocks\MockRequestContext.cs" />
  136. <Compile Include="Mvc\Mocks\MockResumeFileResult.cs" />
  137. <Compile Include="Mvc\ResumeFileResultTests.cs" />
  138. <Compile Include="NumberFormaterTest.cs" />
  139. <Compile Include="Properties\AssemblyInfo.cs" />
  140. <Compile Include="RSATest.cs" />
  141. <Compile Include="TemplateTest.cs" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <None Include="app.config" />
  145. <None Include="packages.config" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <ProjectReference Include="..\Masuit.Tools\Masuit.Tools.csproj">
  149. <Project>{275d5a0d-c49c-497e-a4b5-f40285c2495f}</Project>
  150. <Name>Masuit.Tools</Name>
  151. </ProjectReference>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Analyzer Include="..\packages\xunit.analyzers.0.10.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Content Include="Resources\download-test-file.txt">
  158. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  159. </Content>
  160. <Content Include="Resources\download-test-file2.txt">
  161. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  162. </Content>
  163. </ItemGroup>
  164. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  165. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  166. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  167. <PropertyGroup>
  168. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  169. </PropertyGroup>
  170. <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'))" />
  171. <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'))" />
  172. <Error Condition="!Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
  173. <Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.props'))" />
  174. <Error Condition="!Exists('..\packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.targets'))" />
  175. </Target>
  176. <Import Project="..\packages\xunit.core.2.4.1\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" />
  177. <Import Project="..\packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.2.0.0\build\net45\MSTest.TestAdapter.targets')" />
  178. </Project>