-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWsjtxUtils.Compare.sln
39 lines (39 loc) · 2.01 KB
/
WsjtxUtils.Compare.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WsjtxUtils.Compare.Common", "src\WsjtxUtils.Compare.Common\WsjtxUtils.Compare.Common.csproj", "{21173723-9BC5-4AEE-A805-D3E88A416A3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WsjtxUtils.Compare.Console", "src\WsjtxUtils.Compare.Console\WsjtxUtils.Compare.Console.csproj", "{ABD361B6-5C8E-49EA-B1B5-0CB89D6D801F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{88FF3276-9DC6-40B8-95FD-A18AC5D74F1D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56566EFA-F8CC-4D5C-A36A-0CFA486B08E6}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
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
{21173723-9BC5-4AEE-A805-D3E88A416A3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21173723-9BC5-4AEE-A805-D3E88A416A3C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21173723-9BC5-4AEE-A805-D3E88A416A3C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21173723-9BC5-4AEE-A805-D3E88A416A3C}.Release|Any CPU.Build.0 = Release|Any CPU
{ABD361B6-5C8E-49EA-B1B5-0CB89D6D801F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABD361B6-5C8E-49EA-B1B5-0CB89D6D801F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABD361B6-5C8E-49EA-B1B5-0CB89D6D801F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABD361B6-5C8E-49EA-B1B5-0CB89D6D801F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D89F585D-7266-4F2C-9DB0-904A85B2E8FC}
EndGlobalSection
EndGlobal