forked from llde/TESReloaded10
-
Notifications
You must be signed in to change notification settings - Fork 9
/
TESReloaded.sln
36 lines (35 loc) · 1.87 KB
/
TESReloaded.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OblivionReloaded", "OblivionReloaded\OblivionReloaded.vcxproj", "{69334116-97D0-4670-89CB-4CC3216EB069}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SkyrimReloaded", "SkyrimReloaded\SkyrimReloaded.vcxproj", "{D4DDA734-7E93-4581-8F82-32BB738F69FE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NewVegasReloaded", "NewVegasReloaded\NewVegasReloaded.vcxproj", "{202EAF20-2D42-4CBC-9E44-A9677A70B586}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69334116-97D0-4670-89CB-4CC3216EB069}.Debug|x86.ActiveCfg = Debug|Win32
{69334116-97D0-4670-89CB-4CC3216EB069}.Debug|x86.Build.0 = Debug|Win32
{69334116-97D0-4670-89CB-4CC3216EB069}.Release|x86.ActiveCfg = Release|Win32
{69334116-97D0-4670-89CB-4CC3216EB069}.Release|x86.Build.0 = Release|Win32
{D4DDA734-7E93-4581-8F82-32BB738F69FE}.Debug|x86.ActiveCfg = Debug|Win32
{D4DDA734-7E93-4581-8F82-32BB738F69FE}.Release|x86.ActiveCfg = Release|Win32
{202EAF20-2D42-4CBC-9E44-A9677A70B586}.Debug|x86.ActiveCfg = Debug|Win32
{202EAF20-2D42-4CBC-9E44-A9677A70B586}.Debug|x86.Build.0 = Debug|Win32
{202EAF20-2D42-4CBC-9E44-A9677A70B586}.Release|x86.ActiveCfg = Release|Win32
{202EAF20-2D42-4CBC-9E44-A9677A70B586}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67D1F35D-9F50-4647-A43E-23D695F37F0C}
EndGlobalSection
EndGlobal