-
Notifications
You must be signed in to change notification settings - Fork 0
/
BulkyApp.sln
43 lines (43 loc) · 2.51 KB
/
BulkyApp.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 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bulky.DataAccess", "Bulky.DataAccess\Bulky.DataAccess.csproj", "{6D2DEE67-C404-47F4-8586-4DB92A5B4AC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bulky.Models", "Bulky.Models\Bulky.Models.csproj", "{FD16E4E7-B6E5-4C5A-9257-4E612C709BDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bulky.Utility", "Bulky.Utility\Bulky.Utility.csproj", "{A7BB085E-2BC4-432B-A9CA-E4439BEF6D83}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BulkyApp", "BulkyApp\BulkyApp.csproj", "{FAA2A932-5B63-4E91-9998-C1F4452732C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D2DEE67-C404-47F4-8586-4DB92A5B4AC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D2DEE67-C404-47F4-8586-4DB92A5B4AC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D2DEE67-C404-47F4-8586-4DB92A5B4AC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D2DEE67-C404-47F4-8586-4DB92A5B4AC0}.Release|Any CPU.Build.0 = Release|Any CPU
{FD16E4E7-B6E5-4C5A-9257-4E612C709BDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD16E4E7-B6E5-4C5A-9257-4E612C709BDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD16E4E7-B6E5-4C5A-9257-4E612C709BDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD16E4E7-B6E5-4C5A-9257-4E612C709BDE}.Release|Any CPU.Build.0 = Release|Any CPU
{A7BB085E-2BC4-432B-A9CA-E4439BEF6D83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7BB085E-2BC4-432B-A9CA-E4439BEF6D83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7BB085E-2BC4-432B-A9CA-E4439BEF6D83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7BB085E-2BC4-432B-A9CA-E4439BEF6D83}.Release|Any CPU.Build.0 = Release|Any CPU
{FAA2A932-5B63-4E91-9998-C1F4452732C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAA2A932-5B63-4E91-9998-C1F4452732C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAA2A932-5B63-4E91-9998-C1F4452732C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAA2A932-5B63-4E91-9998-C1F4452732C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {14E85E22-C820-451F-ACDF-43026AE07347}
EndGlobalSection
EndGlobal