-
Notifications
You must be signed in to change notification settings - Fork 6
/
HyperSerializer.sln
42 lines (42 loc) · 2.34 KB
/
HyperSerializer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionScripts", "SolutionScripts", "{49347B2C-8891-48DA-AC0F-B6C998B28C59}"
ProjectSection(SolutionItems) = preProject
StrongName.ps1 = StrongName.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HyperSerializer.Test", "HyperSerializer.Test\HyperSerializer.Test.csproj", "{BCC344E9-CE47-4350-BF79-CCDCEE9C4D8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HyperSerializer", "HyperSerializer\HyperSerializer.csproj", "{65A27ABE-5599-4C36-9E7D-5FBF44AFDF5E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HyperSerializer.Benchmarks", "HyperSerializer.Benchmarks\HyperSerializer.Benchmarks.csproj", "{3F84CBEA-2AB1-424A-80B3-5F03176D043C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCC344E9-CE47-4350-BF79-CCDCEE9C4D8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCC344E9-CE47-4350-BF79-CCDCEE9C4D8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCC344E9-CE47-4350-BF79-CCDCEE9C4D8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCC344E9-CE47-4350-BF79-CCDCEE9C4D8C}.Release|Any CPU.Build.0 = Release|Any CPU
{65A27ABE-5599-4C36-9E7D-5FBF44AFDF5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65A27ABE-5599-4C36-9E7D-5FBF44AFDF5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65A27ABE-5599-4C36-9E7D-5FBF44AFDF5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65A27ABE-5599-4C36-9E7D-5FBF44AFDF5E}.Release|Any CPU.Build.0 = Release|Any CPU
{3F84CBEA-2AB1-424A-80B3-5F03176D043C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F84CBEA-2AB1-424A-80B3-5F03176D043C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F84CBEA-2AB1-424A-80B3-5F03176D043C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F84CBEA-2AB1-424A-80B3-5F03176D043C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F725ED66-B367-4BC8-B675-D52D02FA907D}
EndGlobalSection
EndGlobal