Added NightAlert project for travel kit

This commit is contained in:
2021-06-10 14:39:06 -04:00
commit d38d9e3b7e
308 changed files with 35922 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SocketIoClientDotNet")]
[assembly: AssemblyDescription("Socket.IO Client Library for .Net")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Quobject Software")]
[assembly: AssemblyProduct("SocketIoClientDotNet")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("a95e75cd-35e6-4e88-9e22-631e3fd01546")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("@VERSION@")]
[assembly: AssemblyFileVersion("@VERSION@")]

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SocketIoClientDotNet</id>
<version>@VERSION@-beta1</version>
<title>SocketIoClientDotNet</title>
<authors>Matthias Ludwig</authors>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<dependencies>
<group targetFramework="netcore45">
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
<group targetFramework="portable-wpa81+wp81">
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
<group targetFramework="net35">
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="System.Threading.Tasks.Unofficial" version="3.1.0" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
<group targetFramework="net40">
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
<group targetFramework="net45">
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
<group targetFramework="windowsphone8">
<dependency id="WebSocket4Net" version="0.12" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
<group targetFramework="monoandroid10">
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
<group targetFramework="xamarinios10">
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
<group targetFramework="Xamarin.Mac20">
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
<group targetFramework="monotouch10">
<dependency id="WebSocket4Net" version="0.14.1" />
<dependency id="Newtonsoft.Json" version="8.0.1" />
<dependency id="EngineIoClientDotNet" version="0.9.22" />
</group>
</dependencies>
<projectUrl>https://github.com/Quobject/SocketIoClientDotNet/</projectUrl>
<description>This is the Socket.IO Client Library for .NET.</description>
<summary>This library supports all of the features the JS client does, including events, options and upgrading transport. SocketIoClientDotNet has a similar api to those of the JavaScript client.</summary>
<tags>socket.io.client</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Web" targetFramework="net45" />
</frameworkAssemblies>
</metadata>
</package>

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SocketIoClientDotNet</id>
<version>@VERSION@</version>
<title>SocketIoClientDotNet</title>
<authors>Matthias Ludwig</authors>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<dependencies>
<group targetFramework="net35">
<dependency id="WebSocket4Net" version="0.15.1" />
<dependency id="SuperSocket.ClientEngine.Core" version="0.9.0" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="System.Threading.Tasks.Unofficial" version="3.1.0" />
<dependency id="EngineIoClientDotNet" version="1.0.5" />
</group>
<group targetFramework="net40">
<dependency id="WebSocket4Net" version="0.15.1" />
<dependency id="SuperSocket.ClientEngine.Core" version="0.9.0" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="EngineIoClientDotNet" version="1.0.5" />
</group>
<group targetFramework="net45">
<dependency id="WebSocket4Net" version="0.15.1" />
<dependency id="SuperSocket.ClientEngine.Core" version="0.9.0" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="EngineIoClientDotNet" version="1.0.5" />
<dependency id="System.Collections.Immutable" version="1.4.0" />
</group>
<group targetFramework="netstandard1.3">
<dependency id="WebSocket4Net" version="0.15.1" />
<dependency id="SuperSocket.ClientEngine.Core" version="0.9.0" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="EngineIoClientDotNet" version="1.0.5" />
<dependency id="System.Collections.Immutable" version="1.4.0" />
</group>
</dependencies>
<projectUrl>https://github.com/Quobject/SocketIoClientDotNet/</projectUrl>
<description>This is the Socket.IO Client Library for .NET.</description>
<summary>This library supports all of the features the JS client does, including events, options and upgrading transport. SocketIoClientDotNet has a similar api to those of the JavaScript client.</summary>
<tags>socket.io.client</tags>
</metadata>
</package>

View File

@@ -0,0 +1,54 @@
%YAML 1.2
---
#info
name: Socket.IO Client .NET
id: SocketIoClientDotNet
publisher: Matthias Ludwig
publisher-url: https://github.com/Quobject/SocketIoClientDotNet/
summary: This is the Socket.IO Client Library for .NET.
version: @VERSION@
src-url: https://github.com/Quobject/SocketIoClientDotNet
# docs
details: ../../DETAILS.md
license: ../../LICENSE.md
getting-started: ../../DETAILS.md
icons:
- ../../pics/socketio_128x128.png
- ../../pics/socketio_512x512.png
# assemblies
is_shell: true
no_build: true
# NuGets used by new versions of XS and VS
packages:
android:
- SocketIoClientDotNet, Version=@VERSION@
local-nuget-repo: ../NuGet/
# libraries used for old versions of XS
libraries:
android: ../NuGet/lib/monoandroid10/SocketIoClientDotNet.dll
ios: ../NuGet/lib/xamarinios10/SocketIoClientDotNet.dll
ios-unified: ../NuGet/lib/monotouch10/SocketIoClientDotNet.dll
winphone-8.0: ../NuGet/lib/windowsphone8/SocketIoClientDotNet.dll
winphone-8.1: ../NuGet/lib/portable-wpa81+wp81/SocketIoClientDotNet.dll
win8: ../NuGet/lib/netcore45/SocketIoClientDotNet.dll
# samples
samples:
- name: Android Sample
path: ../../Src/SocketIoClientDotNet.Sample.Xamarin-Android/SocketIoClientDotNet.Sample.Xamarin-Android.sln
removeProjects:
- SocketIoClientDotNet.Xamarin-Android
installNuGets:
- project: SocketIoClientDotNet.Sample.Xamarin-Android
packages:
- SocketIoClientDotNet
- name: iOS Sample
path: ../../Src/SocketIoClientDotNet.Sample.Xamarin-iOS/SocketIoClientDotNet.Sample.Xamarin-iOS.sln
removeProjects:
- SocketIoClientDotNet.Xamarin-iOS
installNuGets:
- project: SocketIoClientDotNet.Sample.Xamarin-iOS
packages:
- SocketIoClientDotNet