-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHacarusVisualInspectionSDK.sln
34 lines (33 loc) · 2.08 KB
/
HacarusVisualInspectionSDK.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 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "SampleApp\SampleApp.csproj", "{72967E2E-C9A0-4A08-8953-51155C5F0458}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CCA9329-7176-4AB4-8725-BAE3F8940952}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HacarusVisualInspectionApi", "HacarusVisualInspectionApi\HacarusVisualInspectionApi.csproj", "{3D199DAC-F364-4F4B-8651-47AE907F0F22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HacarusVisualInspectionApi.Tests", "HacarusVisualInspectionApi.Tests\HacarusVisualInspectionApi.Tests.csproj", "{76621B70-4EB3-40FD-A7DB-C489A66D96C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72967E2E-C9A0-4A08-8953-51155C5F0458}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72967E2E-C9A0-4A08-8953-51155C5F0458}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72967E2E-C9A0-4A08-8953-51155C5F0458}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72967E2E-C9A0-4A08-8953-51155C5F0458}.Release|Any CPU.Build.0 = Release|Any CPU
{3D199DAC-F364-4F4B-8651-47AE907F0F22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D199DAC-F364-4F4B-8651-47AE907F0F22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D199DAC-F364-4F4B-8651-47AE907F0F22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D199DAC-F364-4F4B-8651-47AE907F0F22}.Release|Any CPU.Build.0 = Release|Any CPU
{76621B70-4EB3-40FD-A7DB-C489A66D96C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76621B70-4EB3-40FD-A7DB-C489A66D96C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76621B70-4EB3-40FD-A7DB-C489A66D96C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76621B70-4EB3-40FD-A7DB-C489A66D96C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal