Skip to content

Commit

Permalink
Migrate Infra.Tests.csproj (issue #58)
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Jun 14, 2018
1 parent d0315f8 commit 72f7c02
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 184 deletions.
10 changes: 5 additions & 5 deletions Neutronium.sln
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntegratedContextTesterHelp
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{0BFA5CDC-1C54-4682-A4AB-934D0A14F3E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infra.Tests", "Tests\Infra\Tests\Tests.Infra.Tests\Infra.Tests.csproj", "{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infra.Tests", "Tests\Infra\Tests\Tests.Infra.Tests\Infra.Tests.csproj", "{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UniversalTests", "UniversalTests", "{D4977B2A-E4D4-4E9F-A2BF-2EAD13CAA5E6}"
EndProject
Expand Down Expand Up @@ -517,16 +517,16 @@ Global
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Debug|Mixed Platforms.Build.0 = Debug|x86
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Debug|x64.ActiveCfg = Debug|x64
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Debug|x64.Build.0 = Debug|x64
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Debug|x64.ActiveCfg = Debug|Any CPU
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Debug|x64.Build.0 = Debug|Any CPU
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Debug|x86.ActiveCfg = Debug|x86
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Debug|x86.Build.0 = Debug|x86
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|Any CPU.Build.0 = Release|Any CPU
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|Mixed Platforms.ActiveCfg = Release|x86
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|Mixed Platforms.Build.0 = Release|x86
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|x64.ActiveCfg = Release|x64
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|x64.Build.0 = Release|x64
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|x64.ActiveCfg = Release|Any CPU
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|x64.Build.0 = Release|Any CPU
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|x86.ActiveCfg = Release|x86
{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}.Release|x86.Build.0 = Release|x86
{440A6F09-63E4-4BDA-BEF4-BEAF02A8EE30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down
162 changes: 29 additions & 133 deletions Tests/Infra/Tests/Tests.Infra.Tests/Infra.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,142 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\..\..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" />
<Import Project="..\..\..\..\packages\xunit.core.2.3.1\build\xunit.core.props" Condition="Exists('..\..\..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D1B3B964-4EF6-4986-9F30-E87ABA37D11D}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Tests.Infra.Tests</RootNamespace>
<AssemblyName>Tests.Infra.Tests</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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<TargetFramework>net452</TargetFramework>

<IsPackable>false</IsPackable>

<Platforms>AnyCPU;x86</Platforms>
</PropertyGroup>

<ItemGroup>
<Reference Include="FluentAssertions, Version=5.3.2.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\FluentAssertions.5.3.2\lib\net45\FluentAssertions.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\System.ValueTuple.4.4.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="WindowsBase" />
<Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="xunit.core, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\xunit.extensibility.core.2.3.1\lib\netstandard1.1\xunit.core.dll</HintPath>
</Reference>
<Reference Include="xunit.execution.desktop, Version=2.3.1.3858, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
<HintPath>..\..\..\..\packages\xunit.extensibility.execution.2.3.1\lib\net452\xunit.execution.desktop.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WpfThreadTest.cs" />
<PackageReference Include="AutoFixture.Xunit2" Version="4.4.0" />
<PackageReference Include="FluentAssertions">
<Version>5.3.2</Version>
</PackageReference>
<PackageReference Include="FsCheck.Xunit" Version="2.10.10" />
<PackageReference Include="NSubstitute">
<Version>3.1.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>


<ItemGroup>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<ProjectReference Include="..\..\Tests.Infra.HTMLEngineTesterHelper\WebBrowserEngineTesterHelper.csproj" />
<ProjectReference Include="..\..\Tests.Infra.IntegratedContextTesterHelper.Window\IntegratedContextTesterHelper.csproj" />
<ProjectReference Include="..\..\Tests.Infra.JavascriptEngineTesterHelper\JavascriptFrameworkTesterHelper.csproj" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="..\..\Tests.Infra.HTMLEngineTesterHelper\WebBrowserEngineTesterHelper.csproj">
<Project>{335a20f1-f421-4eb1-9961-ee487350818e}</Project>
<Name>WebBrowserEngineTesterHelper</Name>
</ProjectReference>
<ProjectReference Include="..\..\Tests.Infra.IntegratedContextTesterHelper.Window\IntegratedContextTesterHelper.csproj">
<Project>{614bbb6d-d7c4-494a-929e-067ee62573ce}</Project>
<Name>IntegratedContextTesterHelper</Name>
</ProjectReference>
<ProjectReference Include="..\..\Tests.Infra.JavascriptEngineTesterHelper\JavascriptFrameworkTesterHelper.csproj">
<Project>{25ec8826-104c-4346-b648-cf7ab591399a}</Project>
<Name>JavascriptFrameworkTesterHelper</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
<Reference Include="WindowsBase" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\..\..\packages\xunit.core.2.3.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\xunit.core.2.3.1\build\xunit.core.props'))" />
<Error Condition="!Exists('..\..\..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\xunit.core.2.3.1\build\xunit.core.targets'))" />
<Error Condition="!Exists('..\..\..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\xunit.runner.visualstudio.2.3.1\build\net20\xunit.runner.visualstudio.props'))" />
</Target>
<Import Project="..\..\..\..\packages\xunit.core.2.3.1\build\xunit.core.targets" Condition="Exists('..\..\..\..\packages\xunit.core.2.3.1\build\xunit.core.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->

</Project>
36 changes: 0 additions & 36 deletions Tests/Infra/Tests/Tests.Infra.Tests/Properties/AssemblyInfo.cs

This file was deleted.

10 changes: 0 additions & 10 deletions Tests/Infra/Tests/Tests.Infra.Tests/packages.config

This file was deleted.

0 comments on commit 72f7c02

Please sign in to comment.