1
0
mirror of https://github.com/romanlryji/EventLogLoader.git synced 2024-11-24 08:32:52 +02:00
EventLogLoader/EventLogLoader.sln

74 lines
4.7 KiB
Plaintext
Raw Normal View History

2015-10-03 01:29:09 +02:00

2016-12-25 23:12:43 +02:00
Microsoft Visual Studio Solution File, Format Version 12.00
2019-10-02 10:18:07 +02:00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
2016-12-25 23:12:43 +02:00
MinimumVisualStudioVersion = 10.0.40219.1
2015-10-03 01:29:09 +02:00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EventLogLoaderDebug", "EventLogLoader\EventLogLoaderDebug.vbproj", "{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EventLogLoaderManager", "EventLogLoaderManager\EventLogLoaderManager.vbproj", "{AF261326-5435-43E2-8407-4F0DFAED7B29}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EventLogLoaderService", "EventLogLoaderService\EventLogLoaderService.vbproj", "{F7EF5930-B310-4697-B522-2325EAF247F2}"
EndProject
2019-10-02 10:18:07 +02:00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventLogApp", "EventLogApp\EventLogApp.csproj", "{036F352B-E448-47E0-BB91-F98D4896C6CA}"
EndProject
2015-10-03 01:29:09 +02:00
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Debug|Any CPU.ActiveCfg = Debug|x86
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Debug|Mixed Platforms.Build.0 = Debug|x86
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Debug|x86.ActiveCfg = Debug|x86
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Debug|x86.Build.0 = Debug|x86
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Release|Any CPU.ActiveCfg = Release|x86
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Release|Mixed Platforms.ActiveCfg = Release|x86
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Release|Mixed Platforms.Build.0 = Release|x86
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Release|x86.ActiveCfg = Release|x86
{2CE569B2-834D-4FE6-A23F-ACC68E8BDA9E}.Release|x86.Build.0 = Release|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Debug|Any CPU.ActiveCfg = Debug|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Debug|Mixed Platforms.Build.0 = Debug|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Debug|x86.ActiveCfg = Debug|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Debug|x86.Build.0 = Debug|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Release|Any CPU.ActiveCfg = Release|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Release|Mixed Platforms.Build.0 = Release|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Release|x86.ActiveCfg = Release|x86
{AF261326-5435-43E2-8407-4F0DFAED7B29}.Release|x86.Build.0 = Release|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Debug|Any CPU.ActiveCfg = Debug|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Debug|Mixed Platforms.Build.0 = Debug|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Debug|x86.ActiveCfg = Debug|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Debug|x86.Build.0 = Debug|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Release|Any CPU.ActiveCfg = Release|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Release|Mixed Platforms.ActiveCfg = Release|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Release|Mixed Platforms.Build.0 = Release|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Release|x86.ActiveCfg = Release|x86
{F7EF5930-B310-4697-B522-2325EAF247F2}.Release|x86.Build.0 = Release|x86
2019-10-02 10:18:07 +02:00
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Debug|x86.ActiveCfg = Debug|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Debug|x86.Build.0 = Debug|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Release|Any CPU.Build.0 = Release|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Release|x86.ActiveCfg = Release|Any CPU
{036F352B-E448-47E0-BB91-F98D4896C6CA}.Release|x86.Build.0 = Release|Any CPU
2015-10-03 01:29:09 +02:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
2019-10-02 10:18:07 +02:00
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5078F9AA-9CF7-46CF-BF5C-57C79E90A04A}
EndGlobalSection
2015-10-03 01:29:09 +02:00
EndGlobal