forked from ITHit/UserFileSystemSamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUserFileSystemSamples.sln
More file actions
43 lines (43 loc) · 2.58 KB
/
UserFileSystemSamples.sln
File metadata and controls
43 lines (43 loc) · 2.58 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDAVDrive", "WebDAVDrive\WebDAVDrive.csproj", "{E23287B1-C11F-45F4-A0E0-F86F0DE9A719}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ITHit.FileSystem.Samples.Common", "ITHit.FileSystem.Samples.Common\ITHit.FileSystem.Samples.Common.csproj", "{63C11274-D693-4C19-A83C-390B26D8B65B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDAVDrive.UI", "WebDAVDrive.UI\WebDAVDrive.UI.csproj", "{9729AEEC-2642-4011-9849-1C957141C6FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VirtualFileSystem", "VirtualFileSystem\VirtualFileSystem.csproj", "{F83D05C4-EF6D-4BD9-99C4-B404443437F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E23287B1-C11F-45F4-A0E0-F86F0DE9A719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E23287B1-C11F-45F4-A0E0-F86F0DE9A719}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E23287B1-C11F-45F4-A0E0-F86F0DE9A719}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E23287B1-C11F-45F4-A0E0-F86F0DE9A719}.Release|Any CPU.Build.0 = Release|Any CPU
{63C11274-D693-4C19-A83C-390B26D8B65B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63C11274-D693-4C19-A83C-390B26D8B65B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63C11274-D693-4C19-A83C-390B26D8B65B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63C11274-D693-4C19-A83C-390B26D8B65B}.Release|Any CPU.Build.0 = Release|Any CPU
{9729AEEC-2642-4011-9849-1C957141C6FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9729AEEC-2642-4011-9849-1C957141C6FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9729AEEC-2642-4011-9849-1C957141C6FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9729AEEC-2642-4011-9849-1C957141C6FF}.Release|Any CPU.Build.0 = Release|Any CPU
{F83D05C4-EF6D-4BD9-99C4-B404443437F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F83D05C4-EF6D-4BD9-99C4-B404443437F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F83D05C4-EF6D-4BD9-99C4-B404443437F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F83D05C4-EF6D-4BD9-99C4-B404443437F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {740A716A-38A7-46BC-A21F-18336D0023B7}
EndGlobalSection
EndGlobal