-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathParavaly.sln
53 lines (53 loc) · 2.63 KB
/
Paravaly.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D5CECB1B-01EF-4754-B38D-2126A499E65D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{5CDE6B7E-33A1-4231-BB50-B9149201317E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CodeAnalysis", "CodeAnalysis", "{C122D924-9C22-4637-8131-E2B597942A57}"
ProjectSection(SolutionItems) = preProject
tools\CodeAnalysis\CustomDictionary.xml = tools\CodeAnalysis\CustomDictionary.xml
tools\CodeAnalysis\Paravaly.ruleset = tools\CodeAnalysis\Paravaly.ruleset
tools\CodeAnalysis\StyleCop.json = tools\CodeAnalysis\StyleCop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Paravaly", "src\Paravaly\Paravaly.csproj", "{4CD93BA0-38A9-407F-B228-12916D7397EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Paravaly.Tests", "test\Paravaly.Tests\Paravaly.Tests.csproj", "{EE16475F-D5F1-4EE8-829C-EA951B4DD320}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CD93BA0-38A9-407F-B228-12916D7397EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CD93BA0-38A9-407F-B228-12916D7397EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CD93BA0-38A9-407F-B228-12916D7397EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CD93BA0-38A9-407F-B228-12916D7397EF}.Release|Any CPU.Build.0 = Release|Any CPU
{EE16475F-D5F1-4EE8-829C-EA951B4DD320}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE16475F-D5F1-4EE8-829C-EA951B4DD320}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE16475F-D5F1-4EE8-829C-EA951B4DD320}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE16475F-D5F1-4EE8-829C-EA951B4DD320}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C122D924-9C22-4637-8131-E2B597942A57} = {5CDE6B7E-33A1-4231-BB50-B9149201317E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AF4E422C-9FFB-4FBE-A7C4-4A468E735475}
EndGlobalSection
EndGlobal