Skip to content

Commit

Permalink
define @net//:StandardReferences (#82)
Browse files Browse the repository at this point in the history
Closes: #41
  • Loading branch information
omsmith authored Oct 3, 2019
1 parent d9df065 commit 66c58e6
Show file tree
Hide file tree
Showing 22 changed files with 963 additions and 21 deletions.
15 changes: 14 additions & 1 deletion csharp/private/frameworks/net20.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net20",
deps = [
"//:mscorlib",
"//:System",
"//:System.Data",
"//:System.Drawing",
"//:System.Xml",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
19 changes: 18 additions & 1 deletion csharp/private/frameworks/net40.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net40",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"]
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net45.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net45",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net451.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net451",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net452.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net452",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net46.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net46",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net461.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net461",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net462.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net462",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net47.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net47",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net471.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net471",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net472.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net472",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
20 changes: 19 additions & 1 deletion csharp/private/frameworks/net48.BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# This file was generated by build\src\D2L.Build.BazelGenerator\FrameworkBuildGenerator\GenerateFrameworkBuildFile.cs
# Don't edit it by hand! You should regenerate this if the .NET package gets updated.

load("@d2l_rules_csharp//csharp:defs.bzl", "import_library")
load("@d2l_rules_csharp//csharp:defs.bzl", "import_library", "csharp_library_set")

csharp_library_set(
name = "StandardReferences",
target_framework = "net48",
deps = [
"//:mscorlib",
"//:System",
"//:System.Core",
"//:System.Data",
"//:System.Drawing",
"//:System.IO.Compression.FileSystem",
"//:System.Numerics",
"//:System.Runtime.Serialization",
"//:System.Xml",
"//:System.Xml.Linq",
],
visibility = ["@net//:__pkg__"],
)

import_library(
name = "Accessibility",
Expand Down
Loading

0 comments on commit 66c58e6

Please sign in to comment.