This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCocoaLogViewer.sln
74 lines (74 loc) · 4.71 KB
/
CocoaLogViewer.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
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D293299C-C392-4D5F-BBF6-E298BFD9A0DD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
HeaderComments.txt = HeaderComments.txt
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Covid19Radar.LogViewer", "src\Covid19Radar.LogViewer\Covid19Radar.LogViewer.csproj", "{BCD1361B-DBF2-4839-9A37-D7A9E96F383C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Covid19Radar.LogViewer.Launcher", "src\Covid19Radar.LogViewer.Launcher\Covid19Radar.LogViewer.Launcher.csproj", "{7A091C6F-52BA-42E6-BC38-390FB18FE1D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Covid19Radar.LogViewer.Globalization.English", "src\Covid19Radar.LogViewer.Globalization.English\Covid19Radar.LogViewer.Globalization.English.csproj", "{0D34647C-E114-42C3-B883-02494251AA88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Covid19Radar.LogViewer.Tests", "tests\Covid19Radar.LogViewer.Tests.csproj", "{F3E66810-5209-4F40-AC25-FC3C290B5F8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub Items", "GitHub Items", "{7EC95220-3552-461B-8FFB-93823195BFCF}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Build.yml = .github\workflows\Build.yml
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\VerifyPR.yml = .github\workflows\VerifyPR.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Covid19Radar.LogViewer.Transformers.Configuration", "src\Covid19Radar.LogViewer.Transformers.Configuration\Covid19Radar.LogViewer.Transformers.Configuration.csproj", "{A73E8132-F6B4-4BBE-AF0F-729FB76AD704}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Covid19Radar.LogViewer.SearchFilters", "src\Covid19Radar.LogViewer.SearchFilters\Covid19Radar.LogViewer.SearchFilters.csproj", "{B7515603-B70B-4C56-97F5-BBF658024348}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCD1361B-DBF2-4839-9A37-D7A9E96F383C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCD1361B-DBF2-4839-9A37-D7A9E96F383C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCD1361B-DBF2-4839-9A37-D7A9E96F383C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCD1361B-DBF2-4839-9A37-D7A9E96F383C}.Release|Any CPU.Build.0 = Release|Any CPU
{7A091C6F-52BA-42E6-BC38-390FB18FE1D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A091C6F-52BA-42E6-BC38-390FB18FE1D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A091C6F-52BA-42E6-BC38-390FB18FE1D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A091C6F-52BA-42E6-BC38-390FB18FE1D9}.Release|Any CPU.Build.0 = Release|Any CPU
{0D34647C-E114-42C3-B883-02494251AA88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D34647C-E114-42C3-B883-02494251AA88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D34647C-E114-42C3-B883-02494251AA88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D34647C-E114-42C3-B883-02494251AA88}.Release|Any CPU.Build.0 = Release|Any CPU
{F3E66810-5209-4F40-AC25-FC3C290B5F8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3E66810-5209-4F40-AC25-FC3C290B5F8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3E66810-5209-4F40-AC25-FC3C290B5F8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3E66810-5209-4F40-AC25-FC3C290B5F8F}.Release|Any CPU.Build.0 = Release|Any CPU
{A73E8132-F6B4-4BBE-AF0F-729FB76AD704}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A73E8132-F6B4-4BBE-AF0F-729FB76AD704}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A73E8132-F6B4-4BBE-AF0F-729FB76AD704}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A73E8132-F6B4-4BBE-AF0F-729FB76AD704}.Release|Any CPU.Build.0 = Release|Any CPU
{B7515603-B70B-4C56-97F5-BBF658024348}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7515603-B70B-4C56-97F5-BBF658024348}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7515603-B70B-4C56-97F5-BBF658024348}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7515603-B70B-4C56-97F5-BBF658024348}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2ADD49F9-4C91-441B-AC6B-D81F4D14874A}
EndGlobalSection
EndGlobal