-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAdbSharp.sln
49 lines (49 loc) · 3.19 KB
/
AdbSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdbSharp", "AdbSharp\AdbSharp.csproj", "{25FD7DB8-6EF4-429F-B9DC-75E30348D62F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdbSharp.ConsoleTest", "AdbSharp.ConsoleTest\AdbSharp.ConsoleTest.csproj", "{0BD28CD1-0E20-41F4-B168-D494099CDBCB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdbSharp.Tests", "AdbSharp.Tests\AdbSharp.Tests.csproj", "{151FCD50-102C-4130-85E2-29E0C20BEC8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Extra", "Extra", "{454171C3-DF1C-4267-ABA9-9B4A07411FBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdbSharpTools.Addin", "Extra\AdbSharpTools.Addin\AdbSharpTools.Addin.csproj", "{13A0FEBB-1002-46F0-9779-70914D66C74F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BD28CD1-0E20-41F4-B168-D494099CDBCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BD28CD1-0E20-41F4-B168-D494099CDBCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BD28CD1-0E20-41F4-B168-D494099CDBCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BD28CD1-0E20-41F4-B168-D494099CDBCB}.Release|Any CPU.Build.0 = Release|Any CPU
{13A0FEBB-1002-46F0-9779-70914D66C74F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13A0FEBB-1002-46F0-9779-70914D66C74F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13A0FEBB-1002-46F0-9779-70914D66C74F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13A0FEBB-1002-46F0-9779-70914D66C74F}.Release|Any CPU.Build.0 = Release|Any CPU
{151FCD50-102C-4130-85E2-29E0C20BEC8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{151FCD50-102C-4130-85E2-29E0C20BEC8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{151FCD50-102C-4130-85E2-29E0C20BEC8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{151FCD50-102C-4130-85E2-29E0C20BEC8B}.Release|Any CPU.Build.0 = Release|Any CPU
{25FD7DB8-6EF4-429F-B9DC-75E30348D62F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25FD7DB8-6EF4-429F-B9DC-75E30348D62F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25FD7DB8-6EF4-429F-B9DC-75E30348D62F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25FD7DB8-6EF4-429F-B9DC-75E30348D62F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{13A0FEBB-1002-46F0-9779-70914D66C74F} = {454171C3-DF1C-4267-ABA9-9B4A07411FBA}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.StandardHeader = $1
$1.Text = @--------------------------------------------------------------------------------------------------------------------\n<copyright file="${FileName}" company="(c) Greg Munn">\n (c) 2015 (c) Greg Munn All Rights Reserved\n</copyright>\n--------------------------------------------------------------------------------------------------------------------
$1.IncludeInNewFiles = True
$0.DotNetNamingPolicy = $2
$2.DirectoryNamespaceAssociation = PrefixedHierarchical
$2.ResourceNamePolicy = FileFormatDefault
EndGlobalSection
EndGlobal