-
Notifications
You must be signed in to change notification settings - Fork 0
/
DroneStudio.sln
50 lines (50 loc) · 2.97 KB
/
DroneStudio.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
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroneStudio.App", "DroneStudio.App\DroneStudio.App.csproj", "{1B531A8B-0B30-4059-BDE6-B7CA2DBFC13F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroneStudio.Library", "DroneStudio.Library\DroneStudio.Library.csproj", "{10C2E8CB-D653-4B88-B952-346E134819CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DroneStudio.Connectivity", "DroneStudio.Connectivity\DroneStudio.Connectivity.csproj", "{DB90B24F-962A-44A0-8368-80C62A61007C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B221B4EC-0C0A-4D87-8756-8D60D4CC2619}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.DroneStudio.Library", "Test.DroneStudio.Library\Test.DroneStudio.Library.csproj", "{8CB3634B-059F-4CEF-A708-F16680ABE8F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FA41DCB8-C74F-4A30-9240-3D494F100B81}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B531A8B-0B30-4059-BDE6-B7CA2DBFC13F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B531A8B-0B30-4059-BDE6-B7CA2DBFC13F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B531A8B-0B30-4059-BDE6-B7CA2DBFC13F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B531A8B-0B30-4059-BDE6-B7CA2DBFC13F}.Release|Any CPU.Build.0 = Release|Any CPU
{10C2E8CB-D653-4B88-B952-346E134819CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10C2E8CB-D653-4B88-B952-346E134819CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10C2E8CB-D653-4B88-B952-346E134819CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10C2E8CB-D653-4B88-B952-346E134819CA}.Release|Any CPU.Build.0 = Release|Any CPU
{DB90B24F-962A-44A0-8368-80C62A61007C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB90B24F-962A-44A0-8368-80C62A61007C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB90B24F-962A-44A0-8368-80C62A61007C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB90B24F-962A-44A0-8368-80C62A61007C}.Release|Any CPU.Build.0 = Release|Any CPU
{8CB3634B-059F-4CEF-A708-F16680ABE8F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CB3634B-059F-4CEF-A708-F16680ABE8F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CB3634B-059F-4CEF-A708-F16680ABE8F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CB3634B-059F-4CEF-A708-F16680ABE8F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8CB3634B-059F-4CEF-A708-F16680ABE8F8} = {B221B4EC-0C0A-4D87-8756-8D60D4CC2619}
EndGlobalSection
EndGlobal