You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2006/12/05 06:24:55 UTC

svn commit: r482495 - in /webservices/axis2/trunk/c/ides/vc/axis2c/codegen: ./ w2c/ w2c_c_emitter/ w2c_c_qname2name_ext/ w2c_codegen/ w2c_databinding_default_ext/ w2c_schema_writer/ x2c/

Author: nandika
Date: Mon Dec  4 21:24:54 2006
New Revision: 482495

URL: http://svn.apache.org/viewvc?view=rev&rev=482495
Log:
project updated

Added:
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_databinding_default_ext/
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_databinding_default_ext/w2c_databinding_default_ext.vcproj
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_schema_writer/
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_schema_writer/w2c_schema_writer.vcproj
Modified:
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/codegen.sln
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c/w2c.vcproj
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_emitter/w2c_c_emitter.vcproj
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_qname2name_ext/w2c_c_qname2name_ext.vcproj
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_codegen/w2c_codegen.vcproj
    webservices/axis2/trunk/c/ides/vc/axis2c/codegen/x2c/x2c.vcproj

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/codegen/codegen.sln
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/codegen/codegen.sln?view=diff&rev=482495&r1=482494&r2=482495
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/codegen/codegen.sln (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/codegen/codegen.sln Mon Dec  4 21:24:54 2006
@@ -68,6 +68,12 @@
 		{FB5AA1D6-CB80-4466-8647-E0027531DDAA} = {FB5AA1D6-CB80-4466-8647-E0027531DDAA}
 	EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "w2c_schema_writer", "w2c_schema_writer\w2c_schema_writer.vcproj", "{AD1F00BF-9DEE-41D4-A756-0185644FA187}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "w2c_databinding_default_ext", "w2c_databinding_default_ext\w2c_databinding_default_ext.vcproj", "{7EA9A764-D1E8-4E80-8AD9-CFF7E9E8A5B8}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "w2c_c_qname2name_ext", "w2c_c_qname2name_ext\w2c_c_qname2name_ext.vcproj", "{5C245696-53A0-48C8-94D6-C36194F9AD2E}"
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Win32 = Debug|Win32
@@ -130,6 +136,18 @@
 		{D9CA04F9-7F88-4E84-8B7A-D833D5368EB3}.Debug|Win32.Build.0 = Debug|Win32
 		{D9CA04F9-7F88-4E84-8B7A-D833D5368EB3}.Release|Win32.ActiveCfg = Release|Win32
 		{D9CA04F9-7F88-4E84-8B7A-D833D5368EB3}.Release|Win32.Build.0 = Release|Win32
+		{AD1F00BF-9DEE-41D4-A756-0185644FA187}.Debug|Win32.ActiveCfg = Debug|Win32
+		{AD1F00BF-9DEE-41D4-A756-0185644FA187}.Debug|Win32.Build.0 = Debug|Win32
+		{AD1F00BF-9DEE-41D4-A756-0185644FA187}.Release|Win32.ActiveCfg = Release|Win32
+		{AD1F00BF-9DEE-41D4-A756-0185644FA187}.Release|Win32.Build.0 = Release|Win32
+		{7EA9A764-D1E8-4E80-8AD9-CFF7E9E8A5B8}.Debug|Win32.ActiveCfg = Debug|Win32
+		{7EA9A764-D1E8-4E80-8AD9-CFF7E9E8A5B8}.Debug|Win32.Build.0 = Debug|Win32
+		{7EA9A764-D1E8-4E80-8AD9-CFF7E9E8A5B8}.Release|Win32.ActiveCfg = Release|Win32
+		{7EA9A764-D1E8-4E80-8AD9-CFF7E9E8A5B8}.Release|Win32.Build.0 = Release|Win32
+		{5C245696-53A0-48C8-94D6-C36194F9AD2E}.Debug|Win32.ActiveCfg = Debug|Win32
+		{5C245696-53A0-48C8-94D6-C36194F9AD2E}.Debug|Win32.Build.0 = Debug|Win32
+		{5C245696-53A0-48C8-94D6-C36194F9AD2E}.Release|Win32.ActiveCfg = Release|Win32
+		{5C245696-53A0-48C8-94D6-C36194F9AD2E}.Release|Win32.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c/w2c.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c/w2c.vcproj?view=diff&rev=482495&r1=482494&r2=482495
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c/w2c.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c/w2c.vcproj Mon Dec  4 21:24:54 2006
@@ -20,7 +20,7 @@
 			OutputDirectory="./../../deploy/bin"
 			IntermediateDirectory="$(ConfigurationName)"
 			ConfigurationType="1"
-			CharacterSet="1"
+			CharacterSet="2"
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
@@ -61,7 +61,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="axis2_util.lib axis2_codegen.lib"
+				AdditionalDependencies="axis2_util.lib w2c_codegen.lib"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
 				SubSystem="1"
@@ -72,6 +72,7 @@
 			/>
 			<Tool
 				Name="VCManifestTool"
+				UseFAT32Workaround="true"
 			/>
 			<Tool
 				Name="VCXDCMakeTool"
@@ -90,6 +91,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				CommandLine="copy .\..\..\..\..\..\tools\codegen\src\util\resource.properties .\..\..\deploy\conf\resource.properties"
 			/>
 		</Configuration>
 		<Configuration

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_emitter/w2c_c_emitter.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_emitter/w2c_c_emitter.vcproj?view=diff&rev=482495&r1=482494&r2=482495
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_emitter/w2c_c_emitter.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_emitter/w2c_c_emitter.vcproj Mon Dec  4 21:24:54 2006
@@ -91,6 +91,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				CommandLine="copy .\..\..\..\..\..\tools\codegen\src\util\codegen-config.properties .\..\..\deploy\conf\codegen-config.properties"
 			/>
 		</Configuration>
 		<Configuration

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_qname2name_ext/w2c_c_qname2name_ext.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_qname2name_ext/w2c_c_qname2name_ext.vcproj?view=diff&rev=482495&r1=482494&r2=482495
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_qname2name_ext/w2c_c_qname2name_ext.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_c_qname2name_ext/w2c_c_qname2name_ext.vcproj Mon Dec  4 21:24:54 2006
@@ -20,7 +20,7 @@
 			OutputDirectory="./../../deploy/lib/codegen"
 			IntermediateDirectory="$(ConfigurationName)"
 			ConfigurationType="2"
-			CharacterSet="1"
+			CharacterSet="2"
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
@@ -41,7 +41,7 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
 				AdditionalIncludeDirectories="./../../../../../tools/codegen/include;./../../../../../woden/include;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;C_QNAME2NAME_EXT_EXPORTS"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;C_QNAME2NAME_EXT_EXPORTS;AXIS2_DECLARE_EXPORT;_CRT_SECURE_NO_DEPRECATE;"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="3"
@@ -61,7 +61,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="axis2_util.lib axiom.lib axis2_parser.lib woden.lib xml_schema.lib axis2_codegen.lib"
+				AdditionalDependencies="axis2_util.lib axiom.lib axis2_parser.lib woden.lib xml_schema.lib w2c_codegen.lib"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
 				SubSystem="2"
@@ -72,6 +72,7 @@
 			/>
 			<Tool
 				Name="VCManifestTool"
+				UseFAT32Workaround="true"
 			/>
 			<Tool
 				Name="VCXDCMakeTool"

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_codegen/w2c_codegen.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_codegen/w2c_codegen.vcproj?view=diff&rev=482495&r1=482494&r2=482495
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_codegen/w2c_codegen.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_codegen/w2c_codegen.vcproj Mon Dec  4 21:24:54 2006
@@ -27,6 +27,7 @@
 			/>
 			<Tool
 				Name="VCCustomBuildTool"
+				CommandLine=""
 			/>
 			<Tool
 				Name="VCXMLDataGeneratorTool"
@@ -41,7 +42,7 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
 				AdditionalIncludeDirectories="./../../../../../tools/codegen/include;./../../../../../woden/include;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;W2C_CODEGEN_EXPORTS;AXIS2_DECLARE_EXPORT;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;W2C_CODEGEN_EXPORTS;AXIS2_DECLARE_EXPORT;_CRT_SECURE_NO_DEPRECATE;"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="3"
@@ -90,6 +91,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				CommandLine="xcopy /E /I /Y .\..\..\..\..\..\tools\codegen\src\templates  .\..\..\deploy\conf\templates"
 			/>
 		</Configuration>
 		<Configuration

Added: webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_databinding_default_ext/w2c_databinding_default_ext.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_databinding_default_ext/w2c_databinding_default_ext.vcproj?view=auto&rev=482495
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_databinding_default_ext/w2c_databinding_default_ext.vcproj (added)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_databinding_default_ext/w2c_databinding_default_ext.vcproj Mon Dec  4 21:24:54 2006
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="w2c_databinding_default_ext"
+	ProjectGUID="{7EA9A764-D1E8-4E80-8AD9-CFF7E9E8A5B8}"
+	RootNamespace="w2c_databinding_default_ext"
+	Keyword="Win32Proj"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="./../../deploy/lib/codegen"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="./../../../../../tools/codegen/include;./../../../../../woden/include;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;W2C_DATABINDING_DEFAULT_EXT_EXPORTS"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="xml_schema.lib woden.lib axis2_util.lib w2c_codegen.lib axiom.lib axis2_parser.lib"
+				LinkIncremental="2"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+				UseFAT32Workaround="true"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;W2C_DATABINDING_DEFAULT_EXT_EXPORTS"
+				RuntimeLibrary="2"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				LinkIncremental="1"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\..\..\..\tools\codegen\src\wsdl\extensions\databinding_default_ext.c"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>

Added: webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_schema_writer/w2c_schema_writer.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_schema_writer/w2c_schema_writer.vcproj?view=auto&rev=482495
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_schema_writer/w2c_schema_writer.vcproj (added)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/codegen/w2c_schema_writer/w2c_schema_writer.vcproj Mon Dec  4 21:24:54 2006
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="w2c_schema_writer"
+	ProjectGUID="{AD1F00BF-9DEE-41D4-A756-0185644FA187}"
+	RootNamespace="w2c_schema_writer"
+	Keyword="Win32Proj"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="./../../deploy/lib/codegen"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="./../../../../../tools/codegen/include;./../../../../../woden/include;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;W2C_SCHEMA_WRITER_EXPORTS;AXIS2_DECLARE_EXPORT;_CRT_SECURE_NO_DEPRECATE"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="axis2_util.lib axiom.lib axis2_parser.lib woden.lib xml_schema.lib w2c_codegen.lib"
+				LinkIncremental="2"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+				UseFAT32Workaround="true"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;W2C_SCHEMA_WRITER_EXPORTS"
+				RuntimeLibrary="2"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				LinkIncremental="1"
+				GenerateDebugInformation="true"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\..\..\..\tools\codegen\src\schema\writer\schema_c_writer.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\..\..\tools\codegen\src\schema\writer\schema_writer.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\..\..\tools\codegen\src\schema\writer\schema_writer_protected.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>

Modified: webservices/axis2/trunk/c/ides/vc/axis2c/codegen/x2c/x2c.vcproj
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/ides/vc/axis2c/codegen/x2c/x2c.vcproj?view=diff&rev=482495&r1=482494&r2=482495
==============================================================================
--- webservices/axis2/trunk/c/ides/vc/axis2c/codegen/x2c/x2c.vcproj (original)
+++ webservices/axis2/trunk/c/ides/vc/axis2c/codegen/x2c/x2c.vcproj Mon Dec  4 21:24:54 2006
@@ -90,6 +90,7 @@
 			/>
 			<Tool
 				Name="VCPostBuildEventTool"
+				CommandLine="xcopy /E /I /Y .\..\..\..\..\..\tools\codegen\src\typemappers  .\..\..\deploy\conf\typemappers"
 			/>
 		</Configuration>
 		<Configuration



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org