Removed debug folder from VCS
This commit is contained in:
parent
8390361bd5
commit
bc7244cc92
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
2dxAutoClip/2dxAutoClip/bin/
|
6
.idea/.idea.2dxAutoClip/.idea/vcs.xml
Normal file
6
.idea/.idea.2dxAutoClip/.idea/vcs.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,197 +0,0 @@
|
|||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"2dxAutoClip/1.0.0": {
|
||||
"dependencies": {
|
||||
"NAudio": "2.2.1",
|
||||
"NAudio.Wasapi": "2.2.1",
|
||||
"NAudio.WinMM": "2.2.1",
|
||||
"WebSocketSharp": "1.0.3-rc11"
|
||||
},
|
||||
"runtime": {
|
||||
"2dxAutoClip.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.NETCore.Platforms/3.1.0": {},
|
||||
"Microsoft.Win32.Registry/4.7.0": {
|
||||
"dependencies": {
|
||||
"System.Security.AccessControl": "4.7.0",
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
}
|
||||
},
|
||||
"NAudio/2.2.1": {
|
||||
"dependencies": {
|
||||
"NAudio.Asio": "2.2.1",
|
||||
"NAudio.Core": "2.2.1",
|
||||
"NAudio.Midi": "2.2.1",
|
||||
"NAudio.Wasapi": "2.2.1",
|
||||
"NAudio.WinMM": "2.2.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net6.0/NAudio.dll": {
|
||||
"assemblyVersion": "2.2.1.0",
|
||||
"fileVersion": "2.2.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NAudio.Asio/2.2.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.Registry": "4.7.0",
|
||||
"NAudio.Core": "2.2.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/NAudio.Asio.dll": {
|
||||
"assemblyVersion": "2.2.1.0",
|
||||
"fileVersion": "2.2.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NAudio.Core/2.2.1": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/NAudio.Core.dll": {
|
||||
"assemblyVersion": "2.2.1.0",
|
||||
"fileVersion": "2.2.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NAudio.Midi/2.2.1": {
|
||||
"dependencies": {
|
||||
"NAudio.Core": "2.2.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/NAudio.Midi.dll": {
|
||||
"assemblyVersion": "2.2.1.0",
|
||||
"fileVersion": "2.2.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NAudio.Wasapi/2.2.1": {
|
||||
"dependencies": {
|
||||
"NAudio.Core": "2.2.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/NAudio.Wasapi.dll": {
|
||||
"assemblyVersion": "2.2.1.0",
|
||||
"fileVersion": "2.2.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"NAudio.WinMM/2.2.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.Win32.Registry": "4.7.0",
|
||||
"NAudio.Core": "2.2.1"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/NAudio.WinMM.dll": {
|
||||
"assemblyVersion": "2.2.1.0",
|
||||
"fileVersion": "2.2.1.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"System.Security.AccessControl/4.7.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.Platforms": "3.1.0",
|
||||
"System.Security.Principal.Windows": "4.7.0"
|
||||
}
|
||||
},
|
||||
"System.Security.Principal.Windows/4.7.0": {},
|
||||
"WebSocketSharp/1.0.3-rc11": {
|
||||
"runtime": {
|
||||
"lib/websocket-sharp.dll": {
|
||||
"assemblyVersion": "1.0.2.59611",
|
||||
"fileVersion": "1.0.2.59611"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"2dxAutoClip/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.NETCore.Platforms/3.1.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
|
||||
"path": "microsoft.netcore.platforms/3.1.0",
|
||||
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Win32.Registry/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==",
|
||||
"path": "microsoft.win32.registry/4.7.0",
|
||||
"hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"NAudio/2.2.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-c0DzwiyyklM0TP39Y7RObwO3QkWecgM6H60ikiEnsV/aEAJPbj5MFCLaD8BSfKuZe0HGuh9GRGWWlJmSxDc9MA==",
|
||||
"path": "naudio/2.2.1",
|
||||
"hashPath": "naudio.2.2.1.nupkg.sha512"
|
||||
},
|
||||
"NAudio.Asio/2.2.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-hQglyOT5iT3XuGpBP8ZG0+aoqwRfidHjTNehpoWwX0g6KJEgtH2VaqM2nuJ2mheKZa/IBqB4YQTZVvrIapzfOA==",
|
||||
"path": "naudio.asio/2.2.1",
|
||||
"hashPath": "naudio.asio.2.2.1.nupkg.sha512"
|
||||
},
|
||||
"NAudio.Core/2.2.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-GgkdP6K/7FqXFo7uHvoqGZTJvW4z8g2IffhOO4JHaLzKCdDOUEzVKtveoZkCuUX8eV2HAINqi7VFqlFndrnz/g==",
|
||||
"path": "naudio.core/2.2.1",
|
||||
"hashPath": "naudio.core.2.2.1.nupkg.sha512"
|
||||
},
|
||||
"NAudio.Midi/2.2.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-6r23ylGo5aeP02WFXsPquz0T0hFJWyh+7t++tz19tc3Kr38NHm+Z9j+FiAv+xkH8tZqXJqus9Q8p6u7bidIgbw==",
|
||||
"path": "naudio.midi/2.2.1",
|
||||
"hashPath": "naudio.midi.2.2.1.nupkg.sha512"
|
||||
},
|
||||
"NAudio.Wasapi/2.2.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-lFfXoqacZZe0WqNChJgGYI+XV/n/61LzPHT3C1CJp4khoxeo2sziyX5wzNYWeCMNbsWxFvT3b3iXeY1UYjBhZw==",
|
||||
"path": "naudio.wasapi/2.2.1",
|
||||
"hashPath": "naudio.wasapi.2.2.1.nupkg.sha512"
|
||||
},
|
||||
"NAudio.WinMM/2.2.1": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-xFHRFwH4x6aq3IxRbewvO33ugJRvZFEOfO62i7uQJRUNW2cnu6BeBTHUS0JD5KBucZbHZaYqxQG8dwZ47ezQuQ==",
|
||||
"path": "naudio.winmm/2.2.1",
|
||||
"hashPath": "naudio.winmm.2.2.1.nupkg.sha512"
|
||||
},
|
||||
"System.Security.AccessControl/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
|
||||
"path": "system.security.accesscontrol/4.7.0",
|
||||
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"System.Security.Principal.Windows/4.7.0": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
|
||||
"path": "system.security.principal.windows/4.7.0",
|
||||
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
|
||||
},
|
||||
"WebSocketSharp/1.0.3-rc11": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-7VCF7f7zVMOvLGD8LeGS4DVXc8lOcB6kXnUMeTxigu+PMiU+6wW5Olq2gYrDU8vDRKOwFY+5RyBaLyzb8skEzA==",
|
||||
"path": "websocketsharp/1.0.3-rc11",
|
||||
"hashPath": "websocketsharp.1.0.3-rc11.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue