edit gitignore
This commit is contained in:
parent
a6d8201b72
commit
13be8a14e9
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
2dxAutoClip/bin
|
2dxAutoClip/bin/*
|
||||||
2dxAutoClip/obj
|
2dxAutoClip/obj/*
|
|
@ -50,14 +50,6 @@
|
||||||
"NAudio.Wasapi": {
|
"NAudio.Wasapi": {
|
||||||
"target": "Package",
|
"target": "Package",
|
||||||
"version": "[2.2.1, )"
|
"version": "[2.2.1, )"
|
||||||
},
|
|
||||||
"NAudio.WinMM": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[2.2.1, )"
|
|
||||||
},
|
|
||||||
"WebSocketSharp": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[1.0.3-rc11, )"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
|
|
|
@ -13,7 +13,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("2dxAutoClip")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("2dxAutoClip")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+604207c95826ef500eb0db475ad52a6eb1409e4e")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a6d8201b728e677dffd4742416b2cad5d9bda164")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("2dxAutoClip")]
|
[assembly: System.Reflection.AssemblyProductAttribute("2dxAutoClip")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("2dxAutoClip")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("2dxAutoClip")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
f60dc6835ae387846e8c0d781c1dc6acd6ee09c156933e3c91a54f6d7a977f7a
|
e97ccd4192a15a208c0099c7683ed70531a77904e02abae6f3cabb2554b77fb2
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -182,15 +182,6 @@
|
||||||
"rid": "win"
|
"rid": "win"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"WebSocketSharp/1.0.3-rc11": {
|
|
||||||
"type": "package",
|
|
||||||
"compile": {
|
|
||||||
"lib/websocket-sharp.dll": {}
|
|
||||||
},
|
|
||||||
"runtime": {
|
|
||||||
"lib/websocket-sharp.dll": {}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -452,27 +443,12 @@
|
||||||
"useSharedDesignerContext.txt",
|
"useSharedDesignerContext.txt",
|
||||||
"version.txt"
|
"version.txt"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"WebSocketSharp/1.0.3-rc11": {
|
|
||||||
"sha512": "7VCF7f7zVMOvLGD8LeGS4DVXc8lOcB6kXnUMeTxigu+PMiU+6wW5Olq2gYrDU8vDRKOwFY+5RyBaLyzb8skEzA==",
|
|
||||||
"type": "package",
|
|
||||||
"path": "websocketsharp/1.0.3-rc11",
|
|
||||||
"files": [
|
|
||||||
".nupkg.metadata",
|
|
||||||
".signature.p7s",
|
|
||||||
"lib/websocket-sharp.dll",
|
|
||||||
"lib/websocket-sharp.xml",
|
|
||||||
"websocketsharp.1.0.3-rc11.nupkg.sha512",
|
|
||||||
"websocketsharp.nuspec"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"projectFileDependencyGroups": {
|
"projectFileDependencyGroups": {
|
||||||
"net8.0": [
|
"net8.0": [
|
||||||
"NAudio >= 2.2.1",
|
"NAudio >= 2.2.1",
|
||||||
"NAudio.Wasapi >= 2.2.1",
|
"NAudio.Wasapi >= 2.2.1"
|
||||||
"NAudio.WinMM >= 2.2.1",
|
|
||||||
"WebSocketSharp >= 1.0.3-rc11"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageFolders": {
|
"packageFolders": {
|
||||||
|
@ -524,14 +500,6 @@
|
||||||
"NAudio.Wasapi": {
|
"NAudio.Wasapi": {
|
||||||
"target": "Package",
|
"target": "Package",
|
||||||
"version": "[2.2.1, )"
|
"version": "[2.2.1, )"
|
||||||
},
|
|
||||||
"NAudio.WinMM": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[2.2.1, )"
|
|
||||||
},
|
|
||||||
"WebSocketSharp": {
|
|
||||||
"target": "Package",
|
|
||||||
"version": "[1.0.3-rc11, )"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
|
@ -553,17 +521,5 @@
|
||||||
"runtimeIdentifierGraphPath": "C:\\Users\\Mercury\\.dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
|
"runtimeIdentifierGraphPath": "C:\\Users\\Mercury\\.dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"logs": [
|
|
||||||
{
|
|
||||||
"code": "NU1701",
|
|
||||||
"level": "Warning",
|
|
||||||
"warningLevel": 1,
|
|
||||||
"message": "Package 'WebSocketSharp 1.0.3-rc11' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.",
|
|
||||||
"libraryId": "WebSocketSharp",
|
|
||||||
"targetGraphs": [
|
|
||||||
"net8.0"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "6Qjxx2HkXOE=",
|
"dgSpecHash": "71ChNRMXyyA=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "D:\\2dxAutoClip\\2dxAutoClip\\2dxAutoClip.csproj",
|
"projectFilePath": "D:\\2dxAutoClip\\2dxAutoClip\\2dxAutoClip.csproj",
|
||||||
"expectedPackageFiles": [
|
"expectedPackageFiles": [
|
||||||
|
@ -13,19 +13,7 @@
|
||||||
"C:\\Users\\Mercury\\.nuget\\packages\\naudio.wasapi\\2.2.1\\naudio.wasapi.2.2.1.nupkg.sha512",
|
"C:\\Users\\Mercury\\.nuget\\packages\\naudio.wasapi\\2.2.1\\naudio.wasapi.2.2.1.nupkg.sha512",
|
||||||
"C:\\Users\\Mercury\\.nuget\\packages\\naudio.winmm\\2.2.1\\naudio.winmm.2.2.1.nupkg.sha512",
|
"C:\\Users\\Mercury\\.nuget\\packages\\naudio.winmm\\2.2.1\\naudio.winmm.2.2.1.nupkg.sha512",
|
||||||
"C:\\Users\\Mercury\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512",
|
"C:\\Users\\Mercury\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512",
|
||||||
"C:\\Users\\Mercury\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512",
|
"C:\\Users\\Mercury\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512"
|
||||||
"C:\\Users\\Mercury\\.nuget\\packages\\websocketsharp\\1.0.3-rc11\\websocketsharp.1.0.3-rc11.nupkg.sha512"
|
|
||||||
],
|
],
|
||||||
"logs": [
|
"logs": []
|
||||||
{
|
|
||||||
"code": "NU1701",
|
|
||||||
"level": "Warning",
|
|
||||||
"warningLevel": 1,
|
|
||||||
"message": "Package 'WebSocketSharp 1.0.3-rc11' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.",
|
|
||||||
"libraryId": "WebSocketSharp",
|
|
||||||
"targetGraphs": [
|
|
||||||
"net8.0"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
|
@ -1 +1 @@
|
||||||
"restore":{"projectUniqueName":"D:\\2dxAutoClip\\2dxAutoClip\\2dxAutoClip.csproj","projectName":"2dxAutoClip","projectPath":"D:\\2dxAutoClip\\2dxAutoClip\\2dxAutoClip.csproj","outputPath":"D:\\2dxAutoClip\\2dxAutoClip\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"NAudio":{"target":"Package","version":"[2.2.1, )"},"NAudio.Wasapi":{"target":"Package","version":"[2.2.1, )"},"NAudio.WinMM":{"target":"Package","version":"[2.2.1, )"},"WebSocketSharp":{"target":"Package","version":"[1.0.3-rc11, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Users\\Mercury\\.dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"}}
|
"restore":{"projectUniqueName":"D:\\2dxAutoClip\\2dxAutoClip\\2dxAutoClip.csproj","projectName":"2dxAutoClip","projectPath":"D:\\2dxAutoClip\\2dxAutoClip\\2dxAutoClip.csproj","outputPath":"D:\\2dxAutoClip\\2dxAutoClip\\obj\\","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"NAudio":{"target":"Package","version":"[2.2.1, )"},"NAudio.Wasapi":{"target":"Package","version":"[2.2.1, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Users\\Mercury\\.dotnet\\sdk\\8.0.303/PortableRuntimeIdentifierGraph.json"}}
|
|
@ -1 +1 @@
|
||||||
17255540687156279
|
17255542395188510
|
|
@ -1 +1 @@
|
||||||
17255540734858045
|
17255543032402240
|
Loading…
Reference in a new issue