-
Notifications
You must be signed in to change notification settings - Fork 12
/
Xunit.SkippableFact.sln
49 lines (49 loc) · 2.63 KB
/
Xunit.SkippableFact.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xunit.SkippableFact", "src\Xunit.SkippableFact\Xunit.SkippableFact.csproj", "{EA6330CC-B135-405D-AF9B-BD802B508985}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1DC7855-CCA5-43C7-B1AB-D8D547E28A85}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
nuget.config = nuget.config
README.md = README.md
stylecop.json = stylecop.json
version.json = version.json
EndProjectSection
ProjectSection(FolderGlobals) = preProject
__JSONSchema = ..\..\.nuget\packages\Nerdbank.GitVersioning\1.2.1\tools\version.schema.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xunit.SkippableFact.Tests", "test\Xunit.SkippableFact.Tests\Xunit.SkippableFact.Tests.csproj", "{B6E55EBE-4D2D-48DE-97AF-6058169B517D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Samples", "samples\Samples.csproj", "{115DBEC6-9D00-4070-82C3-C17D3F508EE0}"
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
{B6E55EBE-4D2D-48DE-97AF-6058169B517D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6E55EBE-4D2D-48DE-97AF-6058169B517D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6E55EBE-4D2D-48DE-97AF-6058169B517D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6E55EBE-4D2D-48DE-97AF-6058169B517D}.Release|Any CPU.Build.0 = Release|Any CPU
{115DBEC6-9D00-4070-82C3-C17D3F508EE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{115DBEC6-9D00-4070-82C3-C17D3F508EE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{115DBEC6-9D00-4070-82C3-C17D3F508EE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{115DBEC6-9D00-4070-82C3-C17D3F508EE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal