| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <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>{AB9F4635-0ACB-4E5E-8E1B-431E0818CF60}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Masuit.Tools.Test</RootNamespace>
- <AssemblyName>Masuit.Tools.Test</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="Microsoft.CSharp" />
- <Reference Include="SharpCompress, Version=0.30.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>C:\Users\Administrator\.nuget\packages\sharpcompress\0.30.0\lib\net5.0\SharpCompress.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Numerics" />
- <Reference Include="System.Web" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ChineseCalendarTest.cs" />
- <Compile Include="CompressTest.cs" />
- <Compile Include="ExtensionMethodsTest.cs" />
- <Compile Include="HtmlToolsTest.cs" />
- <Compile Include="LinqExtensionTest.cs" />
- <Compile Include="Mvc\BaseTests.cs" />
- <Compile Include="Mvc\MimeMapperTests.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" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Masuit.Tools\Masuit.Tools.csproj">
- <Project>{275d5a0d-c49c-497e-a4b5-f40285c2495f}</Project>
- <Name>Masuit.Tools</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Castle.Core">
- <Version>4.4.1</Version>
- </PackageReference>
- <PackageReference Include="Microsoft.AspNet.Mvc">
- <Version>5.2.7</Version>
- </PackageReference>
- <PackageReference Include="Microsoft.AspNet.Razor">
- <Version>3.2.7</Version>
- </PackageReference>
- <PackageReference Include="Microsoft.AspNet.WebPages">
- <Version>3.2.7</Version>
- </PackageReference>
- <PackageReference Include="Microsoft.Web.Infrastructure">
- <Version>1.0.0</Version>
- </PackageReference>
- <PackageReference Include="Moq">
- <Version>4.17.2</Version>
- </PackageReference>
- <PackageReference Include="MSTest.TestAdapter">
- <Version>2.2.8</Version>
- </PackageReference>
- <PackageReference Include="MSTest.TestFramework">
- <Version>2.2.8</Version>
- </PackageReference>
- <PackageReference Include="NUnit">
- <Version>3.13.3</Version>
- </PackageReference>
- <PackageReference Include="System.Runtime.CompilerServices.Unsafe">
- <Version>6.0.0</Version>
- </PackageReference>
- <PackageReference Include="System.Threading.Tasks.Extensions">
- <Version>4.5.4</Version>
- </PackageReference>
- <PackageReference Include="System.ValueTuple">
- <Version>4.5.0</Version>
- </PackageReference>
- <PackageReference Include="xunit">
- <Version>2.4.1</Version>
- </PackageReference>
- <PackageReference Include="xunit.abstractions">
- <Version>2.0.3</Version>
- </PackageReference>
- <PackageReference Include="xunit.analyzers">
- <Version>0.10.0</Version>
- </PackageReference>
- <PackageReference Include="xunit.assert">
- <Version>2.4.1</Version>
- </PackageReference>
- <PackageReference Include="xunit.core">
- <Version>2.4.1</Version>
- </PackageReference>
- <PackageReference Include="xunit.extensibility.core">
- <Version>2.4.1</Version>
- </PackageReference>
- <PackageReference Include="xunit.extensibility.execution">
- <Version>2.4.1</Version>
- </PackageReference>
- </ItemGroup>
- <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|