-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUltrasonicTesting.sln
40 lines (40 loc) · 2.32 KB
/
UltrasonicTesting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UltrasonicTesting", "UltrasonicTesting\UltrasonicTesting.csproj", "{E179A978-4CBB-470B-8BBA-06A42D0607A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UltrasonicTesting_Tests", "UltrasonicTesting_Tests\UltrasonicTesting_Tests.csproj", "{0E4D749B-FF40-4ED1-B371-6E55A1486E9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UltrasonicTestingForms", "UltrasonicTestingForms\UltrasonicTestingForms.csproj", "{E3C3DBA9-7F2D-4181-BEF8-526D9E293388}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{B6851F13-3CF0-4518-B2F2-A0149C076EB4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E179A978-4CBB-470B-8BBA-06A42D0607A5}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{E179A978-4CBB-470B-8BBA-06A42D0607A5}.Debug|Any CPU.Build.0 = Release|Any CPU
{E179A978-4CBB-470B-8BBA-06A42D0607A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E179A978-4CBB-470B-8BBA-06A42D0607A5}.Release|Any CPU.Build.0 = Release|Any CPU
{0E4D749B-FF40-4ED1-B371-6E55A1486E9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E4D749B-FF40-4ED1-B371-6E55A1486E9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E4D749B-FF40-4ED1-B371-6E55A1486E9B}.Release|Any CPU.Build.0 = Release|Any CPU
{E3C3DBA9-7F2D-4181-BEF8-526D9E293388}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{E3C3DBA9-7F2D-4181-BEF8-526D9E293388}.Debug|Any CPU.Build.0 = Release|Any CPU
{E3C3DBA9-7F2D-4181-BEF8-526D9E293388}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3C3DBA9-7F2D-4181-BEF8-526D9E293388}.Release|Any CPU.Build.0 = Release|Any CPU
{B6851F13-3CF0-4518-B2F2-A0149C076EB4}.Debug|Any CPU.ActiveCfg = Debug
{B6851F13-3CF0-4518-B2F2-A0149C076EB4}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4B94B137-D41F-4C4B-AE3E-6463AE45E157}
EndGlobalSection
EndGlobal