hti/PC_Tools/HTIGateway/ServicePlugins/HtiEcho/HtiEcho.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="HtiEcho"
       
     6 	ProjectGUID="{A7B882D2-75CF-4720-9C80-86021A6C9714}"
       
     7 	RootNamespace="HtiEcho"
       
     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)Debug/ServicePlugins"
       
    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="-DSOAP_FMAC5=&quot;extern \&quot;C\&quot; __declspec(dllexport)&quot; -DSOAP_CMAC=&quot;__declspec(dllexport)&quot;"
       
    44 				Optimization="0"
       
    45 				AdditionalIncludeDirectories="&quot;$(SolutionDir)Libs&quot;"
       
    46 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WS_ECHO_EXPORTS"
       
    47 				MinimalRebuild="true"
       
    48 				BasicRuntimeChecks="3"
       
    49 				RuntimeLibrary="3"
       
    50 				UsePrecompiledHeader="0"
       
    51 				WarningLevel="3"
       
    52 				Detect64BitPortabilityProblems="true"
       
    53 				DebugInformationFormat="4"
       
    54 			/>
       
    55 			<Tool
       
    56 				Name="VCManagedResourceCompilerTool"
       
    57 			/>
       
    58 			<Tool
       
    59 				Name="VCResourceCompilerTool"
       
    60 			/>
       
    61 			<Tool
       
    62 				Name="VCPreLinkEventTool"
       
    63 			/>
       
    64 			<Tool
       
    65 				Name="VCLinkerTool"
       
    66 				AdditionalDependencies="$(SolutionDir)Libs\stdsoap2D.lib $(SolutionDir)Libs\HtiCommonD.lib"
       
    67 				LinkIncremental="2"
       
    68 				GenerateDebugInformation="true"
       
    69 				SubSystem="2"
       
    70 				TargetMachine="1"
       
    71 			/>
       
    72 			<Tool
       
    73 				Name="VCALinkTool"
       
    74 			/>
       
    75 			<Tool
       
    76 				Name="VCManifestTool"
       
    77 			/>
       
    78 			<Tool
       
    79 				Name="VCXDCMakeTool"
       
    80 			/>
       
    81 			<Tool
       
    82 				Name="VCBscMakeTool"
       
    83 			/>
       
    84 			<Tool
       
    85 				Name="VCFxCopTool"
       
    86 			/>
       
    87 			<Tool
       
    88 				Name="VCAppVerifierTool"
       
    89 			/>
       
    90 			<Tool
       
    91 				Name="VCWebDeploymentTool"
       
    92 			/>
       
    93 			<Tool
       
    94 				Name="VCPostBuildEventTool"
       
    95 			/>
       
    96 		</Configuration>
       
    97 		<Configuration
       
    98 			Name="Release|Win32"
       
    99 			OutputDirectory="$(SolutionDir)Release/ServicePlugins"
       
   100 			IntermediateDirectory="Release"
       
   101 			ConfigurationType="2"
       
   102 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
       
   103 			CharacterSet="2"
       
   104 			>
       
   105 			<Tool
       
   106 				Name="VCPreBuildEventTool"
       
   107 			/>
       
   108 			<Tool
       
   109 				Name="VCCustomBuildTool"
       
   110 			/>
       
   111 			<Tool
       
   112 				Name="VCXMLDataGeneratorTool"
       
   113 			/>
       
   114 			<Tool
       
   115 				Name="VCWebServiceProxyGeneratorTool"
       
   116 			/>
       
   117 			<Tool
       
   118 				Name="VCMIDLTool"
       
   119 			/>
       
   120 			<Tool
       
   121 				Name="VCCLCompilerTool"
       
   122 				AdditionalOptions="-DSOAP_FMAC5=&quot;extern \&quot;C\&quot; __declspec(dllexport)&quot; -DSOAP_CMAC=&quot;__declspec(dllexport)&quot;"
       
   123 				AdditionalIncludeDirectories="&quot;$(SolutionDir)Libs&quot;"
       
   124 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;_USRDLL;WS_ECHO_EXPORTS"
       
   125 				RuntimeLibrary="2"
       
   126 				UsePrecompiledHeader="0"
       
   127 				WarningLevel="3"
       
   128 				Detect64BitPortabilityProblems="true"
       
   129 				DebugInformationFormat="3"
       
   130 			/>
       
   131 			<Tool
       
   132 				Name="VCManagedResourceCompilerTool"
       
   133 			/>
       
   134 			<Tool
       
   135 				Name="VCResourceCompilerTool"
       
   136 			/>
       
   137 			<Tool
       
   138 				Name="VCPreLinkEventTool"
       
   139 			/>
       
   140 			<Tool
       
   141 				Name="VCLinkerTool"
       
   142 				AdditionalDependencies="$(SolutionDir)Libs\stdsoap2.lib $(SolutionDir)Libs\HtiCommon.lib"
       
   143 				LinkIncremental="1"
       
   144 				GenerateDebugInformation="true"
       
   145 				SubSystem="2"
       
   146 				OptimizeReferences="2"
       
   147 				EnableCOMDATFolding="2"
       
   148 				TargetMachine="1"
       
   149 			/>
       
   150 			<Tool
       
   151 				Name="VCALinkTool"
       
   152 			/>
       
   153 			<Tool
       
   154 				Name="VCManifestTool"
       
   155 			/>
       
   156 			<Tool
       
   157 				Name="VCXDCMakeTool"
       
   158 			/>
       
   159 			<Tool
       
   160 				Name="VCBscMakeTool"
       
   161 			/>
       
   162 			<Tool
       
   163 				Name="VCFxCopTool"
       
   164 			/>
       
   165 			<Tool
       
   166 				Name="VCAppVerifierTool"
       
   167 			/>
       
   168 			<Tool
       
   169 				Name="VCWebDeploymentTool"
       
   170 			/>
       
   171 			<Tool
       
   172 				Name="VCPostBuildEventTool"
       
   173 			/>
       
   174 		</Configuration>
       
   175 	</Configurations>
       
   176 	<References>
       
   177 	</References>
       
   178 	<Files>
       
   179 		<Filter
       
   180 			Name="Source Files"
       
   181 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
       
   182 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
       
   183 			>
       
   184 			<File
       
   185 				RelativePath=".\HtiEcho.cpp"
       
   186 				>
       
   187 			</File>
       
   188 			<File
       
   189 				RelativePath=".\HtiEchoServerLib.cpp"
       
   190 				>
       
   191 			</File>
       
   192 		</Filter>
       
   193 		<Filter
       
   194 			Name="Header Files"
       
   195 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
       
   196 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
       
   197 			>
       
   198 			<File
       
   199 				RelativePath=".\HtiEcho.h"
       
   200 				DeploymentContent="true"
       
   201 				>
       
   202 				<FileConfiguration
       
   203 					Name="Debug|Win32"
       
   204 					>
       
   205 					<Tool
       
   206 						Name="VCCustomBuildTool"
       
   207 						CommandLine="$(SolutionDir)stdsoap/soapcpp2.exe -Sx -p$(TargetName) $(InputFileName)&#x0D;&#x0A;"
       
   208 						Outputs="$(TargetName)lLib.cpp $(TargetName)H.h $(TargetName)Stub.h"
       
   209 					/>
       
   210 				</FileConfiguration>
       
   211 				<FileConfiguration
       
   212 					Name="Release|Win32"
       
   213 					>
       
   214 					<Tool
       
   215 						Name="VCCustomBuildTool"
       
   216 						CommandLine="$(SolutionDir)stdsoap/soapcpp2.exe -Sx -p$(TargetName) $(InputFileName)&#x0D;&#x0A;"
       
   217 						Outputs="$(TargetName)lLib.cpp $(TargetName)H.h $(TargetName)Stub.h"
       
   218 					/>
       
   219 				</FileConfiguration>
       
   220 			</File>
       
   221 			<File
       
   222 				RelativePath=".\HtiEcho.wsdl"
       
   223 				DeploymentContent="true"
       
   224 				>
       
   225 			</File>
       
   226 			<File
       
   227 				RelativePath=".\HtiEchoH.h"
       
   228 				>
       
   229 			</File>
       
   230 			<File
       
   231 				RelativePath=".\HtiEchoStub.h"
       
   232 				>
       
   233 			</File>
       
   234 			<File
       
   235 				RelativePath=".\HtiPlugin.h"
       
   236 				>
       
   237 			</File>
       
   238 		</Filter>
       
   239 		<Filter
       
   240 			Name="Resource Files"
       
   241 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
       
   242 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
       
   243 			>
       
   244 		</Filter>
       
   245 	</Files>
       
   246 	<Globals>
       
   247 	</Globals>
       
   248 </VisualStudioProject>