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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-02-16 03:32:03 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-02-16 03:32:03 +0300
commitb60cbe5a2edb5ef3b88a7738507822d13d125d62 (patch)
treee48f5ecbbafe7431d50287fcbf7f7081be81dea8 /src/System.Security.Cryptography.Cng
parent5e324e4e11bb4f5b5a750b26f43384681ed759dd (diff)
Remove all .builds files under pkg/ref/src/tests library folders
Diffstat (limited to 'src/System.Security.Cryptography.Cng')
-rw-r--r--src/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.builds16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.builds b/src/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.builds
deleted file mode 100644
index c633af3c0e..0000000000
--- a/src/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.builds
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <ItemGroup>
- <Project Include="System.Security.Cryptography.Cng.Tests.csproj">
- <OSGroup>Windows_NT</OSGroup>
- <TestTFMs>netcoreapp;net463</TestTFMs>
- </Project>
- <Project Include="System.Security.Cryptography.Cng.Tests.csproj">
- <TargetGroup>netstandard1.6</TargetGroup>
- <OSGroup>Windows_NT</OSGroup>
- <TestTFMs>netcoreapp1.0</TestTFMs>
- </Project>
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
-</Project> \ No newline at end of file