From 4a44539963b92e18a31efa08bca2013824c5213f Mon Sep 17 00:00:00 2001 From: Bernhard Guillon Date: Tue, 30 Jun 2026 22:27:32 +0200 Subject: Move target registration into add_dotnet_library/executable, remove add_dotnet_target --- build/runtime/Baz.dll | Bin 0 -> 3584 bytes build/runtime/FooBar.dll | Bin 0 -> 3584 bytes build/runtime/HelloCMake.dll | Bin 0 -> 4096 bytes build/runtime/HelloCMake.runtimeconfig.json | 9 +++++++++ build/runtime/Second.dll | Bin 0 -> 3584 bytes build/runtime/Second.runtimeconfig.json | 9 +++++++++ build/runtime/Third.dll | Bin 0 -> 4096 bytes build/runtime/Third.runtimeconfig.json | 9 +++++++++ build/runtime/libhello_c.so | Bin 0 -> 15400 bytes 9 files changed, 27 insertions(+) create mode 100644 build/runtime/Baz.dll create mode 100644 build/runtime/FooBar.dll create mode 100644 build/runtime/HelloCMake.dll create mode 100644 build/runtime/HelloCMake.runtimeconfig.json create mode 100644 build/runtime/Second.dll create mode 100644 build/runtime/Second.runtimeconfig.json create mode 100644 build/runtime/Third.dll create mode 100644 build/runtime/Third.runtimeconfig.json create mode 100755 build/runtime/libhello_c.so (limited to 'build/runtime') diff --git a/build/runtime/Baz.dll b/build/runtime/Baz.dll new file mode 100644 index 0000000..0edc1f6 Binary files /dev/null and b/build/runtime/Baz.dll differ diff --git a/build/runtime/FooBar.dll b/build/runtime/FooBar.dll new file mode 100644 index 0000000..473e086 Binary files /dev/null and b/build/runtime/FooBar.dll differ diff --git a/build/runtime/HelloCMake.dll b/build/runtime/HelloCMake.dll new file mode 100644 index 0000000..e3cec24 Binary files /dev/null and b/build/runtime/HelloCMake.dll differ diff --git a/build/runtime/HelloCMake.runtimeconfig.json b/build/runtime/HelloCMake.runtimeconfig.json new file mode 100644 index 0000000..e431d27 --- /dev/null +++ b/build/runtime/HelloCMake.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net10.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "10.0.0" + } + } +} diff --git a/build/runtime/Second.dll b/build/runtime/Second.dll new file mode 100644 index 0000000..5f27198 Binary files /dev/null and b/build/runtime/Second.dll differ diff --git a/build/runtime/Second.runtimeconfig.json b/build/runtime/Second.runtimeconfig.json new file mode 100644 index 0000000..e431d27 --- /dev/null +++ b/build/runtime/Second.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net10.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "10.0.0" + } + } +} diff --git a/build/runtime/Third.dll b/build/runtime/Third.dll new file mode 100644 index 0000000..a530e3a Binary files /dev/null and b/build/runtime/Third.dll differ diff --git a/build/runtime/Third.runtimeconfig.json b/build/runtime/Third.runtimeconfig.json new file mode 100644 index 0000000..e431d27 --- /dev/null +++ b/build/runtime/Third.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net10.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "10.0.0" + } + } +} diff --git a/build/runtime/libhello_c.so b/build/runtime/libhello_c.so new file mode 100755 index 0000000..7109b38 Binary files /dev/null and b/build/runtime/libhello_c.so differ -- cgit v1.2.3