-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathExtraUtilities.sln
More file actions
34 lines (34 loc) · 1.64 KB
/
ExtraUtilities.sln
File metadata and controls
34 lines (34 loc) · 1.64 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExtraUtilities", "ExtraUtilities.vcxproj", "{686F973B-64C2-43C3-9FD7-4FB6A6A7FAFA}"
ProjectSection(ProjectDependencies) = postProject
{5B18AC9A-BF31-4401-B45D-61C1A2B0DC67} = {5B18AC9A-BF31-4401-B45D-61C1A2B0DC67}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Lua5.1-BZR", "Lua5.1-BZR\Lua5.1-BZR.vcxproj", "{5B18AC9A-BF31-4401-B45D-61C1A2B0DC67}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{686F973B-64C2-43C3-9FD7-4FB6A6A7FAFA}.Debug|x86.ActiveCfg = Debug|Win32
{686F973B-64C2-43C3-9FD7-4FB6A6A7FAFA}.Debug|x86.Build.0 = Debug|Win32
{686F973B-64C2-43C3-9FD7-4FB6A6A7FAFA}.Release|x86.ActiveCfg = Release|Win32
{686F973B-64C2-43C3-9FD7-4FB6A6A7FAFA}.Release|x86.Build.0 = Release|Win32
{5B18AC9A-BF31-4401-B45D-61C1A2B0DC67}.Debug|x86.ActiveCfg = Debug|Win32
{5B18AC9A-BF31-4401-B45D-61C1A2B0DC67}.Debug|x86.Build.0 = Debug|Win32
{5B18AC9A-BF31-4401-B45D-61C1A2B0DC67}.Release|x86.ActiveCfg = Release|Win32
{5B18AC9A-BF31-4401-B45D-61C1A2B0DC67}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F83FF91B-FD41-486E-8154-E33E9E519AC4}
EndGlobalSection
EndGlobal