save projects

This commit is contained in:
rafael-aero
2022-03-25 12:12:35 +01:00
parent b7196ff10d
commit 0ffecd5bc7
2 changed files with 1 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ This package contains the API to access the "native" electron API.</Description>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Nito.AsyncEx" Version="5.1.2" />
<PackageReference Include="SocketIOClient" Version="3.0.5" />
<PackageReference Include="SocketIOClient" Version="3.0.6" />
<PackageReference Include="SocketIOClient.Newtonsoft.Json" Version="3.0.0" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
</ItemGroup>

View File

@@ -44,10 +44,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
start.sh = start.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketIOClient", "SocketIOClient\SocketIOClient.csproj", "{C8D750BD-AB6B-4038-94C6-89D37968C817}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketIOClient.Newtonsoft.Json", "SocketIOClient.Newtonsoft.Json\SocketIOClient.Newtonsoft.Json.csproj", "{A77ABFF4-C9AA-4A0A-8422-8614733D2E71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -70,14 +66,6 @@ Global
{B33E9B82-B6B4-4DB0-B6EE-61CC34641518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B33E9B82-B6B4-4DB0-B6EE-61CC34641518}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{B33E9B82-B6B4-4DB0-B6EE-61CC34641518}.Release|Any CPU.Build.0 = Debug|Any CPU
{C8D750BD-AB6B-4038-94C6-89D37968C817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D750BD-AB6B-4038-94C6-89D37968C817}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D750BD-AB6B-4038-94C6-89D37968C817}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D750BD-AB6B-4038-94C6-89D37968C817}.Release|Any CPU.Build.0 = Release|Any CPU
{A77ABFF4-C9AA-4A0A-8422-8614733D2E71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A77ABFF4-C9AA-4A0A-8422-8614733D2E71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A77ABFF4-C9AA-4A0A-8422-8614733D2E71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A77ABFF4-C9AA-4A0A-8422-8614733D2E71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE