This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSPCViewer.sln
48 lines (48 loc) · 2.77 KB
/
SPCViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SPCViewer.Test", "SPCViewer.Test\SPCViewer.Test.csproj", "{9E19CEF1-CC1A-4B92-B14A-7899E5704171}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SPCViewer.ViewModel", "SPCViewer.ViewModel\SPCViewer.ViewModel.csproj", "{72D7B572-3C00-4B8B-92CD-458EF0579452}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SPCViewer.Core", "SPCViewer.Core\SPCViewer.Core.csproj", "{C89D85E1-A7D4-4F77-8992-0160828BE807}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SPCViewer.WPF", "SPCViewer.WPF\SPCViewer.WPF.csproj", "{C6F0C1D3-01F9-4529-9FD4-87CDB106FB9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B95148C6-477A-454D-8E82-B2CEA0233649}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E19CEF1-CC1A-4B92-B14A-7899E5704171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E19CEF1-CC1A-4B92-B14A-7899E5704171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E19CEF1-CC1A-4B92-B14A-7899E5704171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E19CEF1-CC1A-4B92-B14A-7899E5704171}.Release|Any CPU.Build.0 = Release|Any CPU
{72D7B572-3C00-4B8B-92CD-458EF0579452}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72D7B572-3C00-4B8B-92CD-458EF0579452}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72D7B572-3C00-4B8B-92CD-458EF0579452}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72D7B572-3C00-4B8B-92CD-458EF0579452}.Release|Any CPU.Build.0 = Release|Any CPU
{C89D85E1-A7D4-4F77-8992-0160828BE807}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C89D85E1-A7D4-4F77-8992-0160828BE807}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C89D85E1-A7D4-4F77-8992-0160828BE807}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C89D85E1-A7D4-4F77-8992-0160828BE807}.Release|Any CPU.Build.0 = Release|Any CPU
{C6F0C1D3-01F9-4529-9FD4-87CDB106FB9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F0C1D3-01F9-4529-9FD4-87CDB106FB9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F0C1D3-01F9-4529-9FD4-87CDB106FB9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F0C1D3-01F9-4529-9FD4-87CDB106FB9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8FD85A8-E27B-4393-9437-F77E6EE8407D}
EndGlobalSection
EndGlobal