-
Notifications
You must be signed in to change notification settings - Fork 0
/
WindowsVirtualFilesystem.sln
37 lines (37 loc) · 2 KB
/
WindowsVirtualFilesystem.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.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirtualFilesystemLib", "Lib\VirtualFilesystem.csproj", "{FB2559E7-3A7B-436C-A648-4A0F9FE0B3EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service", "Service\Service.csproj", "{F93827C6-3FD8-412F-95E6-BD97A3B5DD2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{122BC1F1-E4E3-4DC5-B31E-F55103FC0364}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB2559E7-3A7B-436C-A648-4A0F9FE0B3EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB2559E7-3A7B-436C-A648-4A0F9FE0B3EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB2559E7-3A7B-436C-A648-4A0F9FE0B3EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB2559E7-3A7B-436C-A648-4A0F9FE0B3EE}.Release|Any CPU.Build.0 = Release|Any CPU
{F93827C6-3FD8-412F-95E6-BD97A3B5DD2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F93827C6-3FD8-412F-95E6-BD97A3B5DD2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F93827C6-3FD8-412F-95E6-BD97A3B5DD2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F93827C6-3FD8-412F-95E6-BD97A3B5DD2A}.Release|Any CPU.Build.0 = Release|Any CPU
{122BC1F1-E4E3-4DC5-B31E-F55103FC0364}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{122BC1F1-E4E3-4DC5-B31E-F55103FC0364}.Debug|Any CPU.Build.0 = Debug|Any CPU
{122BC1F1-E4E3-4DC5-B31E-F55103FC0364}.Release|Any CPU.ActiveCfg = Release|Any CPU
{122BC1F1-E4E3-4DC5-B31E-F55103FC0364}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {990E4A87-59D9-494B-B810-1FBE58568BCF}
EndGlobalSection
EndGlobal