-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UbisensePositioning.sln
59 lines (59 loc) · 3.59 KB
/
UbisensePositioning.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UbisensePositioning.Demo.WinForms", "UbisensePositioning.Demo.WinForms\UbisensePositioning.Demo.WinForms.csproj", "{7150D85C-0940-47E6-AEAB-0F200AF68354}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UbisensePositioning", "UbisensePositioning\UbisensePositioning.csproj", "{03D29BD2-03DF-4F86-A5DE-9586AA8C150E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{B1EEF3C8-1A9A-49A3-896E-3B5CDB6AC735}"
ProjectSection(SolutionItems) = preProject
NuGet\Ubisense.png = NuGet\Ubisense.png
NuGet\UbisensePositioning.nuspec = NuGet\UbisensePositioning.nuspec
NuGet\UbisensePositioning.WPF.nuspec = NuGet\UbisensePositioning.WPF.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35B9C40A-55B5-4A57-AAA3-D0748D49A6CA}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
Readme.txt = Readme.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UbisensePositioning.Demo.WPF", "UbisensePositioning.Demo.WPF\UbisensePositioning.Demo.WPF.csproj", "{A3328423-2B1B-497F-8D83-641BF5453CE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UbisensePositioning.WPF", "UbisensePositioning.WPF\UbisensePositioning.WPF.csproj", "{A7C5CF6B-B412-413B-80C6-B41110D48B1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Diagrams", "Diagrams", "{3912BD0A-3200-4752-997D-980D6F7D8FA7}"
ProjectSection(SolutionItems) = preProject
UbisensePositioning\UbisensePositioning.cd = UbisensePositioning\UbisensePositioning.cd
UbisensePositioning.WPF\UbisensePositioning.WPF.cd = UbisensePositioning.WPF\UbisensePositioning.WPF.cd
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7150D85C-0940-47E6-AEAB-0F200AF68354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7150D85C-0940-47E6-AEAB-0F200AF68354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7150D85C-0940-47E6-AEAB-0F200AF68354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7150D85C-0940-47E6-AEAB-0F200AF68354}.Release|Any CPU.Build.0 = Release|Any CPU
{03D29BD2-03DF-4F86-A5DE-9586AA8C150E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03D29BD2-03DF-4F86-A5DE-9586AA8C150E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03D29BD2-03DF-4F86-A5DE-9586AA8C150E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03D29BD2-03DF-4F86-A5DE-9586AA8C150E}.Release|Any CPU.Build.0 = Release|Any CPU
{A3328423-2B1B-497F-8D83-641BF5453CE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3328423-2B1B-497F-8D83-641BF5453CE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3328423-2B1B-497F-8D83-641BF5453CE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3328423-2B1B-497F-8D83-641BF5453CE9}.Release|Any CPU.Build.0 = Release|Any CPU
{A7C5CF6B-B412-413B-80C6-B41110D48B1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7C5CF6B-B412-413B-80C6-B41110D48B1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7C5CF6B-B412-413B-80C6-B41110D48B1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7C5CF6B-B412-413B-80C6-B41110D48B1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal