change struct

This commit is contained in:
Vitalick Kovalenko 2023-12-22 23:57:35 +03:00
parent a493f11331
commit 64cca2cdb1
13 changed files with 48 additions and 58 deletions

2
.gitignore vendored
View File

@ -15,7 +15,7 @@
# Mono auto generated files
mono_crash.*
cyber-boom-files/
# Build results
[Dd]ebug/
[Dd]ebugPublic/

View File

@ -1,25 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CyberBoom", "CyberBoom.csproj", "{A8F9D7D8-DDA5-479B-8735-00E706A5827F}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CyberBoom", "CyberBoom\CyberBoom.csproj", "{A88E5329-6720-412D-9FB7-E7F794A4F065}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {674E1E42-AF3F-4DDA-A4F1-EDD84025DB24}
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A88E5329-6720-412D-9FB7-E7F794A4F065}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A88E5329-6720-412D-9FB7-E7F794A4F065}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A88E5329-6720-412D-9FB7-E7F794A4F065}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A88E5329-6720-412D-9FB7-E7F794A4F065}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

25
CyberBoom/CyberBoom.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CyberBoom", "CyberBoom.csproj", "{A8F9D7D8-DDA5-479B-8735-00E706A5827F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8F9D7D8-DDA5-479B-8735-00E706A5827F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {674E1E42-AF3F-4DDA-A4F1-EDD84025DB24}
EndGlobalSection
EndGlobal

View File

@ -1,21 +0,0 @@
variables:
DOCKER_IMAGE_NAME: '$CI_REGISTRY_USER/$CI_COMMIT_BRANCH'
default:
image: docker:latest
services:
- docker:dind
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
stages:
- build-docker-image
build-docker-image:
stage: build
script:
- docker build -t '$DOCKER_IMAGE_NAME' .
- docker push '$DOCKER_IMAGE_NAME'

View File

@ -1,11 +0,0 @@
{"web":
{
"client_id":"1074677274720-anq59r07nlu1nh7r444pg7llstsu9qp3.apps.googleusercontent.com",
"project_id":"charged-mind-237506",
"auth_uri":"https://accounts.google.com/o/oauth2/auth",
"token_uri":"https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs",
"client_secret":"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",
"redirect_uris":["https://localhost:7223"]
}
}