-
Notifications
You must be signed in to change notification settings - Fork 0
/
RyzeTelloSDK.sln
40 lines (40 loc) · 1.94 KB
/
RyzeTelloSDK.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RyzeTelloSDK", "RyzeTelloSDK\RyzeTelloSDK.csproj", "{4F34B9B1-9726-4C66-A33A-A474C1B95E54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelloTestApp", "TelloTestApp\TelloTestApp.csproj", "{EADD7DEC-235C-4A4C-ACF3-E23E2C889DF9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{191202F4-6700-4DF6-A3A2-4908DB834087}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
license = license
Assets\preview.png = Assets\preview.png
readme.md = readme.md
Assets\Tello SDK 2.0 User Guide.pdf = Assets\Tello SDK 2.0 User Guide.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F34B9B1-9726-4C66-A33A-A474C1B95E54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F34B9B1-9726-4C66-A33A-A474C1B95E54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F34B9B1-9726-4C66-A33A-A474C1B95E54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F34B9B1-9726-4C66-A33A-A474C1B95E54}.Release|Any CPU.Build.0 = Release|Any CPU
{EADD7DEC-235C-4A4C-ACF3-E23E2C889DF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EADD7DEC-235C-4A4C-ACF3-E23E2C889DF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EADD7DEC-235C-4A4C-ACF3-E23E2C889DF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EADD7DEC-235C-4A4C-ACF3-E23E2C889DF9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23E0AEFF-489B-44B5-BABC-62664E144EBA}
EndGlobalSection
EndGlobal