-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProtoBufViewer.sln
49 lines (49 loc) · 3.04 KB
/
ProtoBufViewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProtoBuf.Antlr", "ProtoBuf.Antlr\ProtoBuf.Antlr.csproj", "{DC0FA2EB-CD44-4C70-8257-4941F3FDC68C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProtoBufTests", "ProtoBufTests\ProtoBufTests.csproj", "{7A614906-8C7A-4417-9CD0-7F44818AE649}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProtoBuf.Logic", "ProtoBuf.Logic\ProtoBuf.Logic.csproj", "{1D8BCAEE-DEC3-4A19-9FBC-A82527EFF3B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProtoBufViewer.WPF", "ProtoBufViewer.WPF\ProtoBufViewer.WPF.csproj", "{F0A6E631-78DC-47D3-97CA-1D152B9DCFB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProtoBufViewer.Blazor", "ProtoBufViewer.Blazor\ProtoBufViewer.Blazor.csproj", "{86ABFD43-8587-4313-B176-C5E9AAA5840C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC0FA2EB-CD44-4C70-8257-4941F3FDC68C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC0FA2EB-CD44-4C70-8257-4941F3FDC68C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC0FA2EB-CD44-4C70-8257-4941F3FDC68C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC0FA2EB-CD44-4C70-8257-4941F3FDC68C}.Release|Any CPU.Build.0 = Release|Any CPU
{7A614906-8C7A-4417-9CD0-7F44818AE649}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A614906-8C7A-4417-9CD0-7F44818AE649}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A614906-8C7A-4417-9CD0-7F44818AE649}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A614906-8C7A-4417-9CD0-7F44818AE649}.Release|Any CPU.Build.0 = Release|Any CPU
{1D8BCAEE-DEC3-4A19-9FBC-A82527EFF3B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D8BCAEE-DEC3-4A19-9FBC-A82527EFF3B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D8BCAEE-DEC3-4A19-9FBC-A82527EFF3B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D8BCAEE-DEC3-4A19-9FBC-A82527EFF3B0}.Release|Any CPU.Build.0 = Release|Any CPU
{F0A6E631-78DC-47D3-97CA-1D152B9DCFB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0A6E631-78DC-47D3-97CA-1D152B9DCFB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0A6E631-78DC-47D3-97CA-1D152B9DCFB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0A6E631-78DC-47D3-97CA-1D152B9DCFB1}.Release|Any CPU.Build.0 = Release|Any CPU
{86ABFD43-8587-4313-B176-C5E9AAA5840C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86ABFD43-8587-4313-B176-C5E9AAA5840C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86ABFD43-8587-4313-B176-C5E9AAA5840C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86ABFD43-8587-4313-B176-C5E9AAA5840C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD961ACF-D781-4847-AC72-B9E25B69EE5E}
EndGlobalSection
EndGlobal