-
Notifications
You must be signed in to change notification settings - Fork 1
/
CinemaShare.sln
43 lines (43 loc) · 2.45 KB
/
CinemaShare.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CinemaShare", "CinemaShare\CinemaShare.csproj", "{51662953-5DB9-4F99-B97E-A1F75FF4D60E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{C1A6A609-F941-4C02-B490-DC3FAAC75605}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{4F191AC3-923F-4CC8-950B-A727448076DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{A9494DA4-8E12-4AD8-B798-142C1975C6CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51662953-5DB9-4F99-B97E-A1F75FF4D60E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51662953-5DB9-4F99-B97E-A1F75FF4D60E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51662953-5DB9-4F99-B97E-A1F75FF4D60E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51662953-5DB9-4F99-B97E-A1F75FF4D60E}.Release|Any CPU.Build.0 = Release|Any CPU
{C1A6A609-F941-4C02-B490-DC3FAAC75605}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1A6A609-F941-4C02-B490-DC3FAAC75605}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1A6A609-F941-4C02-B490-DC3FAAC75605}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1A6A609-F941-4C02-B490-DC3FAAC75605}.Release|Any CPU.Build.0 = Release|Any CPU
{4F191AC3-923F-4CC8-950B-A727448076DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F191AC3-923F-4CC8-950B-A727448076DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F191AC3-923F-4CC8-950B-A727448076DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F191AC3-923F-4CC8-950B-A727448076DC}.Release|Any CPU.Build.0 = Release|Any CPU
{A9494DA4-8E12-4AD8-B798-142C1975C6CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9494DA4-8E12-4AD8-B798-142C1975C6CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9494DA4-8E12-4AD8-B798-142C1975C6CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9494DA4-8E12-4AD8-B798-142C1975C6CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02AD90C7-0E77-4786-95F9-947F5C20990C}
EndGlobalSection
EndGlobal