| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 | 
							- <?xml version="1.0" encoding="utf-8"?>
 
- <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
-   <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')" />
 
-   <Import Project="..\packages\NUnit.3.12.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" />
 
-   <Import Project="..\packages\xunit.core.2.4.1\build\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.4.1\build\xunit.core.props')" />
 
-   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 
-   <PropertyGroup>
 
-     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
-     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
-     <ProjectGuid>{174474CB-0C9A-4C99-B461-1A2158F00A98}</ProjectGuid>
 
-     <OutputType>Library</OutputType>
 
-     <AppDesignerFolder>Properties</AppDesignerFolder>
 
-     <RootNamespace>Masuit.Tools.UnitTest</RootNamespace>
 
-     <AssemblyName>Masuit.Tools.UnitTest</AssemblyName>
 
-     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
 
-     <FileAlignment>512</FileAlignment>
 
-     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 
-     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
 
-     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
 
-     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
 
-     <IsCodedUITest>False</IsCodedUITest>
 
-     <TestProjectType>UnitTest</TestProjectType>
 
-     <NuGetPackageImportStamp>
 
-     </NuGetPackageImportStamp>
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
-     <DebugSymbols>true</DebugSymbols>
 
-     <DebugType>full</DebugType>
 
-     <Optimize>false</Optimize>
 
-     <OutputPath>bin\Debug\</OutputPath>
 
-     <DefineConstants>DEBUG;TRACE</DefineConstants>
 
-     <ErrorReport>prompt</ErrorReport>
 
-     <WarningLevel>4</WarningLevel>
 
-   </PropertyGroup>
 
-   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
-     <DebugType>pdbonly</DebugType>
 
-     <Optimize>true</Optimize>
 
-     <OutputPath>bin\Release\</OutputPath>
 
-     <DefineConstants>TRACE</DefineConstants>
 
-     <ErrorReport>prompt</ErrorReport>
 
-     <WarningLevel>4</WarningLevel>
 
-   </PropertyGroup>
 
-   <ItemGroup>
 
-     <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="Microsoft.CSharp" />
 
-     <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\MSTest.TestFramework.2.0.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="Moq, Version=4.13.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Moq.4.13.1\lib\net45\Moq.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="System" />
 
-     <Reference Include="System.Configuration" />
 
-     <Reference Include="System.Core" />
 
-     <Reference Include="System.Net.Http" />
 
-     <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="System.Web" />
 
-     <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="xunit.assert, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="xunit.core, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll</HintPath>
 
-     </Reference>
 
-     <Reference Include="xunit.execution.desktop, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
 
-       <HintPath>..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath>
 
-     </Reference>
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <Compile Include="ChineseCalendarTest.cs" />
 
-     <Compile Include="ClassHelperTest.cs" />
 
-     <Compile Include="CompressTest.cs" />
 
-     <Compile Include="ExtensionMethodsTest.cs" />
 
-     <Compile Include="HtmlToolsTest.cs" />
 
-     <Compile Include="LinqExtensionTest.cs" />
 
-     <Compile Include="Mapping\ClassTests\ClassDest.cs" />
 
-     <Compile Include="Mapping\ClassTests\ClassDest2.cs" />
 
-     <Compile Include="Mapping\ClassTests\ClassSource.cs" />
 
-     <Compile Include="Mapping\ClassTests\ClassSource2.cs" />
 
-     <Compile Include="Mapping\ClassTests\IClassDest2.cs" />
 
-     <Compile Include="Mapping\ClassTests\MapperConfigurationTestContainer.cs" />
 
-     <Compile Include="Mapping\ClassTests\QueryableImplTest.cs" />
 
-     <Compile Include="Mapping\Core\ConverterExpressionVisitorTest.cs" />
 
-     <Compile Include="Mapping\Core\MapperConfigurationBaseTests.cs" />
 
-     <Compile Include="Mapping\Core\MapperConfigurationTests.cs" />
 
-     <Compile Include="Mapping\Core\MapperContainerTest.cs" />
 
-     <Compile Include="Mapping\Core\MapperExpressionVisitorTest.cs" />
 
-     <Compile Include="Mapping\Extentions\MapperExtentionsTest.cs" />
 
-     <Compile Include="Mapping\Extentions\QueryableExtentionsTest.cs" />
 
-     <Compile Include="Mapping\MapperTests.cs" />
 
-     <Compile Include="Mvc\BaseTests.cs" />
 
-     <Compile Include="Mvc\Mocks\MockHttpFilesCollection.cs" />
 
-     <Compile Include="Mvc\Mocks\MockHttpPostedFileBase.cs" />
 
-     <Compile Include="Mvc\Mocks\MockHttpRequest.cs" />
 
-     <Compile Include="Mvc\Mocks\MockHttpResponse.cs" />
 
-     <Compile Include="Mvc\Mocks\MockHttpSession.cs" />
 
-     <Compile Include="Mvc\Mocks\MockRequestContext.cs" />
 
-     <Compile Include="Mvc\Mocks\MockResumeFileResult.cs" />
 
-     <Compile Include="Mvc\ResumeFileResultTests.cs" />
 
-     <Compile Include="NumberFormaterTest.cs" />
 
-     <Compile Include="Properties\AssemblyInfo.cs" />
 
-     <Compile Include="RSATest.cs" />
 
-     <Compile Include="TemplateTest.cs" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <None Include="app.config" />
 
-     <None Include="packages.config" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <ProjectReference Include="..\Masuit.Tools\Masuit.Tools.csproj">
 
-       <Project>{275d5a0d-c49c-497e-a4b5-f40285c2495f}</Project>
 
-       <Name>Masuit.Tools</Name>
 
-     </ProjectReference>
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <Analyzer Include="..\packages\xunit.analyzers.0.10.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
 
-   </ItemGroup>
 
-   <ItemGroup>
 
-     <Content Include="Resources\download-test-file.txt">
 
-       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
-     </Content>
 
-     <Content Include="Resources\download-test-file2.txt">
 
-       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
-     </Content>
 
-   </ItemGroup>
 
-   <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
 
-   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
-   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
 
-     <PropertyGroup>
 
-       <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
 
-     </PropertyGroup>
 
-     <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'))" />
 
-     <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'))" />
 
-     <Error Condition="!Exists('..\packages\NUnit.3.12.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))" />
 
-     <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'))" />
 
-     <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'))" />
 
-   </Target>
 
-   <Import Project="..\packages\xunit.core.2.4.1\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.4.1\build\xunit.core.targets')" />
 
-   <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')" />
 
- </Project>
 
 
  |