1.0.0 - Release

Issue and first commint for service
This commit is contained in:
Claudio Boggian
2025-02-24 14:00:11 +01:00
parent 8d626bb6c4
commit 2e1c003808
8 changed files with 1033 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "console_log4graylog", "console_log4graylog\console_log4graylog.csproj", "{D97CC845-BBC9-4683-9C99-C44050F3AD8B}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "(Setup) Log 4 Graylog", "(Setup) Log 4 Graylog\(Setup) Log 4 Graylog.vdproj", "{088E2DEB-3D70-42CA-A954-A81894611502}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D97CC845-BBC9-4683-9C99-C44050F3AD8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D97CC845-BBC9-4683-9C99-C44050F3AD8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D97CC845-BBC9-4683-9C99-C44050F3AD8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D97CC845-BBC9-4683-9C99-C44050F3AD8B}.Release|Any CPU.Build.0 = Release|Any CPU
{088E2DEB-3D70-42CA-A954-A81894611502}.Debug|Any CPU.ActiveCfg = Debug
{088E2DEB-3D70-42CA-A954-A81894611502}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal