-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathnanoFramework.System.IO.FileSystem.sln
More file actions
40 lines (40 loc) · 2.27 KB
/
nanoFramework.System.IO.FileSystem.sln
File metadata and controls
40 lines (40 loc) · 2.27 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.IO.FileSystem", "System.IO.FileSystem\System.IO.FileSystem.nfproj", "{94C34547-1E2B-4967-8D1F-F3359460BB6D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8B262EE3-4A14-4208-909B-31350360405E}"
ProjectSection(SolutionItems) = preProject
nanoFramework.System.IO.FileSystem.nuspec = nanoFramework.System.IO.FileSystem.nuspec
version.json = version.json
EndProjectSection
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.IO.FileSystem.UnitTests", "System.IO.FileSystem.UnitTests\System.IO.FileSystem.UnitTests.nfproj", "{BE4C21C6-BED5-40E1-9A5C-2785ED0CF810}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94C34547-1E2B-4967-8D1F-F3359460BB6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94C34547-1E2B-4967-8D1F-F3359460BB6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94C34547-1E2B-4967-8D1F-F3359460BB6D}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{94C34547-1E2B-4967-8D1F-F3359460BB6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94C34547-1E2B-4967-8D1F-F3359460BB6D}.Release|Any CPU.Build.0 = Release|Any CPU
{94C34547-1E2B-4967-8D1F-F3359460BB6D}.Release|Any CPU.Deploy.0 = Release|Any CPU
{BE4C21C6-BED5-40E1-9A5C-2785ED0CF810}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE4C21C6-BED5-40E1-9A5C-2785ED0CF810}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE4C21C6-BED5-40E1-9A5C-2785ED0CF810}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{BE4C21C6-BED5-40E1-9A5C-2785ED0CF810}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE4C21C6-BED5-40E1-9A5C-2785ED0CF810}.Release|Any CPU.Build.0 = Release|Any CPU
{BE4C21C6-BED5-40E1-9A5C-2785ED0CF810}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {870CF46A-69DB-4AE0-9707-74B7E4CCAF30}
EndGlobalSection
EndGlobal