This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNanoPingPong.sln
46 lines (46 loc) · 2.41 KB
/
NanoPingPong.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
35
36
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NanoPingPong", "NanoPingPong\NanoPingPong.csproj", "{04D075A4-9556-49C3-8320-4539B384E07A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D80524BD-D14A-470B-AA0D-A249E2769042}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
docker-entrypoint.sh = docker-entrypoint.sh
Dockerfile = Dockerfile
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NanoPingPong.Shared", "NanoPingPong.Shared\NanoPingPong.Shared.csproj", "{E01D6101-7CC8-4FB2-B57F-564496C82B30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NanoPingPong.Web", "NanoPingPong.Web\NanoPingPong.Web.csproj", "{238AF6C6-5E9D-4D04-9D55-4B1AE456576E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04D075A4-9556-49C3-8320-4539B384E07A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04D075A4-9556-49C3-8320-4539B384E07A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04D075A4-9556-49C3-8320-4539B384E07A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04D075A4-9556-49C3-8320-4539B384E07A}.Release|Any CPU.Build.0 = Release|Any CPU
{E01D6101-7CC8-4FB2-B57F-564496C82B30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E01D6101-7CC8-4FB2-B57F-564496C82B30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E01D6101-7CC8-4FB2-B57F-564496C82B30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E01D6101-7CC8-4FB2-B57F-564496C82B30}.Release|Any CPU.Build.0 = Release|Any CPU
{238AF6C6-5E9D-4D04-9D55-4B1AE456576E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{238AF6C6-5E9D-4D04-9D55-4B1AE456576E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{238AF6C6-5E9D-4D04-9D55-4B1AE456576E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{238AF6C6-5E9D-4D04-9D55-4B1AE456576E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49DB19A4-E937-4292-B5CF-C8818B918823}
EndGlobalSection
EndGlobal