-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathLogViewer.sln
43 lines (43 loc) · 2.05 KB
/
LogViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogViewerTestApp", "LogViewerTestApp\LogViewerTestApp.csproj", "{80DDCA3E-983D-4F88-8647-18806226254C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogViewerLib", "LogViewerLib\LogViewerLib.csproj", "{662906DF-9F64-48D2-BA00-F95AC09A14E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AB418A7C-5286-466D-A341-B0AEC9315701}"
ProjectSection(SolutionItems) = preProject
Design.pptx = Design.pptx
LICENSE.txt = LICENSE.txt
LogViewer2.jpg = LogViewer2.jpg
LogViewerSolution.jpg = LogViewerSolution.jpg
LogViewerTest.jpg = LogViewerTest.jpg
Multithreading.jpg = Multithreading.jpg
Multithreading2.jpg = Multithreading2.jpg
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80DDCA3E-983D-4F88-8647-18806226254C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80DDCA3E-983D-4F88-8647-18806226254C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80DDCA3E-983D-4F88-8647-18806226254C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80DDCA3E-983D-4F88-8647-18806226254C}.Release|Any CPU.Build.0 = Release|Any CPU
{662906DF-9F64-48D2-BA00-F95AC09A14E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{662906DF-9F64-48D2-BA00-F95AC09A14E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{662906DF-9F64-48D2-BA00-F95AC09A14E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{662906DF-9F64-48D2-BA00-F95AC09A14E9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01603ED4-8E35-4543-8A5E-27E426B3ECC7}
EndGlobalSection
EndGlobal