зеркало из
1
0
Форкнуть 0
xamarinstudio.xunit/XUnitRunner/XUnitRunner.csproj

90 строки
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props" Condition="Exists('..\packages\xunit.core.2.1.0\build\portable-net45+win8+wp8+wpa81\xunit.core.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{b31ddf2f-ba0f-4123-a920-5588f84c053f}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>XUnitRunner</RootNamespace>
<AssemblyName>XUnitRunner</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\MonoDevelop.XUnit\bin\Debug\XUnit2</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>..\MonoDevelop.XUnit\bin\Release\XUnit2</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExternalConsole>true</ExternalConsole>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Numerics" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="mscorlib" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="xunit.abstractions">
<HintPath>..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath>
</Reference>
<Reference Include="xunit.assert">
<HintPath>..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath>
</Reference>
<Reference Include="xunit.core">
<HintPath>..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath>
</Reference>
<Reference Include="xunit.execution.desktop">
<HintPath>..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll</HintPath>
</Reference>
<Reference Include="xunit.runner.utility.net452">
<HintPath>..\packages\xunit.runner.utility.2.2.0\lib\net452\xunit.runner.utility.net452.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="XUnitRunner.cs" />
<Compile Include="Sample.cs" />
<Compile Include="DefaultDiscoveryVisitor.cs" />
<Compile Include="DefaultExecutionVisitor.cs" />
<Compile Include="MonoDevelop.From\BinaryMessage.cs" />
<Compile Include="MonoDevelop.From\RemoteProcessServer.cs" />
<Compile Include="RemoteXUnitRunner.cs" />
<Compile Include="..\MonoDevelop.XUnit\MonoDevelop.UnitTesting.XUnit\RemoteTestResult.cs">
<Link>RemoteTestResult.cs</Link>
</Compile>
<Compile Include="..\MonoDevelop.XUnit\XUnitTestInfo.cs">
<Link>XUnitTestInfo.cs</Link>
</Compile>
<Compile Include="..\MonoDevelop.XUnit\UnitTestInfo.cs">
<Link>UnitTestInfo.cs</Link>
</Compile>
<Compile Include="..\MonoDevelop.XUnit\MonoDevelop.UnitTesting.XUnit\IRemoteEventListener.cs">
<Link>IRemoteEventListener.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\lib\Rollbar.NET\Rollbar\Rollbar.csproj">
<Project>{3A99C5E2-AE41-49CA-9CB3-2C3A70D2A8C1}</Project>
<Name>Rollbar</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>