-
Notifications
You must be signed in to change notification settings - Fork 40
/
ULogViewer.sln
64 lines (64 loc) · 3.73 KB
/
ULogViewer.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ULogViewer", "ULogViewer\ULogViewer.csproj", "{86027AF0-5E0F-470C-A8E0-742FCED672BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ULogViewer.Tests", "ULogViewer.Tests\ULogViewer.Tests.csproj", "{EA17FC0A-4838-49BB-A5B7-8D8CD957709C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4517EE08-A2A6-470D-B746-14EB9548BBDB}"
ProjectSection(SolutionItems) = preProject
PackageInfo.json = PackageInfo.json
PackageManifest-Preview.json = PackageManifest-Preview.json
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextShellHost", "TextShellHost\TextShellHost.csproj", "{974006F6-326F-4F53-A4D7-7B8428470732}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug-Windows|Any CPU = Debug-Windows|Any CPU
Release|Any CPU = Release|Any CPU
Release-Windows|Any CPU = Release-Windows|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86027AF0-5E0F-470C-A8E0-742FCED672BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86027AF0-5E0F-470C-A8E0-742FCED672BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86027AF0-5E0F-470C-A8E0-742FCED672BC}.Debug-Windows|Any CPU.ActiveCfg = Debug-Windows|Any CPU
{86027AF0-5E0F-470C-A8E0-742FCED672BC}.Debug-Windows|Any CPU.Build.0 = Debug-Windows|Any CPU
{86027AF0-5E0F-470C-A8E0-742FCED672BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86027AF0-5E0F-470C-A8E0-742FCED672BC}.Release|Any CPU.Build.0 = Release|Any CPU
{86027AF0-5E0F-470C-A8E0-742FCED672BC}.Release-Windows|Any CPU.ActiveCfg = Release-Windows|Any CPU
{86027AF0-5E0F-470C-A8E0-742FCED672BC}.Release-Windows|Any CPU.Build.0 = Release-Windows|Any CPU
{EA17FC0A-4838-49BB-A5B7-8D8CD957709C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA17FC0A-4838-49BB-A5B7-8D8CD957709C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA17FC0A-4838-49BB-A5B7-8D8CD957709C}.Debug-Windows|Any CPU.ActiveCfg = Debug-Windows|Any CPU
{EA17FC0A-4838-49BB-A5B7-8D8CD957709C}.Debug-Windows|Any CPU.Build.0 = Debug-Windows|Any CPU
{EA17FC0A-4838-49BB-A5B7-8D8CD957709C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA17FC0A-4838-49BB-A5B7-8D8CD957709C}.Release|Any CPU.Build.0 = Release|Any CPU
{EA17FC0A-4838-49BB-A5B7-8D8CD957709C}.Release-Windows|Any CPU.ActiveCfg = Release-Windows|Any CPU
{EA17FC0A-4838-49BB-A5B7-8D8CD957709C}.Release-Windows|Any CPU.Build.0 = Release-Windows|Any CPU
{974006F6-326F-4F53-A4D7-7B8428470732}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{974006F6-326F-4F53-A4D7-7B8428470732}.Debug|Any CPU.Build.0 = Debug|Any CPU
{974006F6-326F-4F53-A4D7-7B8428470732}.Debug-Windows|Any CPU.ActiveCfg = Debug|Any CPU
{974006F6-326F-4F53-A4D7-7B8428470732}.Debug-Windows|Any CPU.Build.0 = Debug|Any CPU
{974006F6-326F-4F53-A4D7-7B8428470732}.Release|Any CPU.ActiveCfg = Release|Any CPU
{974006F6-326F-4F53-A4D7-7B8428470732}.Release|Any CPU.Build.0 = Release|Any CPU
{974006F6-326F-4F53-A4D7-7B8428470732}.Release-Windows|Any CPU.ActiveCfg = Release|Any CPU
{974006F6-326F-4F53-A4D7-7B8428470732}.Release-Windows|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D477602-23E4-4596-AABB-D13472C608C5}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 80
$1.scope = text/plain
EndGlobalSection
EndGlobal