-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnalogy.LogViewer.Intuitive.sln
More file actions
45 lines (45 loc) · 2.62 KB
/
Copy pathAnalogy.LogViewer.Intuitive.sln
File metadata and controls
45 lines (45 loc) · 2.62 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11205.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Analogy.LogViewer.Intuitive", "Analogy.LogViewer.Intuitive\Analogy.LogViewer.Intuitive.csproj", "{B3355EDD-EBF8-4AE4-97AC-09F3BF240C92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Analogy.LogViewer.Intuitive.Tests", "Analogy.LogViewer.Intuitive.Tests\Analogy.LogViewer.Intuitive.Tests.csproj", "{6405298E-7443-5896-D323-B562EC47C75F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{28A05E91-9D95-420E-BBDC-F3C4DDF07AA3}"
ProjectSection(SolutionItems) = preProject
.github\dependabot.yml = .github\dependabot.yml
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet-core-desktop.yml = .github\workflows\dotnet-core-desktop.yml
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Analogy.LogViewer.Intuitive.WinForms", "Analogy.LogViewer.Intuitive.WinForms\Analogy.LogViewer.Intuitive.WinForms.csproj", "{ACE7F2FF-2E72-B171-0DC1-21B5FC2BECAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3355EDD-EBF8-4AE4-97AC-09F3BF240C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3355EDD-EBF8-4AE4-97AC-09F3BF240C92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3355EDD-EBF8-4AE4-97AC-09F3BF240C92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3355EDD-EBF8-4AE4-97AC-09F3BF240C92}.Release|Any CPU.Build.0 = Release|Any CPU
{6405298E-7443-5896-D323-B562EC47C75F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6405298E-7443-5896-D323-B562EC47C75F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6405298E-7443-5896-D323-B562EC47C75F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6405298E-7443-5896-D323-B562EC47C75F}.Release|Any CPU.Build.0 = Release|Any CPU
{ACE7F2FF-2E72-B171-0DC1-21B5FC2BECAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ACE7F2FF-2E72-B171-0DC1-21B5FC2BECAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ACE7F2FF-2E72-B171-0DC1-21B5FC2BECAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ACE7F2FF-2E72-B171-0DC1-21B5FC2BECAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB836CFD-A7FF-4662-9112-92F28D7CBE58}
EndGlobalSection
EndGlobal