-
Notifications
You must be signed in to change notification settings - Fork 1
/
Librotech.Inspection.sln
40 lines (40 loc) · 2.95 KB
/
Librotech.Inspection.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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrotechInspection.Core.Tests", "tests\LibrotechInspection.Core.Tests\LibrotechInspection.Core.Tests.csproj", "{883115A4-8E13-4D90-A315-1759D4689365}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrotechInspection.Core", "src\LibrotechInspection.Core\LibrotechInspection.Core.csproj", "{39918871-FB5C-4EA3-A9CA-005C64AFB502}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrotechInspection.Desktop", "src\LibrotechInspection.Desktop\LibrotechInspection.Desktop.csproj", "{9E03B86A-1E7B-4585-A126-E394C4A04A09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibrotechInspection.Desktop.Tests", "tests\LibrotechInspection.Desktop.Tests\LibrotechInspection.Desktop.Tests.csproj", "{9CBCA75E-4F48-4CED-A95C-18CFD89DC6C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OxyPlot.Avalonia", "src\LibrotechInspection.Core\.external\oxyplot-avalonia\Source\OxyPlot.Avalonia\OxyPlot.Avalonia.csproj", "{412388B4-F7CC-4115-8C01-07D1B540EFA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{883115A4-8E13-4D90-A315-1759D4689365}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{883115A4-8E13-4D90-A315-1759D4689365}.Debug|Any CPU.Build.0 = Debug|Any CPU
{883115A4-8E13-4D90-A315-1759D4689365}.Release|Any CPU.ActiveCfg = Release|Any CPU
{883115A4-8E13-4D90-A315-1759D4689365}.Release|Any CPU.Build.0 = Release|Any CPU
{39918871-FB5C-4EA3-A9CA-005C64AFB502}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39918871-FB5C-4EA3-A9CA-005C64AFB502}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39918871-FB5C-4EA3-A9CA-005C64AFB502}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39918871-FB5C-4EA3-A9CA-005C64AFB502}.Release|Any CPU.Build.0 = Release|Any CPU
{9E03B86A-1E7B-4585-A126-E394C4A04A09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E03B86A-1E7B-4585-A126-E394C4A04A09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E03B86A-1E7B-4585-A126-E394C4A04A09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E03B86A-1E7B-4585-A126-E394C4A04A09}.Release|Any CPU.Build.0 = Release|Any CPU
{9CBCA75E-4F48-4CED-A95C-18CFD89DC6C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CBCA75E-4F48-4CED-A95C-18CFD89DC6C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CBCA75E-4F48-4CED-A95C-18CFD89DC6C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CBCA75E-4F48-4CED-A95C-18CFD89DC6C3}.Release|Any CPU.Build.0 = Release|Any CPU
{412388B4-F7CC-4115-8C01-07D1B540EFA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{412388B4-F7CC-4115-8C01-07D1B540EFA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{412388B4-F7CC-4115-8C01-07D1B540EFA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{412388B4-F7CC-4115-8C01-07D1B540EFA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal