forked from progaudi/MsgPack.Light
-
Notifications
You must be signed in to change notification settings - Fork 1
/
msgpack.sln
42 lines (42 loc) · 2.35 KB
/
msgpack.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 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{024302AB-8703-44C5-A563-05F893163AF0}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "msgpack.light", "src\msgpack.light\msgpack.light.csproj", "{04D4E761-F756-43D8-B31C-79B1B0671243}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "msgpack.light.tests", "tests\msgpack.light.tests\msgpack.light.tests.csproj", "{4DD9051D-548F-4E11-86EA-746F443CEA67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "msgpack.light.benchmark", "src\msgpack.light.benchmark\msgpack.light.benchmark.csproj", "{62C5CC43-A029-4529-BBCA-6D8CC69E6B11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04D4E761-F756-43D8-B31C-79B1B0671243}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04D4E761-F756-43D8-B31C-79B1B0671243}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04D4E761-F756-43D8-B31C-79B1B0671243}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04D4E761-F756-43D8-B31C-79B1B0671243}.Release|Any CPU.Build.0 = Release|Any CPU
{4DD9051D-548F-4E11-86EA-746F443CEA67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DD9051D-548F-4E11-86EA-746F443CEA67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DD9051D-548F-4E11-86EA-746F443CEA67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DD9051D-548F-4E11-86EA-746F443CEA67}.Release|Any CPU.Build.0 = Release|Any CPU
{62C5CC43-A029-4529-BBCA-6D8CC69E6B11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62C5CC43-A029-4529-BBCA-6D8CC69E6B11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62C5CC43-A029-4529-BBCA-6D8CC69E6B11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62C5CC43-A029-4529-BBCA-6D8CC69E6B11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E31E76EC-C676-45F6-BFBD-448D4436C3C3}
EndGlobalSection
EndGlobal