TextBox lib with bugs disabled.
This commit is contained in:
parent
85ee8e7aed
commit
7e6d9b23fd
52 changed files with 429 additions and 307 deletions
11
.idea/.idea.Arkanoidv3.0/.idea/.gitignore
generated
vendored
Normal file
11
.idea/.idea.Arkanoidv3.0/.idea/.gitignore
generated
vendored
Normal file
|
@ -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
|
1
.idea/.idea.Arkanoidv3.0/.idea/.name
generated
Normal file
1
.idea/.idea.Arkanoidv3.0/.idea/.name
generated
Normal file
|
@ -0,0 +1 @@
|
|||
Arkanoidv3.0
|
7
.idea/.idea.Arkanoidv3.0/.idea/discord.xml
generated
Normal file
7
.idea/.idea.Arkanoidv3.0/.idea/discord.xml
generated
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DiscordProjectSettings">
|
||||
<option name="show" value="PROJECT_FILES" />
|
||||
<option name="description" value="" />
|
||||
</component>
|
||||
</project>
|
4
.idea/.idea.Arkanoidv3.0/.idea/encodings.xml
generated
Normal file
4
.idea/.idea.Arkanoidv3.0/.idea/encodings.xml
generated
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
8
.idea/.idea.Arkanoidv3.0/.idea/indexLayout.xml
generated
Normal file
8
.idea/.idea.Arkanoidv3.0/.idea/indexLayout.xml
generated
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
6
.idea/.idea.Arkanoidv3.0/.idea/vcs.xml
generated
Normal file
6
.idea/.idea.Arkanoidv3.0/.idea/vcs.xml
generated
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
11
.vs/Arkanoidv3.0/project-colors.json
Normal file
11
.vs/Arkanoidv3.0/project-colors.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"Version": 1,
|
||||
"ProjectMap": {
|
||||
"a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": {
|
||||
"ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3",
|
||||
"DisplayName": "Прочие файлы",
|
||||
"ColorIndex": -1
|
||||
}
|
||||
},
|
||||
"NextColorIndex": 0
|
||||
}
|
BIN
.vs/Arkanoidv3.0/v17/.futdcache.v1
Normal file
BIN
.vs/Arkanoidv3.0/v17/.futdcache.v1
Normal file
Binary file not shown.
BIN
.vs/Arkanoidv3.0/v17/.suo
Normal file
BIN
.vs/Arkanoidv3.0/v17/.suo
Normal file
Binary file not shown.
2
Arkanoidv3.0/.gitignore
vendored
Normal file
2
Arkanoidv3.0/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/obj/Debug/netcoreapp3.1
|
||||
/Content/obj/
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,23 +4,23 @@
|
|||
<Platform>Windows</Platform>
|
||||
<Config />
|
||||
<SourceFiles>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Background.jpg</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Ball.png</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Brick.png</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/cube2.png</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion.wav</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion2.wav</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion3.wav</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameFont.spritefont</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameOver.wav</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameOverFont.spritefont</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/MainSong.mp3</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/MenuSong.wav</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/newfon3.jpg</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Platform.jpg</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/PlatformCollide.wav</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Select.wav</File>
|
||||
<File>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/sky.jpg</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Background.jpg</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Ball.png</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Brick.png</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/cube2.png</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion.wav</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion2.wav</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion3.wav</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameFont.spritefont</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameOver.wav</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameOverFont.spritefont</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/MainSong.mp3</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/MenuSong.wav</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/newfon3.jpg</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Platform.jpg</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/PlatformCollide.wav</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Select.wav</File>
|
||||
<File>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/sky.jpg</File>
|
||||
</SourceFiles>
|
||||
<DestFiles>
|
||||
<File xsi:nil="true" />
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Background.jpg</SourceFile>
|
||||
<SourceTime>2021-06-23T17:18:03.4743057+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Background.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:33.6799339+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Background.jpg</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9830299+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Background.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:44.4568534+03:00</DestTime>
|
||||
<Importer>TextureImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>TextureProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>ColorKeyColor</Key>
|
||||
<Value>255,0,255,255</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Ball.png</SourceFile>
|
||||
<SourceTime>2021-06-23T16:14:18.4372891+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Ball.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:33.6965952+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Ball.png</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9836321+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Ball.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:44.4775402+03:00</DestTime>
|
||||
<Importer>TextureImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>TextureProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>ColorKeyColor</Key>
|
||||
<Value>255,0,255,255</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Brick.png</SourceFile>
|
||||
<SourceTime>2021-06-25T11:42:58.7430092+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Brick.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:33.7011656+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Brick.png</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9836321+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Brick.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:44.4830626+03:00</DestTime>
|
||||
<Importer>TextureImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>TextureProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>ColorKeyColor</Key>
|
||||
<Value>255,0,255,255</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion.wav</SourceFile>
|
||||
<SourceTime>2021-06-25T12:29:58.2060844+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Explosion.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:34.4502299+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion.wav</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9847436+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Explosion.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:46.1724605+03:00</DestTime>
|
||||
<Importer>WavImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>SoundEffectProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>Quality</Key>
|
||||
<Value>Best</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion2.wav</SourceFile>
|
||||
<SourceTime>2021-06-25T12:50:43.9254093+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Explosion2.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:34.8904578+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion2.wav</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9847436+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Explosion2.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:47.9199878+03:00</DestTime>
|
||||
<Importer>WavImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>SoundEffectProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>Quality</Key>
|
||||
<Value>Best</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Explosion3.wav</SourceFile>
|
||||
<SourceTime>2021-06-25T12:50:59.1766218+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Explosion3.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:35.2525002+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Explosion3.wav</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9858343+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Explosion3.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:50.2194409+03:00</DestTime>
|
||||
<Importer>WavImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>SoundEffectProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>Quality</Key>
|
||||
<Value>Best</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameFont.spritefont</SourceFile>
|
||||
<SourceTime>2021-06-25T12:06:54.9735407+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/GameFont.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:35.6789087+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameFont.spritefont</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9858343+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/GameFont.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:50.2214348+03:00</DestTime>
|
||||
<Importer>FontDescriptionImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>FontDescriptionProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>PremultiplyAlpha</Key>
|
||||
<Value>True</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameOver.wav</SourceFile>
|
||||
<SourceTime>2021-06-25T15:36:55.6283968+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/GameOver.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:36.0964276+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameOver.wav</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9868331+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/GameOver.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:52.0200755+03:00</DestTime>
|
||||
<Importer>WavImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>SoundEffectProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>Quality</Key>
|
||||
<Value>Best</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/GameOverFont.spritefont</SourceFile>
|
||||
<SourceTime>2021-06-24T14:44:17.8125911+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/GameOverFont.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:36.1433016+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/GameOverFont.spritefont</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9868331+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/GameOverFont.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:52.1618159+03:00</DestTime>
|
||||
<Importer>FontDescriptionImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>FontDescriptionProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>PremultiplyAlpha</Key>
|
||||
<Value>True</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/MainSong.mp3</SourceFile>
|
||||
<SourceTime>2021-06-27T13:07:03.6315477+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/MainSong.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:36.8893594+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/MainSong.mp3</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9908222+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/MainSong.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:54.0779486+03:00</DestTime>
|
||||
<Importer>Mp3Importer</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>SongProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>Quality</Key>
|
||||
<Value>Best</Value>
|
||||
|
@ -15,6 +15,6 @@
|
|||
<Dependencies />
|
||||
<BuildAsset />
|
||||
<BuildOutput>
|
||||
<string>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/MainSong.wma</string>
|
||||
<string>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/MainSong.wma</string>
|
||||
</BuildOutput>
|
||||
</PipelineBuildEvent>
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/MenuSong.wav</SourceFile>
|
||||
<SourceTime>2021-06-25T15:09:05.3602954+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/MenuSong.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:37.5257045+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/MenuSong.wav</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9908222+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/MenuSong.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:55.5160383+03:00</DestTime>
|
||||
<Importer>WavImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>SoundEffectProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>Quality</Key>
|
||||
<Value>Best</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Platform.jpg</SourceFile>
|
||||
<SourceTime>2021-06-23T17:17:35.9506155+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Platform.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:37.9895006+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Platform.jpg</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9918196+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Platform.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:55.7281221+03:00</DestTime>
|
||||
<Importer>TextureImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>TextureProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>ColorKeyColor</Key>
|
||||
<Value>255,0,255,255</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/PlatformCollide.wav</SourceFile>
|
||||
<SourceTime>2021-06-25T17:51:32.586786+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/PlatformCollide.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:38.3587003+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/PlatformCollide.wav</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9918196+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/PlatformCollide.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:57.5241239+03:00</DestTime>
|
||||
<Importer>WavImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>SoundEffectProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>Quality</Key>
|
||||
<Value>Best</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/Select.wav</SourceFile>
|
||||
<SourceTime>2021-06-25T15:20:21.0860916+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/Select.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:38.6978754+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/Select.wav</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:33.9918196+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/Select.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:59.0728511+03:00</DestTime>
|
||||
<Importer>WavImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>SoundEffectProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>Quality</Key>
|
||||
<Value>Best</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/cube2.png</SourceFile>
|
||||
<SourceTime>2021-06-27T10:39:26+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/cube2.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:33.7051485+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/cube2.png</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:34.2043411+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/cube2.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:44.4870638+03:00</DestTime>
|
||||
<Importer>TextureImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>TextureProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>ColorKeyColor</Key>
|
||||
<Value>255,0,255,255</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/newfon3.jpg</SourceFile>
|
||||
<SourceTime>2021-06-26T17:25:50+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/newfon3.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:37.9815204+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/newfon3.jpg</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:34.2053383+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/newfon3.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:55.7186082+03:00</DestTime>
|
||||
<Importer>TextureImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>TextureProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>ColorKeyColor</Key>
|
||||
<Value>255,0,255,255</Value>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PipelineBuildEvent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SourceFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/sky.jpg</SourceFile>
|
||||
<SourceTime>2021-06-24T18:41:34.6049197+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Semejkin_AV/Downloads/Arkanoidv3.0/Arkanoidv3.0/Arkanoidv3.0/Content/bin/Windows/Content/sky.xnb</DestFile>
|
||||
<DestTime>2021-12-21T19:52:38.8703012+03:00</DestTime>
|
||||
<SourceFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/sky.jpg</SourceFile>
|
||||
<SourceTime>2022-01-06T14:04:34.2163959+03:00</SourceTime>
|
||||
<DestFile>C:/Users/Anndr/Documents/GitHub/Arkanoid/Arkanoidv3.0/Content/bin/Windows/Content/sky.xnb</DestFile>
|
||||
<DestTime>2022-03-07T20:51:59.1889242+03:00</DestTime>
|
||||
<Importer>TextureImporter</Importer>
|
||||
<ImporterTime>2020-08-10T16:17:54+03:00</ImporterTime>
|
||||
<ImporterTime>2020-08-10T19:17:54+03:00</ImporterTime>
|
||||
<Processor>TextureProcessor</Processor>
|
||||
<ProcessorTime>2020-08-10T16:17:54+03:00</ProcessorTime>
|
||||
<ProcessorTime>2020-08-10T19:17:54+03:00</ProcessorTime>
|
||||
<Parameters>
|
||||
<Key>ColorKeyColor</Key>
|
||||
<Value>255,0,255,255</Value>
|
||||
|
|
|
@ -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<SpriteFont>("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);
|
||||
|
|
|
@ -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": ""
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,18 +5,18 @@
|
|||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Semejkin_AV\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Anndr\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.0</NuGetToolVersion>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.1</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\Semejkin_AV\.nuget\packages\" />
|
||||
<SourceRoot Include="C:\Users\Anndr\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)monogame.content.builder.task\3.8.0.1641\build\MonoGame.Content.Builder.Task.props" Condition="Exists('$(NuGetPackageRoot)monogame.content.builder.task\3.8.0.1641\build\MonoGame.Content.Builder.Task.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\Semejkin_AV\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0</PkgMicrosoft_CodeAnalysis_Analyzers>
|
||||
<PkgMonoGame_Content_Builder_Task Condition=" '$(PkgMonoGame_Content_Builder_Task)' == '' ">C:\Users\Semejkin_AV\.nuget\packages\monogame.content.builder.task\3.8.0.1641</PkgMonoGame_Content_Builder_Task>
|
||||
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\Anndr\.nuget\packages\microsoft.codeanalysis.analyzers\1.1.0</PkgMicrosoft_CodeAnalysis_Analyzers>
|
||||
<PkgMonoGame_Content_Builder_Task Condition=" '$(PkgMonoGame_Content_Builder_Task)' == '' ">C:\Users\Anndr\.nuget\packages\monogame.content.builder.task\3.8.0.1641</PkgMonoGame_Content_Builder_Task>
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,7 +1,6 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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.
|
||||
|
|
|
@ -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\
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
|||
76e6a321743a4871d4031cb5b9fdc21ee8d7b41f
|
||||
a4e5fb3bdd373f508dead004382d5fa83f05803e
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
9b2781065e1bee7eb8f7d7e9dee55e7b98e9ce90
|
||||
89958d0906c00e93e22f37af45137d59c716eea3
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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": []
|
||||
}
|
1
Arkanoidv3.0/obj/project.packagespec.json
Normal file
1
Arkanoidv3.0/obj/project.packagespec.json
Normal file
|
@ -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"}}
|
Loading…
Add table
Reference in a new issue