-
Notifications
You must be signed in to change notification settings - Fork 0
/
DevTunnelsDemo.sln
34 lines (34 loc) · 1.68 KB
/
DevTunnelsDemo.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "src\WebApi\WebApi.csproj", "{6DFF87DE-31A8-4565-9533-F117356BAAB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "test\Tests\Tests.csproj", "{9696693A-608D-4736-8EB1-1E0F9C44F1DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{90B9AE56-BB6D-4FCE-AC0C-EE80172B3D1D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.github\workflows\ci.yml = .github\workflows\ci.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DFF87DE-31A8-4565-9533-F117356BAAB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DFF87DE-31A8-4565-9533-F117356BAAB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DFF87DE-31A8-4565-9533-F117356BAAB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DFF87DE-31A8-4565-9533-F117356BAAB9}.Release|Any CPU.Build.0 = Release|Any CPU
{9696693A-608D-4736-8EB1-1E0F9C44F1DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9696693A-608D-4736-8EB1-1E0F9C44F1DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9696693A-608D-4736-8EB1-1E0F9C44F1DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9696693A-608D-4736-8EB1-1E0F9C44F1DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal