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:
authorChristopher Costa <chcosta@microsoft.com>2016-02-12 00:37:45 +0300
committerChristopher Costa <chcosta@microsoft.com>2016-02-12 00:37:45 +0300
commit030e29992f6be20ffb9d9d3e799118f3354bce22 (patch)
tree25b288847711fb422b7b9f760ba49a314f28b7d1 /src/System.Diagnostics.Debug/pkg/System.Diagnostics.Debug.builds
parent2a6198b9d1796bde7da482eb2666c8b4141f44d0 (diff)
Open package conversions for corefx.
Diffstat (limited to 'src/System.Diagnostics.Debug/pkg/System.Diagnostics.Debug.builds')
-rw-r--r--src/System.Diagnostics.Debug/pkg/System.Diagnostics.Debug.builds15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/System.Diagnostics.Debug/pkg/System.Diagnostics.Debug.builds b/src/System.Diagnostics.Debug/pkg/System.Diagnostics.Debug.builds
new file mode 100644
index 0000000000..9ece0f63f7
--- /dev/null
+++ b/src/System.Diagnostics.Debug/pkg/System.Diagnostics.Debug.builds
@@ -0,0 +1,15 @@
+<?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" />
+ <ItemGroup>
+ <Project Include="System.Diagnostics.Debug.pkgproj" />
+ <Project Include="unix\System.Diagnostics.Debug.pkgproj">
+ <OSGroup>Linux</OSGroup>
+ </Project>
+ <Project Include="win\System.Diagnostics.Debug.pkgproj">
+ <OSGroup>Windows_NT</OSGroup>
+ </Project>
+ </ItemGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
+</Project>
+