-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNetFabric.Hyperlinq.Analyzer.sln
47 lines (47 loc) · 2.63 KB
/
NetFabric.Hyperlinq.Analyzer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28516.95
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C452DA5-FE07-451C-BFE1-AD14A57F7B09}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
Licenses\LICENSE.txt = Licenses\LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Hyperlinq.Analyzer", "NetFabric.Hyperlinq.Analyzer\NetFabric.Hyperlinq.Analyzer.csproj", "{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Hyperlinq.Analyzer.UnitTests", "NetFabric.Hyperlinq.Analyzer.UnitTests\NetFabric.Hyperlinq.Analyzer.UnitTests.csproj", "{F16FCAAB-9A72-464A-85F1-65E72DA662F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetFabric.Hyperlinq.Analyzer.Vsix", "NetFabric.Hyperlinq.Analyzer.Vsix\NetFabric.Hyperlinq.Analyzer.Vsix.csproj", "{3B74358F-11BB-418E-A5F8-425ADE18AB3D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9502A444-23B5-4D8D-A0A4-22B6FD8F7B27}.Release|Any CPU.Build.0 = Release|Any CPU
{F16FCAAB-9A72-464A-85F1-65E72DA662F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F16FCAAB-9A72-464A-85F1-65E72DA662F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F16FCAAB-9A72-464A-85F1-65E72DA662F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F16FCAAB-9A72-464A-85F1-65E72DA662F7}.Release|Any CPU.Build.0 = Release|Any CPU
{3B74358F-11BB-418E-A5F8-425ADE18AB3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B74358F-11BB-418E-A5F8-425ADE18AB3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B74358F-11BB-418E-A5F8-425ADE18AB3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B74358F-11BB-418E-A5F8-425ADE18AB3D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0280BEC6-1172-4A45-B776-9ACBFDA7E86A}
EndGlobalSection
EndGlobal