-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathInertialNavigationSystem.sln
34 lines (34 loc) · 2.07 KB
/
InertialNavigationSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InertialNavigationSystem", "InertialNavigationSystem\InertialNavigationSystem.csproj", "{25A0B363-5484-45EA-8564-DB1B0F46BAE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InertialNavigationSystem-Test", "InertialNavigationSystem-Test\InertialNavigationSystem-Test.csproj", "{48893A65-605C-4EFB-9874-C8B344E63B59}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InertialNavigationSystem-Demo", "InertialNavigationSystem-Demo\InertialNavigationSystem-Demo.csproj", "{DE4671BF-D47D-40CF-9DC3-B191599E94F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25A0B363-5484-45EA-8564-DB1B0F46BAE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25A0B363-5484-45EA-8564-DB1B0F46BAE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25A0B363-5484-45EA-8564-DB1B0F46BAE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25A0B363-5484-45EA-8564-DB1B0F46BAE0}.Release|Any CPU.Build.0 = Release|Any CPU
{48893A65-605C-4EFB-9874-C8B344E63B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48893A65-605C-4EFB-9874-C8B344E63B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48893A65-605C-4EFB-9874-C8B344E63B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48893A65-605C-4EFB-9874-C8B344E63B59}.Release|Any CPU.Build.0 = Release|Any CPU
{DE4671BF-D47D-40CF-9DC3-B191599E94F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE4671BF-D47D-40CF-9DC3-B191599E94F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE4671BF-D47D-40CF-9DC3-B191599E94F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE4671BF-D47D-40CF-9DC3-B191599E94F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal