last changes
This commit is contained in:
parent
cda7524898
commit
7d3e8a70c4
@ -11,7 +11,7 @@ public class ClientWebSocketHandler: IDisposable
|
||||
public delegate void ClientWebSocketReceiveMessage(string message);
|
||||
public event ClientWebSocketReceiveMessage? OnReceiveMessage;
|
||||
|
||||
private readonly Uri _uri = new Uri("ws://217.114.2.102:8088/reviews");
|
||||
private readonly Uri _uri = new Uri("ws://localhost:5143/chat");
|
||||
private ClientWebSocket _webSocket = new ();
|
||||
|
||||
public ClientWebSocketHandler()
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("AvaloniaChatV2")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2a68bf06307b8fb47c7538d3e5ae2e9a5b974032")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cda7524898d591dbb57588609997d28fd1d8ad58")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AvaloniaChatV2")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AvaloniaChatV2")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
74ae42220328a85f4d8a0cf41ccaa19b8a97ce9b9b94e2667d04a231bcb7e7c7
|
||||
87b20104508aedd0a6cb31633c4f5e5231036e010ad1582573a994bf033885cf
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -21,7 +21,7 @@ public class WebSocketChatController: ControllerBase
|
||||
}
|
||||
}
|
||||
|
||||
public async Task ResendMessages(WebSocket senderWebSocket)
|
||||
private async Task ResendMessages(WebSocket senderWebSocket)
|
||||
{
|
||||
while (senderWebSocket.State == WebSocketState.Open)
|
||||
{
|
||||
|
BIN
WebSocketsChatApi/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll
Executable file
BIN
WebSocketsChatApi/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll
Executable file
Binary file not shown.
BIN
WebSocketsChatApi/bin/Debug/net8.0/Microsoft.OpenApi.dll
Executable file
BIN
WebSocketsChatApi/bin/Debug/net8.0/Microsoft.OpenApi.dll
Executable file
Binary file not shown.
BIN
WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
Executable file
BIN
WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
Executable file
Binary file not shown.
BIN
WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
Executable file
BIN
WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
Executable file
Binary file not shown.
BIN
WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
Executable file
BIN
WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
Executable file
Binary file not shown.
BIN
WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi
Executable file
BIN
WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi
Executable file
Binary file not shown.
134
WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.deps.json
Normal file
134
WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.deps.json
Normal file
@ -0,0 +1,134 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"WebSocketsChatApi/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.OpenApi": "8.0.10",
|
||||
"Swashbuckle.AspNetCore": "6.6.2"
|
||||
},
|
||||
"runtime": {
|
||||
"WebSocketsChatApi.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi/8.0.10": {
|
||||
"dependencies": {
|
||||
"Microsoft.OpenApi": "1.6.14"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.AspNetCore.OpenApi.dll": {
|
||||
"assemblyVersion": "8.0.10.0",
|
||||
"fileVersion": "8.0.1024.46804"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.Extensions.ApiDescription.Server/6.0.5": {},
|
||||
"Microsoft.OpenApi/1.6.14": {
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.OpenApi.dll": {
|
||||
"assemblyVersion": "1.6.14.0",
|
||||
"fileVersion": "1.6.14.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore/6.6.2": {
|
||||
"dependencies": {
|
||||
"Microsoft.Extensions.ApiDescription.Server": "6.0.5",
|
||||
"Swashbuckle.AspNetCore.Swagger": "6.6.2",
|
||||
"Swashbuckle.AspNetCore.SwaggerGen": "6.6.2",
|
||||
"Swashbuckle.AspNetCore.SwaggerUI": "6.6.2"
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore.Swagger/6.6.2": {
|
||||
"dependencies": {
|
||||
"Microsoft.OpenApi": "1.6.14"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.Swagger.dll": {
|
||||
"assemblyVersion": "6.6.2.0",
|
||||
"fileVersion": "6.6.2.401"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerGen/6.6.2": {
|
||||
"dependencies": {
|
||||
"Swashbuckle.AspNetCore.Swagger": "6.6.2"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {
|
||||
"assemblyVersion": "6.6.2.0",
|
||||
"fileVersion": "6.6.2.401"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerUI/6.6.2": {
|
||||
"runtime": {
|
||||
"lib/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {
|
||||
"assemblyVersion": "6.6.2.0",
|
||||
"fileVersion": "6.6.2.401"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"WebSocketsChatApi/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.AspNetCore.OpenApi/8.0.10": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-kzYiW/IbSN0xittjplA8eN1wrNcRi3DMalYRrEuF2xyf2Y5u7cGCfgN1oNZ+g3aBQzMKTQwYsY1PeNmC+P0WnA==",
|
||||
"path": "microsoft.aspnetcore.openapi/8.0.10",
|
||||
"hashPath": "microsoft.aspnetcore.openapi.8.0.10.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.Extensions.ApiDescription.Server/6.0.5": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==",
|
||||
"path": "microsoft.extensions.apidescription.server/6.0.5",
|
||||
"hashPath": "microsoft.extensions.apidescription.server.6.0.5.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.OpenApi/1.6.14": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-tTaBT8qjk3xINfESyOPE2rIellPvB7qpVqiWiyA/lACVvz+xOGiXhFUfohcx82NLbi5avzLW0lx+s6oAqQijfw==",
|
||||
"path": "microsoft.openapi/1.6.14",
|
||||
"hashPath": "microsoft.openapi.1.6.14.nupkg.sha512"
|
||||
},
|
||||
"Swashbuckle.AspNetCore/6.6.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-+NB4UYVYN6AhDSjW0IJAd1AGD8V33gemFNLPaxKTtPkHB+HaKAKf9MGAEUPivEWvqeQfcKIw8lJaHq6LHljRuw==",
|
||||
"path": "swashbuckle.aspnetcore/6.6.2",
|
||||
"hashPath": "swashbuckle.aspnetcore.6.6.2.nupkg.sha512"
|
||||
},
|
||||
"Swashbuckle.AspNetCore.Swagger/6.6.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-ovgPTSYX83UrQUWiS5vzDcJ8TEX1MAxBgDFMK45rC24MorHEPQlZAHlaXj/yth4Zf6xcktpUgTEBvffRQVwDKA==",
|
||||
"path": "swashbuckle.aspnetcore.swagger/6.6.2",
|
||||
"hashPath": "swashbuckle.aspnetcore.swagger.6.6.2.nupkg.sha512"
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerGen/6.6.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-zv4ikn4AT1VYuOsDCpktLq4QDq08e7Utzbir86M5/ZkRaLXbCPF11E1/vTmOiDzRTl0zTZINQU2qLKwTcHgfrA==",
|
||||
"path": "swashbuckle.aspnetcore.swaggergen/6.6.2",
|
||||
"hashPath": "swashbuckle.aspnetcore.swaggergen.6.6.2.nupkg.sha512"
|
||||
},
|
||||
"Swashbuckle.AspNetCore.SwaggerUI/6.6.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-mBBb+/8Hm2Q3Wygag+hu2jj69tZW5psuv0vMRXY07Wy+Rrj40vRP8ZTbKBhs91r45/HXT4aY4z0iSBYx1h6JvA==",
|
||||
"path": "swashbuckle.aspnetcore.swaggerui/6.6.2",
|
||||
"hashPath": "swashbuckle.aspnetcore.swaggerui.6.6.2.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
BIN
WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.dll
Normal file
BIN
WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.dll
Normal file
Binary file not shown.
BIN
WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.pdb
Normal file
BIN
WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.pdb
Normal file
Binary file not shown.
@ -0,0 +1,19 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
9
WebSocketsChatApi/bin/Debug/net8.0/appsettings.json
Normal file
9
WebSocketsChatApi/bin/Debug/net8.0/appsettings.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
@ -13,7 +13,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("WebSocketsChatApi")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cd3ee5cb4b41fb119b62f7dbfc51af46cb59e6b9")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cda7524898d591dbb57588609997d28fd1d8ad58")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("WebSocketsChatApi")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("WebSocketsChatApi")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
@ -1 +1 @@
|
||||
9efadd4e6e66cde2dd1f8c42ffefecaeb4f2a53ed63979af986b14e4137c0231
|
||||
65a06e73cb2f83c8c7d69845126fb994485770171a1c639a426d6739281f9360
|
||||
|
@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")]
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
c3f5011dc0a5c85da11db1bdbe5cc12be93395767b538d48441199e5188bebde
|
@ -0,0 +1,33 @@
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/appsettings.Development.json
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/appsettings.json
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.deps.json
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.runtimeconfig.json
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.dll
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/WebSocketsChatApi.pdb
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.AspNetCore.OpenApi.dll
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Microsoft.OpenApi.dll
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.Swagger.dll
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/bin/Debug/net8.0/Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.AssemblyReference.cache
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfoInputs.cache
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.AssemblyInfo.cs
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.csproj.CoreCompileInputs.cache
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.MvcApplicationPartsAssemblyInfo.cs
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.MvcApplicationPartsAssemblyInfo.cache
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets.build.json
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets.development.json
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.WebSocketsChatApi.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.build.WebSocketsChatApi.props
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildMultiTargeting.WebSocketsChatApi.props
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets/msbuild.buildTransitive.WebSocketsChatApi.props
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/staticwebassets.pack.json
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/scopedcss/bundle/WebSocketsChatApi.styles.css
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocke.5C57AE2B.Up2Date
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.dll
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/refint/WebSocketsChatApi.dll
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.pdb
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.genruntimeconfig.cache
|
||||
/home/laptop/RiderProjects/AvaloniaChatV2/WebSocketsChatApi/obj/Debug/net8.0/ref/WebSocketsChatApi.dll
|
BIN
WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.dll
Normal file
BIN
WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.dll
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
71cd6e3924196420a0fe19220c9d55fb7db46c3ca62601e1cbc6afc651006c13
|
BIN
WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.pdb
Normal file
BIN
WebSocketsChatApi/obj/Debug/net8.0/WebSocketsChatApi.pdb
Normal file
Binary file not shown.
BIN
WebSocketsChatApi/obj/Debug/net8.0/apphost
Executable file
BIN
WebSocketsChatApi/obj/Debug/net8.0/apphost
Executable file
Binary file not shown.
BIN
WebSocketsChatApi/obj/Debug/net8.0/ref/WebSocketsChatApi.dll
Normal file
BIN
WebSocketsChatApi/obj/Debug/net8.0/ref/WebSocketsChatApi.dll
Normal file
Binary file not shown.
BIN
WebSocketsChatApi/obj/Debug/net8.0/refint/WebSocketsChatApi.dll
Normal file
BIN
WebSocketsChatApi/obj/Debug/net8.0/refint/WebSocketsChatApi.dll
Normal file
Binary file not shown.
@ -0,0 +1,11 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "jeJR5hRhnPo1Cr/VWbk8szXQi667xTvM+jP+5kh2tWA=",
|
||||
"Source": "WebSocketsChatApi",
|
||||
"BasePath": "_content/WebSocketsChatApi",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Build",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [],
|
||||
"Assets": []
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="../build/WebSocketsChatApi.props" />
|
||||
</Project>
|
@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="../buildMultiTargeting/WebSocketsChatApi.props" />
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user