forked from EternityX/DEADCELL-CSGO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dc-csgo.sln
65 lines (65 loc) · 3.83 KB
/
dc-csgo.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dc-csgo", "dc-csgo.vcxproj", "{4A1BC10A-64B0-4BB4-8BD1-5D081D76DE09}"
ProjectSection(ProjectDependencies) = postProject
{14693D1A-CCD2-4B0B-A8AA-CB667C3C2334} = {14693D1A-CCD2-4B0B-A8AA-CB667C3C2334}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deadcell", "deadcell\deadcell.vcxproj", "{14693D1A-CCD2-4B0B-A8AA-CB667C3C2334}"
ProjectSection(ProjectDependencies) = postProject
{296FB7C3-29B9-4111-9243-6EB8CB71D458} = {296FB7C3-29B9-4111-9243-6EB8CB71D458}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "oshgui lib", "oshgui\Projects\VS2017\OSHGui_StaticLibrary.vcxproj", "{296FB7C3-29B9-4111-9243-6EB8CB71D458}"
ProjectSection(ProjectDependencies) = postProject
{D8FFBB21-1CB1-4C27-BE8C-F7D8C211DE90} = {D8FFBB21-1CB1-4C27-BE8C-F7D8C211DE90}
{2BDBACF9-9942-4157-8762-B4A024071848} = {2BDBACF9-9942-4157-8762-B4A024071848}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "oshgui deps", "oshgui deps", "{7EA63266-F677-45C3-AF38-9CF925A71231}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FreeType", "oshgui\Dependencies\Source\FreeType\FreeType.2017.vcxproj", "{2BDBACF9-9942-4157-8762-B4A024071848}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SimpleImageLoader", "oshgui\Dependencies\Source\SimpleImageLoader\SimpleImageLoader.2017.vcxproj", "{D8FFBB21-1CB1-4C27-BE8C-F7D8C211DE90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A1BC10A-64B0-4BB4-8BD1-5D081D76DE09}.Debug|x86.ActiveCfg = Debug|Win32
{4A1BC10A-64B0-4BB4-8BD1-5D081D76DE09}.Debug|x86.Build.0 = Debug|Win32
{4A1BC10A-64B0-4BB4-8BD1-5D081D76DE09}.Release|x86.ActiveCfg = Release|Win32
{4A1BC10A-64B0-4BB4-8BD1-5D081D76DE09}.Release|x86.Build.0 = Release|Win32
{14693D1A-CCD2-4B0B-A8AA-CB667C3C2334}.Debug|x86.ActiveCfg = Debug|Win32
{14693D1A-CCD2-4B0B-A8AA-CB667C3C2334}.Debug|x86.Build.0 = Debug|Win32
{14693D1A-CCD2-4B0B-A8AA-CB667C3C2334}.Release|x86.ActiveCfg = Release|Win32
{14693D1A-CCD2-4B0B-A8AA-CB667C3C2334}.Release|x86.Build.0 = Release|Win32
{296FB7C3-29B9-4111-9243-6EB8CB71D458}.Debug|x86.ActiveCfg = Debug|Win32
{296FB7C3-29B9-4111-9243-6EB8CB71D458}.Debug|x86.Build.0 = Debug|Win32
{296FB7C3-29B9-4111-9243-6EB8CB71D458}.Release|x86.ActiveCfg = Release|Win32
{296FB7C3-29B9-4111-9243-6EB8CB71D458}.Release|x86.Build.0 = Release|Win32
{2BDBACF9-9942-4157-8762-B4A024071848}.Debug|x86.ActiveCfg = Debug|Win32
{2BDBACF9-9942-4157-8762-B4A024071848}.Debug|x86.Build.0 = Debug|Win32
{2BDBACF9-9942-4157-8762-B4A024071848}.Release|x86.ActiveCfg = Release|Win32
{2BDBACF9-9942-4157-8762-B4A024071848}.Release|x86.Build.0 = Release|Win32
{D8FFBB21-1CB1-4C27-BE8C-F7D8C211DE90}.Debug|x86.ActiveCfg = Debug|Win32
{D8FFBB21-1CB1-4C27-BE8C-F7D8C211DE90}.Debug|x86.Build.0 = Debug|Win32
{D8FFBB21-1CB1-4C27-BE8C-F7D8C211DE90}.Release|x86.ActiveCfg = Release|Win32
{D8FFBB21-1CB1-4C27-BE8C-F7D8C211DE90}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2BDBACF9-9942-4157-8762-B4A024071848} = {7EA63266-F677-45C3-AF38-9CF925A71231}
{D8FFBB21-1CB1-4C27-BE8C-F7D8C211DE90} = {7EA63266-F677-45C3-AF38-9CF925A71231}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F2FEAB8E-219B-4436-A5D2-87430B0772D0}
EndGlobalSection
EndGlobal