-
Notifications
You must be signed in to change notification settings - Fork 1
/
FastProtocolConverter.sln
62 lines (62 loc) · 3.77 KB
/
FastProtocolConverter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31229.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "holonsoft.FastProtocolConverter", "holonsoft.FastProtocolConverter\holonsoft.FastProtocolConverter.csproj", "{1C351649-8828-4961-AD5B-6BACAF08D39C}"
ProjectSection(ProjectDependencies) = postProject
{82A1896C-AA61-4787-A39E-3256D67CA738} = {82A1896C-AA61-4787-A39E-3256D67CA738}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "holonsoft.FastProtocolConverter.Abstractions", "holonsoft.FastProtocolConverter.Abstractions\holonsoft.FastProtocolConverter.Abstractions.csproj", "{82A1896C-AA61-4787-A39E-3256D67CA738}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "holonsoft.FastProtocolConverter.Test", "holonsoft.FastProtocolConverter.Test\holonsoft.FastProtocolConverter.Test.csproj", "{41E01938-F1A7-48EC-8C7E-0A1171B32DA0}"
ProjectSection(ProjectDependencies) = postProject
{1C351649-8828-4961-AD5B-6BACAF08D39C} = {1C351649-8828-4961-AD5B-6BACAF08D39C}
{82A1896C-AA61-4787-A39E-3256D67CA738} = {82A1896C-AA61-4787-A39E-3256D67CA738}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "holonsoft.FastProtocolConverter.Performance", "holonsoft.FastProtocolConverter.Performance\holonsoft.FastProtocolConverter.Performance.csproj", "{6091A30F-9544-43B9-B1B1-4B5757503925}"
ProjectSection(ProjectDependencies) = postProject
{41E01938-F1A7-48EC-8C7E-0A1171B32DA0} = {41E01938-F1A7-48EC-8C7E-0A1171B32DA0}
{1C351649-8828-4961-AD5B-6BACAF08D39C} = {1C351649-8828-4961-AD5B-6BACAF08D39C}
{82A1896C-AA61-4787-A39E-3256D67CA738} = {82A1896C-AA61-4787-A39E-3256D67CA738}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B68C652-4126-42B9-92D7-1F96DC03A82C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
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
{1C351649-8828-4961-AD5B-6BACAF08D39C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C351649-8828-4961-AD5B-6BACAF08D39C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C351649-8828-4961-AD5B-6BACAF08D39C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C351649-8828-4961-AD5B-6BACAF08D39C}.Release|Any CPU.Build.0 = Release|Any CPU
{82A1896C-AA61-4787-A39E-3256D67CA738}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82A1896C-AA61-4787-A39E-3256D67CA738}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82A1896C-AA61-4787-A39E-3256D67CA738}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82A1896C-AA61-4787-A39E-3256D67CA738}.Release|Any CPU.Build.0 = Release|Any CPU
{41E01938-F1A7-48EC-8C7E-0A1171B32DA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41E01938-F1A7-48EC-8C7E-0A1171B32DA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41E01938-F1A7-48EC-8C7E-0A1171B32DA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41E01938-F1A7-48EC-8C7E-0A1171B32DA0}.Release|Any CPU.Build.0 = Release|Any CPU
{6091A30F-9544-43B9-B1B1-4B5757503925}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6091A30F-9544-43B9-B1B1-4B5757503925}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6091A30F-9544-43B9-B1B1-4B5757503925}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6091A30F-9544-43B9-B1B1-4B5757503925}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {431674DE-B363-4FDF-BDE7-592CA4B187B3}
EndGlobalSection
EndGlobal