-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgFileService.sln
More file actions
46 lines (46 loc) · 3.07 KB
/
gFileService.sln
File metadata and controls
46 lines (46 loc) · 3.07 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestHarness", "TestHarness\TestHarness.csproj", "{024DA7A6-3C85-4DA3-9C07-6F4E4470F9B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gravitybox.gFileSystem.Service.Common", "Gravitybox.gFileSystem.Service.Common\Gravitybox.gFileSystem.Service.Common.csproj", "{A1FC2BB9-BB98-44E5-8B6A-F286EF60A1AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gravitybox.gFileSystem.Service", "Gravitybox.gFileSystem.Service\Gravitybox.gFileSystem.Service.csproj", "{D678B347-D858-4060-86E8-C209D4AA0205}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gravitybox.gFileSystem.EFDAL", "Gravitybox.gFileSystem.EFDAL\Gravitybox.gFileSystem.EFDAL.csproj", "{587DDB55-1317-4C44-9C50-89457377BA56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gravitybox.gFileSystem.Install", "Gravitybox.gFileSystem.Install\Gravitybox.gFileSystem.Install.csproj", "{EB0720D1-A6DA-48B3-9CBC-2B3766110D47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{024DA7A6-3C85-4DA3-9C07-6F4E4470F9B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{024DA7A6-3C85-4DA3-9C07-6F4E4470F9B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{024DA7A6-3C85-4DA3-9C07-6F4E4470F9B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{024DA7A6-3C85-4DA3-9C07-6F4E4470F9B5}.Release|Any CPU.Build.0 = Release|Any CPU
{A1FC2BB9-BB98-44E5-8B6A-F286EF60A1AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1FC2BB9-BB98-44E5-8B6A-F286EF60A1AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1FC2BB9-BB98-44E5-8B6A-F286EF60A1AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1FC2BB9-BB98-44E5-8B6A-F286EF60A1AD}.Release|Any CPU.Build.0 = Release|Any CPU
{D678B347-D858-4060-86E8-C209D4AA0205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D678B347-D858-4060-86E8-C209D4AA0205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D678B347-D858-4060-86E8-C209D4AA0205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D678B347-D858-4060-86E8-C209D4AA0205}.Release|Any CPU.Build.0 = Release|Any CPU
{587DDB55-1317-4C44-9C50-89457377BA56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{587DDB55-1317-4C44-9C50-89457377BA56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{587DDB55-1317-4C44-9C50-89457377BA56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{587DDB55-1317-4C44-9C50-89457377BA56}.Release|Any CPU.Build.0 = Release|Any CPU
{EB0720D1-A6DA-48B3-9CBC-2B3766110D47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB0720D1-A6DA-48B3-9CBC-2B3766110D47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB0720D1-A6DA-48B3-9CBC-2B3766110D47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB0720D1-A6DA-48B3-9CBC-2B3766110D47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal