diff --git a/.gitignore b/.gitignore index 94bce60..44d0eff 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,8 @@ build/ recovery/ vendor/directx imgui.ini -GlitchyEditor/resources/scripts/ScriptCore.dll -GlitchyEditor/resources/scripts/ScriptCore.pdb GlitchyEditor/settings.bon GlitchyEditor/MonoDebugger.log + +# Ignore files in build-directory of ScriptCore +GlitchyEditor/Resources/Scripts/* diff --git a/GlitchyEditor/resources/scripts/ImGui.NET.dll b/GlitchyEditor/resources/scripts/ImGui.NET.dll deleted file mode 100644 index e686b7e..0000000 Binary files a/GlitchyEditor/resources/scripts/ImGui.NET.dll and /dev/null differ diff --git a/GlitchyEditor/resources/scripts/ImGui.NET.pdb b/GlitchyEditor/resources/scripts/ImGui.NET.pdb deleted file mode 100644 index b1bda8e..0000000 Binary files a/GlitchyEditor/resources/scripts/ImGui.NET.pdb and /dev/null differ diff --git a/GlitchyEditor/resources/scripts/ScriptCore.deps.json b/GlitchyEditor/resources/scripts/ScriptCore.deps.json deleted file mode 100644 index 66f17f3..0000000 --- a/GlitchyEditor/resources/scripts/ScriptCore.deps.json +++ /dev/null @@ -1,124 +0,0 @@ -{ - "runtimeTarget": { - "name": ".NETStandard,Version=v2.0/", - "signature": "" - }, - "compilationOptions": {}, - "targets": { - ".NETStandard,Version=v2.0": {}, - ".NETStandard,Version=v2.0/": { - "ScriptCore/1.0.0": { - "dependencies": { - "Half": "1.0.0", - "ImGui.NET": "1.89.9.3", - "NETStandard.Library": "2.0.3" - }, - "runtime": { - "ScriptCore.dll": {} - } - }, - "Half/1.0.0": { - "runtime": { - "lib/netstandard2.0/System.Half.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } - }, - "Microsoft.NETCore.Platforms/1.1.0": {}, - "NETStandard.Library/2.0.3": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0" - } - }, - "System.Buffers/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Buffers.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Numerics.Vectors/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Numerics.Vectors.dll": { - "assemblyVersion": "4.1.3.0", - "fileVersion": "4.6.25519.3" - } - } - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "runtime": { - "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": { - "assemblyVersion": "4.0.3.0", - "fileVersion": "0.0.0.0" - } - } - }, - "ImGui.NET/1.89.9.3": { - "dependencies": { - "System.Buffers": "4.4.0", - "System.Numerics.Vectors": "4.4.0", - "System.Runtime.CompilerServices.Unsafe": "4.4.0" - }, - "runtime": { - "ImGui.NET.dll": {} - } - } - } - }, - "libraries": { - "ScriptCore/1.0.0": { - "type": "project", - "serviceable": false, - "sha512": "" - }, - "Half/1.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-EPLLPQA1UjF9QM3ymNhWLhgcnBNc8e1po4qWRWTD3Hd9xiohYlkCob0QjDIbJs6Nvfd4eAbsjxIwRyh7httyXA==", - "path": "half/1.0.0", - "hashPath": "half.1.0.0.nupkg.sha512" - }, - "Microsoft.NETCore.Platforms/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", - "path": "microsoft.netcore.platforms/1.1.0", - "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" - }, - "NETStandard.Library/2.0.3": { - "type": "package", - "serviceable": true, - "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", - "path": "netstandard.library/2.0.3", - "hashPath": "netstandard.library.2.0.3.nupkg.sha512" - }, - "System.Buffers/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-AwarXzzoDwX6BgrhjoJsk6tUezZEozOT5Y9QKF94Gl4JK91I4PIIBkBco9068Y9/Dra8Dkbie99kXB8+1BaYKw==", - "path": "system.buffers/4.4.0", - "hashPath": "system.buffers.4.4.0.nupkg.sha512" - }, - "System.Numerics.Vectors/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ==", - "path": "system.numerics.vectors/4.4.0", - "hashPath": "system.numerics.vectors.4.4.0.nupkg.sha512" - }, - "System.Runtime.CompilerServices.Unsafe/4.4.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", - "path": "system.runtime.compilerservices.unsafe/4.4.0", - "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" - }, - "ImGui.NET/1.89.9.3": { - "type": "project", - "serviceable": false, - "sha512": "" - } - } -} \ No newline at end of file