Files
NightAlert/ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.Tests.net40/config.json

20 lines
646 B
JSON

{
"version":"0.9.23",
"server":{
"port":80,
"ssl_port":443,
"hostname":"testme.quobject.com"
},
"win":{
"powershell":"C:/WINDOWS/System32/WindowsPowerShell/v1.0/powershell.exe",
"msbuild": "C:/Windows/Microsoft.NET/Framework/v4.0.30319/msbuild.exe",
// "xunit_path":"C:/ProgramData/chocolatey/bin",
"xunit_path":"C:/Development/quobject.visualstudio.com/EngineIoClientDotNet/Src/EngineIoClientDotNet.net45/packages/xunit.runner.console.2.0.0/tools/",
"nuget":"C:/ProgramData/chocolatey/bin/NuGet.exe"
},
"linux":{
"msbuild":"xbuild",
"xunit_path":"/home/apollo/vendors/xunit"
}
}