-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcinemaServer.sln
46 lines (46 loc) · 2.24 KB
/
cinemaServer.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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cinemaServer", "cinemaServer\cinemaServer.csproj", "{030517DF-C0F8-4AFD-9E89-A2A363D2E982}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Root_Items", "Root_Items", "{161E14A6-9E78-48C3-8776-665456F126DF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
docker-compose.yml = docker-compose.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cinemaServer.Tests", "cinemaServer.Tests\cinemaServer.Tests.csproj", "{E0393700-2242-4712-83E6-6588C1A43625}"
ProjectSection(ProjectDependencies) = postProject
{030517DF-C0F8-4AFD-9E89-A2A363D2E982} = {030517DF-C0F8-4AFD-9E89-A2A363D2E982}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC6997BD-B8E2-42EC-BE3E-8B0D60BFDA4E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{030517DF-C0F8-4AFD-9E89-A2A363D2E982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{030517DF-C0F8-4AFD-9E89-A2A363D2E982}.Debug|Any CPU.Build.0 = Debug|Any CPU
{030517DF-C0F8-4AFD-9E89-A2A363D2E982}.Release|Any CPU.ActiveCfg = Release|Any CPU
{030517DF-C0F8-4AFD-9E89-A2A363D2E982}.Release|Any CPU.Build.0 = Release|Any CPU
{E0393700-2242-4712-83E6-6588C1A43625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0393700-2242-4712-83E6-6588C1A43625}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0393700-2242-4712-83E6-6588C1A43625}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0393700-2242-4712-83E6-6588C1A43625}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {86B57BBD-E74F-4271-9E22-6C346251E413}
EndGlobalSection
EndGlobal