<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props')" /> <Import Project="..\packages\xunit.core.2.4.0\build\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.4.0\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>{037AEC1C-26C9-46AF-93D5-7CD83C22BDB1}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>OAuth2Study.UnitTest</RootNamespace> <AssemblyName>OAuth2Study.UnitTest</AssemblyName> <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <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="Autofac, Version=4.8.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> <HintPath>..\packages\Autofac.4.8.1\lib\net45\Autofac.dll</HintPath> </Reference> <Reference Include="Autofac.Extras.Moq, Version=4.2.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> <HintPath>..\packages\Autofac.Extras.Moq.4.2.0\lib\net45\Autofac.Extras.Moq.dll</HintPath> </Reference> <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> <HintPath>..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll</HintPath> </Reference> <Reference Include="Moq, Version=4.9.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"> <HintPath>..\packages\Moq.4.9.0\lib\net45\Moq.dll</HintPath> </Reference> <Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL"> <HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net45\StackExchange.Redis.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.Primitives, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\System.ComponentModel.Primitives.4.1.0\lib\net45\System.ComponentModel.Primitives.dll</HintPath> </Reference> <Reference Include="System.ComponentModel.TypeConverter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> <HintPath>..\packages\System.ComponentModel.TypeConverter.4.1.0\lib\net45\System.ComponentModel.TypeConverter.dll</HintPath> </Reference> <Reference Include="System.Configuration" /> <Reference Include="System.Core" /> <Reference Include="System.IO.Compression" /> <Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <HintPath>..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath> </Reference> <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath> </Reference> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Xml" /> <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> <HintPath>..\packages\xunit.abstractions.2.0.2\lib\net35\xunit.abstractions.dll</HintPath> </Reference> <Reference Include="xunit.assert, Version=2.4.0.4049, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> <HintPath>..\packages\xunit.assert.2.4.0\lib\netstandard1.1\xunit.assert.dll</HintPath> </Reference> <Reference Include="xunit.core, Version=2.4.0.4049, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> <HintPath>..\packages\xunit.extensibility.core.2.4.0\lib\net452\xunit.core.dll</HintPath> </Reference> <Reference Include="xunit.execution.desktop, Version=2.4.0.4049, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> <HintPath>..\packages\xunit.extensibility.execution.2.4.0\lib\net452\xunit.execution.desktop.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="IBllTest\UserIBllTest.cs" /> <Compile Include="IDalTest\UserDalTest.cs" /> <Compile Include="Redis\RedisTest.cs" /> <Compile Include="UseAutoFac\AutoFacManager.cs" /> <Compile Include="UseAutoFac\AutoFacTest.cs" /> <Compile Include="BllTest\UserBllTest.cs" /> <Compile Include="DalTest\UserDalTest.cs" /> <Compile Include="UseFixture\DatabaseCollectionFixtureSetup.cs" /> <Compile Include="UseFixture\CollectionFixtureSetup.cs" /> <Compile Include="UseFixture\UserMoqFixture.cs" /> <Compile Include="UseXunitTest.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config"> <SubType>Designer</SubType> </None> <None Include="packages.config" /> </ItemGroup> <ItemGroup> <Analyzer Include="..\packages\xunit.analyzers.0.10.0\analyzers\dotnet\cs\xunit.analyzers.dll" /> </ItemGroup> <ItemGroup /> <ItemGroup> <ProjectReference Include="..\OAuth2Study.Bll\OAuth2Study.Bll.csproj"> <Project>{0332db18-f513-4665-b705-2e99aa99d460}</Project> <Name>OAuth2Study.Bll</Name> </ProjectReference> <ProjectReference Include="..\OAuth2Study.Cache.RedisCache\OAuth2Study.Cache.RedisCache.csproj"> <Project>{6e555496-9939-4bbd-8a15-ddeeb048053c}</Project> <Name>OAuth2Study.Cache.RedisCache</Name> </ProjectReference> <ProjectReference Include="..\OAuth2Study.Dal.MsSql\OAuth2Study.Dal.MsSql.csproj"> <Project>{34cb8057-20d4-4dd2-8744-0a9b6cc06261}</Project> <Name>OAuth2Study.Dal.MsSql</Name> </ProjectReference> <ProjectReference Include="..\OAuth2Study.IBll\OAuth2Study.IBll.csproj"> <Project>{cec35490-1850-475a-bca2-fe81334f742c}</Project> <Name>OAuth2Study.IBll</Name> </ProjectReference> <ProjectReference Include="..\OAuth2Study.ICache\OAuth2Study.ICache.csproj"> <Project>{62c42e2e-3393-4684-b46d-7c23c4b5c288}</Project> <Name>OAuth2Study.ICache</Name> </ProjectReference> <ProjectReference Include="..\OAuth2Study.IDal\OAuth2Study.IDal.csproj"> <Project>{a889a54c-a000-4e0a-bbab-58a9160c6f5a}</Project> <Name>OAuth2Study.IDal</Name> </ProjectReference> <ProjectReference Include="..\OAuth2Study.Model\OAuth2Study.Model.csproj"> <Project>{9c812a08-0988-402e-86c3-233002d0dddc}</Project> <Name>OAuth2Study.Model</Name> </ProjectReference> <ProjectReference Include="..\OAuth2Study.OAuthServer\OAuth2Study.OAuthServer.csproj"> <Project>{73771863-e3bb-40d2-a307-761027f5bada}</Project> <Name>OAuth2Study.OAuthServer</Name> </ProjectReference> <ProjectReference Include="..\OAuth2Studyl.OAuthClient\OAuth2Studyl.OAuthClient.csproj"> <Project>{45196154-d192-458b-95ae-f6187b8451d8}</Project> <Name>OAuth2Studyl.OAuthClient</Name> </ProjectReference> </ItemGroup> <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.0\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.0\build\xunit.core.props'))" /> <Error Condition="!Exists('..\packages\xunit.core.2.4.0\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.core.2.4.0\build\xunit.core.targets'))" /> <Error Condition="!Exists('..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props'))" /> </Target> <Import Project="..\packages\xunit.core.2.4.0\build\xunit.core.targets" Condition="Exists('..\packages\xunit.core.2.4.0\build\xunit.core.targets')" /> </Project>