forked from amolkamble47/windows-adb-remote
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadb remote.sln
31 lines (31 loc) · 1.54 KB
/
adb remote.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 Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADBLib", "ADBLib\ADBLib.csproj", "{72B03EB9-F02C-44B8-B59D-64E93DBA34EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADBRemoteUI", "ADBRemoteUI\ADBRemoteUI.csproj", "{792E19EB-0D4F-4F0E-AE85-FC03B5C8EFD4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72B03EB9-F02C-44B8-B59D-64E93DBA34EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72B03EB9-F02C-44B8-B59D-64E93DBA34EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72B03EB9-F02C-44B8-B59D-64E93DBA34EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72B03EB9-F02C-44B8-B59D-64E93DBA34EC}.Release|Any CPU.Build.0 = Release|Any CPU
{792E19EB-0D4F-4F0E-AE85-FC03B5C8EFD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{792E19EB-0D4F-4F0E-AE85-FC03B5C8EFD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{792E19EB-0D4F-4F0E-AE85-FC03B5C8EFD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{792E19EB-0D4F-4F0E-AE85-FC03B5C8EFD4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {69E5545F-1B7C-4D48-83E7-008A41D4F3FF}
EndGlobalSection
EndGlobal