diff --git a/.idea/.idea.Arkanoidv3.0/.idea/.gitignore b/.idea/.idea.Arkanoidv3.0/.idea/.gitignore new file mode 100644 index 0000000..0cd1fbb --- /dev/null +++ b/.idea/.idea.Arkanoidv3.0/.idea/.gitignore @@ -0,0 +1,11 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/.idea.Arkanoidv3.0.iml +/projectSettingsUpdater.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.Arkanoidv3.0/.idea/.name b/.idea/.idea.Arkanoidv3.0/.idea/.name new file mode 100644 index 0000000..5e7aa80 --- /dev/null +++ b/.idea/.idea.Arkanoidv3.0/.idea/.name @@ -0,0 +1 @@ +Arkanoidv3.0 \ No newline at end of file diff --git a/.idea/.idea.Arkanoidv3.0/.idea/discord.xml b/.idea/.idea.Arkanoidv3.0/.idea/discord.xml new file mode 100644 index 0000000..d8e9561 --- /dev/null +++ b/.idea/.idea.Arkanoidv3.0/.idea/discord.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.Arkanoidv3.0/.idea/encodings.xml b/.idea/.idea.Arkanoidv3.0/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.Arkanoidv3.0/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.Arkanoidv3.0/.idea/indexLayout.xml b/.idea/.idea.Arkanoidv3.0/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.Arkanoidv3.0/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.Arkanoidv3.0/.idea/vcs.xml b/.idea/.idea.Arkanoidv3.0/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.Arkanoidv3.0/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.vs/Arkanoidv3.0/project-colors.json b/.vs/Arkanoidv3.0/project-colors.json new file mode 100644 index 0000000..9ce654a --- /dev/null +++ b/.vs/Arkanoidv3.0/project-colors.json @@ -0,0 +1,11 @@ +{ + "Version": 1, + "ProjectMap": { + "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": { + "ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3", + "DisplayName": "Прочие файлы", + "ColorIndex": -1 + } + }, + "NextColorIndex": 0 +} \ No newline at end of file diff --git a/.vs/Arkanoidv3.0/v17/.futdcache.v1 b/.vs/Arkanoidv3.0/v17/.futdcache.v1 new file mode 100644 index 0000000..72ba0cf Binary files /dev/null and b/.vs/Arkanoidv3.0/v17/.futdcache.v1 differ diff --git a/.vs/Arkanoidv3.0/v17/.suo b/.vs/Arkanoidv3.0/v17/.suo new file mode 100644 index 0000000..d533201 Binary files /dev/null and b/.vs/Arkanoidv3.0/v17/.suo differ diff --git a/Arkanoidv3.0/.gitignore b/Arkanoidv3.0/.gitignore new file mode 100644 index 0000000..1557d7e --- /dev/null +++ b/Arkanoidv3.0/.gitignore @@ -0,0 +1,2 @@ +/obj/Debug/netcoreapp3.1 +/Content/obj/ \ No newline at end of file diff --git a/Arkanoidv3.0/Classes/Ball.cs b/Arkanoidv3.0/Classes/Ball.cs index 6103fd7..9ebe833 100644 --- a/Arkanoidv3.0/Classes/Ball.cs +++ b/Arkanoidv3.0/Classes/Ball.cs @@ -11,8 +11,8 @@ using System.IO; using System; using System.Linq; -using MonoGame_Textbox; -using MonoGame_Test; +//using MonoGame_Textbox; +//using MonoGame_Test; namespace Arkanoid.Classes { diff --git a/Arkanoidv3.0/Classes/NameEnter.cs b/Arkanoidv3.0/Classes/NameEnter.cs index af8a1e4..3375ed6 100644 --- a/Arkanoidv3.0/Classes/NameEnter.cs +++ b/Arkanoidv3.0/Classes/NameEnter.cs @@ -6,8 +6,8 @@ using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Media; -using MonoGame_Textbox; -using MonoGame_Test; +//using MonoGame_Textbox; +//using MonoGame_Test; using Microsoft.Xna.Framework.Content; namespace Arkanoid.Classes diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/.mgcontent index a0b7e0b..d162498 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/.mgcontent @@ -4,23 +4,23 @@ Windows - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Background.jpg - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Ball.png - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Brick.png - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/cube2.png - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion.wav - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion2.wav - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion3.wav - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameFont.spritefont - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameOver.wav - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameOverFont.spritefont - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/MainSong.mp3 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/MenuSong.wav - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/newfon3.jpg - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Platform.jpg - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/PlatformCollide.wav - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Select.wav - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/sky.jpg + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Background.jpg + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Ball.png + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Brick.png + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/cube2.png + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion.wav + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion2.wav + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion3.wav + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameFont.spritefont + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameOver.wav + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameOverFont.spritefont + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/MainSong.mp3 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/MenuSong.wav + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/newfon3.jpg + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Platform.jpg + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/PlatformCollide.wav + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Select.wav + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/sky.jpg diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/Background.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/Background.mgcontent index a739e38..f2fe639 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/Background.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/Background.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Background.jpg - 2021-06-23T17:18:03.4743057+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Background.xnb - 2021-12-21T19:52:33.6799339+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Background.jpg + 2022-01-06T14:04:33.9830299+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Background.xnb + 2022-03-07T20:51:44.4568534+03:00 TextureImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 TextureProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 ColorKeyColor 255,0,255,255 diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/Ball.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/Ball.mgcontent index 5eb0694..b770014 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/Ball.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/Ball.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Ball.png - 2021-06-23T16:14:18.4372891+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Ball.xnb - 2021-12-21T19:52:33.6965952+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Ball.png + 2022-01-06T14:04:33.9836321+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Ball.xnb + 2022-03-07T20:51:44.4775402+03:00 TextureImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 TextureProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 ColorKeyColor 255,0,255,255 diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/Brick.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/Brick.mgcontent index 5cebb60..9450c96 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/Brick.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/Brick.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Brick.png - 2021-06-25T11:42:58.7430092+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Brick.xnb - 2021-12-21T19:52:33.7011656+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Brick.png + 2022-01-06T14:04:33.9836321+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Brick.xnb + 2022-03-07T20:51:44.4830626+03:00 TextureImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 TextureProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 ColorKeyColor 255,0,255,255 diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/Explosion.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/Explosion.mgcontent index 9871d93..5bbf5cc 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/Explosion.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/Explosion.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion.wav - 2021-06-25T12:29:58.2060844+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Explosion.xnb - 2021-12-21T19:52:34.4502299+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion.wav + 2022-01-06T14:04:33.9847436+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Explosion.xnb + 2022-03-07T20:51:46.1724605+03:00 WavImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 SoundEffectProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 Quality Best diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/Explosion2.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/Explosion2.mgcontent index 00b9252..e17c39f 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/Explosion2.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/Explosion2.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion2.wav - 2021-06-25T12:50:43.9254093+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Explosion2.xnb - 2021-12-21T19:52:34.8904578+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion2.wav + 2022-01-06T14:04:33.9847436+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Explosion2.xnb + 2022-03-07T20:51:47.9199878+03:00 WavImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 SoundEffectProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 Quality Best diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/Explosion3.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/Explosion3.mgcontent index 5648d3a..7f7cdfe 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/Explosion3.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/Explosion3.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion3.wav - 2021-06-25T12:50:59.1766218+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Explosion3.xnb - 2021-12-21T19:52:35.2525002+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion3.wav + 2022-01-06T14:04:33.9858343+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Explosion3.xnb + 2022-03-07T20:51:50.2194409+03:00 WavImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 SoundEffectProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 Quality Best diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/GameFont.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/GameFont.mgcontent index 668656b..a4ff764 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/GameFont.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/GameFont.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameFont.spritefont - 2021-06-25T12:06:54.9735407+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/GameFont.xnb - 2021-12-21T19:52:35.6789087+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameFont.spritefont + 2022-01-06T14:04:33.9858343+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/GameFont.xnb + 2022-03-07T20:51:50.2214348+03:00 FontDescriptionImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 FontDescriptionProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 PremultiplyAlpha True diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/GameOver.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/GameOver.mgcontent index 4bdbba7..056777b 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/GameOver.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/GameOver.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameOver.wav - 2021-06-25T15:36:55.6283968+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/GameOver.xnb - 2021-12-21T19:52:36.0964276+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameOver.wav + 2022-01-06T14:04:33.9868331+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/GameOver.xnb + 2022-03-07T20:51:52.0200755+03:00 WavImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 SoundEffectProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 Quality Best diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/GameOverFont.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/GameOverFont.mgcontent index a0accc3..97e3491 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/GameOverFont.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/GameOverFont.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameOverFont.spritefont - 2021-06-24T14:44:17.8125911+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/GameOverFont.xnb - 2021-12-21T19:52:36.1433016+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameOverFont.spritefont + 2022-01-06T14:04:33.9868331+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/GameOverFont.xnb + 2022-03-07T20:51:52.1618159+03:00 FontDescriptionImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 FontDescriptionProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 PremultiplyAlpha True diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/MainSong.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/MainSong.mgcontent index bb53fad..c118c00 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/MainSong.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/MainSong.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/MainSong.mp3 - 2021-06-27T13:07:03.6315477+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/MainSong.xnb - 2021-12-21T19:52:36.8893594+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/MainSong.mp3 + 2022-01-06T14:04:33.9908222+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/MainSong.xnb + 2022-03-07T20:51:54.0779486+03:00 Mp3Importer - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 SongProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 Quality Best @@ -15,6 +15,6 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/MainSong.wma + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/MainSong.wma \ No newline at end of file diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/MenuSong.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/MenuSong.mgcontent index a56946e..0fe8300 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/MenuSong.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/MenuSong.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/MenuSong.wav - 2021-06-25T15:09:05.3602954+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/MenuSong.xnb - 2021-12-21T19:52:37.5257045+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/MenuSong.wav + 2022-01-06T14:04:33.9908222+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/MenuSong.xnb + 2022-03-07T20:51:55.5160383+03:00 WavImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 SoundEffectProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 Quality Best diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/Platform.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/Platform.mgcontent index 94d6f18..ada52cd 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/Platform.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/Platform.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Platform.jpg - 2021-06-23T17:17:35.9506155+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Platform.xnb - 2021-12-21T19:52:37.9895006+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Platform.jpg + 2022-01-06T14:04:33.9918196+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Platform.xnb + 2022-03-07T20:51:55.7281221+03:00 TextureImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 TextureProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 ColorKeyColor 255,0,255,255 diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/PlatformCollide.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/PlatformCollide.mgcontent index 89b9928..7b700ee 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/PlatformCollide.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/PlatformCollide.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/PlatformCollide.wav - 2021-06-25T17:51:32.586786+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/PlatformCollide.xnb - 2021-12-21T19:52:38.3587003+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/PlatformCollide.wav + 2022-01-06T14:04:33.9918196+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/PlatformCollide.xnb + 2022-03-07T20:51:57.5241239+03:00 WavImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 SoundEffectProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 Quality Best diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/Select.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/Select.mgcontent index 7e040a8..c5e6ceb 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/Select.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/Select.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Select.wav - 2021-06-25T15:20:21.0860916+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Select.xnb - 2021-12-21T19:52:38.6978754+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Select.wav + 2022-01-06T14:04:33.9918196+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Select.xnb + 2022-03-07T20:51:59.0728511+03:00 WavImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 SoundEffectProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 Quality Best diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/cube2.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/cube2.mgcontent index 90c0b2b..c9319b9 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/cube2.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/cube2.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/cube2.png - 2021-06-27T10:39:26+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/cube2.xnb - 2021-12-21T19:52:33.7051485+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/cube2.png + 2022-01-06T14:04:34.2043411+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/cube2.xnb + 2022-03-07T20:51:44.4870638+03:00 TextureImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 TextureProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 ColorKeyColor 255,0,255,255 diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/newfon3.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/newfon3.mgcontent index 058f0c8..d7306ce 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/newfon3.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/newfon3.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/newfon3.jpg - 2021-06-26T17:25:50+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/newfon3.xnb - 2021-12-21T19:52:37.9815204+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/newfon3.jpg + 2022-01-06T14:04:34.2053383+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/newfon3.xnb + 2022-03-07T20:51:55.7186082+03:00 TextureImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 TextureProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 ColorKeyColor 255,0,255,255 diff --git a/Arkanoidv3.0/Content/obj/Windows/Content/sky.mgcontent b/Arkanoidv3.0/Content/obj/Windows/Content/sky.mgcontent index 7885d0b..dded5c1 100644 --- a/Arkanoidv3.0/Content/obj/Windows/Content/sky.mgcontent +++ b/Arkanoidv3.0/Content/obj/Windows/Content/sky.mgcontent @@ -1,13 +1,13 @@ - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/sky.jpg - 2021-06-24T18:41:34.6049197+03:00 - C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/sky.xnb - 2021-12-21T19:52:38.8703012+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/sky.jpg + 2022-01-06T14:04:34.2163959+03:00 + C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/sky.xnb + 2022-03-07T20:51:59.1889242+03:00 TextureImporter - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 TextureProcessor - 2020-08-10T16:17:54+03:00 + 2020-08-10T19:17:54+03:00 ColorKeyColor 255,0,255,255 diff --git a/Arkanoidv3.0/Game1.cs b/Arkanoidv3.0/Game1.cs index 2e74673..f9e0d31 100644 --- a/Arkanoidv3.0/Game1.cs +++ b/Arkanoidv3.0/Game1.cs @@ -9,8 +9,8 @@ using System.IO; using System; using System.Linq; -using MonoGame_Textbox; -using MonoGame_Test; +//using MonoGame_Textbox; +//using MonoGame_Test; namespace Arkanoid { @@ -26,7 +26,7 @@ namespace Arkanoid "complete ten levels using the platform \n" + "to control the ball!", new Vector2(0, 100), Color.Yellow); - public static GameState gameState = GameState.NameEnter; + public static GameState gameState = GameState.Menu; public GraphicsDeviceManager _graphics; private SpriteBatch _spriteBatch; public string f; @@ -49,7 +49,7 @@ namespace Arkanoid public Song song; NameEnter nameEnter = new NameEnter(); History history = new History(); - public TextBox textBox; + //public TextBox textBox; public SpriteFont font; public Rectangle viewport; public static bool isBoss = false; @@ -65,7 +65,7 @@ namespace Arkanoid _graphics.PreferredBackBufferHeight = 600; f = score.ToString(); lab1 = new Label("Score " + f, new Vector2(0, 50), Color.Yellow); - MonoGame_Textbox.KeyboardInput.Initialize(this, 500f, 20); + //MonoGame_Textbox.KeyboardInput.Initialize(this, 500f, 20); // _graphics.IsFullScreen = true; } @@ -107,21 +107,21 @@ namespace Arkanoid MediaPlayer.MediaStateChanged += MediaPlayer_MediaStateChanged; font = Content.Load("GameFont"); viewport = new Rectangle(280, 200, 200, 100); - textBox = new TextBox(viewport, 30, "", GraphicsDevice, font, Color.White, Color.DarkGreen, 30); - textBox.EnterDown += Enter; - textBox.Active = true; + //textBox = new TextBox(viewport, 30, "", GraphicsDevice, font, Color.White, Color.DarkGreen, 30); + //textBox.EnterDown += Enter; + //textBox.Active = true; } void MediaPlayer_MediaStateChanged(object sender, System.EventArgs e) { MediaPlayer.Volume = 40; } - private void Enter(object sender, MonoGame_Textbox.KeyboardInput.KeyEventArgs e) + private void Enter(object sender/*, MonoGame_Textbox.KeyboardInput.KeyEventArgs */) { - name = textBox.Text.String; + //name = textBox.Text.String; er.Text = "Your name: " + name; gameState = GameState.Menu; - textBox.Active = false; + //textBox.Active = false; menu.prevKeyboard = Keyboard.GetState(); } @@ -143,7 +143,7 @@ namespace Arkanoid // gameover.Update(_spriteBatch); break; case GameState.Menu: - MonoGame_Textbox.KeyboardInput.Update(); + //MonoGame_Textbox.KeyboardInput.Update(); background.Update(); menu.Update(song); break; @@ -162,8 +162,8 @@ namespace Arkanoid break; case GameState.NameEnter: background.Update(); - MonoGame_Textbox.KeyboardInput.Update(); - textBox.Update(); + //MonoGame_Textbox.KeyboardInput.Update(); + //textBox.Update(); break; case GameState.History: background.Update(); @@ -248,9 +248,9 @@ namespace Arkanoid break; case GameState.NameEnter: background.Draw(_spriteBatch); - textBox.Draw(_spriteBatch); + //textBox.Draw(_spriteBatch); yourname.Draw(_spriteBatch); - _spriteBatch.DrawRectangle(viewport, Color.Red, 1f, 1f); + //_spriteBatch.DrawRectangle(viewport, Color.Red, 1f, 1f); break; case GameState.History: background.Draw(_spriteBatch); diff --git a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.deps.json b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.deps.json index 6c12f97..69fad9e 100644 --- a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.deps.json +++ b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.deps.json @@ -9,8 +9,7 @@ "Arkanoidv3.0/1.0.0": { "dependencies": { "MonoGame.Content.Builder.Task": "3.8.0.1641", - "MonoGame.Framework.WindowsDX": "3.8.0.1641", - "Textbox_2019": "1.0.0.0" + "MonoGame.Framework.WindowsDX": "3.8.0.1641" }, "runtime": { "Arkanoidv3.0.dll": {} @@ -1481,14 +1480,6 @@ "System.Xml.XDocument": "4.0.11", "System.Xml.XPath": "4.0.1" } - }, - "Textbox_2019/1.0.0.0": { - "runtime": { - "Textbox_2019.dll": { - "assemblyVersion": "1.0.0.0", - "fileVersion": "1.0.0.0" - } - } } } }, @@ -2344,11 +2335,6 @@ "sha512": "sha512-FLhdYJx4331oGovQypQ8JIw2kEmNzCsjVOVYY/16kZTUoquZG85oVn7yUhBE2OZt1yGPSXAL0HTEfzjlbNpM7Q==", "path": "system.xml.xpath.xdocument/4.0.1", "hashPath": "system.xml.xpath.xdocument.4.0.1.nupkg.sha512" - }, - "Textbox_2019/1.0.0.0": { - "type": "reference", - "serviceable": false, - "sha512": "" } } } \ No newline at end of file diff --git a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.dll b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.dll index 365d36c..e3f2d29 100644 Binary files a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.dll and b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.dll differ diff --git a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.exe b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.exe index c67f0f3..b95ab5d 100644 Binary files a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.exe and b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.exe differ diff --git a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.pdb b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.pdb index 00acee7..5b08581 100644 Binary files a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.pdb and b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.pdb differ diff --git a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.runtimeconfig.dev.json b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.runtimeconfig.dev.json index 9293ba7..a5aedd4 100644 --- a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.runtimeconfig.dev.json +++ b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/Arkanoidv3.0.runtimeconfig.dev.json @@ -1,8 +1,8 @@ { "runtimeOptions": { "additionalProbingPaths": [ - "C:\\Users\\Semejkin_AV\\.dotnet\\store\\|arch|\\|tfm|", - "C:\\Users\\Semejkin_AV\\.nuget\\packages" + "C:\\Users\\Anndr\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Anndr\\.nuget\\packages" ] } } \ No newline at end of file diff --git a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/GameHistory.txt b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/GameHistory.txt index 6c0a943..eff65d0 100644 --- a/Arkanoidv3.0/bin/Debug/netcoreapp3.1/GameHistory.txt +++ b/Arkanoidv3.0/bin/Debug/netcoreapp3.1/GameHistory.txt @@ -8,3 +8,7 @@ Player: TEST2, score: 2 Player: MRH, score: 7 Player: MRH, score: 1 Player: MRH, score: 7 +Player: gggguyggh, score: 0 +Player: gggguyggh, score: 9 +Player: , score: 1 +Player: , score: 4 diff --git a/Arkanoidv3.0/obj/Arkanoidv3.0.csproj.nuget.dgspec.json b/Arkanoidv3.0/obj/Arkanoidv3.0.csproj.nuget.dgspec.json index 600f438..51fd809 100644 --- a/Arkanoidv3.0/obj/Arkanoidv3.0.csproj.nuget.dgspec.json +++ b/Arkanoidv3.0/obj/Arkanoidv3.0.csproj.nuget.dgspec.json @@ -1,20 +1,20 @@ { "format": 1, "restore": { - "C:\\Users\\Semejkin_AV\\Downloads\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0.csproj": {} + "C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\Arkanoidv3.0.csproj": {} }, "projects": { - "C:\\Users\\Semejkin_AV\\Downloads\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0.csproj": { + "C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\Arkanoidv3.0.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\Downloads\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0.csproj", + "projectUniqueName": "C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\Arkanoidv3.0.csproj", "projectName": "Arkanoidv3.0", - "projectPath": "C:\\Users\\Semejkin_AV\\Downloads\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0.csproj", - "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\Downloads\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0\\obj\\", + "projectPath": "C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\Arkanoidv3.0.csproj", + "packagesPath": "C:\\Users\\Anndr\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ - "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Anndr\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -60,9 +60,21 @@ "assetTargetFallback": true, "warn": true, "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[3.1.10, 3.1.10]" + }, { "name": "Microsoft.NETCore.App.Host.win-x64", - "version": "[3.1.18, 3.1.18]" + "version": "[3.1.22, 3.1.22]" + }, + { + "name": "Microsoft.NETCore.App.Ref", + "version": "[3.1.0, 3.1.0]" + }, + { + "name": "Microsoft.WindowsDesktop.App.Ref", + "version": "[3.1.0, 3.1.0]" } ], "frameworkReferences": { @@ -73,7 +85,7 @@ "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100-rc.1.21458.32\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json" } } } diff --git a/Arkanoidv3.0/obj/Arkanoidv3.0.csproj.nuget.g.props b/Arkanoidv3.0/obj/Arkanoidv3.0.csproj.nuget.g.props index 94cbad0..0d3c64f 100644 --- a/Arkanoidv3.0/obj/Arkanoidv3.0.csproj.nuget.g.props +++ b/Arkanoidv3.0/obj/Arkanoidv3.0.csproj.nuget.g.props @@ -5,18 +5,18 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\Semejkin_AV\.nuget\packages\ + C:\Users\Anndr\.nuget\packages\ PackageReference - 6.0.0 + 6.0.1 - + - C:\Users\Semejkin_AV\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0 - C:\Users\Semejkin_AV\.nuget\packages\monogame.content.builder.task\3.8.0.1641 + C:\Users\Anndr\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0 + C:\Users\Anndr\.nuget\packages\monogame.content.builder.task\3.8.0.1641 \ No newline at end of file diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.AssemblyInfo.cs b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.AssemblyInfo.cs index d8490a0..03b0ce5 100644 --- a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.AssemblyInfo.cs +++ b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.AssemblyInfo.cs @@ -1,7 +1,6 @@ //------------------------------------------------------------------------------ // // 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. diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.GeneratedMSBuildEditorConfig.editorconfig b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.GeneratedMSBuildEditorConfig.editorconfig index 9989cd0..c02f0f0 100644 --- a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.GeneratedMSBuildEditorConfig.editorconfig +++ b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.GeneratedMSBuildEditorConfig.editorconfig @@ -6,4 +6,4 @@ build_property.ApplicationHighDpiMode = build_property.ApplicationUseCompatibleTextRendering = build_property.ApplicationVisualStyles = build_property.RootNamespace = Arkanoidv3.0 -build_property.ProjectDir = C:\Users\Semejkin_AV\Downloads\Arkanoidv3.0\Arkanoidv3.0\Arkanoidv3.0\ +build_property.ProjectDir = C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\ diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.assets.cache b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.assets.cache index 116e276..602fdfb 100644 Binary files a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.assets.cache and b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.assets.cache differ diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.AssemblyReference.cache b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.AssemblyReference.cache index 204fdef..4dec919 100644 Binary files a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.AssemblyReference.cache and b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.AssemblyReference.cache differ diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.CoreCompileInputs.cache b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.CoreCompileInputs.cache index e7e2167..70b8241 100644 --- a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.CoreCompileInputs.cache +++ b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -76e6a321743a4871d4031cb5b9fdc21ee8d7b41f +a4e5fb3bdd373f508dead004382d5fa83f05803e diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.FileListAbsolute.txt b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.FileListAbsolute.txt index 514b698..58754b5 100644 --- a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.FileListAbsolute.txt +++ b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.csproj.FileListAbsolute.txt @@ -61,3 +61,58 @@ C:\Users\Semejkin_AV\Downloads\Arkanoidv3.0\Arkanoidv3.0\Arkanoidv3.0\obj\Debug\ C:\Users\Semejkin_AV\Downloads\Arkanoidv3.0\Arkanoidv3.0\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.csproj.CoreCompileInputs.cache C:\Users\Semejkin_AV\Downloads\Arkanoidv3.0\Arkanoidv3.0\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.dll C:\Users\Semejkin_AV\Downloads\Arkanoidv3.0\Arkanoidv3.0\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.pdb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.pdb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.csproj.AssemblyReference.cache +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.AssemblyInfoInputs.cache +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.AssemblyInfo.cs +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.csproj.CoreCompileInputs.cache +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\Background.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\Ball.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\Brick.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\cube2.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\Explosion.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\Explosion2.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\Explosion3.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\GameFont.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\GameOver.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\GameOverFont.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\MainSong.wma +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\MainSong.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\MenuSong.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\newfon3.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\Platform.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\PlatformCollide.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\Select.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Content\sky.xnb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Arkanoidv3.0.exe +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Arkanoidv3.0.deps.json +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Arkanoidv3.0.runtimeconfig.json +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Arkanoidv3.0.runtimeconfig.dev.json +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Arkanoidv3.0.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Arkanoidv3.0.pdb +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.CSharp.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Microsoft.CodeAnalysis.VisualBasic.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\Microsoft.VisualBasic.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\MonoGame.Framework.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\SharpDX.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\SharpDX.Direct2D1.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\SharpDX.Direct3D11.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\SharpDX.Direct3D9.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\SharpDX.DXGI.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\SharpDX.Mathematics.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\SharpDX.MediaFoundation.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\SharpDX.XAudio2.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\SharpDX.XInput.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\runtimes\debian-x64\native\libuv.so +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\runtimes\fedora-x64\native\libuv.so +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\runtimes\opensuse-x64\native\libuv.so +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\runtimes\osx\native\libuv.dylib +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\runtimes\rhel-x64\native\libuv.so +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\runtimes\win7-arm\native\libuv.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\runtimes\win7-x64\native\libuv.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\bin\Debug\netcoreapp3.1\runtimes\win7-x86\native\libuv.dll +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.csproj.CopyComplete +C:\Users\Anndr\Documents\GitHub\Arkanoid\Arkanoidv3.0\obj\Debug\netcoreapp3.1\Arkanoidv3.0.genruntimeconfig.cache diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.dll b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.dll index 365d36c..e3f2d29 100644 Binary files a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.dll and b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.dll differ diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.genruntimeconfig.cache b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.genruntimeconfig.cache index e75c094..f5dac21 100644 --- a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.genruntimeconfig.cache +++ b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.genruntimeconfig.cache @@ -1 +1 @@ -9b2781065e1bee7eb8f7d7e9dee55e7b98e9ce90 +89958d0906c00e93e22f37af45137d59c716eea3 diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.pdb b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.pdb index 00acee7..5b08581 100644 Binary files a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.pdb and b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/Arkanoidv3.0.pdb differ diff --git a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/apphost.exe b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/apphost.exe index 9403736..b95ab5d 100644 Binary files a/Arkanoidv3.0/obj/Debug/netcoreapp3.1/apphost.exe and b/Arkanoidv3.0/obj/Debug/netcoreapp3.1/apphost.exe differ diff --git a/Arkanoidv3.0/obj/project.assets.json b/Arkanoidv3.0/obj/project.assets.json index 7994cab..838c28e 100644 --- a/Arkanoidv3.0/obj/project.assets.json +++ b/Arkanoidv3.0/obj/project.assets.json @@ -7380,19 +7380,19 @@ ] }, "packageFolders": { - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\": {} + "C:\\Users\\Anndr\\.nuget\\packages\\": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\Users\\Semejkin_AV\\Downloads\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0.csproj", + "projectUniqueName": "C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\Arkanoidv3.0.csproj", "projectName": "Arkanoidv3.0", - "projectPath": "C:\\Users\\Semejkin_AV\\Downloads\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0.csproj", - "packagesPath": "C:\\Users\\Semejkin_AV\\.nuget\\packages\\", - "outputPath": "C:\\Users\\Semejkin_AV\\Downloads\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0\\obj\\", + "projectPath": "C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\Arkanoidv3.0.csproj", + "packagesPath": "C:\\Users\\Anndr\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ - "C:\\Users\\Semejkin_AV\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\Anndr\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -7438,9 +7438,21 @@ "assetTargetFallback": true, "warn": true, "downloadDependencies": [ + { + "name": "Microsoft.AspNetCore.App.Ref", + "version": "[3.1.10, 3.1.10]" + }, { "name": "Microsoft.NETCore.App.Host.win-x64", - "version": "[3.1.18, 3.1.18]" + "version": "[3.1.22, 3.1.22]" + }, + { + "name": "Microsoft.NETCore.App.Ref", + "version": "[3.1.0, 3.1.0]" + }, + { + "name": "Microsoft.WindowsDesktop.App.Ref", + "version": "[3.1.0, 3.1.0]" } ], "frameworkReferences": { @@ -7451,7 +7463,7 @@ "privateAssets": "none" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.100-rc.1.21458.32\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json" } } } diff --git a/Arkanoidv3.0/obj/project.nuget.cache b/Arkanoidv3.0/obj/project.nuget.cache index cdc095e..39313e7 100644 --- a/Arkanoidv3.0/obj/project.nuget.cache +++ b/Arkanoidv3.0/obj/project.nuget.cache @@ -1,131 +1,134 @@ { "version": 2, - "dgSpecHash": "Tovr5Qol2ia9qZyiG7m25NpTGA98wbiFpL7r3ViaE/Y9FU//VatM6RDrpUbRq+QQZ43MuYrInz4P7/ZMD+m8Lg==", + "dgSpecHash": "HKRQMFQMqywjWMj5tRtBaiV1EYb38GM11U7DQagLz+rZqb0+xrcB1lP5yzw3wDNsC1HMwRo4qquS0TacQMTu1w==", "success": true, - "projectFilePath": "C:\\Users\\Semejkin_AV\\Downloads\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0\\Arkanoidv3.0.csproj", + "projectFilePath": "C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\Arkanoidv3.0.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", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.codeanalysis.common\\1.3.0\\microsoft.codeanalysis.common.1.3.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.codeanalysis.csharp\\1.3.0\\microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.codeanalysis.visualbasic\\1.3.0\\microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.csharp\\4.0.1\\microsoft.csharp.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.app\\1.0.5\\microsoft.netcore.app.1.0.5.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.dotnethost\\1.0.1\\microsoft.netcore.dotnethost.1.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.dotnethostpolicy\\1.0.5\\microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.dotnethostresolver\\1.0.1\\microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.jit\\1.0.7\\microsoft.netcore.jit.1.0.7.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.platforms\\1.0.2\\microsoft.netcore.platforms.1.0.2.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.runtime.coreclr\\1.0.7\\microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.targets\\1.0.3\\microsoft.netcore.targets.1.0.3.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.windows.apisets\\1.0.1\\microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.visualbasic\\10.0.1\\microsoft.visualbasic.10.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.win32.primitives\\4.0.1\\microsoft.win32.primitives.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.win32.registry\\4.0.0\\microsoft.win32.registry.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\monogame.content.builder.task\\3.8.0.1641\\monogame.content.builder.task.3.8.0.1641.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\monogame.framework.windowsdx\\3.8.0.1641\\monogame.framework.windowsdx.3.8.0.1641.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\netstandard.library\\1.6.0\\netstandard.library.1.6.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\runtime.native.system\\4.0.0\\runtime.native.system.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\runtime.native.system.io.compression\\4.1.0\\runtime.native.system.io.compression.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\runtime.native.system.net.http\\4.0.1\\runtime.native.system.net.http.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\runtime.native.system.net.security\\4.0.1\\runtime.native.system.net.security.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\runtime.native.system.security.cryptography\\4.0.1\\runtime.native.system.security.cryptography.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\sharpdx\\4.0.1\\sharpdx.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\sharpdx.direct2d1\\4.0.1\\sharpdx.direct2d1.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\sharpdx.direct3d11\\4.0.1\\sharpdx.direct3d11.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\sharpdx.direct3d9\\4.0.1\\sharpdx.direct3d9.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\sharpdx.dxgi\\4.0.1\\sharpdx.dxgi.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\sharpdx.mathematics\\4.0.1\\sharpdx.mathematics.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\sharpdx.mediafoundation\\4.0.1\\sharpdx.mediafoundation.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\sharpdx.xaudio2\\4.0.1\\sharpdx.xaudio2.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\sharpdx.xinput\\4.0.1\\sharpdx.xinput.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.appcontext\\4.1.0\\system.appcontext.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.buffers\\4.0.0\\system.buffers.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.collections\\4.0.11\\system.collections.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.collections.concurrent\\4.0.12\\system.collections.concurrent.4.0.12.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.collections.immutable\\1.2.0\\system.collections.immutable.1.2.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.componentmodel\\4.0.1\\system.componentmodel.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.componentmodel.annotations\\4.1.0\\system.componentmodel.annotations.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.console\\4.0.0\\system.console.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.diagnostics.debug\\4.0.11\\system.diagnostics.debug.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.0.0\\system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.diagnostics.fileversioninfo\\4.0.0\\system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.diagnostics.process\\4.1.0\\system.diagnostics.process.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.diagnostics.stacktrace\\4.0.1\\system.diagnostics.stacktrace.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.diagnostics.tools\\4.0.1\\system.diagnostics.tools.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.diagnostics.tracing\\4.1.0\\system.diagnostics.tracing.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.globalization\\4.0.11\\system.globalization.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.globalization.calendars\\4.0.1\\system.globalization.calendars.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.globalization.extensions\\4.0.1\\system.globalization.extensions.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.io\\4.1.0\\system.io.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.io.compression\\4.1.0\\system.io.compression.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.io.compression.zipfile\\4.0.1\\system.io.compression.zipfile.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.io.filesystem\\4.0.1\\system.io.filesystem.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.io.filesystem.primitives\\4.0.1\\system.io.filesystem.primitives.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.io.filesystem.watcher\\4.0.0\\system.io.filesystem.watcher.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.io.memorymappedfiles\\4.0.0\\system.io.memorymappedfiles.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.io.unmanagedmemorystream\\4.0.1\\system.io.unmanagedmemorystream.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.linq\\4.1.0\\system.linq.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.linq.expressions\\4.1.1\\system.linq.expressions.4.1.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.linq.parallel\\4.0.1\\system.linq.parallel.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.linq.queryable\\4.0.1\\system.linq.queryable.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.net.http\\4.1.2\\system.net.http.4.1.2.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.net.nameresolution\\4.0.0\\system.net.nameresolution.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.net.primitives\\4.0.11\\system.net.primitives.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.net.requests\\4.0.11\\system.net.requests.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.net.security\\4.0.1\\system.net.security.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.net.sockets\\4.1.0\\system.net.sockets.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.net.webheadercollection\\4.0.1\\system.net.webheadercollection.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.numerics.vectors\\4.1.1\\system.numerics.vectors.4.1.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.objectmodel\\4.0.12\\system.objectmodel.4.0.12.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.reflection\\4.1.0\\system.reflection.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.reflection.dispatchproxy\\4.0.1\\system.reflection.dispatchproxy.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.reflection.emit\\4.0.1\\system.reflection.emit.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.0.1\\system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.reflection.emit.lightweight\\4.0.1\\system.reflection.emit.lightweight.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.reflection.extensions\\4.0.1\\system.reflection.extensions.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.reflection.metadata\\1.3.0\\system.reflection.metadata.1.3.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.reflection.primitives\\4.0.1\\system.reflection.primitives.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.reflection.typeextensions\\4.1.0\\system.reflection.typeextensions.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.resources.reader\\4.0.0\\system.resources.reader.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.resources.resourcemanager\\4.0.1\\system.resources.resourcemanager.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.runtime\\4.1.0\\system.runtime.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.runtime.extensions\\4.1.0\\system.runtime.extensions.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.runtime.handles\\4.0.1\\system.runtime.handles.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.runtime.interopservices\\4.1.0\\system.runtime.interopservices.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.0.0\\system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.runtime.loader\\4.0.0\\system.runtime.loader.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.runtime.numerics\\4.0.1\\system.runtime.numerics.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.claims\\4.0.1\\system.security.claims.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.cryptography.algorithms\\4.2.0\\system.security.cryptography.algorithms.4.2.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.cryptography.cng\\4.2.0\\system.security.cryptography.cng.4.2.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.cryptography.csp\\4.0.0\\system.security.cryptography.csp.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.cryptography.encoding\\4.0.0\\system.security.cryptography.encoding.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.cryptography.openssl\\4.0.0\\system.security.cryptography.openssl.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.cryptography.primitives\\4.0.0\\system.security.cryptography.primitives.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.1.0\\system.security.cryptography.x509certificates.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.principal\\4.0.1\\system.security.principal.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.security.principal.windows\\4.0.0\\system.security.principal.windows.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.text.encoding\\4.0.11\\system.text.encoding.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.text.encoding.codepages\\4.0.1\\system.text.encoding.codepages.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.text.encoding.extensions\\4.0.11\\system.text.encoding.extensions.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.text.regularexpressions\\4.1.0\\system.text.regularexpressions.4.1.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.threading\\4.0.11\\system.threading.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.threading.overlapped\\4.0.1\\system.threading.overlapped.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.threading.tasks\\4.0.11\\system.threading.tasks.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.threading.tasks.dataflow\\4.6.0\\system.threading.tasks.dataflow.4.6.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.threading.tasks.extensions\\4.0.0\\system.threading.tasks.extensions.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.threading.tasks.parallel\\4.0.1\\system.threading.tasks.parallel.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.threading.thread\\4.0.0\\system.threading.thread.4.0.0.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.threading.threadpool\\4.0.10\\system.threading.threadpool.4.0.10.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.threading.timer\\4.0.1\\system.threading.timer.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.xml.readerwriter\\4.0.11\\system.xml.readerwriter.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.xml.xdocument\\4.0.11\\system.xml.xdocument.4.0.11.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.xml.xmldocument\\4.0.1\\system.xml.xmldocument.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.xml.xpath\\4.0.1\\system.xml.xpath.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\system.xml.xpath.xdocument\\4.0.1\\system.xml.xpath.xdocument.4.0.1.nupkg.sha512", - "C:\\Users\\Semejkin_AV\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\3.1.18\\microsoft.netcore.app.host.win-x64.3.1.18.nupkg.sha512" + "C:\\Users\\Anndr\\.nuget\\packages\\libuv\\1.9.1\\libuv.1.9.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.codeanalysis.analyzers\\1.1.0\\microsoft.codeanalysis.analyzers.1.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.codeanalysis.common\\1.3.0\\microsoft.codeanalysis.common.1.3.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.codeanalysis.csharp\\1.3.0\\microsoft.codeanalysis.csharp.1.3.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.codeanalysis.visualbasic\\1.3.0\\microsoft.codeanalysis.visualbasic.1.3.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.csharp\\4.0.1\\microsoft.csharp.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.app\\1.0.5\\microsoft.netcore.app.1.0.5.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.dotnethost\\1.0.1\\microsoft.netcore.dotnethost.1.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.dotnethostpolicy\\1.0.5\\microsoft.netcore.dotnethostpolicy.1.0.5.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.dotnethostresolver\\1.0.1\\microsoft.netcore.dotnethostresolver.1.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.jit\\1.0.7\\microsoft.netcore.jit.1.0.7.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.platforms\\1.0.2\\microsoft.netcore.platforms.1.0.2.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.runtime.coreclr\\1.0.7\\microsoft.netcore.runtime.coreclr.1.0.7.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.targets\\1.0.3\\microsoft.netcore.targets.1.0.3.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.windows.apisets\\1.0.1\\microsoft.netcore.windows.apisets.1.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.visualbasic\\10.0.1\\microsoft.visualbasic.10.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.win32.primitives\\4.0.1\\microsoft.win32.primitives.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.win32.registry\\4.0.0\\microsoft.win32.registry.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\monogame.content.builder.task\\3.8.0.1641\\monogame.content.builder.task.3.8.0.1641.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\monogame.framework.windowsdx\\3.8.0.1641\\monogame.framework.windowsdx.3.8.0.1641.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\netstandard.library\\1.6.0\\netstandard.library.1.6.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\runtime.native.system\\4.0.0\\runtime.native.system.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\runtime.native.system.io.compression\\4.1.0\\runtime.native.system.io.compression.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\runtime.native.system.net.http\\4.0.1\\runtime.native.system.net.http.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\runtime.native.system.net.security\\4.0.1\\runtime.native.system.net.security.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\runtime.native.system.security.cryptography\\4.0.1\\runtime.native.system.security.cryptography.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\sharpdx\\4.0.1\\sharpdx.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\sharpdx.direct2d1\\4.0.1\\sharpdx.direct2d1.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\sharpdx.direct3d11\\4.0.1\\sharpdx.direct3d11.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\sharpdx.direct3d9\\4.0.1\\sharpdx.direct3d9.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\sharpdx.dxgi\\4.0.1\\sharpdx.dxgi.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\sharpdx.mathematics\\4.0.1\\sharpdx.mathematics.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\sharpdx.mediafoundation\\4.0.1\\sharpdx.mediafoundation.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\sharpdx.xaudio2\\4.0.1\\sharpdx.xaudio2.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\sharpdx.xinput\\4.0.1\\sharpdx.xinput.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.appcontext\\4.1.0\\system.appcontext.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.buffers\\4.0.0\\system.buffers.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.collections\\4.0.11\\system.collections.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.collections.concurrent\\4.0.12\\system.collections.concurrent.4.0.12.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.collections.immutable\\1.2.0\\system.collections.immutable.1.2.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.componentmodel\\4.0.1\\system.componentmodel.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.componentmodel.annotations\\4.1.0\\system.componentmodel.annotations.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.console\\4.0.0\\system.console.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.diagnostics.debug\\4.0.11\\system.diagnostics.debug.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.0.0\\system.diagnostics.diagnosticsource.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.diagnostics.fileversioninfo\\4.0.0\\system.diagnostics.fileversioninfo.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.diagnostics.process\\4.1.0\\system.diagnostics.process.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.diagnostics.stacktrace\\4.0.1\\system.diagnostics.stacktrace.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.diagnostics.tools\\4.0.1\\system.diagnostics.tools.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.diagnostics.tracing\\4.1.0\\system.diagnostics.tracing.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.dynamic.runtime\\4.0.11\\system.dynamic.runtime.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.globalization\\4.0.11\\system.globalization.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.globalization.calendars\\4.0.1\\system.globalization.calendars.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.globalization.extensions\\4.0.1\\system.globalization.extensions.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.io\\4.1.0\\system.io.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.io.compression\\4.1.0\\system.io.compression.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.io.compression.zipfile\\4.0.1\\system.io.compression.zipfile.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.io.filesystem\\4.0.1\\system.io.filesystem.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.io.filesystem.primitives\\4.0.1\\system.io.filesystem.primitives.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.io.filesystem.watcher\\4.0.0\\system.io.filesystem.watcher.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.io.memorymappedfiles\\4.0.0\\system.io.memorymappedfiles.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.io.unmanagedmemorystream\\4.0.1\\system.io.unmanagedmemorystream.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.linq\\4.1.0\\system.linq.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.linq.expressions\\4.1.1\\system.linq.expressions.4.1.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.linq.parallel\\4.0.1\\system.linq.parallel.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.linq.queryable\\4.0.1\\system.linq.queryable.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.net.http\\4.1.2\\system.net.http.4.1.2.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.net.nameresolution\\4.0.0\\system.net.nameresolution.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.net.primitives\\4.0.11\\system.net.primitives.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.net.requests\\4.0.11\\system.net.requests.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.net.security\\4.0.1\\system.net.security.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.net.sockets\\4.1.0\\system.net.sockets.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.net.webheadercollection\\4.0.1\\system.net.webheadercollection.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.numerics.vectors\\4.1.1\\system.numerics.vectors.4.1.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.objectmodel\\4.0.12\\system.objectmodel.4.0.12.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.reflection\\4.1.0\\system.reflection.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.reflection.dispatchproxy\\4.0.1\\system.reflection.dispatchproxy.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.reflection.emit\\4.0.1\\system.reflection.emit.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.0.1\\system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.reflection.emit.lightweight\\4.0.1\\system.reflection.emit.lightweight.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.reflection.extensions\\4.0.1\\system.reflection.extensions.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.reflection.metadata\\1.3.0\\system.reflection.metadata.1.3.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.reflection.primitives\\4.0.1\\system.reflection.primitives.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.reflection.typeextensions\\4.1.0\\system.reflection.typeextensions.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.resources.reader\\4.0.0\\system.resources.reader.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.resources.resourcemanager\\4.0.1\\system.resources.resourcemanager.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.runtime\\4.1.0\\system.runtime.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.runtime.extensions\\4.1.0\\system.runtime.extensions.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.runtime.handles\\4.0.1\\system.runtime.handles.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.runtime.interopservices\\4.1.0\\system.runtime.interopservices.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.0.0\\system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.runtime.loader\\4.0.0\\system.runtime.loader.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.runtime.numerics\\4.0.1\\system.runtime.numerics.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.claims\\4.0.1\\system.security.claims.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.cryptography.algorithms\\4.2.0\\system.security.cryptography.algorithms.4.2.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.cryptography.cng\\4.2.0\\system.security.cryptography.cng.4.2.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.cryptography.csp\\4.0.0\\system.security.cryptography.csp.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.cryptography.encoding\\4.0.0\\system.security.cryptography.encoding.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.cryptography.openssl\\4.0.0\\system.security.cryptography.openssl.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.cryptography.primitives\\4.0.0\\system.security.cryptography.primitives.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.1.0\\system.security.cryptography.x509certificates.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.principal\\4.0.1\\system.security.principal.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.security.principal.windows\\4.0.0\\system.security.principal.windows.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.text.encoding\\4.0.11\\system.text.encoding.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.text.encoding.codepages\\4.0.1\\system.text.encoding.codepages.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.text.encoding.extensions\\4.0.11\\system.text.encoding.extensions.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.text.regularexpressions\\4.1.0\\system.text.regularexpressions.4.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.threading\\4.0.11\\system.threading.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.threading.overlapped\\4.0.1\\system.threading.overlapped.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.threading.tasks\\4.0.11\\system.threading.tasks.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.threading.tasks.dataflow\\4.6.0\\system.threading.tasks.dataflow.4.6.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.threading.tasks.extensions\\4.0.0\\system.threading.tasks.extensions.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.threading.tasks.parallel\\4.0.1\\system.threading.tasks.parallel.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.threading.thread\\4.0.0\\system.threading.thread.4.0.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.threading.threadpool\\4.0.10\\system.threading.threadpool.4.0.10.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.threading.timer\\4.0.1\\system.threading.timer.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.xml.readerwriter\\4.0.11\\system.xml.readerwriter.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.xml.xdocument\\4.0.11\\system.xml.xdocument.4.0.11.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.xml.xmldocument\\4.0.1\\system.xml.xmldocument.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.xml.xpath\\4.0.1\\system.xml.xpath.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\system.xml.xpath.xdocument\\4.0.1\\system.xml.xpath.xdocument.4.0.1.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\3.1.22\\microsoft.netcore.app.host.win-x64.3.1.22.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\3.1.10\\microsoft.aspnetcore.app.ref.3.1.10.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\3.1.0\\microsoft.windowsdesktop.app.ref.3.1.0.nupkg.sha512", + "C:\\Users\\Anndr\\.nuget\\packages\\microsoft.netcore.app.ref\\3.1.0\\microsoft.netcore.app.ref.3.1.0.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/Arkanoidv3.0/obj/project.packagespec.json b/Arkanoidv3.0/obj/project.packagespec.json new file mode 100644 index 0000000..bce09e9 --- /dev/null +++ b/Arkanoidv3.0/obj/project.packagespec.json @@ -0,0 +1 @@ +"restore":{"projectUniqueName":"C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\Arkanoidv3.0.csproj","projectName":"Arkanoidv3.0","projectPath":"C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\Arkanoidv3.0.csproj","outputPath":"C:\\Users\\Anndr\\Documents\\GitHub\\Arkanoid\\Arkanoidv3.0\\obj\\","projectStyle":"PackageReference","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":{"MonoGame.Content.Builder.Task":{"target":"Package","version":"[3.8.0.1641, )"},"MonoGame.Framework.WindowsDX":{"target":"Package","version":"[3.8.0.1641, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"downloadDependencies":[{"name":"Microsoft.AspNetCore.App.Ref","version":"[3.1.10, 3.1.10]"},{"name":"Microsoft.NETCore.App.Host.win-x64","version":"[3.1.22, 3.1.22]"},{"name":"Microsoft.NETCore.App.Ref","version":"[3.1.0, 3.1.0]"},{"name":"Microsoft.WindowsDesktop.App.Ref","version":"[3.1.0, 3.1.0]"}],"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"},"Microsoft.WindowsDesktop.App.WindowsForms":{"privateAssets":"none"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.101\\RuntimeIdentifierGraph.json"}} \ No newline at end of file