fixes to the project files.
This commit is contained in:
@@ -1,22 +1,24 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibLua", "src\LibLua.vcproj", "{A893088C-3E2D-43A7-B106-BBBC9DF6D0EF}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LibLuaLib", "src\lib\LibLuaLib.vcproj", "{DD432F26-496E-451C-93E2-2CE19A748AF8}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
ConfigName.0 = Debug
|
||||
ConfigName.1 = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectDependencies) = postSolution
|
||||
Debug = Debug
|
||||
Release = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{A893088C-3E2D-43A7-B106-BBBC9DF6D0EF}.Debug.ActiveCfg = Release|Xbox
|
||||
{A893088C-3E2D-43A7-B106-BBBC9DF6D0EF}.Debug.Build.0 = Release|Xbox
|
||||
{A893088C-3E2D-43A7-B106-BBBC9DF6D0EF}.Debug.ActiveCfg = DebugXbox|Xbox
|
||||
{A893088C-3E2D-43A7-B106-BBBC9DF6D0EF}.Debug.Build.0 = DebugXbox|Xbox
|
||||
{A893088C-3E2D-43A7-B106-BBBC9DF6D0EF}.Release.ActiveCfg = Release|Xbox
|
||||
{A893088C-3E2D-43A7-B106-BBBC9DF6D0EF}.Release.Build.0 = Release|Xbox
|
||||
{DD432F26-496E-451C-93E2-2CE19A748AF8}.Debug.ActiveCfg = Release|Xbox
|
||||
{DD432F26-496E-451C-93E2-2CE19A748AF8}.Debug.Build.0 = Release|Xbox
|
||||
{DD432F26-496E-451C-93E2-2CE19A748AF8}.Debug.ActiveCfg = DebugXbox|Xbox
|
||||
{DD432F26-496E-451C-93E2-2CE19A748AF8}.Debug.Build.0 = DebugXbox|Xbox
|
||||
{DD432F26-496E-451C-93E2-2CE19A748AF8}.Release.ActiveCfg = Release|Xbox
|
||||
{DD432F26-496E-451C-93E2-2CE19A748AF8}.Release.Build.0 = Release|Xbox
|
||||
EndGlobalSection
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Version="7.10"
|
||||
Name="LibLua"
|
||||
ProjectGUID="{93B36940-E3EB-4E3C-9F53-CB3322CE05C5}"
|
||||
SccProjectName=""
|
||||
@@ -56,6 +56,12 @@
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Xbox"
|
||||
@@ -136,6 +142,12 @@
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="DebugXbox|Xbox"
|
||||
@@ -175,6 +187,8 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Version="7.10"
|
||||
Name="LibLuaLib"
|
||||
ProjectGUID="{A2476C8A-C34D-460F-9E58-6F5C616412DB}"
|
||||
SccProjectName=""
|
||||
@@ -56,6 +56,12 @@
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Xbox"
|
||||
@@ -137,6 +143,12 @@
|
||||
Culture="1033"/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCManagedWrapperGeneratorTool"/>
|
||||
<Tool
|
||||
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="DebugXbox|Xbox"
|
||||
@@ -177,6 +189,8 @@
|
||||
Name="VCPreLinkEventTool"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
|
||||
Reference in New Issue
Block a user