Added NightAlert project for travel kit
This commit is contained in:
19
ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.Tests.net40/config.json
vendored
Normal file
19
ThirdParty/EngineIoClientDotNet/Src/EngineIoClientDotNet.Tests.net40/config.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user