-
Notifications
You must be signed in to change notification settings - Fork 2
/
SDKs.DjiImage.sln
43 lines (43 loc) · 2.57 KB
/
SDKs.DjiImage.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.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDKs.DjiImage", "SDKs.DjiImage\SDKs.DjiImage.csproj", "{B6595076-801D-4277-969E-5971C723C30C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDKs.DjiImage.Tests", "SDKs.DjiImage.Tests\SDKs.DjiImage.Tests.csproj", "{DAB64DB7-4AE0-42E6-9539-5E6F34FEF45F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDKs.DjiImage.Net48", "SDKs.DjiImage.Net48\SDKs.DjiImage.Net48.csproj", "{257C38FB-8DD3-4F6E-A440-D9B708C491C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SDKs.DjiImage.Net45", "SDKs.DjiImage.Net45\SDKs.DjiImage.Net45.csproj", "{1F4F0F65-9E45-42AF-9F9D-23C4B5E8961B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B6595076-801D-4277-969E-5971C723C30C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6595076-801D-4277-969E-5971C723C30C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6595076-801D-4277-969E-5971C723C30C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6595076-801D-4277-969E-5971C723C30C}.Release|Any CPU.Build.0 = Release|Any CPU
{DAB64DB7-4AE0-42E6-9539-5E6F34FEF45F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAB64DB7-4AE0-42E6-9539-5E6F34FEF45F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAB64DB7-4AE0-42E6-9539-5E6F34FEF45F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAB64DB7-4AE0-42E6-9539-5E6F34FEF45F}.Release|Any CPU.Build.0 = Release|Any CPU
{257C38FB-8DD3-4F6E-A440-D9B708C491C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{257C38FB-8DD3-4F6E-A440-D9B708C491C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{257C38FB-8DD3-4F6E-A440-D9B708C491C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{257C38FB-8DD3-4F6E-A440-D9B708C491C4}.Release|Any CPU.Build.0 = Release|Any CPU
{1F4F0F65-9E45-42AF-9F9D-23C4B5E8961B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F4F0F65-9E45-42AF-9F9D-23C4B5E8961B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F4F0F65-9E45-42AF-9F9D-23C4B5E8961B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F4F0F65-9E45-42AF-9F9D-23C4B5E8961B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC6E0FE0-C95D-4DF9-B3F3-A0A965511E83}
EndGlobalSection
EndGlobal