2020-04-09 20:54:05 +02:00
|
|
|
|
|
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
|
|
# Visual Studio Version 16
|
|
|
|
VisualStudioVersion = 16.0.30002.166
|
|
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
2020-04-14 17:00:11 +02:00
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YY.EventLogReaderAssistant", "YY.EventLogReaderAssistant\YY.EventLogReaderAssistant.csproj", "{5B2E13F6-9F93-46AA-AB61-7B3A4331840D}"
|
2020-04-09 20:54:05 +02:00
|
|
|
EndProject
|
2020-04-14 17:00:11 +02:00
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YY.EventLogReaderAssistantConsoleApp", "YY.EventLogReaderAssistantConsoleApp\YY.EventLogReaderAssistantConsoleApp.csproj", "{9CF3CC92-F793-4398-896A-353DAACC0DE0}"
|
2020-04-10 10:14:46 +02:00
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
|
|
{5B2E13F6-9F93-46AA-AB61-7B3A4331840D} = {5B2E13F6-9F93-46AA-AB61-7B3A4331840D}
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
2020-04-11 21:03:46 +02:00
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B3EA600F-E229-42E8-8FC4-F8097627AF81}"
|
|
|
|
EndProject
|
2020-04-14 17:00:11 +02:00
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YY.EventLogReaderAssistant.Tests", "YY.EventLogReaderAssistant.Tests\YY.EventLogReaderAssistant.Tests.csproj", "{A4CAB49D-B34A-4299-B0C4-864A874B10D4}"
|
2020-04-14 16:53:10 +02:00
|
|
|
ProjectSection(ProjectDependencies) = postProject
|
|
|
|
{5B2E13F6-9F93-46AA-AB61-7B3A4331840D} = {5B2E13F6-9F93-46AA-AB61-7B3A4331840D}
|
|
|
|
EndProjectSection
|
2020-04-11 21:03:46 +02:00
|
|
|
EndProject
|
2020-04-14 17:34:34 +02:00
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{759338A0-58EF-43A6-B9D5-E87F82C4B65A}"
|
|
|
|
ProjectSection(SolutionItems) = preProject
|
|
|
|
LICENSE = LICENSE
|
|
|
|
README.md = README.md
|
|
|
|
EndProjectSection
|
|
|
|
EndProject
|
2020-04-09 20:54:05 +02:00
|
|
|
Global
|
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
|
Debug|Any CPU = Debug|Any CPU
|
|
|
|
Release|Any CPU = Release|Any CPU
|
|
|
|
EndGlobalSection
|
|
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
|
|
{5B2E13F6-9F93-46AA-AB61-7B3A4331840D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
{5B2E13F6-9F93-46AA-AB61-7B3A4331840D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
{5B2E13F6-9F93-46AA-AB61-7B3A4331840D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
{5B2E13F6-9F93-46AA-AB61-7B3A4331840D}.Release|Any CPU.Build.0 = Release|Any CPU
|
2020-04-10 10:14:46 +02:00
|
|
|
{9CF3CC92-F793-4398-896A-353DAACC0DE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
{9CF3CC92-F793-4398-896A-353DAACC0DE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
{9CF3CC92-F793-4398-896A-353DAACC0DE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
{9CF3CC92-F793-4398-896A-353DAACC0DE0}.Release|Any CPU.Build.0 = Release|Any CPU
|
2020-04-11 21:03:46 +02:00
|
|
|
{A4CAB49D-B34A-4299-B0C4-864A874B10D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
{A4CAB49D-B34A-4299-B0C4-864A874B10D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
{A4CAB49D-B34A-4299-B0C4-864A874B10D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
{A4CAB49D-B34A-4299-B0C4-864A874B10D4}.Release|Any CPU.Build.0 = Release|Any CPU
|
2020-04-09 20:54:05 +02:00
|
|
|
EndGlobalSection
|
|
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
|
|
HideSolutionNode = FALSE
|
|
|
|
EndGlobalSection
|
2020-04-11 21:03:46 +02:00
|
|
|
GlobalSection(NestedProjects) = preSolution
|
|
|
|
{A4CAB49D-B34A-4299-B0C4-864A874B10D4} = {B3EA600F-E229-42E8-8FC4-F8097627AF81}
|
|
|
|
EndGlobalSection
|
2020-04-09 20:54:05 +02:00
|
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
|
|
SolutionGuid = {9F628392-F4A2-4E4C-B478-BDB29B256BA4}
|
|
|
|
EndGlobalSection
|
|
|
|
EndGlobal
|