-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEthar.GeoPose.sln
49 lines (49 loc) · 3.14 KB
/
Ethar.GeoPose.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 Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ethar.GeoPose", "Ethar.GeoPose\Ethar.GeoPose.csproj", "{FC0BE663-94B3-4BCC-8B32-15C28A0F2EAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ethar.GeoPose.UnitTests", "Ethar.GeoPose.UnitTests\Ethar.GeoPose.UnitTests.csproj", "{900D6AB2-A765-4B6A-82AB-AC26B006A427}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ethar.GeoPose.Authority.UnitTests", "Ethar.GeoPose.Authority.UnitTests\Ethar.GeoPose.Authority.UnitTests.csproj", "{73475777-CE6F-4EAA-9899-E69D5A139E98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ethar.GeoPose.Authority", "Ethar.GeoPose.Authority\Ethar.GeoPose.Authority.csproj", "{6A8617A3-0F45-4305-A775-F8040B763C18}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ethar.GeoPose.Examples", "Ethar.GeoPose.Examples\Ethar.GeoPose.Examples.csproj", "{83B92AB0-1E28-43C0-AC2A-03B8FF4B0A5D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC0BE663-94B3-4BCC-8B32-15C28A0F2EAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC0BE663-94B3-4BCC-8B32-15C28A0F2EAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC0BE663-94B3-4BCC-8B32-15C28A0F2EAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC0BE663-94B3-4BCC-8B32-15C28A0F2EAE}.Release|Any CPU.Build.0 = Release|Any CPU
{900D6AB2-A765-4B6A-82AB-AC26B006A427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{900D6AB2-A765-4B6A-82AB-AC26B006A427}.Debug|Any CPU.Build.0 = Debug|Any CPU
{900D6AB2-A765-4B6A-82AB-AC26B006A427}.Release|Any CPU.ActiveCfg = Release|Any CPU
{900D6AB2-A765-4B6A-82AB-AC26B006A427}.Release|Any CPU.Build.0 = Release|Any CPU
{73475777-CE6F-4EAA-9899-E69D5A139E98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73475777-CE6F-4EAA-9899-E69D5A139E98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73475777-CE6F-4EAA-9899-E69D5A139E98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73475777-CE6F-4EAA-9899-E69D5A139E98}.Release|Any CPU.Build.0 = Release|Any CPU
{6A8617A3-0F45-4305-A775-F8040B763C18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A8617A3-0F45-4305-A775-F8040B763C18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A8617A3-0F45-4305-A775-F8040B763C18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A8617A3-0F45-4305-A775-F8040B763C18}.Release|Any CPU.Build.0 = Release|Any CPU
{83B92AB0-1E28-43C0-AC2A-03B8FF4B0A5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83B92AB0-1E28-43C0-AC2A-03B8FF4B0A5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83B92AB0-1E28-43C0-AC2A-03B8FF4B0A5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83B92AB0-1E28-43C0-AC2A-03B8FF4B0A5D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23152CAB-B1BA-453E-AD34-9F4534E80E44}
EndGlobalSection
EndGlobal