generated from dailydevops/dotnet-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLogging.Measurement.sln
60 lines (60 loc) · 3.38 KB
/
Logging.Measurement.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
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}") = "src", "src", "{FBCDC86B-B9FE-4586-9211-DA4D9482F080}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvolve.Logging.Measurement", "src\NetEvolve.Logging.Measurement\NetEvolve.Logging.Measurement.csproj", "{11D1E1E6-E141-4E5F-924E-77785F29FB6B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{EB60A7FA-4BC3-46F8-ABD1-3FA0627D262C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvolve.Logging.Measurement.Tests.Unit", "tests\NetEvolve.Logging.Measurement.Tests.Unit\NetEvolve.Logging.Measurement.Tests.Unit.csproj", "{05D94EF5-8ACF-411C-AE25-5E01D63BCE56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetEvolve.Logging.Measurement.Tests.Integration", "tests\NetEvolve.Logging.Measurement.Tests.Integration\NetEvolve.Logging.Measurement.Tests.Integration.csproj", "{787ACAF6-4D1D-4E8F-9829-C65360FDE760}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EF9D62ED-ECAE-468D-BC49-3E158252C3C0}"
ProjectSection(SolutionItems) = preProject
.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
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{11D1E1E6-E141-4E5F-924E-77785F29FB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11D1E1E6-E141-4E5F-924E-77785F29FB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11D1E1E6-E141-4E5F-924E-77785F29FB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11D1E1E6-E141-4E5F-924E-77785F29FB6B}.Release|Any CPU.Build.0 = Release|Any CPU
{05D94EF5-8ACF-411C-AE25-5E01D63BCE56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05D94EF5-8ACF-411C-AE25-5E01D63BCE56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05D94EF5-8ACF-411C-AE25-5E01D63BCE56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05D94EF5-8ACF-411C-AE25-5E01D63BCE56}.Release|Any CPU.Build.0 = Release|Any CPU
{787ACAF6-4D1D-4E8F-9829-C65360FDE760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{787ACAF6-4D1D-4E8F-9829-C65360FDE760}.Debug|Any CPU.Build.0 = Debug|Any CPU
{787ACAF6-4D1D-4E8F-9829-C65360FDE760}.Release|Any CPU.ActiveCfg = Release|Any CPU
{787ACAF6-4D1D-4E8F-9829-C65360FDE760}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{11D1E1E6-E141-4E5F-924E-77785F29FB6B} = {FBCDC86B-B9FE-4586-9211-DA4D9482F080}
{05D94EF5-8ACF-411C-AE25-5E01D63BCE56} = {EB60A7FA-4BC3-46F8-ABD1-3FA0627D262C}
{787ACAF6-4D1D-4E8F-9829-C65360FDE760} = {EB60A7FA-4BC3-46F8-ABD1-3FA0627D262C}
EndGlobalSection
EndGlobal