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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-12-14 22:19:06 +0300
committerGitHub <noreply@github.com>2016-12-14 22:19:06 +0300
commit3403b4f6a11fd6ba53551c9d55de25fbb83bdc85 (patch)
tree2b329fcaa8de496bf759c441fdd16cc243e7f10e /src/System.Security.Cryptography.Encoding/tests
parent9a34009809e25f648405eca7368ab8443243a043 (diff)
Make Test projects compile against the Targeting pack. (1/3 of the work) (#14482)
Diffstat (limited to 'src/System.Security.Cryptography.Encoding/tests')
-rw-r--r--src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj25
1 files changed, 1 insertions, 24 deletions
diff --git a/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj b/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
index d6f7aa0492..9a55c299a5 100644
--- a/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
+++ b/src/System.Security.Cryptography.Encoding/tests/System.Security.Cryptography.Encoding.Tests.csproj
@@ -1,35 +1,12 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition="'$(Configuration)'==''">Windows_Debug</Configuration>
- </PropertyGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0581E9FA-D639-4B88-96D8-D092760F90B0}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AssemblyName>System.Security.Cryptography.Encoding.Tests</AssemblyName>
- <RootNamespace>System.Security.Cryptography.Encoding.Tests</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants Condition="'$(TargetGroup)'==''">$(DefineConstants);netstandard17</DefineConstants>
- <NugetTargetMoniker Condition="'$(TargetGroup)' == ''">.NETStandard,Version=v1.7</NugetTargetMoniker>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\pkg\System.Security.Cryptography.Encoding.pkgproj">
- <Project>{AA81E343-5E54-40B0-9381-C459419BE780}</Project>
- <Name>System.Security.Cryptography.Encoding</Name>
- </ProjectReference>
- <!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
- <ProjectReference Include="..\..\System.Runtime\pkg\System.Runtime.pkgproj" />
- <!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
- <ProjectReference Include="..\..\System.Runtime.Extensions\pkg\System.Runtime.Extensions.pkgproj" />
- <!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
- <ProjectReference Include="..\..\System.Security.Permissions\pkg\System.Security.Permissions.pkgproj" />
- <!-- ToDo: Remove this P2P reference once new packages are produced and updated -->
- <ProjectReference Include="..\..\System.IO\pkg\System.IO.pkgproj" />
- </ItemGroup>
- <ItemGroup>
<Compile Include="AsnEncodedData.cs" />
<Compile Include="AsnEncodedDataCollectionTests.cs" />
<Compile Include="DerEncoderTests.cs" />