This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
BinaryFormatter.sln
51 lines (51 loc) · 2.71 KB
/
BinaryFormatter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{81E2A4D1-96F7-4B85-A3B3-9DF3F3B1604F}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{0F2CAD1A-85DE-49DF-83ED-D53FD463EC2A}"
ProjectSection(SolutionItems) = preProject
scripts\build.ps1 = scripts\build.ps1
scripts\createNugetPackages.ps1 = scripts\createNugetPackages.ps1
scripts\runTests.ps1 = scripts\runTests.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryFormatter", "src\BinaryFormatter\BinaryFormatter.csproj", "{16D9DF6C-9D2C-45AD-83A5-FD2C0CA46F47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryFormatter.Tests", "tests\BinaryFormatter.Tests\BinaryFormatter.Tests.csproj", "{27150F43-8733-4A7E-983D-83173D825FA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "src\Benchmark\Benchmark.csproj", "{5D1354AE-0EB1-4AE5-B769-E42C636FAC32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16D9DF6C-9D2C-45AD-83A5-FD2C0CA46F47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16D9DF6C-9D2C-45AD-83A5-FD2C0CA46F47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16D9DF6C-9D2C-45AD-83A5-FD2C0CA46F47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16D9DF6C-9D2C-45AD-83A5-FD2C0CA46F47}.Release|Any CPU.Build.0 = Release|Any CPU
{27150F43-8733-4A7E-983D-83173D825FA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27150F43-8733-4A7E-983D-83173D825FA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27150F43-8733-4A7E-983D-83173D825FA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27150F43-8733-4A7E-983D-83173D825FA9}.Release|Any CPU.Build.0 = Release|Any CPU
{5D1354AE-0EB1-4AE5-B769-E42C636FAC32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D1354AE-0EB1-4AE5-B769-E42C636FAC32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D1354AE-0EB1-4AE5-B769-E42C636FAC32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D1354AE-0EB1-4AE5-B769-E42C636FAC32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0979EE1-8F44-49FF-BA97-88DAEBE712A5}
EndGlobalSection
EndGlobal