Revision: 537
Author: patrickh
Date: 2006-07-24 06:48:09 -0700 (Mon, 24 Jul 2006)
ViewCVS: http://svn.sourceforge.net/xml-cppdom/?rev=537&view=rev
Log Message:
-----------
Back out Revision 524 in order to change this back into a Visual Studio
.NET 2002 solution/project.
ViewCVS Links:
-------------
http://svn.sourceforge.net/xml-cppdom/?rev=524&view=rev
Modified Paths:
--------------
trunk/vc7/cppdom.sln
trunk/vc7/cppdom.vcproj
Modified: trunk/vc7/cppdom.sln
===================================================================
--- trunk/vc7/cppdom.sln 2006-07-24 13:42:19 UTC (rev 536)
+++ trunk/vc7/cppdom.sln 2006-07-24 13:48:09 UTC (rev 537)
@@ -1,15 +1,15 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
+Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppdom", "cppdom.vcproj", "{B2999048-3E24-41EC-B0DD-B0F8607C5F00}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Debug - DLL = Debug - DLL
- Release = Release
- Release - DLL = Release - DLL
+ ConfigName.0 = Debug
+ ConfigName.1 = Debug - DLL
+ ConfigName.2 = Release
+ ConfigName.3 = Release - DLL
EndGlobalSection
+ GlobalSection(ProjectDependencies) = postSolution
+ EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{B2999048-3E24-41EC-B0DD-B0F8607C5F00}.Debug.ActiveCfg = Debug|Win32
{B2999048-3E24-41EC-B0DD-B0F8607C5F00}.Debug.Build.0 = Debug|Win32
Modified: trunk/vc7/cppdom.vcproj
===================================================================
--- trunk/vc7/cppdom.vcproj 2006-07-24 13:42:19 UTC (rev 536)
+++ trunk/vc7/cppdom.vcproj 2006-07-24 13:48:09 UTC (rev 537)
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="Windows-1252"?>
+<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="7.00"
Name="cppdom"
ProjectGUID="{B2999048-3E24-41EC-B0DD-B0F8607C5F00}"
Keyword="ExtStoredProcProj">
@@ -56,13 +56,7 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release - DLL|Win32"
@@ -114,13 +108,7 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Debug|Win32"
@@ -162,12 +150,6 @@
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@@ -211,16 +193,8 @@
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
- <References>
- </References>
<Files>
<Filter
Name="Source Files"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|