fixes to the project files.

This commit is contained in:
Renaud Lepage
2006-01-23 23:15:10 +00:00
parent 4dcdb7efa9
commit 1962f03286
3 changed files with 43 additions and 13 deletions
+11 -9
View File
@@ -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
+16 -2
View File
@@ -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"
+16 -2
View File
@@ -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"