-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNearShare.Linux.sln
62 lines (62 loc) · 3.96 KB
/
NearShare.Linux.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
50
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NearShare.Linux", "src\NearShare.Linux.csproj", "{B478035B-628D-4004-AA63-B460858DEEF2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{13E59A0C-655F-42F6-B1EA-C21BAE214667}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShortDev.Microsoft.ConnectedDevices", "lib\android\lib\ShortDev.Microsoft.ConnectedDevices\ShortDev.Microsoft.ConnectedDevices.csproj", "{3C9CB95B-7874-0B44-4397-BEA186A46DA7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShortDev.Microsoft.ConnectedDevices.NearShare", "lib\android\lib\ShortDev.Microsoft.ConnectedDevices.NearShare\ShortDev.Microsoft.ConnectedDevices.NearShare.csproj", "{946A8D25-2DB2-B9FA-09A5-CAD884B3DE5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NearShare.GtkUtils", "lib\NearShare.GtkUtils\NearShare.GtkUtils.csproj", "{197AD303-EBDB-4D44-8A97-19A7FC3575E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NearShare.Linux.Bluetooth", "lib\NearShare.Linux.Bluetooth\NearShare.Linux.Bluetooth.csproj", "{35824E62-956B-4363-B128-0E7EBE392485}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B478035B-628D-4004-AA63-B460858DEEF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B478035B-628D-4004-AA63-B460858DEEF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B478035B-628D-4004-AA63-B460858DEEF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B478035B-628D-4004-AA63-B460858DEEF2}.Release|Any CPU.Build.0 = Release|Any CPU
{3C9CB95B-7874-0B44-4397-BEA186A46DA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C9CB95B-7874-0B44-4397-BEA186A46DA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C9CB95B-7874-0B44-4397-BEA186A46DA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C9CB95B-7874-0B44-4397-BEA186A46DA7}.Release|Any CPU.Build.0 = Release|Any CPU
{946A8D25-2DB2-B9FA-09A5-CAD884B3DE5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{946A8D25-2DB2-B9FA-09A5-CAD884B3DE5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{946A8D25-2DB2-B9FA-09A5-CAD884B3DE5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{946A8D25-2DB2-B9FA-09A5-CAD884B3DE5A}.Release|Any CPU.Build.0 = Release|Any CPU
{197AD303-EBDB-4D44-8A97-19A7FC3575E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{197AD303-EBDB-4D44-8A97-19A7FC3575E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{197AD303-EBDB-4D44-8A97-19A7FC3575E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{197AD303-EBDB-4D44-8A97-19A7FC3575E4}.Release|Any CPU.Build.0 = Release|Any CPU
{35824E62-956B-4363-B128-0E7EBE392485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35824E62-956B-4363-B128-0E7EBE392485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35824E62-956B-4363-B128-0E7EBE392485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35824E62-956B-4363-B128-0E7EBE392485}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3C9CB95B-7874-0B44-4397-BEA186A46DA7} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{946A8D25-2DB2-B9FA-09A5-CAD884B3DE5A} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{197AD303-EBDB-4D44-8A97-19A7FC3575E4} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{35824E62-956B-4363-B128-0E7EBE392485} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AE795C4-4D66-48B8-B93C-4DE3CDAB0C12}
EndGlobalSection
EndGlobal