Added the files for the MLAPI Relay Server

- This version of the server is modified from the other open sourced one
  on GitHub as we ignore the port when attempting to connect.
  Program.cs is modified as such
This commit is contained in:
2022-02-17 14:13:58 -06:00
parent 011ba5cba1
commit 9aa31d9cd7
285 changed files with 14612 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
{
"format": 1,
"restore": {
"C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\MLAPI.Relay.Transports.csproj": {}
},
"projects": {
"C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\MLAPI.Relay.Transports.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\MLAPI.Relay.Transports.csproj",
"projectName": "MLAPI.Relay.Transports",
"projectPath": "C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\MLAPI.Relay.Transports.csproj",
"packagesPath": "C:\\Users\\ButenhoffJulia\\.nuget\\packages\\",
"outputPath": "C:\\Users\\ButenhoffJulia\\OneDrive - University of Wisconsin-Stout\\Desktop\\MLAPI.Relay\\MLAPI.Relay.Transports\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\ButenhoffJulia\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"netcoreapp2.2"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"netcoreapp2.2": {
"targetAlias": "netcoreapp2.2",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
}
},
"frameworks": {
"netcoreapp2.2": {
"targetAlias": "netcoreapp2.2",
"dependencies": {
"Microsoft.NETCore.App": {
"suppressParent": "All",
"target": "Package",
"version": "[2.2.8, )",
"autoReferenced": true
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.404\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"linux-x64": {
"#import": []
}
}
}
}
}