forked from particle-iot/particle-windows-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathParticleSDK.sln
31 lines (31 loc) · 1.61 KB
/
ParticleSDK.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Particle.SDK.win81+wpa81", "ParticleSDK\Particle.SDK.win81+wpa81.csproj", "{DC5F6004-31B8-4E9A-B034-4F163905E54E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Particle.SDK.netcorestandard", "ParticleSDK\Particle.SDK.netcorestandard.csproj", "{6CD84312-68C1-4293-9320-C8E83D410936}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC5F6004-31B8-4E9A-B034-4F163905E54E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC5F6004-31B8-4E9A-B034-4F163905E54E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC5F6004-31B8-4E9A-B034-4F163905E54E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC5F6004-31B8-4E9A-B034-4F163905E54E}.Release|Any CPU.Build.0 = Release|Any CPU
{6CD84312-68C1-4293-9320-C8E83D410936}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CD84312-68C1-4293-9320-C8E83D410936}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CD84312-68C1-4293-9320-C8E83D410936}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CD84312-68C1-4293-9320-C8E83D410936}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D37C7006-732B-4C2D-B98C-75939D844F5A}
EndGlobalSection
EndGlobal