This commit is contained in:
parent
86d5f0a235
commit
6fe0431b87
|
@ -0,0 +1,25 @@
|
||||||
|
**/.classpath
|
||||||
|
**/.dockerignore
|
||||||
|
**/.env
|
||||||
|
**/.git
|
||||||
|
**/.gitignore
|
||||||
|
**/.project
|
||||||
|
**/.settings
|
||||||
|
**/.toolstarget
|
||||||
|
**/.vs
|
||||||
|
**/.vscode
|
||||||
|
**/*.*proj.user
|
||||||
|
**/*.dbmdl
|
||||||
|
**/*.jfm
|
||||||
|
**/azds.yaml
|
||||||
|
**/bin
|
||||||
|
**/charts
|
||||||
|
**/docker-compose*
|
||||||
|
**/Dockerfile*
|
||||||
|
**/node_modules
|
||||||
|
**/npm-debug.log
|
||||||
|
**/obj
|
||||||
|
**/secrets.dev.yaml
|
||||||
|
**/values.dev.yaml
|
||||||
|
LICENSE
|
||||||
|
README.md
|
|
@ -0,0 +1,37 @@
|
||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.4.33122.133
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompetitionAPI", "CompetitionAPI\CompetitionAPI.csproj", "{282944FE-EBE1-43DE-8A19-AC2227EB0B49}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Competition.Mysql", "Competition.Mysql\Competition.Mysql.csproj", "{D5B7A73B-974B-4BD2-8C7E-E0EF162F75B9}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Competition.Common", "Competition.Common\Competition.Common.csproj", "{6943AED8-E694-4D14-9DDE-4E35CEE84C6F}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{282944FE-EBE1-43DE-8A19-AC2227EB0B49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{282944FE-EBE1-43DE-8A19-AC2227EB0B49}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{282944FE-EBE1-43DE-8A19-AC2227EB0B49}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{282944FE-EBE1-43DE-8A19-AC2227EB0B49}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{D5B7A73B-974B-4BD2-8C7E-E0EF162F75B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{D5B7A73B-974B-4BD2-8C7E-E0EF162F75B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{D5B7A73B-974B-4BD2-8C7E-E0EF162F75B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{D5B7A73B-974B-4BD2-8C7E-E0EF162F75B9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{6943AED8-E694-4D14-9DDE-4E35CEE84C6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{6943AED8-E694-4D14-9DDE-4E35CEE84C6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{6943AED8-E694-4D14-9DDE-4E35CEE84C6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{6943AED8-E694-4D14-9DDE-4E35CEE84C6F}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {3A7FB099-8B53-4CD2-BBC4-D963B54CEABB}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
Loading…
Reference in New Issue