-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSmart.IO.ByteMapper.sln
85 lines (85 loc) · 5.35 KB
/
Smart.IO.ByteMapper.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.IO.ByteMapper", "Smart.IO.ByteMapper\Smart.IO.ByteMapper.csproj", "{9BD32DFF-09F6-4978-B05A-28E525225BD0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{170183CF-D7E3-4E11-99C7-9A721C3EB89A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Analyzers.ruleset = Analyzers.ruleset
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
Smart.IO.ByteMapper.sln.DotSettings = Smart.IO.ByteMapper.sln.DotSettings
test.runsettings = test.runsettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.IO.ByteMapper.Tests", "Smart.IO.ByteMapper.Tests\Smart.IO.ByteMapper.Tests.csproj", "{FB8A1E91-2727-407E-974E-AAF87E13FC88}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.IO.ByteMapper.Benchmark", "Smart.IO.ByteMapper.Benchmark\Smart.IO.ByteMapper.Benchmark.csproj", "{E0180652-F5C0-4220-9ECC-2FD234F8180F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.IO.ByteMapper.AspNetCore", "Smart.IO.ByteMapper.AspNetCore\Smart.IO.ByteMapper.AspNetCore.csproj", "{3FB7DF56-DE58-48DB-A462-9080975DEB02}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Smart.IO.ByteMapper.Options", "Smart.IO.ByteMapper.Options\Smart.IO.ByteMapper.Options.csproj", "{2F875071-9750-4DB0-8A98-F6A924D99B7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{3FAA7244-DB42-4713-B0B1-9F6E66D4B856}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{501EE26C-31DF-4CA0-AB8E-FDDB811F8F8B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F7D12BBF-4CBC-4501-A9DE-30807B3640B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmark", "Benchmark", "{8D368C45-2A75-4367-BEFD-46936AA5F4B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example.Web", "Example.Web\Example.Web.csproj", "{E4AA5E7B-F726-46AD-B46F-D5A455996DE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9BD32DFF-09F6-4978-B05A-28E525225BD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BD32DFF-09F6-4978-B05A-28E525225BD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BD32DFF-09F6-4978-B05A-28E525225BD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BD32DFF-09F6-4978-B05A-28E525225BD0}.Release|Any CPU.Build.0 = Release|Any CPU
{FB8A1E91-2727-407E-974E-AAF87E13FC88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB8A1E91-2727-407E-974E-AAF87E13FC88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB8A1E91-2727-407E-974E-AAF87E13FC88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB8A1E91-2727-407E-974E-AAF87E13FC88}.Release|Any CPU.Build.0 = Release|Any CPU
{E0180652-F5C0-4220-9ECC-2FD234F8180F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0180652-F5C0-4220-9ECC-2FD234F8180F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0180652-F5C0-4220-9ECC-2FD234F8180F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0180652-F5C0-4220-9ECC-2FD234F8180F}.Release|Any CPU.Build.0 = Release|Any CPU
{3FB7DF56-DE58-48DB-A462-9080975DEB02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FB7DF56-DE58-48DB-A462-9080975DEB02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FB7DF56-DE58-48DB-A462-9080975DEB02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FB7DF56-DE58-48DB-A462-9080975DEB02}.Release|Any CPU.Build.0 = Release|Any CPU
{2F875071-9750-4DB0-8A98-F6A924D99B7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F875071-9750-4DB0-8A98-F6A924D99B7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F875071-9750-4DB0-8A98-F6A924D99B7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F875071-9750-4DB0-8A98-F6A924D99B7C}.Release|Any CPU.Build.0 = Release|Any CPU
{E4AA5E7B-F726-46AD-B46F-D5A455996DE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4AA5E7B-F726-46AD-B46F-D5A455996DE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4AA5E7B-F726-46AD-B46F-D5A455996DE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4AA5E7B-F726-46AD-B46F-D5A455996DE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9BD32DFF-09F6-4978-B05A-28E525225BD0} = {501EE26C-31DF-4CA0-AB8E-FDDB811F8F8B}
{FB8A1E91-2727-407E-974E-AAF87E13FC88} = {F7D12BBF-4CBC-4501-A9DE-30807B3640B3}
{E0180652-F5C0-4220-9ECC-2FD234F8180F} = {8D368C45-2A75-4367-BEFD-46936AA5F4B1}
{3FB7DF56-DE58-48DB-A462-9080975DEB02} = {501EE26C-31DF-4CA0-AB8E-FDDB811F8F8B}
{2F875071-9750-4DB0-8A98-F6A924D99B7C} = {501EE26C-31DF-4CA0-AB8E-FDDB811F8F8B}
{E4AA5E7B-F726-46AD-B46F-D5A455996DE6} = {3FAA7244-DB42-4713-B0B1-9F6E66D4B856}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FBD22A9-9398-4020-8601-25B5081320F1}
EndGlobalSection
EndGlobal