forked from openmovementproject/OpenMovement-AxLE-Setup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenMovement.AxLE.Setup.sln
More file actions
43 lines (43 loc) · 2.91 KB
/
Copy pathOpenMovement.AxLE.Setup.sln
File metadata and controls
43 lines (43 loc) · 2.91 KB
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 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenMovement.AxLE.Setup", "OpenMovement.AxLE.Setup\OpenMovement.AxLE.Setup.csproj", "{92C4F882-4C71-46B2-B59B-519675055C24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenMovement.AxLE.Service", "OpenMovement.AxLE.Comms\OpenMovement.AxLE.Service\OpenMovement.AxLE.Service.csproj", "{A868F8B1-9DD1-4863-9D63-F819B3C7F591}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenMovement.AxLE.Comms", "OpenMovement.AxLE.Comms\OpenMovement.AxLE.Comms\OpenMovement.AxLE.Comms.csproj", "{2EE55778-21BC-498E-9CF3-3F3D8908E8FF}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "OpenMovement.AxLE.Comms.Bluetooth.Windows", "OpenMovement.AxLE.Comms\OpenMovement.AxLE.Comms.Bluetooth.Windows\OpenMovement.AxLE.Comms.Bluetooth.Windows.shproj", "{AC27C4E0-58DC-4F23-861A-DD25FE8634AB}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
OpenMovement.AxLE.Comms\OpenMovement.AxLE.Comms.Bluetooth.Windows\OpenMovement.AxLE.Comms.Bluetooth.Windows.projitems*{92c4f882-4c71-46b2-b59b-519675055c24}*SharedItemsImports = 4
OpenMovement.AxLE.Comms\OpenMovement.AxLE.Comms.Bluetooth.Windows\OpenMovement.AxLE.Comms.Bluetooth.Windows.projitems*{ac27c4e0-58dc-4f23-861a-dd25fe8634ab}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92C4F882-4C71-46B2-B59B-519675055C24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92C4F882-4C71-46B2-B59B-519675055C24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92C4F882-4C71-46B2-B59B-519675055C24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92C4F882-4C71-46B2-B59B-519675055C24}.Release|Any CPU.Build.0 = Release|Any CPU
{A868F8B1-9DD1-4863-9D63-F819B3C7F591}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A868F8B1-9DD1-4863-9D63-F819B3C7F591}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A868F8B1-9DD1-4863-9D63-F819B3C7F591}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A868F8B1-9DD1-4863-9D63-F819B3C7F591}.Release|Any CPU.Build.0 = Release|Any CPU
{2EE55778-21BC-498E-9CF3-3F3D8908E8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EE55778-21BC-498E-9CF3-3F3D8908E8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EE55778-21BC-498E-9CF3-3F3D8908E8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EE55778-21BC-498E-9CF3-3F3D8908E8FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE56442C-71E1-4246-B62E-37FFCDE778D7}
EndGlobalSection
EndGlobal