-
Notifications
You must be signed in to change notification settings - Fork 0
/
RisingFromTheAshes.sln
40 lines (40 loc) · 2.32 KB
/
RisingFromTheAshes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RisingFromTheAshes", "RisingFromTheAshes.vcxproj", "{2DD0A285-3253-4B9C-B425-680022F2BAC7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Outpost2DLL", "OP2MissionSDK\Outpost2DLL\Outpost2DLL.vcxproj", "{B3F40368-F3CC-4EC5-A758-F5DAD08FEDDC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OP2Helper", "OP2MissionSDK\OP2Helper\OP2Helper.vcxproj", "{0B520C87-4CFD-4A4D-ABD4-F87D26DF9AAD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HFL", "OP2MissionSDK\HFL\Source\HFL.vcxproj", "{0FC43A25-FB89-4258-849B-CB3C0A061E0D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DD0A285-3253-4B9C-B425-680022F2BAC7}.Debug|x86.ActiveCfg = Debug|Win32
{2DD0A285-3253-4B9C-B425-680022F2BAC7}.Debug|x86.Build.0 = Debug|Win32
{2DD0A285-3253-4B9C-B425-680022F2BAC7}.Release|x86.ActiveCfg = Release|Win32
{2DD0A285-3253-4B9C-B425-680022F2BAC7}.Release|x86.Build.0 = Release|Win32
{B3F40368-F3CC-4EC5-A758-F5DAD08FEDDC}.Debug|x86.ActiveCfg = Debug|Win32
{B3F40368-F3CC-4EC5-A758-F5DAD08FEDDC}.Debug|x86.Build.0 = Debug|Win32
{B3F40368-F3CC-4EC5-A758-F5DAD08FEDDC}.Release|x86.ActiveCfg = Release|Win32
{B3F40368-F3CC-4EC5-A758-F5DAD08FEDDC}.Release|x86.Build.0 = Release|Win32
{0B520C87-4CFD-4A4D-ABD4-F87D26DF9AAD}.Debug|x86.ActiveCfg = Debug|Win32
{0B520C87-4CFD-4A4D-ABD4-F87D26DF9AAD}.Debug|x86.Build.0 = Debug|Win32
{0B520C87-4CFD-4A4D-ABD4-F87D26DF9AAD}.Release|x86.ActiveCfg = Release|Win32
{0B520C87-4CFD-4A4D-ABD4-F87D26DF9AAD}.Release|x86.Build.0 = Release|Win32
{0FC43A25-FB89-4258-849B-CB3C0A061E0D}.Debug|x86.ActiveCfg = Debug|Win32
{0FC43A25-FB89-4258-849B-CB3C0A061E0D}.Debug|x86.Build.0 = Debug|Win32
{0FC43A25-FB89-4258-849B-CB3C0A061E0D}.Release|x86.ActiveCfg = Release|Win32
{0FC43A25-FB89-4258-849B-CB3C0A061E0D}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal