forked from nanoframework/Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStorage.sln
39 lines (39 loc) · 2.25 KB
/
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.438
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "FileAccess", "FileAccess\FileAccess.nfproj", "{27187DF4-1F7E-49CC-AC16-BE194C1E1CCD}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "AccessRemovableDevices", "AccessRemovableDevices\AccessRemovableDevices.nfproj", "{59548C76-0B49-46C7-A5E8-3A956A5B5DAF}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "RemovableDeviceEvent", "RemovableDeviceEvent\RemovableDeviceEvent.nfproj", "{4464304E-8A03-4076-8605-CBB29040A88A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27187DF4-1F7E-49CC-AC16-BE194C1E1CCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27187DF4-1F7E-49CC-AC16-BE194C1E1CCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27187DF4-1F7E-49CC-AC16-BE194C1E1CCD}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{27187DF4-1F7E-49CC-AC16-BE194C1E1CCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27187DF4-1F7E-49CC-AC16-BE194C1E1CCD}.Release|Any CPU.Build.0 = Release|Any CPU
{27187DF4-1F7E-49CC-AC16-BE194C1E1CCD}.Release|Any CPU.Deploy.0 = Release|Any CPU
{59548C76-0B49-46C7-A5E8-3A956A5B5DAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59548C76-0B49-46C7-A5E8-3A956A5B5DAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59548C76-0B49-46C7-A5E8-3A956A5B5DAF}.Release|Any CPU.Build.0 = Release|Any CPU
{59548C76-0B49-46C7-A5E8-3A956A5B5DAF}.Release|Any CPU.Deploy.0 = Release|Any CPU
{4464304E-8A03-4076-8605-CBB29040A88A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4464304E-8A03-4076-8605-CBB29040A88A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4464304E-8A03-4076-8605-CBB29040A88A}.Release|Any CPU.Build.0 = Release|Any CPU
{4464304E-8A03-4076-8605-CBB29040A88A}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92D20F90-71A8-4F13-86A4-64AE7927D464}
EndGlobalSection
EndGlobal