diff --git a/.vs/Bowling/FileContentIndex/01d3d660-139e-451b-9dee-bdb99d4a69f0.vsidx b/.vs/Bowling/FileContentIndex/01d3d660-139e-451b-9dee-bdb99d4a69f0.vsidx new file mode 100644 index 0000000..5594b6a Binary files /dev/null and b/.vs/Bowling/FileContentIndex/01d3d660-139e-451b-9dee-bdb99d4a69f0.vsidx differ diff --git a/.vs/Bowling/FileContentIndex/cb2a1801-7745-4d62-9d33-95e184b926f4.vsidx b/.vs/Bowling/FileContentIndex/cb2a1801-7745-4d62-9d33-95e184b926f4.vsidx new file mode 100644 index 0000000..49bda00 Binary files /dev/null and b/.vs/Bowling/FileContentIndex/cb2a1801-7745-4d62-9d33-95e184b926f4.vsidx differ diff --git a/.vs/Bowling/FileContentIndex/read.lock b/.vs/Bowling/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/Bowling/v17/.suo b/.vs/Bowling/v17/.suo new file mode 100644 index 0000000..a54486f Binary files /dev/null and b/.vs/Bowling/v17/.suo differ diff --git a/Bowling.sln b/Bowling.sln index eea2845..ad73efd 100644 --- a/Bowling.sln +++ b/Bowling.sln @@ -7,7 +7,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bowling", "Bowling\Bowling. EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bowling_Server", "Bowling_Server\Bowling_Server.csproj", "{801C5FBA-4AA1-4A00-A1B2-386D3352B9F8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetLib", "BowlingNetLib\NetLib.csproj", "{8F4FCE29-064E-45E4-AF43-87F31420EF2F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetLib", "BowlingNetLib\NetLib.csproj", "{8F4FCE29-064E-45E4-AF43-87F31420EF2F}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serializer", "Serializer\Serializer.csproj", "{37BE0268-E042-4FCD-973E-0BB9767F1768}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -27,6 +29,10 @@ Global {8F4FCE29-064E-45E4-AF43-87F31420EF2F}.Debug|Any CPU.Build.0 = Debug|Any CPU {8F4FCE29-064E-45E4-AF43-87F31420EF2F}.Release|Any CPU.ActiveCfg = Release|Any CPU {8F4FCE29-064E-45E4-AF43-87F31420EF2F}.Release|Any CPU.Build.0 = Release|Any CPU + {37BE0268-E042-4FCD-973E-0BB9767F1768}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {37BE0268-E042-4FCD-973E-0BB9767F1768}.Debug|Any CPU.Build.0 = Debug|Any CPU + {37BE0268-E042-4FCD-973E-0BB9767F1768}.Release|Any CPU.ActiveCfg = Release|Any CPU + {37BE0268-E042-4FCD-973E-0BB9767F1768}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Bowling/Classes/Player.cs b/Bowling/Classes/Player.cs index 86b9bab..75d77e2 100644 --- a/Bowling/Classes/Player.cs +++ b/Bowling/Classes/Player.cs @@ -8,6 +8,7 @@ using NetLib; namespace Bowling.Classes { + [Serializable] internal class Player { [JsonProperty("name")] @@ -22,7 +23,7 @@ namespace Bowling.Classes this.name = name; score = new List(); } - + public string Serialize() { return JsonConvert.SerializeObject(this); diff --git a/Bowling/Content/obj/Windows/Content/.mgcontent b/Bowling/Content/obj/Windows/Content/.mgcontent index ddaace0..b0b6f5b 100644 --- a/Bowling/Content/obj/Windows/Content/.mgcontent +++ b/Bowling/Content/obj/Windows/Content/.mgcontent @@ -4,11 +4,11 @@ Windows - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/arrow.png - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/ball.png - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/gameFont.spritefont - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/keggle.png - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/logo.png + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/arrow.png + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/ball.png + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/gameFont.spritefont + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/keggle.png + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/logo.png diff --git a/Bowling/Content/obj/Windows/Content/arrow.mgcontent b/Bowling/Content/obj/Windows/Content/arrow.mgcontent index b55d319..2301cbe 100644 --- a/Bowling/Content/obj/Windows/Content/arrow.mgcontent +++ b/Bowling/Content/obj/Windows/Content/arrow.mgcontent @@ -1,9 +1,9 @@ - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/arrow.png + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/arrow.png 2022-04-23T00:23:58+03:00 - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/bin/Windows/Content/arrow.xnb - 2022-04-23T01:19:27.9631539+03:00 + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/bin/Windows/Content/arrow.xnb + 2022-04-23T14:37:53.6060668+03:00 TextureImporter 2020-08-10T16:17:54+03:00 TextureProcessor diff --git a/Bowling/Content/obj/Windows/Content/ball.mgcontent b/Bowling/Content/obj/Windows/Content/ball.mgcontent index 8904d70..940ae5c 100644 --- a/Bowling/Content/obj/Windows/Content/ball.mgcontent +++ b/Bowling/Content/obj/Windows/Content/ball.mgcontent @@ -1,9 +1,9 @@ - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/ball.png + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/ball.png 2021-05-04T12:20:30+03:00 - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/bin/Windows/Content/ball.xnb - 2022-04-23T01:20:42.972247+03:00 + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/bin/Windows/Content/ball.xnb + 2022-04-23T14:37:53.6352774+03:00 TextureImporter 2020-08-10T16:17:54+03:00 TextureProcessor diff --git a/Bowling/Content/obj/Windows/Content/gameFont.mgcontent b/Bowling/Content/obj/Windows/Content/gameFont.mgcontent index 92cf652..89ea372 100644 --- a/Bowling/Content/obj/Windows/Content/gameFont.mgcontent +++ b/Bowling/Content/obj/Windows/Content/gameFont.mgcontent @@ -1,9 +1,9 @@ - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/gameFont.spritefont + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/gameFont.spritefont 2011-04-01T09:42:38+04:00 - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/bin/Windows/Content/gameFont.xnb - 2022-04-23T11:19:22.8024961+03:00 + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/bin/Windows/Content/gameFont.xnb + 2022-04-23T14:37:53.9252301+03:00 FontDescriptionImporter 2020-08-10T16:17:54+03:00 FontDescriptionProcessor diff --git a/Bowling/Content/obj/Windows/Content/keggle.mgcontent b/Bowling/Content/obj/Windows/Content/keggle.mgcontent index d8f12cd..4ec6709 100644 --- a/Bowling/Content/obj/Windows/Content/keggle.mgcontent +++ b/Bowling/Content/obj/Windows/Content/keggle.mgcontent @@ -1,9 +1,9 @@ - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/keggle.png + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/keggle.png 2022-04-23T00:12:43.2915834+03:00 - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/bin/Windows/Content/keggle.xnb - 2022-04-23T00:13:13.414141+03:00 + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/bin/Windows/Content/keggle.xnb + 2022-04-23T14:37:54.0070101+03:00 TextureImporter 2020-08-10T16:17:54+03:00 TextureProcessor diff --git a/Bowling/Content/obj/Windows/Content/logo.mgcontent b/Bowling/Content/obj/Windows/Content/logo.mgcontent index 7b1c914..84e4b73 100644 --- a/Bowling/Content/obj/Windows/Content/logo.mgcontent +++ b/Bowling/Content/obj/Windows/Content/logo.mgcontent @@ -1,9 +1,9 @@ - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/logo.png + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/logo.png 2022-04-23T11:30:44.0139383+03:00 - C:/Users/Semejkin_AV/source/repos/Bowling/Bowling/Content/bin/Windows/Content/logo.xnb - 2022-04-23T11:30:50.4419638+03:00 + C:/Users/Semejkin_AV/Documents/Github_repos/ProgtimeHack2022_Bowling/Bowling/Content/bin/Windows/Content/logo.xnb + 2022-04-23T14:37:54.0600936+03:00 TextureImporter 2020-08-10T16:17:54+03:00 TextureProcessor diff --git a/Bowling/Game1.cs b/Bowling/Game1.cs index 42f762a..4ab1a80 100644 --- a/Bowling/Game1.cs +++ b/Bowling/Game1.cs @@ -105,6 +105,7 @@ namespace Bowling NetLib.NetLib.port = connect.Port; NetLib.NetLib.Connect(); NetLib.NetLib.Send(player.Serialize()); + System.Console.WriteLine(NetLib.NetLib.Receive()); } else { gameState = GameState.Exit; } break; diff --git a/Bowling/bin/Debug/netcoreapp3.1/Bowling.dll b/Bowling/bin/Debug/netcoreapp3.1/Bowling.dll index 99fb392..7301553 100644 Binary files a/Bowling/bin/Debug/netcoreapp3.1/Bowling.dll and b/Bowling/bin/Debug/netcoreapp3.1/Bowling.dll differ diff --git a/Bowling/bin/Debug/netcoreapp3.1/Bowling.pdb b/Bowling/bin/Debug/netcoreapp3.1/Bowling.pdb index 68537a2..2d781ee 100644 Binary files a/Bowling/bin/Debug/netcoreapp3.1/Bowling.pdb and b/Bowling/bin/Debug/netcoreapp3.1/Bowling.pdb differ diff --git a/Bowling/bin/Debug/netcoreapp3.1/NetLib.dll b/Bowling/bin/Debug/netcoreapp3.1/NetLib.dll index 98ebaf6..22c7701 100644 Binary files a/Bowling/bin/Debug/netcoreapp3.1/NetLib.dll and b/Bowling/bin/Debug/netcoreapp3.1/NetLib.dll differ diff --git a/Bowling/bin/Debug/netcoreapp3.1/NetLib.pdb b/Bowling/bin/Debug/netcoreapp3.1/NetLib.pdb index d239d77..360102d 100644 Binary files a/Bowling/bin/Debug/netcoreapp3.1/NetLib.pdb and b/Bowling/bin/Debug/netcoreapp3.1/NetLib.pdb differ diff --git a/Bowling/obj/Bowling.csproj.nuget.dgspec.json b/Bowling/obj/Bowling.csproj.nuget.dgspec.json index 8e1546b..13e6cd4 100644 --- a/Bowling/obj/Bowling.csproj.nuget.dgspec.json +++ b/Bowling/obj/Bowling.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling\\Bowling.csproj": {} + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling\\Bowling.csproj": {} }, "projects": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj": { + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj", + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj", "projectName": "NetLib", - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj", "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\obj\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -64,14 +64,14 @@ } } }, - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling\\Bowling.csproj": { + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling\\Bowling.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling\\Bowling.csproj", + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling\\Bowling.csproj", "projectName": "Bowling", - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling\\Bowling.csproj", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling\\Bowling.csproj", "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling\\obj\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -88,8 +88,8 @@ "netcoreapp3.1": { "targetAlias": "netcoreapp3.1", "projectReferences": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj": { - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj" + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj": { + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj" } } } diff --git a/Bowling/obj/Debug/netcoreapp3.1/Bowling.GeneratedMSBuildEditorConfig.editorconfig b/Bowling/obj/Debug/netcoreapp3.1/Bowling.GeneratedMSBuildEditorConfig.editorconfig index 95931a3..e2714a3 100644 --- a/Bowling/obj/Debug/netcoreapp3.1/Bowling.GeneratedMSBuildEditorConfig.editorconfig +++ b/Bowling/obj/Debug/netcoreapp3.1/Bowling.GeneratedMSBuildEditorConfig.editorconfig @@ -6,4 +6,4 @@ build_property.ApplicationHighDpiMode = build_property.ApplicationUseCompatibleTextRendering = build_property.ApplicationVisualStyles = build_property.RootNamespace = Bowling -build_property.ProjectDir = C:\Users\Semejkin_AV\source\repos\Bowling\Bowling\ +build_property.ProjectDir = C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\ diff --git a/Bowling/obj/Debug/netcoreapp3.1/Bowling.assets.cache b/Bowling/obj/Debug/netcoreapp3.1/Bowling.assets.cache index b9c9f55..2ce23b8 100644 Binary files a/Bowling/obj/Debug/netcoreapp3.1/Bowling.assets.cache and b/Bowling/obj/Debug/netcoreapp3.1/Bowling.assets.cache differ diff --git a/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.AssemblyReference.cache b/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.AssemblyReference.cache index 91f3992..e5b950b 100644 Binary files a/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.AssemblyReference.cache and b/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.AssemblyReference.cache differ diff --git a/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.CoreCompileInputs.cache b/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.CoreCompileInputs.cache index 80106c0..895a12b 100644 --- a/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.CoreCompileInputs.cache +++ b/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -2741def5807c512e133355de92f09d1cb61254c1 +dae4b27be8ea9f7095c2239ef3599b7d9ec79e0c diff --git a/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.FileListAbsolute.txt b/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.FileListAbsolute.txt index 7d37b0c..6eeed7d 100644 --- a/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.FileListAbsolute.txt +++ b/Bowling/obj/Debug/netcoreapp3.1/Bowling.csproj.FileListAbsolute.txt @@ -45,3 +45,50 @@ C:\Users\Semejkin_AV\source\repos\Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowlin C:\Users\Semejkin_AV\source\repos\Bowling\Bowling\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll C:\Users\Semejkin_AV\source\repos\Bowling\Bowling\bin\Debug\netcoreapp3.1\NetLib.dll C:\Users\Semejkin_AV\source\repos\Bowling\Bowling\bin\Debug\netcoreapp3.1\NetLib.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Content\arrow.xnb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Content\ball.xnb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Content\gameFont.xnb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Content\keggle.xnb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Content\logo.xnb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Bowling.exe +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Bowling.deps.json +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Bowling.runtimeconfig.json +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Bowling.runtimeconfig.dev.json +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Bowling.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Bowling.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Microsoft.VisualBasic.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\MonoGame.Framework.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\SharpDX.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\SharpDX.Direct2D1.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\SharpDX.Direct3D11.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\SharpDX.Direct3D9.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\SharpDX.DXGI.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\SharpDX.Mathematics.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\SharpDX.MediaFoundation.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\SharpDX.XAudio2.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\SharpDX.XInput.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\runtimes\debian-x64\native\libuv.so +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\runtimes\osx\native\libuv.dylib +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\NetLib.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\bin\Debug\netcoreapp3.1\NetLib.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.csproj.AssemblyReference.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.Connect.resources +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.csproj.GenerateResource.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.AssemblyInfoInputs.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.AssemblyInfo.cs +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.csproj.CoreCompileInputs.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.csproj.CopyComplete +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling\obj\Debug\netcoreapp3.1\Bowling.genruntimeconfig.cache diff --git a/Bowling/obj/Debug/netcoreapp3.1/Bowling.dll b/Bowling/obj/Debug/netcoreapp3.1/Bowling.dll index 99fb392..7301553 100644 Binary files a/Bowling/obj/Debug/netcoreapp3.1/Bowling.dll and b/Bowling/obj/Debug/netcoreapp3.1/Bowling.dll differ diff --git a/Bowling/obj/Debug/netcoreapp3.1/Bowling.genruntimeconfig.cache b/Bowling/obj/Debug/netcoreapp3.1/Bowling.genruntimeconfig.cache index 20bd8ac..2ba4d15 100644 --- a/Bowling/obj/Debug/netcoreapp3.1/Bowling.genruntimeconfig.cache +++ b/Bowling/obj/Debug/netcoreapp3.1/Bowling.genruntimeconfig.cache @@ -1 +1 @@ -d8f130abdd86115fdd230f20d83cb7d57e0f0b52 +a432b769b6058693c28edb96b2adee2d4f085082 diff --git a/Bowling/obj/Debug/netcoreapp3.1/Bowling.pdb b/Bowling/obj/Debug/netcoreapp3.1/Bowling.pdb index 68537a2..2d781ee 100644 Binary files a/Bowling/obj/Debug/netcoreapp3.1/Bowling.pdb and b/Bowling/obj/Debug/netcoreapp3.1/Bowling.pdb differ diff --git a/Bowling/obj/project.assets.json b/Bowling/obj/project.assets.json index 0feedc7..7d0fcbb 100644 --- a/Bowling/obj/project.assets.json +++ b/Bowling/obj/project.assets.json @@ -7441,11 +7441,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling\\Bowling.csproj", + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling\\Bowling.csproj", "projectName": "Bowling", - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling\\Bowling.csproj", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling\\Bowling.csproj", "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling\\obj\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -7462,8 +7462,8 @@ "netcoreapp3.1": { "targetAlias": "netcoreapp3.1", "projectReferences": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj": { - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj" + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj": { + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj" } } } diff --git a/Bowling/obj/project.nuget.cache b/Bowling/obj/project.nuget.cache index 71ef97b..32e2f45 100644 --- a/Bowling/obj/project.nuget.cache +++ b/Bowling/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "3koAx57pqT6amCrjG9aTOKsfpwKuWVV9FjEZWz5WUyCMyWhZKoLvZPZ9nY3OdOP+VVYQsZSmfZahSYQu5Bgv/A==", + "dgSpecHash": "2bg7gzIa3zKLg9poi99a0ETJb0CiV69daH/VrmGZxD/dIt4koHt8PU2WyunLoDx9b/izWuN40bWpeOFqFhd6rA==", "success": true, - "projectFilePath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling\\Bowling.csproj", + "projectFilePath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling\\Bowling.csproj", "expectedPackageFiles": [ "C:\\Users\\Semejkin_AV\\.nuget\\packages\\libuv\\1.9.1\\libuv.1.9.1.nupkg.sha512", "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\1.1.0\\microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512", diff --git a/BowlingNetLib/bin/Debug/netcoreapp3.1/NetLib.dll b/BowlingNetLib/bin/Debug/netcoreapp3.1/NetLib.dll index 98ebaf6..22c7701 100644 Binary files a/BowlingNetLib/bin/Debug/netcoreapp3.1/NetLib.dll and b/BowlingNetLib/bin/Debug/netcoreapp3.1/NetLib.dll differ diff --git a/BowlingNetLib/bin/Debug/netcoreapp3.1/NetLib.pdb b/BowlingNetLib/bin/Debug/netcoreapp3.1/NetLib.pdb index d239d77..360102d 100644 Binary files a/BowlingNetLib/bin/Debug/netcoreapp3.1/NetLib.pdb and b/BowlingNetLib/bin/Debug/netcoreapp3.1/NetLib.pdb differ diff --git a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.GeneratedMSBuildEditorConfig.editorconfig b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.GeneratedMSBuildEditorConfig.editorconfig index d8fe23c..9f6faef 100644 --- a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.GeneratedMSBuildEditorConfig.editorconfig +++ b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.GeneratedMSBuildEditorConfig.editorconfig @@ -1,3 +1,3 @@ is_global = true build_property.RootNamespace = NetLib -build_property.ProjectDir = C:\Users\Semejkin_AV\source\repos\Bowling\BowlingNetLib\ +build_property.ProjectDir = C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\ diff --git a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.assets.cache b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.assets.cache index dad4bb1..39b391e 100644 Binary files a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.assets.cache and b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.assets.cache differ diff --git a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.csproj.FileListAbsolute.txt b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.csproj.FileListAbsolute.txt index 89eb203..e4d6d61 100644 --- a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.csproj.FileListAbsolute.txt +++ b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.csproj.FileListAbsolute.txt @@ -8,3 +8,13 @@ C:\Users\Semejkin_AV\source\repos\Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\ C:\Users\Semejkin_AV\source\repos\Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.csproj.CoreCompileInputs.cache C:\Users\Semejkin_AV\source\repos\Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.dll C:\Users\Semejkin_AV\source\repos\Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\bin\Debug\netcoreapp3.1\NetLib.deps.json +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\bin\Debug\netcoreapp3.1\NetLib.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\bin\Debug\netcoreapp3.1\NetLib.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.csproj.AssemblyReference.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.AssemblyInfoInputs.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.AssemblyInfo.cs +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.csproj.CoreCompileInputs.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\BowlingNetLib\obj\Debug\netcoreapp3.1\NetLib.pdb diff --git a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.dll b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.dll index 98ebaf6..22c7701 100644 Binary files a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.dll and b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.dll differ diff --git a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.pdb b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.pdb index d239d77..360102d 100644 Binary files a/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.pdb and b/BowlingNetLib/obj/Debug/netcoreapp3.1/NetLib.pdb differ diff --git a/BowlingNetLib/obj/NetLib.csproj.nuget.dgspec.json b/BowlingNetLib/obj/NetLib.csproj.nuget.dgspec.json index da0338d..d7da5da 100644 --- a/BowlingNetLib/obj/NetLib.csproj.nuget.dgspec.json +++ b/BowlingNetLib/obj/NetLib.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj": {} + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj": {} }, "projects": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj": { + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj", + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj", "projectName": "NetLib", - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj", "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\obj\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", diff --git a/BowlingNetLib/obj/project.assets.json b/BowlingNetLib/obj/project.assets.json index d527018..0858222 100644 --- a/BowlingNetLib/obj/project.assets.json +++ b/BowlingNetLib/obj/project.assets.json @@ -53,11 +53,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj", + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj", "projectName": "NetLib", - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj", "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\obj\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", diff --git a/BowlingNetLib/obj/project.nuget.cache b/BowlingNetLib/obj/project.nuget.cache index 2f85686..f950716 100644 --- a/BowlingNetLib/obj/project.nuget.cache +++ b/BowlingNetLib/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "tj6d3GM2KPcBk2NtYs4+n0M9put13cT6anwGPd4IeP8OMFqbOKBJDV1yoNophJgo8EpPUbPjVHO+RxO+sQG+8Q==", + "dgSpecHash": "ODcV+XYjSRps62QvM/G3mlGg5SUpq0fntQIOF2YW3wDnrcZ/VFWwoHCsVzGHq07LBuoCVFV2ERkxSXYym53gog==", "success": true, - "projectFilePath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj", + "projectFilePath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj", "expectedPackageFiles": [ "C:\\Users\\Semejkin_AV\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512" ], diff --git a/Bowling_Server/Classes/Player.cs b/Bowling_Server/Classes/Player.cs index 14f2d9d..fe03125 100644 --- a/Bowling_Server/Classes/Player.cs +++ b/Bowling_Server/Classes/Player.cs @@ -5,6 +5,7 @@ using Newtonsoft.Json; namespace Bowling_Server.Classes { + [Serializable] internal class Player { [JsonProperty("name")] @@ -13,6 +14,7 @@ namespace Bowling_Server.Classes [JsonProperty("score")] public List score { get; set; } + [NonSerialized] public Socket socket; public Player(string name) @@ -24,7 +26,7 @@ namespace Bowling_Server.Classes { } - + public string Serialize() { return JsonConvert.SerializeObject(this); diff --git a/Bowling_Server/Program.cs b/Bowling_Server/Program.cs index bf24e2a..be46911 100644 --- a/Bowling_Server/Program.cs +++ b/Bowling_Server/Program.cs @@ -24,7 +24,7 @@ namespace Bowling_Server { while (true) { - if (players.Count % 2 == 0) + if (players.Count % 2 == 0 && players.Count > 0) { List group = new List(); for (int i = 0; i < 2; i++) @@ -64,15 +64,29 @@ namespace Bowling_Server socket.Bind(ipe); socket.Listen(2); } - public static void Send(string message) + public static void Send(string message, Socket client) { byte[] data = Encoding.ASCII.GetBytes(message); - socket.Send(data); + client.Send(data); + } + static void CastOpponents(List group) + { + foreach (Player player in group) + { + foreach (Player opponent in group) + { + if (opponent != player) + { + Send(opponent.Serialize(), player.socket); + } + } + } } static void StartGame(List group) { - + Console.WriteLine("OK"); + CastOpponents(group); } } } diff --git a/Bowling_Server/bin/Debug/net5.0/Bowling_Server.dll b/Bowling_Server/bin/Debug/net5.0/Bowling_Server.dll index b05e3c5..0c8c42a 100644 Binary files a/Bowling_Server/bin/Debug/net5.0/Bowling_Server.dll and b/Bowling_Server/bin/Debug/net5.0/Bowling_Server.dll differ diff --git a/Bowling_Server/bin/Debug/net5.0/Bowling_Server.pdb b/Bowling_Server/bin/Debug/net5.0/Bowling_Server.pdb index 4a2a666..c284059 100644 Binary files a/Bowling_Server/bin/Debug/net5.0/Bowling_Server.pdb and b/Bowling_Server/bin/Debug/net5.0/Bowling_Server.pdb differ diff --git a/Bowling_Server/bin/Debug/net5.0/NetLib.dll b/Bowling_Server/bin/Debug/net5.0/NetLib.dll index 98ebaf6..22c7701 100644 Binary files a/Bowling_Server/bin/Debug/net5.0/NetLib.dll and b/Bowling_Server/bin/Debug/net5.0/NetLib.dll differ diff --git a/Bowling_Server/bin/Debug/net5.0/NetLib.pdb b/Bowling_Server/bin/Debug/net5.0/NetLib.pdb index d239d77..360102d 100644 Binary files a/Bowling_Server/bin/Debug/net5.0/NetLib.pdb and b/Bowling_Server/bin/Debug/net5.0/NetLib.pdb differ diff --git a/Bowling_Server/obj/Bowling_Server.csproj.nuget.dgspec.json b/Bowling_Server/obj/Bowling_Server.csproj.nuget.dgspec.json index ec79d89..63b1368 100644 --- a/Bowling_Server/obj/Bowling_Server.csproj.nuget.dgspec.json +++ b/Bowling_Server/obj/Bowling_Server.csproj.nuget.dgspec.json @@ -1,17 +1,17 @@ { "format": 1, "restore": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling_Server\\Bowling_Server.csproj": {} + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling_Server\\Bowling_Server.csproj": {} }, "projects": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj": { + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj", + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj", "projectName": "NetLib", - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj", "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\obj\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -64,14 +64,14 @@ } } }, - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling_Server\\Bowling_Server.csproj": { + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling_Server\\Bowling_Server.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling_Server\\Bowling_Server.csproj", + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling_Server\\Bowling_Server.csproj", "projectName": "Bowling_Server", - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling_Server\\Bowling_Server.csproj", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling_Server\\Bowling_Server.csproj", "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling_Server\\obj\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling_Server\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -88,8 +88,8 @@ "net5.0": { "targetAlias": "net5.0", "projectReferences": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj": { - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj" + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj": { + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj" } } } diff --git a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.GeneratedMSBuildEditorConfig.editorconfig b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.GeneratedMSBuildEditorConfig.editorconfig index 2cdc9d5..2d59a3a 100644 --- a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.GeneratedMSBuildEditorConfig.editorconfig +++ b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.GeneratedMSBuildEditorConfig.editorconfig @@ -7,4 +7,4 @@ build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = Bowling_Server -build_property.ProjectDir = C:\Users\Semejkin_AV\source\repos\Bowling\Bowling_Server\ +build_property.ProjectDir = C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\ diff --git a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.assets.cache b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.assets.cache index ae9fa75..81652fc 100644 Binary files a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.assets.cache and b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.assets.cache differ diff --git a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.AssemblyReference.cache b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.AssemblyReference.cache index 8099663..b4172a8 100644 Binary files a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.AssemblyReference.cache and b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.AssemblyReference.cache differ diff --git a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.CoreCompileInputs.cache b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.CoreCompileInputs.cache index 5200e07..7675b4f 100644 --- a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.CoreCompileInputs.cache +++ b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -42f9ac001f3b144287460681444e8d94011bcc19 +0a8a367a1840957abd020535337063de69e80d79 diff --git a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.FileListAbsolute.txt b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.FileListAbsolute.txt index 396758a..8339533 100644 --- a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.FileListAbsolute.txt +++ b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.csproj.FileListAbsolute.txt @@ -18,3 +18,23 @@ C:\Users\Semejkin_AV\source\repos\Bowling\Bowling_Server\bin\Debug\net5.0\Newton C:\Users\Semejkin_AV\source\repos\Bowling\Bowling_Server\bin\Debug\net5.0\NetLib.dll C:\Users\Semejkin_AV\source\repos\Bowling\Bowling_Server\bin\Debug\net5.0\NetLib.pdb C:\Users\Semejkin_AV\source\repos\Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.csproj.CopyComplete +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\bin\Debug\net5.0\Bowling_Server.exe +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\bin\Debug\net5.0\Bowling_Server.deps.json +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\bin\Debug\net5.0\Bowling_Server.runtimeconfig.json +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\bin\Debug\net5.0\Bowling_Server.runtimeconfig.dev.json +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\bin\Debug\net5.0\Bowling_Server.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\bin\Debug\net5.0\Bowling_Server.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\bin\Debug\net5.0\Newtonsoft.Json.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\bin\Debug\net5.0\NetLib.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\bin\Debug\net5.0\NetLib.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.csproj.AssemblyReference.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.AssemblyInfoInputs.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.AssemblyInfo.cs +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.csproj.CoreCompileInputs.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.csproj.CopyComplete +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\refint\Bowling_Server.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\Bowling_Server.genruntimeconfig.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Bowling_Server\obj\Debug\net5.0\ref\Bowling_Server.dll diff --git a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.dll b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.dll index b05e3c5..0c8c42a 100644 Binary files a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.dll and b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.dll differ diff --git a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.genruntimeconfig.cache b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.genruntimeconfig.cache index a02df0f..61dc1ea 100644 --- a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.genruntimeconfig.cache +++ b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.genruntimeconfig.cache @@ -1 +1 @@ -bbce496d358e04f324357b2bd05d0f6038e864da +e073255e46a0fc667f83d70f7f60f7f890c33d21 diff --git a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.pdb b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.pdb index 4a2a666..c284059 100644 Binary files a/Bowling_Server/obj/Debug/net5.0/Bowling_Server.pdb and b/Bowling_Server/obj/Debug/net5.0/Bowling_Server.pdb differ diff --git a/Bowling_Server/obj/Debug/net5.0/ref/Bowling_Server.dll b/Bowling_Server/obj/Debug/net5.0/ref/Bowling_Server.dll index 6c52a24..31093e9 100644 Binary files a/Bowling_Server/obj/Debug/net5.0/ref/Bowling_Server.dll and b/Bowling_Server/obj/Debug/net5.0/ref/Bowling_Server.dll differ diff --git a/Bowling_Server/obj/Debug/net5.0/refint/Bowling_Server.dll b/Bowling_Server/obj/Debug/net5.0/refint/Bowling_Server.dll index 6c52a24..31093e9 100644 Binary files a/Bowling_Server/obj/Debug/net5.0/refint/Bowling_Server.dll and b/Bowling_Server/obj/Debug/net5.0/refint/Bowling_Server.dll differ diff --git a/Bowling_Server/obj/project.assets.json b/Bowling_Server/obj/project.assets.json index e75408f..d000d43 100644 --- a/Bowling_Server/obj/project.assets.json +++ b/Bowling_Server/obj/project.assets.json @@ -72,11 +72,11 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling_Server\\Bowling_Server.csproj", + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling_Server\\Bowling_Server.csproj", "projectName": "Bowling_Server", - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling_Server\\Bowling_Server.csproj", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling_Server\\Bowling_Server.csproj", "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling_Server\\obj\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling_Server\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", @@ -93,8 +93,8 @@ "net5.0": { "targetAlias": "net5.0", "projectReferences": { - "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj": { - "projectPath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\BowlingNetLib\\NetLib.csproj" + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj": { + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\BowlingNetLib\\NetLib.csproj" } } } diff --git a/Bowling_Server/obj/project.nuget.cache b/Bowling_Server/obj/project.nuget.cache index bbe06f4..4fbdb70 100644 --- a/Bowling_Server/obj/project.nuget.cache +++ b/Bowling_Server/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "yTdbtSHNacl1DG4bOKN4X+ZYA1wHkYxDxEeyEmQLzUa4z/p6kmz8VKkV0G7oPtu89OJeH9U7axpIV1uhFfqEFg==", + "dgSpecHash": "2HO8lNBixWxmqaZlYrqKAVLxxhSnSCB7bFKxzSak9nH2NcYcTopQh6QA5XyJn8NUishXHgkughYvmnZR+pboBA==", "success": true, - "projectFilePath": "C:\\Users\\Semejkin_AV\\source\\repos\\Bowling\\Bowling_Server\\Bowling_Server.csproj", + "projectFilePath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Bowling_Server\\Bowling_Server.csproj", "expectedPackageFiles": [ "C:\\Users\\Semejkin_AV\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\5.0.15\\microsoft.netcore.app.host.win-x64.5.0.15.nupkg.sha512" diff --git a/Serializer/Class1.cs b/Serializer/Class1.cs new file mode 100644 index 0000000..78dcc38 --- /dev/null +++ b/Serializer/Class1.cs @@ -0,0 +1,8 @@ +using System; + +namespace Serializer +{ + public class Serializer + { + } +} diff --git a/Serializer/Serializer.csproj b/Serializer/Serializer.csproj new file mode 100644 index 0000000..2f38174 --- /dev/null +++ b/Serializer/Serializer.csproj @@ -0,0 +1,11 @@ + + + + netcoreapp3.1 + + + + + + + diff --git a/Serializer/bin/Debug/netcoreapp3.1/Serializer.deps.json b/Serializer/bin/Debug/netcoreapp3.1/Serializer.deps.json new file mode 100644 index 0000000..4438e1c --- /dev/null +++ b/Serializer/bin/Debug/netcoreapp3.1/Serializer.deps.json @@ -0,0 +1,41 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "Serializer/1.0.0": { + "dependencies": { + "Newtonsoft.Json": "13.0.1" + }, + "runtime": { + "Serializer.dll": {} + } + }, + "Newtonsoft.Json/13.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.1.25517" + } + } + } + } + }, + "libraries": { + "Serializer/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "path": "newtonsoft.json/13.0.1", + "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/Serializer/bin/Debug/netcoreapp3.1/Serializer.dll b/Serializer/bin/Debug/netcoreapp3.1/Serializer.dll new file mode 100644 index 0000000..b25f633 Binary files /dev/null and b/Serializer/bin/Debug/netcoreapp3.1/Serializer.dll differ diff --git a/Serializer/bin/Debug/netcoreapp3.1/Serializer.pdb b/Serializer/bin/Debug/netcoreapp3.1/Serializer.pdb new file mode 100644 index 0000000..02253b3 Binary files /dev/null and b/Serializer/bin/Debug/netcoreapp3.1/Serializer.pdb differ diff --git a/Serializer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/Serializer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..ad8dfe1 --- /dev/null +++ b/Serializer/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/Serializer/obj/Debug/netcoreapp3.1/Serializer.AssemblyInfo.cs b/Serializer/obj/Debug/netcoreapp3.1/Serializer.AssemblyInfo.cs new file mode 100644 index 0000000..9a19110 --- /dev/null +++ b/Serializer/obj/Debug/netcoreapp3.1/Serializer.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Этот код создан программой. +// Исполняемая версия:4.0.30319.42000 +// +// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае +// повторной генерации кода. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Serializer")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Serializer")] +[assembly: System.Reflection.AssemblyTitleAttribute("Serializer")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Создано классом WriteCodeFragment MSBuild. + diff --git a/Serializer/obj/Debug/netcoreapp3.1/Serializer.AssemblyInfoInputs.cache b/Serializer/obj/Debug/netcoreapp3.1/Serializer.AssemblyInfoInputs.cache new file mode 100644 index 0000000..07d9d28 --- /dev/null +++ b/Serializer/obj/Debug/netcoreapp3.1/Serializer.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +8b3e2845a302b975a5c7952624b07da8863e1b60 diff --git a/Serializer/obj/Debug/netcoreapp3.1/Serializer.GeneratedMSBuildEditorConfig.editorconfig b/Serializer/obj/Debug/netcoreapp3.1/Serializer.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..2e9006e --- /dev/null +++ b/Serializer/obj/Debug/netcoreapp3.1/Serializer.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = Serializer +build_property.ProjectDir = C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\ diff --git a/Serializer/obj/Debug/netcoreapp3.1/Serializer.assets.cache b/Serializer/obj/Debug/netcoreapp3.1/Serializer.assets.cache new file mode 100644 index 0000000..dc07fba Binary files /dev/null and b/Serializer/obj/Debug/netcoreapp3.1/Serializer.assets.cache differ diff --git a/Serializer/obj/Debug/netcoreapp3.1/Serializer.csproj.AssemblyReference.cache b/Serializer/obj/Debug/netcoreapp3.1/Serializer.csproj.AssemblyReference.cache new file mode 100644 index 0000000..8ed0b1d Binary files /dev/null and b/Serializer/obj/Debug/netcoreapp3.1/Serializer.csproj.AssemblyReference.cache differ diff --git a/Serializer/obj/Debug/netcoreapp3.1/Serializer.csproj.CoreCompileInputs.cache b/Serializer/obj/Debug/netcoreapp3.1/Serializer.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..56124af --- /dev/null +++ b/Serializer/obj/Debug/netcoreapp3.1/Serializer.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +23463516560e1aa0ac3ff65d6dc313e3a18bfdb9 diff --git a/Serializer/obj/Debug/netcoreapp3.1/Serializer.csproj.FileListAbsolute.txt b/Serializer/obj/Debug/netcoreapp3.1/Serializer.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..d1d2763 --- /dev/null +++ b/Serializer/obj/Debug/netcoreapp3.1/Serializer.csproj.FileListAbsolute.txt @@ -0,0 +1,10 @@ +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\bin\Debug\netcoreapp3.1\Serializer.deps.json +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\bin\Debug\netcoreapp3.1\Serializer.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\bin\Debug\netcoreapp3.1\Serializer.pdb +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\obj\Debug\netcoreapp3.1\Serializer.csproj.AssemblyReference.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\obj\Debug\netcoreapp3.1\Serializer.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\obj\Debug\netcoreapp3.1\Serializer.AssemblyInfoInputs.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\obj\Debug\netcoreapp3.1\Serializer.AssemblyInfo.cs +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\obj\Debug\netcoreapp3.1\Serializer.csproj.CoreCompileInputs.cache +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\obj\Debug\netcoreapp3.1\Serializer.dll +C:\Users\Semejkin_AV\Documents\Github_repos\ProgtimeHack2022_Bowling\Serializer\obj\Debug\netcoreapp3.1\Serializer.pdb diff --git a/Serializer/obj/Debug/netcoreapp3.1/Serializer.dll b/Serializer/obj/Debug/netcoreapp3.1/Serializer.dll new file mode 100644 index 0000000..b25f633 Binary files /dev/null and b/Serializer/obj/Debug/netcoreapp3.1/Serializer.dll differ diff --git a/Serializer/obj/Debug/netcoreapp3.1/Serializer.pdb b/Serializer/obj/Debug/netcoreapp3.1/Serializer.pdb new file mode 100644 index 0000000..02253b3 Binary files /dev/null and b/Serializer/obj/Debug/netcoreapp3.1/Serializer.pdb differ diff --git a/Serializer/obj/Serializer.csproj.nuget.dgspec.json b/Serializer/obj/Serializer.csproj.nuget.dgspec.json new file mode 100644 index 0000000..bf92d97 --- /dev/null +++ b/Serializer/obj/Serializer.csproj.nuget.dgspec.json @@ -0,0 +1,68 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Serializer\\Serializer.csproj": {} + }, + "projects": { + "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Serializer\\Serializer.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Serializer\\Serializer.csproj", + "projectName": "Serializer", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Serializer\\Serializer.csproj", + "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Serializer\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "dependencies": { + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300-preview.22204.3\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Serializer/obj/Serializer.csproj.nuget.g.props b/Serializer/obj/Serializer.csproj.nuget.g.props new file mode 100644 index 0000000..50f3dfb --- /dev/null +++ b/Serializer/obj/Serializer.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Semejkin_AV\.nuget\packages\ + PackageReference + 6.2.0 + + + + + \ No newline at end of file diff --git a/Serializer/obj/Serializer.csproj.nuget.g.targets b/Serializer/obj/Serializer.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Serializer/obj/Serializer.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Serializer/obj/project.assets.json b/Serializer/obj/project.assets.json new file mode 100644 index 0000000..0461986 --- /dev/null +++ b/Serializer/obj/project.assets.json @@ -0,0 +1,113 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": { + "Newtonsoft.Json/13.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": {} + } + } + } + }, + "libraries": { + "Newtonsoft.Json/13.0.1": { + "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "type": "package", + "path": "newtonsoft.json/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.1.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [ + "Newtonsoft.Json >= 13.0.1" + ] + }, + "packageFolders": { + "C:\\Users\\Semejkin_AV\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Serializer\\Serializer.csproj", + "projectName": "Serializer", + "projectPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Serializer\\Serializer.csproj", + "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Serializer\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "dependencies": { + "Newtonsoft.Json": { + "target": "Package", + "version": "[13.0.1, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.300-preview.22204.3\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Serializer/obj/project.nuget.cache b/Serializer/obj/project.nuget.cache new file mode 100644 index 0000000..00a4485 --- /dev/null +++ b/Serializer/obj/project.nuget.cache @@ -0,0 +1,10 @@ +{ + "version": 2, + "dgSpecHash": "N7GhgBBFp8cTViZYOQ+q5l3o0oO68xmLJfPJlSDEq3Qvzif0J35KoYbU3P6mQq4OmMphhdoh1EG44BkY1sDqxA==", + "success": true, + "projectFilePath": "C:\\Users\\Semejkin_AV\\Documents\\Github_repos\\ProgtimeHack2022_Bowling\\Serializer\\Serializer.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Semejkin_AV\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file