This repository has been archived by the owner on Jan 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
msgpack_wrapper.sln
46 lines (46 loc) · 2.25 KB
/
msgpack_wrapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msgpack_wrapper", "msgpack_wrapper\msgpack_wrapper.vcxproj", "{D54EE58B-994B-497B-90E8-ACA353737EF8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "gtest\gtest.vcxproj", "{F30AB265-EEC7-44A9-8ED0-B91769626AEB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{D6510162-0139-45DD-9370-D51B2DBF8236}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Util", "Util", "{25C8A857-F69B-4C86-9472-DCD95F494733}"
ProjectSection(SolutionItems) = preProject
Util\NonCopyable.h = Util\NonCopyable.h
Util\Util.h = Util\Util.h
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{65E76ABA-9A5E-47E8-8F76-07AFAF44F3C2}"
ProjectSection(SolutionItems) = preProject
doc\About Design.md = doc\About Design.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D54EE58B-994B-497B-90E8-ACA353737EF8}.Debug|x64.ActiveCfg = Debug|x64
{D54EE58B-994B-497B-90E8-ACA353737EF8}.Debug|x64.Build.0 = Debug|x64
{D54EE58B-994B-497B-90E8-ACA353737EF8}.Release|x64.ActiveCfg = Release|x64
{D54EE58B-994B-497B-90E8-ACA353737EF8}.Release|x64.Build.0 = Release|x64
{F30AB265-EEC7-44A9-8ED0-B91769626AEB}.Debug|x64.ActiveCfg = Debug|x64
{F30AB265-EEC7-44A9-8ED0-B91769626AEB}.Debug|x64.Build.0 = Debug|x64
{F30AB265-EEC7-44A9-8ED0-B91769626AEB}.Release|x64.ActiveCfg = Release|x64
{F30AB265-EEC7-44A9-8ED0-B91769626AEB}.Release|x64.Build.0 = Release|x64
{D6510162-0139-45DD-9370-D51B2DBF8236}.Debug|x64.ActiveCfg = Debug|x64
{D6510162-0139-45DD-9370-D51B2DBF8236}.Debug|x64.Build.0 = Debug|x64
{D6510162-0139-45DD-9370-D51B2DBF8236}.Release|x64.ActiveCfg = Release|x64
{D6510162-0139-45DD-9370-D51B2DBF8236}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal