forked from Paracel/QSanguosha-Para
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQSanguosha.sln
41 lines (41 loc) · 4.7 KB
/
QSanguosha.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QSanguosha", "QSanguosha.vcxproj", "{ED0EA6EF-703C-3334-B884-72B72FA2B610}"
ProjectSection(ProjectDependencies) = postProject
{2CFD36B2-A793-499C-8521-9286DCB027F7} = {2CFD36B2-A793-499C-8521-9286DCB027F7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "lua.vcxproj", "{2CFD36B2-A793-499C-8521-9286DCB027F7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jsoncpp", "jsoncpp.vcxproj", "{D1D5B663-5AE0-4811-8672-D13C4661857F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "breakpad", "breakpad.vcxproj", "{3023A030-312F-4878-B6F2-47D149585081}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED0EA6EF-703C-3334-B884-72B72FA2B610}.Debug|Win32.ActiveCfg = Release|Win32
{ED0EA6EF-703C-3334-B884-72B72FA2B610}.Debug|Win32.Build.0 = Release|Win32
{ED0EA6EF-703C-3334-B884-72B72FA2B610}.Release|Win32.ActiveCfg = Release|Win32
{ED0EA6EF-703C-3334-B884-72B72FA2B610}.Release|Win32.Build.0 = Release|Win32
{2CFD36B2-A793-499C-8521-9286DCB027F7}.Debug|Win32.ActiveCfg = Release|Win32
{2CFD36B2-A793-499C-8521-9286DCB027F7}.Debug|Win32.Build.0 = Release|Win32
{2CFD36B2-A793-499C-8521-9286DCB027F7}.Release|Win32.ActiveCfg = Release|Win32
{2CFD36B2-A793-499C-8521-9286DCB027F7}.Release|Win32.Build.0 = Release|Win32
{D1D5B663-5AE0-4811-8672-D13C4661857F}.Debug|Win32.ActiveCfg = Release|Win32
{D1D5B663-5AE0-4811-8672-D13C4661857F}.Debug|Win32.Build.0 = Release|Win32
{D1D5B663-5AE0-4811-8672-D13C4661857F}.Release|Win32.ActiveCfg = Release|Win32
{D1D5B663-5AE0-4811-8672-D13C4661857F}.Release|Win32.Build.0 = Release|Win32
{3023A030-312F-4878-B6F2-47D149585081}.Debug|Win32.ActiveCfg = Release|Win32
{3023A030-312F-4878-B6F2-47D149585081}.Debug|Win32.Build.0 = Release|Win32
{3023A030-312F-4878-B6F2-47D149585081}.Release|Win32.ActiveCfg = Release|Win32
{3023A030-312F-4878-B6F2-47D149585081}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal