-
Notifications
You must be signed in to change notification settings - Fork 16
/
Xunit.Combinatorial.sln
62 lines (62 loc) · 3.06 KB
/
Xunit.Combinatorial.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
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31824.51
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xunit.Combinatorial", "src\Xunit.Combinatorial\Xunit.Combinatorial.csproj", "{EA6330CC-B135-405D-AF9B-BD802B508985}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xunit.Combinatorial.Tests", "test\Xunit.Combinatorial.Tests\Xunit.Combinatorial.Tests.csproj", "{81D4F7CC-A88A-40E4-A1D2-A34BDE0BC2DF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1DC7855-CCA5-43C7-B1AB-D8D547E28A85}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
README.md = README.md
stylecop.json = stylecop.json
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B22D94D3-47AB-442E-A48E-0EBD01326C46}"
ProjectSection(SolutionItems) = preProject
src\.editorconfig = src\.editorconfig
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8565DFAF-D580-4E59-B675-AF4E3B9C72DB}"
ProjectSection(SolutionItems) = preProject
test\.editorconfig = test\.editorconfig
test\Directory.Build.props = test\Directory.Build.props
test\Directory.Build.targets = test\Directory.Build.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA6330CC-B135-405D-AF9B-BD802B508985}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA6330CC-B135-405D-AF9B-BD802B508985}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA6330CC-B135-405D-AF9B-BD802B508985}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA6330CC-B135-405D-AF9B-BD802B508985}.Release|Any CPU.Build.0 = Release|Any CPU
{81D4F7CC-A88A-40E4-A1D2-A34BDE0BC2DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81D4F7CC-A88A-40E4-A1D2-A34BDE0BC2DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81D4F7CC-A88A-40E4-A1D2-A34BDE0BC2DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81D4F7CC-A88A-40E4-A1D2-A34BDE0BC2DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EA6330CC-B135-405D-AF9B-BD802B508985} = {B22D94D3-47AB-442E-A48E-0EBD01326C46}
{81D4F7CC-A88A-40E4-A1D2-A34BDE0BC2DF} = {8565DFAF-D580-4E59-B675-AF4E3B9C72DB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F956AB37-C497-4A1D-848F-04EDFB448071}
EndGlobalSection
EndGlobal