diff --git a/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.deps.json b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.deps.json new file mode 100644 index 0000000..0c77261 --- /dev/null +++ b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "FractalPatternGenerator/1.0.0": { + "runtime": { + "FractalPatternGenerator.dll": {} + } + } + } + }, + "libraries": { + "FractalPatternGenerator/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.dll b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.dll new file mode 100644 index 0000000..1ad71cc Binary files /dev/null and b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.dll differ diff --git a/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.exe b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.exe new file mode 100644 index 0000000..6cf34b0 Binary files /dev/null and b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.exe differ diff --git a/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.pdb b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.pdb new file mode 100644 index 0000000..9555cba Binary files /dev/null and b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.pdb differ diff --git a/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.runtimeconfig.json b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.runtimeconfig.json new file mode 100644 index 0000000..5a99533 --- /dev/null +++ b/FractalPatternGenerator/bin/Debug/net8.0-windows/FractalPatternGenerator.runtimeconfig.json @@ -0,0 +1,18 @@ +{ + "runtimeOptions": { + "tfm": "net8.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "8.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "8.0.0" + } + ], + "configProperties": { + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true + } + } +} \ No newline at end of file