commit dbde563de49c8074b81ba0fe64732b7efe811bf1 Author: thewarrior1220 Date: Wed Sep 21 11:37:13 2022 +0200 Field drawing and mouse check done diff --git a/.vs/ProjectEvaluation/tic-tac-toe.metadata.v2 b/.vs/ProjectEvaluation/tic-tac-toe.metadata.v2 new file mode 100644 index 0000000..53bbaa7 Binary files /dev/null and b/.vs/ProjectEvaluation/tic-tac-toe.metadata.v2 differ diff --git a/.vs/ProjectEvaluation/tic-tac-toe.projects.v2 b/.vs/ProjectEvaluation/tic-tac-toe.projects.v2 new file mode 100644 index 0000000..ec454f4 Binary files /dev/null and b/.vs/ProjectEvaluation/tic-tac-toe.projects.v2 differ diff --git a/.vs/Tic-Tac-Toe/DesignTimeBuild/.dtbcache.v2 b/.vs/Tic-Tac-Toe/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..6d85ba3 Binary files /dev/null and b/.vs/Tic-Tac-Toe/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/42aafe85-dacc-432b-bb6f-3b6216737681.vsidx b/.vs/Tic-Tac-Toe/FileContentIndex/42aafe85-dacc-432b-bb6f-3b6216737681.vsidx new file mode 100644 index 0000000..cbc6ad3 Binary files /dev/null and b/.vs/Tic-Tac-Toe/FileContentIndex/42aafe85-dacc-432b-bb6f-3b6216737681.vsidx differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/52a46563-d53d-450b-80cb-02252a3895eb.vsidx b/.vs/Tic-Tac-Toe/FileContentIndex/52a46563-d53d-450b-80cb-02252a3895eb.vsidx new file mode 100644 index 0000000..e3f9103 Binary files /dev/null and b/.vs/Tic-Tac-Toe/FileContentIndex/52a46563-d53d-450b-80cb-02252a3895eb.vsidx differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/7fe62c6b-491b-48ca-b9f6-fefa9dd5d81a.vsidx b/.vs/Tic-Tac-Toe/FileContentIndex/7fe62c6b-491b-48ca-b9f6-fefa9dd5d81a.vsidx new file mode 100644 index 0000000..ff61933 Binary files /dev/null and b/.vs/Tic-Tac-Toe/FileContentIndex/7fe62c6b-491b-48ca-b9f6-fefa9dd5d81a.vsidx differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/86b771ad-e6b5-4f23-ada1-68776a1acae9.vsidx b/.vs/Tic-Tac-Toe/FileContentIndex/86b771ad-e6b5-4f23-ada1-68776a1acae9.vsidx new file mode 100644 index 0000000..349ed14 Binary files /dev/null and b/.vs/Tic-Tac-Toe/FileContentIndex/86b771ad-e6b5-4f23-ada1-68776a1acae9.vsidx differ diff --git a/.vs/Tic-Tac-Toe/FileContentIndex/read.lock b/.vs/Tic-Tac-Toe/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/Tic-Tac-Toe/v17/.suo b/.vs/Tic-Tac-Toe/v17/.suo new file mode 100644 index 0000000..fdda477 Binary files /dev/null and b/.vs/Tic-Tac-Toe/v17/.suo differ diff --git a/Tic-Tac-Toe.sln b/Tic-Tac-Toe.sln new file mode 100644 index 0000000..5226424 --- /dev/null +++ b/Tic-Tac-Toe.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32526.322 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tic-Tac-Toe", "Tic-Tac-Toe\Tic-Tac-Toe.csproj", "{7E2AAA82-D77E-471E-B064-5FA74A429B5D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7E2AAA82-D77E-471E-B064-5FA74A429B5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7E2AAA82-D77E-471E-B064-5FA74A429B5D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7E2AAA82-D77E-471E-B064-5FA74A429B5D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7E2AAA82-D77E-471E-B064-5FA74A429B5D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {58081FC3-EF84-454B-B424-D176CB6D0A60} + EndGlobalSection +EndGlobal diff --git a/Tic-Tac-Toe/.config/dotnet-tools.json b/Tic-Tac-Toe/.config/dotnet-tools.json new file mode 100644 index 0000000..efabe22 --- /dev/null +++ b/Tic-Tac-Toe/.config/dotnet-tools.json @@ -0,0 +1,36 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-mgcb": { + "version": "3.8.1.303", + "commands": [ + "mgcb" + ] + }, + "dotnet-mgcb-editor": { + "version": "3.8.1.303", + "commands": [ + "mgcb-editor" + ] + }, + "dotnet-mgcb-editor-linux": { + "version": "3.8.1.303", + "commands": [ + "mgcb-editor-linux" + ] + }, + "dotnet-mgcb-editor-windows": { + "version": "3.8.1.303", + "commands": [ + "mgcb-editor-windows" + ] + }, + "dotnet-mgcb-editor-mac": { + "version": "3.8.1.303", + "commands": [ + "mgcb-editor-mac" + ] + } + } +} \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/Content.mgcb b/Tic-Tac-Toe/Content/Content.mgcb new file mode 100644 index 0000000..9e55b13 --- /dev/null +++ b/Tic-Tac-Toe/Content/Content.mgcb @@ -0,0 +1,39 @@ + +#----------------------------- Global Properties ----------------------------# + +/outputDir:bin/$(Platform) +/intermediateDir:obj/$(Platform) +/platform:DesktopGL +/config: +/profile:Reach +/compress:False + +#-------------------------------- References --------------------------------# + + +#---------------------------------- Content ---------------------------------# + +#begin Textures/circle.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:Textures/circle.png + +#begin Textures/X.png +/importer:TextureImporter +/processor:TextureProcessor +/processorParam:ColorKeyColor=255,0,255,255 +/processorParam:ColorKeyEnabled=True +/processorParam:GenerateMipmaps=False +/processorParam:PremultiplyAlpha=True +/processorParam:ResizeToPowerOfTwo=False +/processorParam:MakeSquare=False +/processorParam:TextureFormat=Color +/build:Textures/X.png + diff --git a/Tic-Tac-Toe/Content/Textures/X.png b/Tic-Tac-Toe/Content/Textures/X.png new file mode 100644 index 0000000..1bccd7b Binary files /dev/null and b/Tic-Tac-Toe/Content/Textures/X.png differ diff --git a/Tic-Tac-Toe/Content/Textures/circle.png b/Tic-Tac-Toe/Content/Textures/circle.png new file mode 100644 index 0000000..6870afa Binary files /dev/null and b/Tic-Tac-Toe/Content/Textures/circle.png differ diff --git a/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/X.xnb b/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/X.xnb new file mode 100644 index 0000000..651288c Binary files /dev/null and b/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/X.xnb differ diff --git a/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/circle.xnb b/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/circle.xnb new file mode 100644 index 0000000..0c9407a Binary files /dev/null and b/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/circle.xnb differ diff --git a/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/X.xnb b/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/X.xnb new file mode 100644 index 0000000..651288c Binary files /dev/null and b/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/X.xnb differ diff --git a/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/circle.xnb b/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/circle.xnb new file mode 100644 index 0000000..0c9407a Binary files /dev/null and b/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/circle.xnb differ diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/.mgcontent new file mode 100644 index 0000000..425b912 --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/.mgcontent @@ -0,0 +1 @@ +ReachDesktopGLC:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/circle.pngC:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/X.png \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/.mgstats b/Tic-Tac-Toe/Content/obj/DesktopGL/.mgstats new file mode 100644 index 0000000..42ff0ab --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/.mgstats @@ -0,0 +1,3 @@ +Source File,Dest File,Processor Type,Content Type,Source File Size,Dest File Size,Build Seconds +"C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/circle.png","C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/circle.xnb","TextureProcessor","Texture2DContent",6638,1354981,0,2338499 +"C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/X.png","C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/X.xnb","TextureProcessor","Texture2DContent",6565,3841685,0,0947381 diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/X.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/X.mgcontent new file mode 100644 index 0000000..4b36e72 --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/X.mgcontent @@ -0,0 +1 @@ +C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/X.png2022-09-21T09:28:35.420606+02:00C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/X.xnb2022-09-21T09:37:35.0942448+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/circle.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/circle.mgcontent new file mode 100644 index 0000000..f2ee9d9 --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/Textures/circle.mgcontent @@ -0,0 +1 @@ +C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/circle.png2022-09-21T09:27:30.8441469+02:00C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Textures/circle.xnb2022-09-21T09:37:34.9863545+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgcontent new file mode 100644 index 0000000..425b912 --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgcontent @@ -0,0 +1 @@ +ReachDesktopGLC:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/circle.pngC:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/X.png \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgstats b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgstats new file mode 100644 index 0000000..eab26b3 --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/.mgstats @@ -0,0 +1 @@ +Source File,Dest File,Processor Type,Content Type,Source File Size,Dest File Size,Build Seconds diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/X.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/X.mgcontent new file mode 100644 index 0000000..32fda51 --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/X.mgcontent @@ -0,0 +1 @@ +C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/X.png2022-09-21T09:28:35.420606+02:00C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/X.xnb2022-09-21T09:41:34.4258436+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/circle.mgcontent b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/circle.mgcontent new file mode 100644 index 0000000..633068d --- /dev/null +++ b/Tic-Tac-Toe/Content/obj/DesktopGL/net6.0/Content/Textures/circle.mgcontent @@ -0,0 +1 @@ +C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/Textures/circle.png2022-09-21T09:27:30.8441469+02:00C:/dev/Tic-Tac-Toe/Tic-Tac-Toe/Tic-Tac-Toe/Content/bin/DesktopGL/Content/Textures/circle.xnb2022-09-21T09:41:34.2979772+02:00TextureImporter2022-07-26T13:44:56+02:00TextureProcessor2022-07-26T13:44:56+02:00ColorKeyColor255,0,255,255ColorKeyEnabledTrueGenerateMipmapsFalsePremultiplyAlphaTrueResizeToPowerOfTwoFalseMakeSquareFalseTextureFormatColor \ No newline at end of file diff --git a/Tic-Tac-Toe/Game1.cs b/Tic-Tac-Toe/Game1.cs new file mode 100644 index 0000000..d8ddc12 --- /dev/null +++ b/Tic-Tac-Toe/Game1.cs @@ -0,0 +1,95 @@ +using Microsoft.Xna.Framework; +using Microsoft.Xna.Framework.Graphics; +using Microsoft.Xna.Framework.Input; +using MonoGame.Extended; + +namespace Tic_Tac_Toe { + public class Game1 : Game { + private GraphicsDeviceManager _graphics; + private SpriteBatch _spriteBatch; + private RectangleF[,] rectArray; + private int[] CircleXPostion; + + public Game1() { + _graphics = new GraphicsDeviceManager(this); + Content.RootDirectory = "Content"; + IsMouseVisible = true; + } + + protected override void Initialize() { + // TODO: Add your initialization logic here + + //Setting Resolution + this._graphics.PreferredBackBufferWidth = 800; + this._graphics.PreferredBackBufferHeight = 600; + this._graphics.ApplyChanges(); + + //For field + rectArray = new RectangleF[3,3]; + + base.Initialize(); + } + + protected override void LoadContent() { + _spriteBatch = new SpriteBatch(GraphicsDevice); + + // TODO: use this.Content to load your game content here + } + + protected override void Update(GameTime gameTime) { + if (GamePad.GetState(PlayerIndex.One).Buttons.Back == ButtonState.Pressed || Keyboard.GetState().IsKeyDown(Keys.Escape)) + Exit(); + + // TODO: Add your update logic here + + base.Update(gameTime); + } + + protected override void Draw(GameTime gameTime) { + GraphicsDevice.Clear(Color.Black); + + // TODO: Add your drawing code here + _spriteBatch.Begin(); + + DrawTicTacToeFieldRect(rectArray, Color.White); + for (int i = 0; i < rectArray.GetLength(0); i++) { + for (int j = 0; j < rectArray.GetLength(1); j++) { + var mouse = Mouse.GetState(); + if (rectArray[i, j].Contains(new Point(mouse.X, mouse.Y))) { + DrawSingleRect(rectArray, Color.Red, i, j); + } + } + } + + _spriteBatch.End(); + + base.Draw(gameTime); + } + + public void DrawTicTacToeField() { + //drawing the field + //Vertical Lines + _spriteBatch.DrawLine(250, 0, 250, _graphics.PreferredBackBufferHeight, Color.White, 10, 0); + _spriteBatch.DrawLine(550, 0, 550, _graphics.PreferredBackBufferHeight, Color.White, 10, 0); + //Horizontal Lines + _spriteBatch.DrawLine(0, 200, _graphics.PreferredBackBufferWidth, 200, Color.White, 10, 0); + _spriteBatch.DrawLine(0, 400, _graphics.PreferredBackBufferWidth, 400, Color.White, 10, 0); + } + + private void DrawTicTacToeFieldRect(RectangleF[,] rectArray, Color color) { + //do a base rectangle, pass in a 2d rect array to get rect.contains + //loop through the array to draw each rect + const int size = 200; + for (int i = 0; i < rectArray.GetLength(0); i++) { + for (int j = 0; j < rectArray.GetLength(1); j++) { + rectArray[i, j] = new RectangleF(size * i + 100, size*j, size, size); //+100 is offset + _spriteBatch.DrawRectangle(rectArray[i, j], color, 10, 0); + } + } + } + + private void DrawSingleRect(RectangleF[,] rectArray, Color color, int x, int y) { + _spriteBatch.DrawRectangle(rectArray[x, y], color, 10, 0); + } + } +} \ No newline at end of file diff --git a/Tic-Tac-Toe/Icon.bmp b/Tic-Tac-Toe/Icon.bmp new file mode 100644 index 0000000..2b48165 Binary files /dev/null and b/Tic-Tac-Toe/Icon.bmp differ diff --git a/Tic-Tac-Toe/Icon.ico b/Tic-Tac-Toe/Icon.ico new file mode 100644 index 0000000..7d9dec1 Binary files /dev/null and b/Tic-Tac-Toe/Icon.ico differ diff --git a/Tic-Tac-Toe/Program.cs b/Tic-Tac-Toe/Program.cs new file mode 100644 index 0000000..d7921a9 --- /dev/null +++ b/Tic-Tac-Toe/Program.cs @@ -0,0 +1,3 @@ + +using var game = new Tic_Tac_Toe.Game1(); +game.Run(); diff --git a/Tic-Tac-Toe/Tic-Tac-Toe.csproj b/Tic-Tac-Toe/Tic-Tac-Toe.csproj new file mode 100644 index 0000000..e970584 --- /dev/null +++ b/Tic-Tac-Toe/Tic-Tac-Toe.csproj @@ -0,0 +1,33 @@ + + + WinExe + net6.0 + Major + false + false + + + app.manifest + Icon.ico + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Tic-Tac-Toe/app.manifest b/Tic-Tac-Toe/app.manifest new file mode 100644 index 0000000..2844261 --- /dev/null +++ b/Tic-Tac-Toe/app.manifest @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true/pm + permonitorv2,permonitor + + + + diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/X.xnb b/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/X.xnb new file mode 100644 index 0000000..651288c Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/X.xnb differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/circle.xnb b/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/circle.xnb new file mode 100644 index 0000000..0c9407a Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/Content/Textures/circle.xnb differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/MonoGame.Extended.dll b/Tic-Tac-Toe/bin/Debug/net6.0/MonoGame.Extended.dll new file mode 100644 index 0000000..7c1b5f3 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/MonoGame.Extended.dll differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/MonoGame.Framework.dll b/Tic-Tac-Toe/bin/Debug/net6.0/MonoGame.Framework.dll new file mode 100644 index 0000000..1f77444 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/MonoGame.Framework.dll differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Newtonsoft.Json.dll b/Tic-Tac-Toe/bin/Debug/net6.0/Newtonsoft.Json.dll new file mode 100644 index 0000000..b501fb6 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/Newtonsoft.Json.dll differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.deps.json b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.deps.json new file mode 100644 index 0000000..f7a01ed --- /dev/null +++ b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.deps.json @@ -0,0 +1,126 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "Tic-Tac-Toe/1.0.0": { + "dependencies": { + "MonoGame.Content.Builder.Task": "3.8.1.303", + "MonoGame.Extended": "3.8.0", + "MonoGame.Framework.DesktopGL": "3.8.1.303" + }, + "runtime": { + "Tic-Tac-Toe.dll": {} + } + }, + "MonoGame.Content.Builder.Task/3.8.1.303": {}, + "MonoGame.Extended/3.8.0": { + "dependencies": { + "Newtonsoft.Json": "12.0.3" + }, + "runtime": { + "lib/netstandard2.0/MonoGame.Extended.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "MonoGame.Framework.DesktopGL/3.8.1.303": { + "runtime": { + "lib/net6.0/MonoGame.Framework.dll": { + "assemblyVersion": "3.8.1.303", + "fileVersion": "3.8.1.303" + } + }, + "runtimeTargets": { + "runtimes/linux-x64/native/libSDL2-2.0.so.0": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/libopenal.so.1": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx/native/libSDL2.dylib": { + "rid": "osx", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx/native/libopenal.1.dylib": { + "rid": "osx", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/SDL2.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "2.0.20.0" + }, + "runtimes/win-x64/native/soft_oal.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/SDL2.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "2.0.20.0" + }, + "runtimes/win-x86/native/soft_oal.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "Newtonsoft.Json/12.0.3": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.3.23909" + } + } + } + } + }, + "libraries": { + "Tic-Tac-Toe/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "MonoGame.Content.Builder.Task/3.8.1.303": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9Ilzzje62LhWElbPNEl7vh7XsRSbze+lvCJdZtTZUGu48FRgvYN6THURwIB9PN98EI33/Wnf6iuShNUtD7hL4Q==", + "path": "monogame.content.builder.task/3.8.1.303", + "hashPath": "monogame.content.builder.task.3.8.1.303.nupkg.sha512" + }, + "MonoGame.Extended/3.8.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FDPoUOFtslGNHCWSqjKD0C67RYN6Stb6NWnn+rkCmtkPBZlE6LvwuGyQBkHUkAMANO3LzO/Wsz9etMhwZLInqg==", + "path": "monogame.extended/3.8.0", + "hashPath": "monogame.extended.3.8.0.nupkg.sha512" + }, + "MonoGame.Framework.DesktopGL/3.8.1.303": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eGYhqn0n1olk8MNYeE9EuBmoNNECN1T18rPMaQpkzsEQ0H3nVyFPXC+uCo78v5pi5juQpJ3PSFnSkjzZJ1U58A==", + "path": "monogame.framework.desktopgl/3.8.1.303", + "hashPath": "monogame.framework.desktopgl.3.8.1.303.nupkg.sha512" + }, + "Newtonsoft.Json/12.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==", + "path": "newtonsoft.json/12.0.3", + "hashPath": "newtonsoft.json.12.0.3.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.dll b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.dll new file mode 100644 index 0000000..a0c853f Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.dll differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.exe b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.exe new file mode 100644 index 0000000..4b7ab64 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.exe differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.pdb b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.pdb new file mode 100644 index 0000000..3e2788d Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.pdb differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.runtimeconfig.json b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.runtimeconfig.json new file mode 100644 index 0000000..1ba0ba8 --- /dev/null +++ b/Tic-Tac-Toe/bin/Debug/net6.0/Tic-Tac-Toe.runtimeconfig.json @@ -0,0 +1,13 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "rollForward": "Major", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + "configProperties": { + "System.Runtime.TieredCompilation": false + } + } +} \ No newline at end of file diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/linux-x64/native/libSDL2-2.0.so.0 b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/linux-x64/native/libSDL2-2.0.so.0 new file mode 100644 index 0000000..986e2fa Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/linux-x64/native/libSDL2-2.0.so.0 differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/linux-x64/native/libopenal.so.1 b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/linux-x64/native/libopenal.so.1 new file mode 100644 index 0000000..af45fd0 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/linux-x64/native/libopenal.so.1 differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/osx/native/libSDL2.dylib b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/osx/native/libSDL2.dylib new file mode 100644 index 0000000..416608b Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/osx/native/libSDL2.dylib differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/osx/native/libopenal.1.dylib b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/osx/native/libopenal.1.dylib new file mode 100644 index 0000000..a0711fe Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/osx/native/libopenal.1.dylib differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x64/native/SDL2.dll b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x64/native/SDL2.dll new file mode 100644 index 0000000..50cc664 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x64/native/SDL2.dll differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x64/native/soft_oal.dll b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x64/native/soft_oal.dll new file mode 100644 index 0000000..02027ee Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x64/native/soft_oal.dll differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x86/native/SDL2.dll b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x86/native/SDL2.dll new file mode 100644 index 0000000..eb8de66 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x86/native/SDL2.dll differ diff --git a/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x86/native/soft_oal.dll b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x86/native/soft_oal.dll new file mode 100644 index 0000000..5dbbbe8 Binary files /dev/null and b/Tic-Tac-Toe/bin/Debug/net6.0/runtimes/win-x86/native/soft_oal.dll differ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Tic-Tac-Toe/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..36203c7 --- /dev/null +++ b/Tic-Tac-Toe/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.AssemblyInfo.cs b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.AssemblyInfo.cs new file mode 100644 index 0000000..09860b2 --- /dev/null +++ b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Tic-Tac-Toe")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("Tic-Tac-Toe")] +[assembly: System.Reflection.AssemblyTitleAttribute("Tic-Tac-Toe")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.AssemblyInfoInputs.cache b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.AssemblyInfoInputs.cache new file mode 100644 index 0000000..dbdab46 --- /dev/null +++ b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +d6666e3135e85d511f30b905a24150ff61cdb652 diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.GeneratedMSBuildEditorConfig.editorconfig b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..344d2db --- /dev/null +++ b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,10 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = Tic-Tac-Toe +build_property.ProjectDir = C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.assets.cache b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.assets.cache new file mode 100644 index 0000000..478bbc2 Binary files /dev/null and b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.assets.cache differ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.AssemblyReference.cache b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.AssemblyReference.cache new file mode 100644 index 0000000..763d7fe Binary files /dev/null and b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.AssemblyReference.cache differ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.BuildWithSkipAnalyzers b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.CopyComplete b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.CoreCompileInputs.cache b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..db54e90 --- /dev/null +++ b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +49ea2ed5c729f2873ce8c9bab9d8ac8bf6d62d37 diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.FileListAbsolute.txt b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..96d2cb9 --- /dev/null +++ b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.csproj.FileListAbsolute.txt @@ -0,0 +1,29 @@ +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\Tic-Tac-Toe.exe +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\Tic-Tac-Toe.deps.json +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\Tic-Tac-Toe.runtimeconfig.json +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\Tic-Tac-Toe.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\Tic-Tac-Toe.pdb +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\MonoGame.Framework.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\runtimes\linux-x64\native\libSDL2-2.0.so.0 +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\runtimes\linux-x64\native\libopenal.so.1 +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\runtimes\osx\native\libSDL2.dylib +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\runtimes\osx\native\libopenal.1.dylib +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\runtimes\win-x64\native\SDL2.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\runtimes\win-x64\native\soft_oal.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\runtimes\win-x86\native\SDL2.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\runtimes\win-x86\native\soft_oal.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.csproj.AssemblyReference.cache +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.GeneratedMSBuildEditorConfig.editorconfig +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.AssemblyInfoInputs.cache +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.AssemblyInfo.cs +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.csproj.CoreCompileInputs.cache +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.csproj.CopyComplete +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\refint\Tic-Tac-Toe.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.pdb +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\Tic-Tac-Toe.genruntimeconfig.cache +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\obj\Debug\net6.0\ref\Tic-Tac-Toe.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\Content\Textures\circle.xnb +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\Content\Textures\X.xnb +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\MonoGame.Extended.dll +C:\dev\Tic-Tac-Toe\Tic-Tac-Toe\Tic-Tac-Toe\bin\Debug\net6.0\Newtonsoft.Json.dll diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.dll b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.dll new file mode 100644 index 0000000..a0c853f Binary files /dev/null and b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.dll differ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.genruntimeconfig.cache b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.genruntimeconfig.cache new file mode 100644 index 0000000..00994c3 --- /dev/null +++ b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.genruntimeconfig.cache @@ -0,0 +1 @@ +78cf6624164e28b8b141900b6433fc2d5b05376c diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.pdb b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.pdb new file mode 100644 index 0000000..3e2788d Binary files /dev/null and b/Tic-Tac-Toe/obj/Debug/net6.0/Tic-Tac-Toe.pdb differ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/apphost.exe b/Tic-Tac-Toe/obj/Debug/net6.0/apphost.exe new file mode 100644 index 0000000..4b7ab64 Binary files /dev/null and b/Tic-Tac-Toe/obj/Debug/net6.0/apphost.exe differ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/ref/Tic-Tac-Toe.dll b/Tic-Tac-Toe/obj/Debug/net6.0/ref/Tic-Tac-Toe.dll new file mode 100644 index 0000000..cf29e94 Binary files /dev/null and b/Tic-Tac-Toe/obj/Debug/net6.0/ref/Tic-Tac-Toe.dll differ diff --git a/Tic-Tac-Toe/obj/Debug/net6.0/refint/Tic-Tac-Toe.dll b/Tic-Tac-Toe/obj/Debug/net6.0/refint/Tic-Tac-Toe.dll new file mode 100644 index 0000000..cf29e94 Binary files /dev/null and b/Tic-Tac-Toe/obj/Debug/net6.0/refint/Tic-Tac-Toe.dll differ diff --git a/Tic-Tac-Toe/obj/Tic-Tac-Toe.csproj.nuget.dgspec.json b/Tic-Tac-Toe/obj/Tic-Tac-Toe.csproj.nuget.dgspec.json new file mode 100644 index 0000000..240a41d --- /dev/null +++ b/Tic-Tac-Toe/obj/Tic-Tac-Toe.csproj.nuget.dgspec.json @@ -0,0 +1,80 @@ +{ + "format": 1, + "restore": { + "C:\\dev\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe.csproj": {} + }, + "projects": { + "C:\\dev\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\dev\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe.csproj", + "projectName": "Tic-Tac-Toe", + "projectPath": "C:\\dev\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe.csproj", + "packagesPath": "C:\\Users\\Tamás\\.nuget\\packages\\", + "outputPath": "C:\\dev\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Tamás\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.1.303, )" + }, + "MonoGame.Extended": { + "target": "Package", + "version": "[3.8.0, )" + }, + "MonoGame.Framework.DesktopGL": { + "target": "Package", + "version": "[3.8.1.303, )" + } + }, + "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\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Tic-Tac-Toe/obj/Tic-Tac-Toe.csproj.nuget.g.props b/Tic-Tac-Toe/obj/Tic-Tac-Toe.csproj.nuget.g.props new file mode 100644 index 0000000..92c0df9 --- /dev/null +++ b/Tic-Tac-Toe/obj/Tic-Tac-Toe.csproj.nuget.g.props @@ -0,0 +1,117 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Tamás\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.2.0 + + + + + + + + MonoGame.Extended + 3.8.0 + Content + false + False + CppNet.dll + + + MonoGame.Extended + 3.8.0 + Content + false + False + SharpDX.D3DCompiler.dll + + + MonoGame.Extended + 3.8.0 + Content + false + False + SharpDX.D3DCompiler.xml + + + MonoGame.Extended + 3.8.0 + Content + false + False + SharpDX.dll + + + MonoGame.Extended + 3.8.0 + Content + false + False + SharpDX.xml + + + MonoGame.Extended + 3.8.0 + Content + false + False + libmojoshader_64.dll + + + MonoGame.Extended + 3.8.0 + Content + false + False + mgfxc.deps.json + + + MonoGame.Extended + 3.8.0 + Content + false + False + mgfxc.dll + + + MonoGame.Extended + 3.8.0 + Content + false + False + mgfxc.exe + + + MonoGame.Extended + 3.8.0 + Content + false + False + mgfxc.pdb + + + MonoGame.Extended + 3.8.0 + Content + false + False + mgfxc.runtimeconfig.dev.json + + + MonoGame.Extended + 3.8.0 + Content + false + False + mgfxc.runtimeconfig.json + + + + + + \ No newline at end of file diff --git a/Tic-Tac-Toe/obj/Tic-Tac-Toe.csproj.nuget.g.targets b/Tic-Tac-Toe/obj/Tic-Tac-Toe.csproj.nuget.g.targets new file mode 100644 index 0000000..7de22ed --- /dev/null +++ b/Tic-Tac-Toe/obj/Tic-Tac-Toe.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Tic-Tac-Toe/obj/project.assets.json b/Tic-Tac-Toe/obj/project.assets.json new file mode 100644 index 0000000..b454e6e --- /dev/null +++ b/Tic-Tac-Toe/obj/project.assets.json @@ -0,0 +1,331 @@ +{ + "version": 3, + "targets": { + "net6.0": { + "MonoGame.Content.Builder.Task/3.8.1.303": { + "type": "package", + "build": { + "build/MonoGame.Content.Builder.Task.props": {}, + "build/MonoGame.Content.Builder.Task.targets": {} + } + }, + "MonoGame.Extended/3.8.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.3" + }, + "compile": { + "lib/netstandard2.0/MonoGame.Extended.dll": {} + }, + "runtime": { + "lib/netstandard2.0/MonoGame.Extended.dll": {} + }, + "contentFiles": { + "contentFiles/any/netstandard2.0/CppNet.dll": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/SharpDX.D3DCompiler.dll": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/SharpDX.D3DCompiler.xml": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/SharpDX.dll": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/SharpDX.xml": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/libmojoshader_64.dll": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/mgfxc.deps.json": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/mgfxc.dll": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/mgfxc.exe": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/mgfxc.pdb": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/mgfxc.runtimeconfig.dev.json": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/netstandard2.0/mgfxc.runtimeconfig.json": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MonoGame.Framework.DesktopGL/3.8.1.303": { + "type": "package", + "compile": { + "lib/net6.0/MonoGame.Framework.dll": {} + }, + "runtime": { + "lib/net6.0/MonoGame.Framework.dll": {} + }, + "build": { + "build/MonoGame.Framework.DesktopGL.targets": {} + }, + "runtimeTargets": { + "runtimes/linux-x64/native/libSDL2-2.0.so.0": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/linux-x64/native/libopenal.so.1": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx/native/libSDL2.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/osx/native/libopenal.1.dylib": { + "assetType": "native", + "rid": "osx" + }, + "runtimes/win-x64/native/SDL2.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x64/native/soft_oal.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/SDL2.dll": { + "assetType": "native", + "rid": "win-x86" + }, + "runtimes/win-x86/native/soft_oal.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Newtonsoft.Json/12.0.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": {} + } + } + } + }, + "libraries": { + "MonoGame.Content.Builder.Task/3.8.1.303": { + "sha512": "9Ilzzje62LhWElbPNEl7vh7XsRSbze+lvCJdZtTZUGu48FRgvYN6THURwIB9PN98EI33/Wnf6iuShNUtD7hL4Q==", + "type": "package", + "path": "monogame.content.builder.task/3.8.1.303", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/MonoGame.Content.Builder.Task.props", + "build/MonoGame.Content.Builder.Task.targets", + "monogame.content.builder.task.3.8.1.303.nupkg.sha512", + "monogame.content.builder.task.nuspec" + ] + }, + "MonoGame.Extended/3.8.0": { + "sha512": "FDPoUOFtslGNHCWSqjKD0C67RYN6Stb6NWnn+rkCmtkPBZlE6LvwuGyQBkHUkAMANO3LzO/Wsz9etMhwZLInqg==", + "type": "package", + "path": "monogame.extended/3.8.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "content/CppNet.dll", + "content/SharpDX.D3DCompiler.dll", + "content/SharpDX.D3DCompiler.xml", + "content/SharpDX.dll", + "content/SharpDX.xml", + "content/libmojoshader_64.dll", + "content/mgfxc.deps.json", + "content/mgfxc.dll", + "content/mgfxc.exe", + "content/mgfxc.pdb", + "content/mgfxc.runtimeconfig.dev.json", + "content/mgfxc.runtimeconfig.json", + "contentFiles/any/netstandard2.0/CppNet.dll", + "contentFiles/any/netstandard2.0/SharpDX.D3DCompiler.dll", + "contentFiles/any/netstandard2.0/SharpDX.D3DCompiler.xml", + "contentFiles/any/netstandard2.0/SharpDX.dll", + "contentFiles/any/netstandard2.0/SharpDX.xml", + "contentFiles/any/netstandard2.0/libmojoshader_64.dll", + "contentFiles/any/netstandard2.0/mgfxc.deps.json", + "contentFiles/any/netstandard2.0/mgfxc.dll", + "contentFiles/any/netstandard2.0/mgfxc.exe", + "contentFiles/any/netstandard2.0/mgfxc.pdb", + "contentFiles/any/netstandard2.0/mgfxc.runtimeconfig.dev.json", + "contentFiles/any/netstandard2.0/mgfxc.runtimeconfig.json", + "lib/netstandard2.0/MonoGame.Extended.dll", + "monogame.extended.3.8.0.nupkg.sha512", + "monogame.extended.nuspec" + ] + }, + "MonoGame.Framework.DesktopGL/3.8.1.303": { + "sha512": "eGYhqn0n1olk8MNYeE9EuBmoNNECN1T18rPMaQpkzsEQ0H3nVyFPXC+uCo78v5pi5juQpJ3PSFnSkjzZJ1U58A==", + "type": "package", + "path": "monogame.framework.desktopgl/3.8.1.303", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "build/MonoGame.Framework.DesktopGL.targets", + "lib/net6.0/MonoGame.Framework.dll", + "monogame.framework.desktopgl.3.8.1.303.nupkg.sha512", + "monogame.framework.desktopgl.nuspec", + "runtimes/linux-x64/native/libSDL2-2.0.so.0", + "runtimes/linux-x64/native/libopenal.so.1", + "runtimes/osx/native/libSDL2.dylib", + "runtimes/osx/native/libopenal.1.dylib", + "runtimes/win-x64/native/SDL2.dll", + "runtimes/win-x64/native/soft_oal.dll", + "runtimes/win-x86/native/SDL2.dll", + "runtimes/win-x86/native/soft_oal.dll" + ] + }, + "Newtonsoft.Json/12.0.3": { + "sha512": "6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==", + "type": "package", + "path": "newtonsoft.json/12.0.3", + "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", + "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml", + "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll", + "lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml", + "newtonsoft.json.12.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + } + }, + "projectFileDependencyGroups": { + "net6.0": [ + "MonoGame.Content.Builder.Task >= 3.8.1.303", + "MonoGame.Extended >= 3.8.0", + "MonoGame.Framework.DesktopGL >= 3.8.1.303" + ] + }, + "packageFolders": { + "C:\\Users\\Tamás\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\dev\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe.csproj", + "projectName": "Tic-Tac-Toe", + "projectPath": "C:\\dev\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe.csproj", + "packagesPath": "C:\\Users\\Tamás\\.nuget\\packages\\", + "outputPath": "C:\\dev\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Tamás\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "MonoGame.Content.Builder.Task": { + "target": "Package", + "version": "[3.8.1.303, )" + }, + "MonoGame.Extended": { + "target": "Package", + "version": "[3.8.0, )" + }, + "MonoGame.Framework.DesktopGL": { + "target": "Package", + "version": "[3.8.1.303, )" + } + }, + "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\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Tic-Tac-Toe/obj/project.nuget.cache b/Tic-Tac-Toe/obj/project.nuget.cache new file mode 100644 index 0000000..2f4fa41 --- /dev/null +++ b/Tic-Tac-Toe/obj/project.nuget.cache @@ -0,0 +1,13 @@ +{ + "version": 2, + "dgSpecHash": "RHuuWIy2H62JdnsMNnjcTpvwZngbDg4pl1sGVvtRnHlJ/72kz8NCh9yz64ZT4TKXT6ZzPqZ9fLbN9zHyLvJEjA==", + "success": true, + "projectFilePath": "C:\\dev\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe\\Tic-Tac-Toe.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Tamás\\.nuget\\packages\\monogame.content.builder.task\\3.8.1.303\\monogame.content.builder.task.3.8.1.303.nupkg.sha512", + "C:\\Users\\Tamás\\.nuget\\packages\\monogame.extended\\3.8.0\\monogame.extended.3.8.0.nupkg.sha512", + "C:\\Users\\Tamás\\.nuget\\packages\\monogame.framework.desktopgl\\3.8.1.303\\monogame.framework.desktopgl.3.8.1.303.nupkg.sha512", + "C:\\Users\\Tamás\\.nuget\\packages\\newtonsoft.json\\12.0.3\\newtonsoft.json.12.0.3.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file