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:
authorKrzysztof Wicher <kwicher@microsoft.com>2016-08-01 21:38:06 +0300
committerKrzysztof Wicher <kwicher@microsoft.com>2016-08-01 21:38:06 +0300
commit21b1b7570fd81c350e8969987051b6d77ce83815 (patch)
tree070a288d0ef59071dc358cde16432f62f8a6e10b /src/System.Private.Xml/pkg
parent7a76a9a87a119f535750a95dd775a44228b7d359 (diff)
rename System.Xml and System.Xml.Linq to System.Private.Xml and System.Private.Xml.Linq
Diffstat (limited to 'src/System.Private.Xml/pkg')
-rw-r--r--src/System.Private.Xml/pkg/System.Private.Xml.builds (renamed from src/System.Private.Xml/pkg/System.Xml.builds)2
-rw-r--r--src/System.Private.Xml/pkg/System.Private.Xml.pkgproj13
-rw-r--r--src/System.Private.Xml/pkg/System.Xml.pkgproj33
3 files changed, 14 insertions, 34 deletions
diff --git a/src/System.Private.Xml/pkg/System.Xml.builds b/src/System.Private.Xml/pkg/System.Private.Xml.builds
index 5c7ce3a00e..62d247b8bd 100644
--- a/src/System.Private.Xml/pkg/System.Xml.builds
+++ b/src/System.Private.Xml/pkg/System.Private.Xml.builds
@@ -2,7 +2,7 @@
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<ItemGroup>
- <Project Include="System.Xml.pkgproj" />
+ <Project Include="System.Private.Xml.pkgproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
</Project>
diff --git a/src/System.Private.Xml/pkg/System.Private.Xml.pkgproj b/src/System.Private.Xml/pkg/System.Private.Xml.pkgproj
new file mode 100644
index 0000000000..0d215149b4
--- /dev/null
+++ b/src/System.Private.Xml/pkg/System.Private.Xml.pkgproj
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
+ <PropertyGroup>
+ <Version>4.0.0</Version>
+ <SkipGenerationCheck>true</SkipGenerationCheck>
+ <PreventImplementationReference>true</PreventImplementationReference>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\src\System.Private.Xml.builds" />
+ </ItemGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+</Project> \ No newline at end of file
diff --git a/src/System.Private.Xml/pkg/System.Xml.pkgproj b/src/System.Private.Xml/pkg/System.Xml.pkgproj
deleted file mode 100644
index 33844caa54..0000000000
--- a/src/System.Private.Xml/pkg/System.Xml.pkgproj
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <SkipValidatePackage>true</SkipValidatePackage>
- </PropertyGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <ItemGroup>
- <ProjectReference Include="..\ref\2.0.50\System.Xml.csproj">
- <SupportedFramework>wp8</SupportedFramework>
- </ProjectReference>
- <ProjectReference Include="..\ref\System.Xml.csproj">
- <SupportedFramework>net45;netcore45;wpa81;netcoreapp1.0</SupportedFramework>
- </ProjectReference>
- <ProjectReference Include="..\src\System.Xml.builds" />
- <!--<ProjectReference Include="..\src\System.Xml.csproj">
- <TargetGroup>net46</TargetGroup>
- </ProjectReference>-->
- <InboxOnTargetFramework Include="MonoAndroid10" />
- <InboxOnTargetFramework Include="MonoTouch10" />
- <InboxOnTargetFramework Include="net45">
- <AsFrameworkReference>true</AsFrameworkReference>
- </InboxOnTargetFramework>
- <InboxOnTargetFramework Include="win8" />
- <InboxOnTargetFramework Include="wp8" />
- <InboxOnTargetFramework Include="wpa81" />
- <InboxOnTargetFramework Include="portable-net45+win8+wp8+wpa81" />
- <InboxOnTargetFramework Include="xamarinios10" />
- <InboxOnTargetFramework Include="xamarinmac20" />
- <InboxOnTargetFramework Include="xamarintvos10" />
- <InboxOnTargetFramework Include="xamarinwatchos10" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file