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 St. John <ericstj@microsoft.com>2017-01-11 02:57:42 +0300
committerAlex Perovich <perovich.alex@outlook.com>2017-01-11 04:33:56 +0300
commit198dd4a4471301eaed577e0710bf033464d7c2ac (patch)
treef91fd9d9317630bc1609d04366d30d07ac3c2ea0 /src/System.Runtime.Extensions/tests
parentff66a63d95fa0f412e887db076317a9fc66d378f (diff)
Fix *special* test projects
WebServer.csproj doesn't conform to any of our repo project guidelines, don't try to build it. Other test "utility" assemblies were working around the previous config system by undefining properties. This should no longer be needed.
Diffstat (limited to 'src/System.Runtime.Extensions/tests')
-rw-r--r--src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj b/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
index 4de3af76a7..41421168e0 100644
--- a/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
+++ b/src/System.Runtime.Extensions/tests/System.Runtime.Extensions.Tests.csproj
@@ -124,12 +124,10 @@
<ProjectReference Include="VoidMainWithExitCodeApp\VoidMainWithExitCodeApp.csproj">
<Project>{9F312D76-9AF1-4E90-B3B0-815A1EC6C346}</Project>
<Name>VoidMainWithExitCodeApp</Name>
- <UndefineProperties>TargetGroup;OSGroup</UndefineProperties>
</ProjectReference>
<ProjectReference Include="TestApp\TestApp.csproj">
<Project>{9F312D76-9AF1-4E90-B3B0-815A1EC6C346}</Project>
<Name>TestApp</Name>
- <UndefineProperties>TargetGroup;OSGroup</UndefineProperties>
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />