-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDogmaSolutions.Analyzers.NoVsix.sln
55 lines (55 loc) · 3.22 KB
/
DogmaSolutions.Analyzers.NoVsix.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogmaSolutions.Analyzers", "DogmaSolutions.Analyzers\DogmaSolutions.Analyzers.csproj", "{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogmaSolutions.Analyzers.Package", "DogmaSolutions.Analyzers.Package\DogmaSolutions.Analyzers.Package.csproj", "{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogmaSolutions.Analyzers.Test", "DogmaSolutions.Analyzers.Test\DogmaSolutions.Analyzers.Test.csproj", "{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared files", "Shared files", "{0375A6A6-9FFB-4772-82A3-E72F773CADCB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
BannedSymbols.txt = BannedSymbols.txt
Directory.Build.props = Directory.Build.props
DogmaSolutions.ruleset = DogmaSolutions.ruleset
DuplicateCode.Allowed.txt = DuplicateCode.Allowed.txt
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DogmaSolutions.Analyzers.WorkbenchLibrary", "DogmaSolutions.Analyzers.WorkbenchLibrary\DogmaSolutions.Analyzers.WorkbenchLibrary.csproj", "{D07A472B-B9EB-494F-A770-4971CA64FF05}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BC5AD0A-C6DD-42CC-96DA-BB10C81CB34A}.Release|Any CPU.Build.0 = Release|Any CPU
{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB6673D8-12EC-402D-9FBD-83A3F5D5A706}.Release|Any CPU.Build.0 = Release|Any CPU
{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{169451B3-DB6F-4A98-B2A1-75C779C9E9D7}.Release|Any CPU.Build.0 = Release|Any CPU
{D07A472B-B9EB-494F-A770-4971CA64FF05}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D07A472B-B9EB-494F-A770-4971CA64FF05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D07A472B-B9EB-494F-A770-4971CA64FF05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D07A472B-B9EB-494F-A770-4971CA64FF05}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E4F1BBA-0DF9-490C-9DD1-DACA1BF4E0A3}
EndGlobalSection
EndGlobal