-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimpleObjectStore.sln
28 lines (28 loc) · 1.8 KB
/
SimpleObjectStore.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}") = "SimpleObjectStore", "SimpleObjectStore\SimpleObjectStore.csproj", "{18351A70-48AA-4B44-BABE-75A6A2DD6E15}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleObjectStore.Admin", "SimpleObjectStore.Admin\SimpleObjectStore.Admin.csproj", "{29C3CE2A-11FD-42F1-806F-99E255F092D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleObjectStore.Tests", "SimpleObjectStore.Tests\SimpleObjectStore.Tests.csproj", "{64F84E57-CF3C-4D85-B3F2-926C9347C42F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18351A70-48AA-4B44-BABE-75A6A2DD6E15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18351A70-48AA-4B44-BABE-75A6A2DD6E15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18351A70-48AA-4B44-BABE-75A6A2DD6E15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18351A70-48AA-4B44-BABE-75A6A2DD6E15}.Release|Any CPU.Build.0 = Release|Any CPU
{29C3CE2A-11FD-42F1-806F-99E255F092D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29C3CE2A-11FD-42F1-806F-99E255F092D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29C3CE2A-11FD-42F1-806F-99E255F092D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29C3CE2A-11FD-42F1-806F-99E255F092D8}.Release|Any CPU.Build.0 = Release|Any CPU
{64F84E57-CF3C-4D85-B3F2-926C9347C42F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64F84E57-CF3C-4D85-B3F2-926C9347C42F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64F84E57-CF3C-4D85-B3F2-926C9347C42F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64F84E57-CF3C-4D85-B3F2-926C9347C42F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal