Skip to content

Commit 2c6f730

Browse files
committed
changed branch name
1 parent d945806 commit 2c6f730

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dotnet.defaultSolution": "crowdlaunch-backend.sln"
3+
}

crowdlaunch-backend.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.002.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BookStoreApi", "BookStoreApi.csproj", "{CC4CB68E-2021-44B1-A485-1FF8166BF444}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{CC4CB68E-2021-44B1-A485-1FF8166BF444}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{CC4CB68E-2021-44B1-A485-1FF8166BF444}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{CC4CB68E-2021-44B1-A485-1FF8166BF444}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{CC4CB68E-2021-44B1-A485-1FF8166BF444}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {A1795249-8BE8-4390-9D2A-CD1F67ADC077}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)