-
Notifications
You must be signed in to change notification settings - Fork 0
/
PrivateConstructorDiagnosticSuppressor.sln
49 lines (49 loc) · 2.51 KB
/
PrivateConstructorDiagnosticSuppressor.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 Version 17
VisualStudioVersion = 17.10.34707.107
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrivateConstructorDiagnosticSuppressor", "src\PrivateConstructorDiagnosticSuppressor\PrivateConstructorDiagnosticSuppressor.csproj", "{09C0F491-DF03-4F6F-8927-BE5879549FF9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6B768C68-7044-4146-8CDD-E56C242CF3B9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\ci.yml = .github\workflows\ci.yml
clean.sh = clean.sh
src\Directory.Build.props = src\Directory.Build.props
tests\Directory.Build.props = tests\Directory.Build.props
Directory.Packages.props = Directory.Packages.props
exclusion.dic = exclusion.dic
LICENSE.txt = LICENSE.txt
readme-nuget.md = readme-nuget.md
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
run-tests.sh = run-tests.sh
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrivateConstructorDiagnosticSuppressor.Tests", "tests\PrivateConstructorDiagnosticSuppressor.Tests\PrivateConstructorDiagnosticSuppressor.Tests.csproj", "{9E976368-2D6C-4B5C-A258-2244CE0B172A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09C0F491-DF03-4F6F-8927-BE5879549FF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09C0F491-DF03-4F6F-8927-BE5879549FF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09C0F491-DF03-4F6F-8927-BE5879549FF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09C0F491-DF03-4F6F-8927-BE5879549FF9}.Release|Any CPU.Build.0 = Release|Any CPU
{9E976368-2D6C-4B5C-A258-2244CE0B172A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E976368-2D6C-4B5C-A258-2244CE0B172A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E976368-2D6C-4B5C-A258-2244CE0B172A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E976368-2D6C-4B5C-A258-2244CE0B172A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7248AF78-2165-44B2-B930-6F1366B8A343}
EndGlobalSection
EndGlobal