-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDotNet.LogFilesMonitorArchiver.sln
51 lines (51 loc) · 2.5 KB
/
DotNet.LogFilesMonitorArchiver.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35617.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0EFE1FD9-32B9-4246-95B2-7CBE38B8A211}"
ProjectSection(SolutionItems) = preProject
version.props = version.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CD34F1B1-00C9-420E-BA20-AE883FE6191D}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
NuGet.config = NuGet.config
README.md = README.md
version.props = version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogFilesMonitorArchiver.Test", "test\LogFilesMonitorArchiver.Test\LogFilesMonitorArchiver.Test.csproj", "{83091E3E-4486-4F2E-98D0-5EB3F61F2766}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNet.Host.LogFilesMonitorArchiver", "src\DotNet.Host.LogFilesMonitorArchiver\DotNet.Host.LogFilesMonitorArchiver.csproj", "{6666F25E-872A-4588-962B-FD011763C674}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{83091E3E-4486-4F2E-98D0-5EB3F61F2766}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83091E3E-4486-4F2E-98D0-5EB3F61F2766}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83091E3E-4486-4F2E-98D0-5EB3F61F2766}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83091E3E-4486-4F2E-98D0-5EB3F61F2766}.Release|Any CPU.Build.0 = Release|Any CPU
{6666F25E-872A-4588-962B-FD011763C674}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6666F25E-872A-4588-962B-FD011763C674}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6666F25E-872A-4588-962B-FD011763C674}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6666F25E-872A-4588-962B-FD011763C674}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6666F25E-872A-4588-962B-FD011763C674} = {0EFE1FD9-32B9-4246-95B2-7CBE38B8A211}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D49453E-1856-457F-8588-D7BD8C8059DB}
EndGlobalSection
EndGlobal