-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBuildersoft.Andy.X.Storage.sln
49 lines (49 loc) · 3 KB
/
Buildersoft.Andy.X.Storage.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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31410.414
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.Core", "src\Storage.Core\Storage.Core.csproj", "{24583BCE-6E59-487F-82A5-5F6590F73D79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.IO", "src\Storage.IO\Storage.IO.csproj", "{FCC248BA-2DFD-4749-A00C-320872C6D5EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.Model", "src\Storage.Model\Storage.Model.csproj", "{B1D390DE-31C5-4F41-8F97-A65B9009C7F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.App", "src\Storage.App\Storage.App.csproj", "{6D7D4210-5576-466B-B02A-B3282A28FF95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.Utility", "src\Storage.Utility\Storage.Utility.csproj", "{59253B00-3D1B-4537-A8A0-F44BB77BB328}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24583BCE-6E59-487F-82A5-5F6590F73D79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24583BCE-6E59-487F-82A5-5F6590F73D79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24583BCE-6E59-487F-82A5-5F6590F73D79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24583BCE-6E59-487F-82A5-5F6590F73D79}.Release|Any CPU.Build.0 = Release|Any CPU
{FCC248BA-2DFD-4749-A00C-320872C6D5EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCC248BA-2DFD-4749-A00C-320872C6D5EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCC248BA-2DFD-4749-A00C-320872C6D5EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCC248BA-2DFD-4749-A00C-320872C6D5EA}.Release|Any CPU.Build.0 = Release|Any CPU
{B1D390DE-31C5-4F41-8F97-A65B9009C7F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1D390DE-31C5-4F41-8F97-A65B9009C7F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1D390DE-31C5-4F41-8F97-A65B9009C7F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1D390DE-31C5-4F41-8F97-A65B9009C7F3}.Release|Any CPU.Build.0 = Release|Any CPU
{6D7D4210-5576-466B-B02A-B3282A28FF95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D7D4210-5576-466B-B02A-B3282A28FF95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D7D4210-5576-466B-B02A-B3282A28FF95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D7D4210-5576-466B-B02A-B3282A28FF95}.Release|Any CPU.Build.0 = Release|Any CPU
{59253B00-3D1B-4537-A8A0-F44BB77BB328}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59253B00-3D1B-4537-A8A0-F44BB77BB328}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59253B00-3D1B-4537-A8A0-F44BB77BB328}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59253B00-3D1B-4537-A8A0-F44BB77BB328}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA18D44A-C4E8-4CBF-AA4D-2D57DD088E71}
EndGlobalSection
EndGlobal