-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBibliotekarz.sln
37 lines (37 loc) · 2.09 KB
/
Bibliotekarz.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bibliotekarz.App", "Bibliotekarz.App\Bibliotekarz.App.csproj", "{FE8AEF05-5175-488F-9199-7824836E3A6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bibliotekarz.Data", "Bibliotekarz.Data\Bibliotekarz.Data.csproj", "{16D50E5D-03C0-440E-8227-72EB5E2D744E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bibliotekarz.Services", "Bibliotekarz.Services\Bibliotekarz.Services.csproj", "{F62B95C6-A11F-4B7B-81B1-00AED9EB9816}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE8AEF05-5175-488F-9199-7824836E3A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE8AEF05-5175-488F-9199-7824836E3A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE8AEF05-5175-488F-9199-7824836E3A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE8AEF05-5175-488F-9199-7824836E3A6C}.Release|Any CPU.Build.0 = Release|Any CPU
{16D50E5D-03C0-440E-8227-72EB5E2D744E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16D50E5D-03C0-440E-8227-72EB5E2D744E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16D50E5D-03C0-440E-8227-72EB5E2D744E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16D50E5D-03C0-440E-8227-72EB5E2D744E}.Release|Any CPU.Build.0 = Release|Any CPU
{F62B95C6-A11F-4B7B-81B1-00AED9EB9816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F62B95C6-A11F-4B7B-81B1-00AED9EB9816}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F62B95C6-A11F-4B7B-81B1-00AED9EB9816}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F62B95C6-A11F-4B7B-81B1-00AED9EB9816}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D94F6CB8-26CD-43AD-A44D-D62BE99C219C}
EndGlobalSection
EndGlobal