mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Add new project for Scripting.
This commit is contained in:
parent
8a519ef819
commit
b43b9c704f
15 changed files with 29806 additions and 2 deletions
|
@ -1,20 +1,34 @@
|
|||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.28307.1300
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.31911.196
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TombEngine", "TR5Main\TombEngine.vcxproj", "{15AB0220-541C-4DA1-94EB-ED3C47E4582E}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Scripting", "Scripting\Scripting.vcxproj", "{777952B5-0343-4DB0-93B1-C296C4AD9AC2}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Debug|x86.Build.0 = Debug|Win32
|
||||
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Release|x64.ActiveCfg = Release|Win32
|
||||
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Release|x86.ActiveCfg = Release|Win32
|
||||
{15AB0220-541C-4DA1-94EB-ED3C47E4582E}.Release|x86.Build.0 = Release|Win32
|
||||
{777952B5-0343-4DB0-93B1-C296C4AD9AC2}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{777952B5-0343-4DB0-93B1-C296C4AD9AC2}.Debug|x64.Build.0 = Debug|x64
|
||||
{777952B5-0343-4DB0-93B1-C296C4AD9AC2}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{777952B5-0343-4DB0-93B1-C296C4AD9AC2}.Debug|x86.Build.0 = Debug|Win32
|
||||
{777952B5-0343-4DB0-93B1-C296C4AD9AC2}.Release|x64.ActiveCfg = Release|x64
|
||||
{777952B5-0343-4DB0-93B1-C296C4AD9AC2}.Release|x64.Build.0 = Release|x64
|
||||
{777952B5-0343-4DB0-93B1-C296C4AD9AC2}.Release|x86.ActiveCfg = Release|Win32
|
||||
{777952B5-0343-4DB0-93B1-C296C4AD9AC2}.Release|x86.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue