hti/PC_Tools/HTIGateway/stdsoap/stdsoap.vcproj
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 <?xml version="1.0" encoding="Windows-1252"?>
       
     2 <VisualStudioProject
       
     3 	ProjectType="Visual C++"
       
     4 	Version="8,00"
       
     5 	Name="stdsoap2"
       
     6 	ProjectGUID="{F194912E-201A-4C25-9F86-87076D8985C0}"
       
     7 	RootNamespace="stdsoap"
       
     8 	Keyword="Win32Proj"
       
     9 	>
       
    10 	<Platforms>
       
    11 		<Platform
       
    12 			Name="Win32"
       
    13 		/>
       
    14 	</Platforms>
       
    15 	<ToolFiles>
       
    16 	</ToolFiles>
       
    17 	<Configurations>
       
    18 		<Configuration
       
    19 			Name="Debug|Win32"
       
    20 			OutputDirectory="$(SolutionDir)\Libs"
       
    21 			IntermediateDirectory="Debug"
       
    22 			ConfigurationType="2"
       
    23 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
       
    24 			CharacterSet="2"
       
    25 			>
       
    26 			<Tool
       
    27 				Name="VCPreBuildEventTool"
       
    28 			/>
       
    29 			<Tool
       
    30 				Name="VCCustomBuildTool"
       
    31 			/>
       
    32 			<Tool
       
    33 				Name="VCXMLDataGeneratorTool"
       
    34 			/>
       
    35 			<Tool
       
    36 				Name="VCWebServiceProxyGeneratorTool"
       
    37 			/>
       
    38 			<Tool
       
    39 				Name="VCMIDLTool"
       
    40 			/>
       
    41 			<Tool
       
    42 				Name="VCCLCompilerTool"
       
    43 				AdditionalOptions="-DWITH_NONAMESPACES -DWITH_SOAPDEFS_H"
       
    44 				Optimization="0"
       
    45 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;ENV_EXPORTS"
       
    46 				MinimalRebuild="true"
       
    47 				BasicRuntimeChecks="3"
       
    48 				RuntimeLibrary="3"
       
    49 				UsePrecompiledHeader="0"
       
    50 				WarningLevel="3"
       
    51 				Detect64BitPortabilityProblems="true"
       
    52 				DebugInformationFormat="4"
       
    53 			/>
       
    54 			<Tool
       
    55 				Name="VCManagedResourceCompilerTool"
       
    56 			/>
       
    57 			<Tool
       
    58 				Name="VCResourceCompilerTool"
       
    59 			/>
       
    60 			<Tool
       
    61 				Name="VCPreLinkEventTool"
       
    62 			/>
       
    63 			<Tool
       
    64 				Name="VCLinkerTool"
       
    65 				AdditionalDependencies="ws2_32.lib"
       
    66 				OutputFile="$(OutDir)/stdsoap2D.dll"
       
    67 				LinkIncremental="2"
       
    68 				GenerateDebugInformation="true"
       
    69 				SubSystem="2"
       
    70 				ImportLibrary="$(OutDir)/stdsoap2D.lib"
       
    71 				TargetMachine="1"
       
    72 			/>
       
    73 			<Tool
       
    74 				Name="VCALinkTool"
       
    75 			/>
       
    76 			<Tool
       
    77 				Name="VCManifestTool"
       
    78 			/>
       
    79 			<Tool
       
    80 				Name="VCXDCMakeTool"
       
    81 			/>
       
    82 			<Tool
       
    83 				Name="VCBscMakeTool"
       
    84 			/>
       
    85 			<Tool
       
    86 				Name="VCFxCopTool"
       
    87 			/>
       
    88 			<Tool
       
    89 				Name="VCAppVerifierTool"
       
    90 			/>
       
    91 			<Tool
       
    92 				Name="VCWebDeploymentTool"
       
    93 			/>
       
    94 			<Tool
       
    95 				Name="VCPostBuildEventTool"
       
    96 				CommandLine="copy $(ProjectDir)stdsoap2.h $(TargetDir)"
       
    97 			/>
       
    98 		</Configuration>
       
    99 		<Configuration
       
   100 			Name="Release|Win32"
       
   101 			OutputDirectory="$(SolutionDir)\Libs"
       
   102 			IntermediateDirectory="Release"
       
   103 			ConfigurationType="2"
       
   104 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
       
   105 			CharacterSet="2"
       
   106 			>
       
   107 			<Tool
       
   108 				Name="VCPreBuildEventTool"
       
   109 			/>
       
   110 			<Tool
       
   111 				Name="VCCustomBuildTool"
       
   112 			/>
       
   113 			<Tool
       
   114 				Name="VCXMLDataGeneratorTool"
       
   115 			/>
       
   116 			<Tool
       
   117 				Name="VCWebServiceProxyGeneratorTool"
       
   118 			/>
       
   119 			<Tool
       
   120 				Name="VCMIDLTool"
       
   121 			/>
       
   122 			<Tool
       
   123 				Name="VCCLCompilerTool"
       
   124 				AdditionalOptions="-DWITH_NONAMESPACES -DWITH_SOAPDEFS_H"
       
   125 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;_USRDLL;ENV_EXPORTS"
       
   126 				RuntimeLibrary="2"
       
   127 				UsePrecompiledHeader="0"
       
   128 				WarningLevel="3"
       
   129 				Detect64BitPortabilityProblems="true"
       
   130 				DebugInformationFormat="3"
       
   131 			/>
       
   132 			<Tool
       
   133 				Name="VCManagedResourceCompilerTool"
       
   134 			/>
       
   135 			<Tool
       
   136 				Name="VCResourceCompilerTool"
       
   137 			/>
       
   138 			<Tool
       
   139 				Name="VCPreLinkEventTool"
       
   140 			/>
       
   141 			<Tool
       
   142 				Name="VCLinkerTool"
       
   143 				AdditionalDependencies="ws2_32.lib"
       
   144 				OutputFile="$(OutDir)/stdsoap2.dll"
       
   145 				LinkIncremental="1"
       
   146 				GenerateDebugInformation="false"
       
   147 				SubSystem="2"
       
   148 				OptimizeReferences="2"
       
   149 				EnableCOMDATFolding="2"
       
   150 				ImportLibrary="$(OutDir)/stdsoap2.lib"
       
   151 				TargetMachine="1"
       
   152 			/>
       
   153 			<Tool
       
   154 				Name="VCALinkTool"
       
   155 			/>
       
   156 			<Tool
       
   157 				Name="VCManifestTool"
       
   158 			/>
       
   159 			<Tool
       
   160 				Name="VCXDCMakeTool"
       
   161 			/>
       
   162 			<Tool
       
   163 				Name="VCBscMakeTool"
       
   164 			/>
       
   165 			<Tool
       
   166 				Name="VCFxCopTool"
       
   167 			/>
       
   168 			<Tool
       
   169 				Name="VCAppVerifierTool"
       
   170 			/>
       
   171 			<Tool
       
   172 				Name="VCWebDeploymentTool"
       
   173 			/>
       
   174 			<Tool
       
   175 				Name="VCPostBuildEventTool"
       
   176 				CommandLine="copy $(ProjectDir)stdsoap2.h $(TargetDir)"
       
   177 			/>
       
   178 		</Configuration>
       
   179 	</Configurations>
       
   180 	<References>
       
   181 	</References>
       
   182 	<Files>
       
   183 		<Filter
       
   184 			Name="Source Files"
       
   185 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
       
   186 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
       
   187 			>
       
   188 			<File
       
   189 				RelativePath=".\envC.cpp"
       
   190 				>
       
   191 			</File>
       
   192 			<File
       
   193 				RelativePath=".\stdsoap2.cpp"
       
   194 				>
       
   195 			</File>
       
   196 		</Filter>
       
   197 		<Filter
       
   198 			Name="Header Files"
       
   199 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
       
   200 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
       
   201 			>
       
   202 			<File
       
   203 				RelativePath=".\env.h"
       
   204 				>
       
   205 			</File>
       
   206 			<File
       
   207 				RelativePath=".\envH.h"
       
   208 				>
       
   209 			</File>
       
   210 			<File
       
   211 				RelativePath=".\envStub.h"
       
   212 				>
       
   213 			</File>
       
   214 			<File
       
   215 				RelativePath=".\stdsoap2.h"
       
   216 				>
       
   217 			</File>
       
   218 		</Filter>
       
   219 		<Filter
       
   220 			Name="Resource Files"
       
   221 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
       
   222 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
       
   223 			>
       
   224 		</Filter>
       
   225 	</Files>
       
   226 	<Globals>
       
   227 	</Globals>
       
   228 </VisualStudioProject>