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-02-01 05:14:56 +0300
committerEric St. John <ericstj@microsoft.com>2017-02-01 06:25:30 +0300
commit93b36cc273391a40552613800b6fdaa8685179ae (patch)
tree09e5ed9a20119ce5a407e0be3b050866fe2ea72b /src/System.Xml.ReaderWriter
parent285308dae05c171e1368a5306548f6a98e3d4745 (diff)
Clean up desktop Configurations
Remove all cruft from projects related to building desktop configs which now build in standard repo.
Diffstat (limited to 'src/System.Xml.ReaderWriter')
-rw-r--r--src/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj b/src/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj
index ce7a1481ad..0ab5657068 100644
--- a/src/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj
+++ b/src/System.Xml.ReaderWriter/src/System.Xml.ReaderWriter.csproj
@@ -9,21 +9,15 @@
<ResourcesSourceOutputDirectory>None</ResourcesSourceOutputDirectory>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net463-Windows_NT-Debug|AnyCPU'" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net463-Windows_NT-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Unix-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Windows_NT-Release|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Windows_NT-Release|AnyCPU'" />
- <ItemGroup Condition="'$(TargetGroup)' == 'netcoreapp' or '$(TargetGroup)' == 'uap'">
+ <ItemGroup>
<ProjectReference Include="..\..\System.Private.Xml\src\System.Private.Xml.csproj" />
</ItemGroup>
- <ItemGroup Condition="'$(TargetGroup)' == 'net463'">
- <TargetingPackReference Include="mscorlib" />
- <TargetingPackReference Include="System.Xml" />
- </ItemGroup>
<ItemGroup>
<Reference Include="System.Runtime" />
</ItemGroup>