forked from nanoframework/nanoFramework.Runtime.Events
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnanoFramework.Runtime.Events.sln
33 lines (32 loc) · 1.57 KB
/
nanoFramework.Runtime.Events.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "nanoFramework.Runtime.Events", "nanoFramework.Runtime.Events\nanoFramework.Runtime.Events.nfproj", "{0ABBD655-2F68-4F7D-A66F-A552EA812EB1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{233699F5-367D-4860-B8CD-FABCB0628FA0}"
ProjectSection(SolutionItems) = preProject
nanoFramework.Runtime.Events.DELIVERABLES.nuspec = nanoFramework.Runtime.Events.DELIVERABLES.nuspec
nanoFramework.Runtime.Events.nuspec = nanoFramework.Runtime.Events.nuspec
NuGet.Config = NuGet.Config
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0ABBD655-2F68-4F7D-A66F-A552EA812EB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ABBD655-2F68-4F7D-A66F-A552EA812EB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ABBD655-2F68-4F7D-A66F-A552EA812EB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ABBD655-2F68-4F7D-A66F-A552EA812EB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {579BFDC6-953C-4D3A-96FA-FA7F404617BC}
EndGlobalSection
EndGlobal