forked from Kragrathea/TelloLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaTello.sln
43 lines (43 loc) · 2.49 KB
/
aTello.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32104.313
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelloLib", "TelloLib\TelloLib.csproj", "{FC69241F-8C76-45DE-A2D4-B2A5CD984014}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TelloConsole", "TelloConsole\TelloConsole.csproj", "{6E71816D-0976-4806-955F-D90E14CFC1A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloTello", "HelloTello\HelloTello.csproj", "{A9F06754-2853-4CBF-9BC4-030A0FCC1B2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DatConToCsv", "DatConToCsv\DatConToCsv.csproj", "{36BFE91E-3F05-4A45-BF96-F5C00A907CA0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC69241F-8C76-45DE-A2D4-B2A5CD984014}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC69241F-8C76-45DE-A2D4-B2A5CD984014}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC69241F-8C76-45DE-A2D4-B2A5CD984014}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC69241F-8C76-45DE-A2D4-B2A5CD984014}.Release|Any CPU.Build.0 = Release|Any CPU
{6E71816D-0976-4806-955F-D90E14CFC1A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E71816D-0976-4806-955F-D90E14CFC1A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E71816D-0976-4806-955F-D90E14CFC1A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E71816D-0976-4806-955F-D90E14CFC1A2}.Release|Any CPU.Build.0 = Release|Any CPU
{A9F06754-2853-4CBF-9BC4-030A0FCC1B2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9F06754-2853-4CBF-9BC4-030A0FCC1B2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9F06754-2853-4CBF-9BC4-030A0FCC1B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9F06754-2853-4CBF-9BC4-030A0FCC1B2C}.Release|Any CPU.Build.0 = Release|Any CPU
{36BFE91E-3F05-4A45-BF96-F5C00A907CA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36BFE91E-3F05-4A45-BF96-F5C00A907CA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36BFE91E-3F05-4A45-BF96-F5C00A907CA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36BFE91E-3F05-4A45-BF96-F5C00A907CA0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30C3D4AB-41AD-4804-8728-3689204C2FB6}
EndGlobalSection
EndGlobal