369 lines
14 KiB
JSON
369 lines
14 KiB
JSON
{
|
|
"version": 3,
|
|
"targets": {
|
|
".NETCoreApp,Version=v3.1": {
|
|
"DiscordRichPresence/1.0.175": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.Win32.Registry": "4.5.0",
|
|
"Newtonsoft.Json": "12.0.2"
|
|
},
|
|
"compile": {
|
|
"lib/netstandard2.0/DiscordRPC.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/DiscordRPC.dll": {}
|
|
}
|
|
},
|
|
"Microsoft.NETCore.Platforms/2.0.0": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard1.0/_._": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard1.0/_._": {}
|
|
}
|
|
},
|
|
"Microsoft.Win32.Registry/4.5.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"System.Security.AccessControl": "4.5.0",
|
|
"System.Security.Principal.Windows": "4.5.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard2.0/Microsoft.Win32.Registry.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Microsoft.Win32.Registry.dll": {}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "unix"
|
|
},
|
|
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "win"
|
|
}
|
|
}
|
|
},
|
|
"Newtonsoft.Json/12.0.2": {
|
|
"type": "package",
|
|
"compile": {
|
|
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/Newtonsoft.Json.dll": {}
|
|
}
|
|
},
|
|
"System.Security.AccessControl/4.5.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "2.0.0",
|
|
"System.Security.Principal.Windows": "4.5.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard2.0/System.Security.AccessControl.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/System.Security.AccessControl.dll": {}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "win"
|
|
}
|
|
}
|
|
},
|
|
"System.Security.Principal.Windows/4.5.0": {
|
|
"type": "package",
|
|
"dependencies": {
|
|
"Microsoft.NETCore.Platforms": "2.0.0"
|
|
},
|
|
"compile": {
|
|
"ref/netstandard2.0/System.Security.Principal.Windows.dll": {}
|
|
},
|
|
"runtime": {
|
|
"lib/netstandard2.0/System.Security.Principal.Windows.dll": {}
|
|
},
|
|
"runtimeTargets": {
|
|
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "unix"
|
|
},
|
|
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll": {
|
|
"assetType": "runtime",
|
|
"rid": "win"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libraries": {
|
|
"DiscordRichPresence/1.0.175": {
|
|
"sha512": "qSWobPTbvHh9gOoBYT8C8eUhKtVdBI/WvW7GY9lNMEtsZIpL6nxCvYJwjsGL3dqlEAGY5k0vdq+wnuDLVBSV2w==",
|
|
"type": "package",
|
|
"path": "discordrichpresence/1.0.175",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"discordrichpresence.1.0.175.nupkg.sha512",
|
|
"discordrichpresence.nuspec",
|
|
"lib/net35/DiscordRPC.dll",
|
|
"lib/net35/DiscordRPC.pdb",
|
|
"lib/net35/DiscordRPC.xml",
|
|
"lib/netstandard2.0/DiscordRPC.dll",
|
|
"lib/netstandard2.0/DiscordRPC.pdb",
|
|
"lib/netstandard2.0/DiscordRPC.xml"
|
|
]
|
|
},
|
|
"Microsoft.NETCore.Platforms/2.0.0": {
|
|
"sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
|
|
"type": "package",
|
|
"path": "microsoft.netcore.platforms/2.0.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/netstandard1.0/_._",
|
|
"microsoft.netcore.platforms.2.0.0.nupkg.sha512",
|
|
"microsoft.netcore.platforms.nuspec",
|
|
"runtime.json",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"Microsoft.Win32.Registry/4.5.0": {
|
|
"sha512": "+FWlwd//+Tt56316p00hVePBCouXyEzT86Jb3+AuRotTND0IYn0OO3obs1gnQEs/txEnt+rF2JBGLItTG+Be6A==",
|
|
"type": "package",
|
|
"path": "microsoft.win32.registry/4.5.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net46/Microsoft.Win32.Registry.dll",
|
|
"lib/net461/Microsoft.Win32.Registry.dll",
|
|
"lib/netstandard1.3/Microsoft.Win32.Registry.dll",
|
|
"lib/netstandard2.0/Microsoft.Win32.Registry.dll",
|
|
"microsoft.win32.registry.4.5.0.nupkg.sha512",
|
|
"microsoft.win32.registry.nuspec",
|
|
"ref/net46/Microsoft.Win32.Registry.dll",
|
|
"ref/net461/Microsoft.Win32.Registry.dll",
|
|
"ref/net461/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/Microsoft.Win32.Registry.dll",
|
|
"ref/netstandard1.3/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/de/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/es/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/it/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml",
|
|
"ref/netstandard2.0/Microsoft.Win32.Registry.dll",
|
|
"ref/netstandard2.0/Microsoft.Win32.Registry.xml",
|
|
"runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
|
|
"runtimes/win/lib/net46/Microsoft.Win32.Registry.dll",
|
|
"runtimes/win/lib/net461/Microsoft.Win32.Registry.dll",
|
|
"runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll",
|
|
"runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"Newtonsoft.Json/12.0.2": {
|
|
"sha512": "rTK0s2EKlfHsQsH6Yx2smvcTCeyoDNgCW7FEYyV01drPlh2T243PR2DiDXqtC5N4GDm4Ma/lkxfW5a/4793vbA==",
|
|
"type": "package",
|
|
"path": "newtonsoft.json/12.0.2",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.md",
|
|
"lib/net20/Newtonsoft.Json.dll",
|
|
"lib/net20/Newtonsoft.Json.xml",
|
|
"lib/net35/Newtonsoft.Json.dll",
|
|
"lib/net35/Newtonsoft.Json.xml",
|
|
"lib/net40/Newtonsoft.Json.dll",
|
|
"lib/net40/Newtonsoft.Json.xml",
|
|
"lib/net45/Newtonsoft.Json.dll",
|
|
"lib/net45/Newtonsoft.Json.xml",
|
|
"lib/netstandard1.0/Newtonsoft.Json.dll",
|
|
"lib/netstandard1.0/Newtonsoft.Json.xml",
|
|
"lib/netstandard1.3/Newtonsoft.Json.dll",
|
|
"lib/netstandard1.3/Newtonsoft.Json.xml",
|
|
"lib/netstandard2.0/Newtonsoft.Json.dll",
|
|
"lib/netstandard2.0/Newtonsoft.Json.xml",
|
|
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll",
|
|
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml",
|
|
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll",
|
|
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml",
|
|
"newtonsoft.json.12.0.2.nupkg.sha512",
|
|
"newtonsoft.json.nuspec"
|
|
]
|
|
},
|
|
"System.Security.AccessControl/4.5.0": {
|
|
"sha512": "vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
|
|
"type": "package",
|
|
"path": "system.security.accesscontrol/4.5.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net46/System.Security.AccessControl.dll",
|
|
"lib/net461/System.Security.AccessControl.dll",
|
|
"lib/netstandard1.3/System.Security.AccessControl.dll",
|
|
"lib/netstandard2.0/System.Security.AccessControl.dll",
|
|
"lib/uap10.0.16299/_._",
|
|
"ref/net46/System.Security.AccessControl.dll",
|
|
"ref/net461/System.Security.AccessControl.dll",
|
|
"ref/net461/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/System.Security.AccessControl.dll",
|
|
"ref/netstandard1.3/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/de/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/es/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/fr/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/it/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/ja/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/ko/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/ru/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml",
|
|
"ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml",
|
|
"ref/netstandard2.0/System.Security.AccessControl.dll",
|
|
"ref/netstandard2.0/System.Security.AccessControl.xml",
|
|
"ref/uap10.0.16299/_._",
|
|
"runtimes/win/lib/net46/System.Security.AccessControl.dll",
|
|
"runtimes/win/lib/net461/System.Security.AccessControl.dll",
|
|
"runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll",
|
|
"runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll",
|
|
"runtimes/win/lib/uap10.0.16299/_._",
|
|
"system.security.accesscontrol.4.5.0.nupkg.sha512",
|
|
"system.security.accesscontrol.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
},
|
|
"System.Security.Principal.Windows/4.5.0": {
|
|
"sha512": "U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
|
|
"type": "package",
|
|
"path": "system.security.principal.windows/4.5.0",
|
|
"files": [
|
|
".nupkg.metadata",
|
|
".signature.p7s",
|
|
"LICENSE.TXT",
|
|
"THIRD-PARTY-NOTICES.TXT",
|
|
"lib/net46/System.Security.Principal.Windows.dll",
|
|
"lib/net461/System.Security.Principal.Windows.dll",
|
|
"lib/netstandard1.3/System.Security.Principal.Windows.dll",
|
|
"lib/netstandard2.0/System.Security.Principal.Windows.dll",
|
|
"lib/uap10.0.16299/_._",
|
|
"ref/net46/System.Security.Principal.Windows.dll",
|
|
"ref/net461/System.Security.Principal.Windows.dll",
|
|
"ref/net461/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/System.Security.Principal.Windows.dll",
|
|
"ref/netstandard1.3/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/de/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/es/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/fr/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/it/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/ja/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/ko/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/ru/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml",
|
|
"ref/netstandard2.0/System.Security.Principal.Windows.dll",
|
|
"ref/netstandard2.0/System.Security.Principal.Windows.xml",
|
|
"ref/uap10.0.16299/_._",
|
|
"runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/net46/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/net461/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll",
|
|
"runtimes/win/lib/uap10.0.16299/_._",
|
|
"system.security.principal.windows.4.5.0.nupkg.sha512",
|
|
"system.security.principal.windows.nuspec",
|
|
"useSharedDesignerContext.txt",
|
|
"version.txt"
|
|
]
|
|
}
|
|
},
|
|
"projectFileDependencyGroups": {
|
|
".NETCoreApp,Version=v3.1": [
|
|
"DiscordRichPresence >= 1.0.175"
|
|
]
|
|
},
|
|
"packageFolders": {
|
|
"C:\\Users\\Thomas\\.nuget\\packages\\": {},
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
|
|
},
|
|
"project": {
|
|
"version": "1.0.0",
|
|
"restore": {
|
|
"projectUniqueName": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncherGUI.csproj",
|
|
"projectName": "ARCHBLOXLauncherGUI",
|
|
"projectPath": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\ARCHBLOXLauncherGUI.csproj",
|
|
"packagesPath": "C:\\Users\\Thomas\\.nuget\\packages\\",
|
|
"outputPath": "C:\\Users\\Thomas\\source\\repos\\ARCHBLOXLauncher1\\obj\\",
|
|
"projectStyle": "PackageReference",
|
|
"fallbackFolders": [
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
],
|
|
"configFilePaths": [
|
|
"C:\\Users\\Thomas\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
|
|
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
|
],
|
|
"originalTargetFrameworks": [
|
|
"netcoreapp3.1"
|
|
],
|
|
"sources": {
|
|
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
|
"https://api.nuget.org/v3/index.json": {}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp3.1": {
|
|
"targetAlias": "netcoreapp3.1",
|
|
"projectReferences": {}
|
|
}
|
|
},
|
|
"warningProperties": {
|
|
"warnAsError": [
|
|
"NU1605"
|
|
]
|
|
}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp3.1": {
|
|
"targetAlias": "netcoreapp3.1",
|
|
"dependencies": {
|
|
"DiscordRichPresence": {
|
|
"target": "Package",
|
|
"version": "[1.0.175, )"
|
|
}
|
|
},
|
|
"imports": [
|
|
"net461",
|
|
"net462",
|
|
"net47",
|
|
"net471",
|
|
"net472",
|
|
"net48"
|
|
],
|
|
"assetTargetFallback": true,
|
|
"warn": true,
|
|
"frameworkReferences": {
|
|
"Microsoft.NETCore.App": {
|
|
"privateAssets": "all"
|
|
},
|
|
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
|
"privateAssets": "none"
|
|
}
|
|
},
|
|
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300\\RuntimeIdentifierGraph.json"
|
|
}
|
|
}
|
|
}
|
|
} |