hti/PC_Tools/HTIGateway/HtiCommon/HtiCommon.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="HtiCommon"
       
     6 	ProjectGUID="{B49672B8-5D71-4254-AAA2-397C13433450}"
       
     7 	RootNamespace="HtiCommon"
       
     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 				Optimization="0"
       
    44 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;HTICOMMON_EXPORTS"
       
    45 				MinimalRebuild="true"
       
    46 				BasicRuntimeChecks="3"
       
    47 				RuntimeLibrary="3"
       
    48 				UsePrecompiledHeader="0"
       
    49 				WarningLevel="3"
       
    50 				Detect64BitPortabilityProblems="true"
       
    51 				DebugInformationFormat="4"
       
    52 			/>
       
    53 			<Tool
       
    54 				Name="VCManagedResourceCompilerTool"
       
    55 			/>
       
    56 			<Tool
       
    57 				Name="VCResourceCompilerTool"
       
    58 			/>
       
    59 			<Tool
       
    60 				Name="VCPreLinkEventTool"
       
    61 			/>
       
    62 			<Tool
       
    63 				Name="VCLinkerTool"
       
    64 				AdditionalDependencies="$(SolutionDir)Libs\stdsoap2D.lib"
       
    65 				OutputFile="$(OutDir)/HtiCommonD.dll"
       
    66 				LinkIncremental="2"
       
    67 				GenerateDebugInformation="true"
       
    68 				ProgramDatabaseFile="$(OutDir)/HtiCommon.pdb"
       
    69 				SubSystem="2"
       
    70 				ImportLibrary="$(OutDir)/HtiCommonD.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)HtiCommon.h $(TargetDir)&#x0D;&#x0A;copy $(ProjectDir)HtiSoapHandlerInterface.h $(TargetDir)&#x0D;&#x0A;"
       
    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 				PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;_USRDLL;HTICOMMON_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 msvcrt.lib"
       
   143 				OutputFile="$(OutDir)/HtiCommon.dll"
       
   144 				LinkIncremental="1"
       
   145 				IgnoreDefaultLibraryNames="msvcrtd.lib"
       
   146 				GenerateDebugInformation="true"
       
   147 				SubSystem="2"
       
   148 				OptimizeReferences="2"
       
   149 				EnableCOMDATFolding="2"
       
   150 				ImportLibrary="$(OutDir)/HtiCommon.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)HtiCommon.h $(TargetDir)&#x0D;&#x0A;copy $(ProjectDir)HtiSoapHandlerInterface.h $(TargetDir)&#x0D;&#x0A;"
       
   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=".\HtiCommon.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=".\HtiCommon.h"
       
   200 				>
       
   201 			</File>
       
   202 			<File
       
   203 				RelativePath=".\HtiSoapHandlerInterface.h"
       
   204 				>
       
   205 			</File>
       
   206 		</Filter>
       
   207 		<Filter
       
   208 			Name="Resource Files"
       
   209 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
       
   210 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
       
   211 			>
       
   212 		</Filter>
       
   213 		<File
       
   214 			RelativePath=".\ReadMe.txt"
       
   215 			>
       
   216 		</File>
       
   217 	</Files>
       
   218 	<Globals>
       
   219 	</Globals>
       
   220 </VisualStudioProject>