generated from dailydevops/dotnet-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefaults.sln
62 lines (62 loc) · 3.32 KB
/
Defaults.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
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D318CAAA-6579-4869-BB97-004AC1C05926}"
ProjectSection(SolutionItems) = preProject
.commitlintrc = .commitlintrc
.editorconfig = .editorconfig
.filenesting.json = .filenesting.json
.gitattributes = .gitattributes
.gitignore = .gitignore
.gitmodules = .gitmodules
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
Directory.Solution.props = Directory.Solution.props
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
new-project.ps1 = new-project.ps1
nuget.config = nuget.config
README.md = README.md
update-solution.ps1 = update-solution.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{4AD0D117-4F9D-4288-B0F9-D8C1C120B5E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetEvolve.Defaults", "src\NetEvolve.Defaults\NetEvolve.Defaults.csproj", "{C9525AC4-A52E-4D52-A9A4-389D9FF6A1CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DB9397A5-7522-4CF5-B402-E4FFC93E600B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetEvolve.Defaults.Tests.Integration", "tests\NetEvolve.Defaults.Tests.Integration\NetEvolve.Defaults.Tests.Integration.csproj", "{7A7B8583-0494-496B-A63F-C0134194D633}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetEvolve.Defaults.Analyzer", "src\NetEvolve.Defaults.Analyzer\NetEvolve.Defaults.Analyzer.csproj", "{04A3A934-D585-42BD-B551-501F3ED99086}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9525AC4-A52E-4D52-A9A4-389D9FF6A1CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9525AC4-A52E-4D52-A9A4-389D9FF6A1CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9525AC4-A52E-4D52-A9A4-389D9FF6A1CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9525AC4-A52E-4D52-A9A4-389D9FF6A1CE}.Release|Any CPU.Build.0 = Release|Any CPU
{7A7B8583-0494-496B-A63F-C0134194D633}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A7B8583-0494-496B-A63F-C0134194D633}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A7B8583-0494-496B-A63F-C0134194D633}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A7B8583-0494-496B-A63F-C0134194D633}.Release|Any CPU.Build.0 = Release|Any CPU
{04A3A934-D585-42BD-B551-501F3ED99086}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04A3A934-D585-42BD-B551-501F3ED99086}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04A3A934-D585-42BD-B551-501F3ED99086}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04A3A934-D585-42BD-B551-501F3ED99086}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C9525AC4-A52E-4D52-A9A4-389D9FF6A1CE} = {4AD0D117-4F9D-4288-B0F9-D8C1C120B5E4}
{7A7B8583-0494-496B-A63F-C0134194D633} = {DB9397A5-7522-4CF5-B402-E4FFC93E600B}
{04A3A934-D585-42BD-B551-501F3ED99086} = {4AD0D117-4F9D-4288-B0F9-D8C1C120B5E4}
EndGlobalSection
EndGlobal