forked from Statyk7/log2console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLog2Console.sln
42 lines (42 loc) · 1.72 KB
/
Log2Console.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FE9FAF04-EE81-4426-99C5-EE892988F883}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.pre-commit-config.yaml = .pre-commit-config.yaml
build.ps1 = build.ps1
clean.bat = clean.bat
coverage.ps1 = coverage.ps1
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
LICENSE = LICENSE
NuGet.Config = NuGet.Config
README.md = README.md
SetEol.ps1 = SetEol.ps1
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Log2Console", "src\Log2Console\Log2Console.csproj", "{C14673C3-AB25-4360-9C8F-DC60C68045F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C14673C3-AB25-4360-9C8F-DC60C68045F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C14673C3-AB25-4360-9C8F-DC60C68045F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C14673C3-AB25-4360-9C8F-DC60C68045F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C14673C3-AB25-4360-9C8F-DC60C68045F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F547040-EE98-46D6-B1F5-738B4EE47333}
EndGlobalSection
EndGlobal