Author: robbinspg
Date: Thu Oct 12 02:35:32 2006
New Revision: 463174
URL: http://svn.apache.org/viewvc?view=rev&rev=463174
Log:
TUSCANY-785 correct include path BigBank Client (VC7)
Modified:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/AccountClient/AccountClient.vcproj
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/Accounts/Accounts.vcproj
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/BigBank.sln
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/WSAccountClient/WSAccountClient.vcproj
Modified:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/AccountClient/AccountClient.vcproj
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/AccountClient/AccountClient.vcproj?view=diff&rev=463174&r1=463173&r2=463174
==============================================================================
---
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/AccountClient/AccountClient.vcproj
(original)
+++
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/AccountClient/AccountClient.vcproj
Thu Oct 12 02:35:32 2006
@@ -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="AccountClient"
SccProjectName=""
SccLocalPath="">
@@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
-
AdditionalIncludeDirectories="..\..\..\..\..\BigBank\Accounts;"$(TUSCANY_SDOCPP)/include";"$(TUSCANY_SCACPP)\extensions\cpp\include";"$(TUSCANY_SCACPP)/include""
+
AdditionalIncludeDirectories="..\..\..\..\..\BigBank\bigbank.account;"$(TUSCANY_SDOCPP)/include";"$(TUSCANY_SCACPP)\extensions\cpp\include";"$(TUSCANY_SCACPP)/include""
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -64,7 +64,13 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
@@ -77,7 +83,7 @@
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
-
AdditionalIncludeDirectories="..\..\..\..\..\BigBank\Accounts;"$(TUSCANY_SDOCPP)/include";"$(TUSCANY_SCACPP)\extensions\cpp\include";"$(TUSCANY_SCACPP)/include""
+
AdditionalIncludeDirectories="..\..\..\..\..\BigBank\bigbank.account;"$(TUSCANY_SDOCPP)/include";"$(TUSCANY_SCACPP)\extensions\cpp\include";"$(TUSCANY_SCACPP)/include""
PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE"
StringPooling="TRUE"
RuntimeLibrary="2"
@@ -118,9 +124,17 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
@@ -132,9 +146,6 @@
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
- <File
-
RelativePath="..\..\..\..\..\BigBank\bigbank.client\AccountService.h">
- </File>
</Filter>
<Filter
Name="Resource Files"
Modified:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/Accounts/Accounts.vcproj
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/Accounts/Accounts.vcproj?view=diff&rev=463174&r1=463173&r2=463174
==============================================================================
---
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/Accounts/Accounts.vcproj
(original)
+++
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/Accounts/Accounts.vcproj
Thu Oct 12 02:35:32 2006
@@ -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="Accounts"
SccProjectName=""
SccLocalPath="">
@@ -67,7 +67,13 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Debug|Win32"
@@ -129,9 +135,17 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
Modified:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/BigBank.sln
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/BigBank.sln?view=diff&rev=463174&r1=463173&r2=463174
==============================================================================
---
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/BigBank.sln
(original)
+++
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/BigBank.sln
Thu Oct 12 02:35:32 2006
@@ -1,16 +1,20 @@
-Microsoft Visual Studio Solution File, Format Version 7.00
+Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AccountClient",
"AccountClient\AccountClient.vcproj", "{297C9F3A-EDB1-4EA1-86ED-473B0863B996}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Accounts",
"Accounts\Accounts.vcproj", "{87372DC7-582B-46C6-AA0F-960A47972503}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WSAccountClient",
"WSAccountClient\WSAccountClient.vcproj",
"{E7F4DDEC-6592-434B-B5D6-4E538298C898}"
+ 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
{297C9F3A-EDB1-4EA1-86ED-473B0863B996}.Debug.ActiveCfg =
Debug|Win32
Modified:
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/WSAccountClient/WSAccountClient.vcproj
URL:
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/WSAccountClient/WSAccountClient.vcproj?view=diff&rev=463174&r1=463173&r2=463174
==============================================================================
---
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/WSAccountClient/WSAccountClient.vcproj
(original)
+++
incubator/tuscany/cpp/sca/samples/ides/devstudio7/projects/BigBank/WSAccountClient/WSAccountClient.vcproj
Thu Oct 12 02:35:32 2006
@@ -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="WSAccountClient"
SccProjectName=""
SccLocalPath="">
@@ -62,7 +62,13 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Debug|Win32"
@@ -118,9 +124,17 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]