Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2016-12-13 01:19:07 +0300
committerGitHub <noreply@github.com>2016-12-13 01:19:07 +0300
commit65780ef192c4f2214e65816e7ac90899be6a5557 (patch)
tree6de99d933e6dd3bccfce6f2cf3d70367525019b9 /src/System.AppContext
parentbc4d19a5e65708208d1aae6ddb2e02f12b85a919 (diff)
Port first third of tests to build against the targeting pack / runtime (#14450)
* Change first third of test projects to compile against targeting pack. * Add supplemental test data into an external project
Diffstat (limited to 'src/System.AppContext')
-rw-r--r--src/System.AppContext/tests/System.AppContext.Tests.csproj9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/System.AppContext/tests/System.AppContext.Tests.csproj b/src/System.AppContext/tests/System.AppContext.Tests.csproj
index 781c15140a..909e3e36a6 100644
--- a/src/System.AppContext/tests/System.AppContext.Tests.csproj
+++ b/src/System.AppContext/tests/System.AppContext.Tests.csproj
@@ -2,13 +2,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{82B54697-0251-47A1-8546-FC507D0F3B08}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AssemblyName>System.AppContext.Tests</AssemblyName>
- <RootNamespace>System.AppContext.Tests</RootNamespace>
- <NugetTargetMoniker>.NETStandard,Version=v1.3</NugetTargetMoniker>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
@@ -16,8 +10,5 @@
<Compile Include="AppContext.Switch.cs" />
<Compile Include="AppContext.Switch.Validation.cs" />
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\pkg\System.AppContext.pkgproj" />
- </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>