This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CinemaKeeper.sln
28 lines (28 loc) · 1.58 KB
/
CinemaKeeper.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CinemaKeeper", "src\CinemaKeeper\CinemaKeeper.csproj", "{80954162-FE79-4161-9436-8DB7A561A902}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Storage", "src\Storage\Storage.csproj", "{C24E043A-0CCA-4E4A-8829-EA26965F870F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7E4E2B17-3BDB-4B05-A226-5274F71778D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80954162-FE79-4161-9436-8DB7A561A902}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80954162-FE79-4161-9436-8DB7A561A902}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80954162-FE79-4161-9436-8DB7A561A902}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80954162-FE79-4161-9436-8DB7A561A902}.Release|Any CPU.Build.0 = Release|Any CPU
{C24E043A-0CCA-4E4A-8829-EA26965F870F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C24E043A-0CCA-4E4A-8829-EA26965F870F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C24E043A-0CCA-4E4A-8829-EA26965F870F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C24E043A-0CCA-4E4A-8829-EA26965F870F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{80954162-FE79-4161-9436-8DB7A561A902} = {7E4E2B17-3BDB-4B05-A226-5274F71778D8}
{C24E043A-0CCA-4E4A-8829-EA26965F870F} = {7E4E2B17-3BDB-4B05-A226-5274F71778D8}
EndGlobalSection
EndGlobal