forked from tunnelvisionlabs/dotnet-compatibility
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CompatibilityChecker.sln
53 lines (53 loc) · 2.85 KB
/
CompatibilityChecker.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
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C355D891-5C1D-4794-9981-9077586D4D39}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE = LICENSE
NOTICE = NOTICE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompatibilityChecker.Library", "CompatibilityChecker.Library\CompatibilityChecker.Library.csproj", "{9A4BE2CE-277F-41C5-AB31-E5C6ECFD0EEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompatibilityChecker", "CompatibilityChecker\CompatibilityChecker.csproj", "{F12B242C-9EC3-4ABC-BFC5-50156E4B5CB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompatibilityChecker.Library.Tests", "tests\CompatibilityChecker.Library.Tests\CompatibilityChecker.Library.Tests.csproj", "{F46154D5-0FC7-4C2A-AB50-B5D81F73E178}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{76B2C3E5-B595-4539-A783-27313766B8F1}"
ProjectSection(SolutionItems) = preProject
tests\coverletArgs.runsettings = tests\coverletArgs.runsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A4BE2CE-277F-41C5-AB31-E5C6ECFD0EEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A4BE2CE-277F-41C5-AB31-E5C6ECFD0EEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A4BE2CE-277F-41C5-AB31-E5C6ECFD0EEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A4BE2CE-277F-41C5-AB31-E5C6ECFD0EEB}.Release|Any CPU.Build.0 = Release|Any CPU
{F12B242C-9EC3-4ABC-BFC5-50156E4B5CB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F12B242C-9EC3-4ABC-BFC5-50156E4B5CB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F12B242C-9EC3-4ABC-BFC5-50156E4B5CB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F12B242C-9EC3-4ABC-BFC5-50156E4B5CB4}.Release|Any CPU.Build.0 = Release|Any CPU
{F46154D5-0FC7-4C2A-AB50-B5D81F73E178}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F46154D5-0FC7-4C2A-AB50-B5D81F73E178}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F46154D5-0FC7-4C2A-AB50-B5D81F73E178}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F46154D5-0FC7-4C2A-AB50-B5D81F73E178}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F46154D5-0FC7-4C2A-AB50-B5D81F73E178} = {76B2C3E5-B595-4539-A783-27313766B8F1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6892FBD2-1339-4781-A210-834B945609AC}
EndGlobalSection
EndGlobal