drivers/can_peak_win32/can_peak_win32.vcproj
changeset 719 438a979fda5d
parent 718 0b33d9cdbdeb
parent 714 ab83333fee78
child 738 396839c5d70f
equal deleted inserted replaced
718:0b33d9cdbdeb 719:438a979fda5d
     1 <?xml version="1.0" encoding="Windows-1252"?>
       
     2 <VisualStudioProject
       
     3 	ProjectType="Visual C++"
       
     4 	Version="9,00"
       
     5 	Name="can_peak_win32"
       
     6 	ProjectGUID="{732EC5B6-C6F1-4783-9BC8-924FFF67BF5A}"
       
     7 	Keyword="Win32Proj"
       
     8 	TargetFrameworkVersion="131072"
       
     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="../../Debug"
       
    21 			IntermediateDirectory="$(ConfigurationName)"
       
    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 				AdditionalIncludeDirectories="../../include;../../include/win32"
       
    45 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CANpeak_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 				OutputFile="$(OutDir)/can_peak_win32.dll"
       
    66 				LinkIncremental="2"
       
    67 				ModuleDefinitionFile="can_peak_win32.def"
       
    68 				GenerateDebugInformation="true"
       
    69 				ProgramDatabaseFile="$(OutDir)/can_peak_win32.pdb"
       
    70 				SubSystem="2"
       
    71 				OptimizeForWindows98="1"
       
    72 				RandomizedBaseAddress="1"
       
    73 				DataExecutionPrevention="0"
       
    74 				ImportLibrary="$(OutDir)/can_peak_win32.lib"
       
    75 				TargetMachine="1"
       
    76 			/>
       
    77 			<Tool
       
    78 				Name="VCALinkTool"
       
    79 			/>
       
    80 			<Tool
       
    81 				Name="VCManifestTool"
       
    82 			/>
       
    83 			<Tool
       
    84 				Name="VCXDCMakeTool"
       
    85 			/>
       
    86 			<Tool
       
    87 				Name="VCBscMakeTool"
       
    88 			/>
       
    89 			<Tool
       
    90 				Name="VCFxCopTool"
       
    91 			/>
       
    92 			<Tool
       
    93 				Name="VCAppVerifierTool"
       
    94 			/>
       
    95 			<Tool
       
    96 				Name="VCPostBuildEventTool"
       
    97 			/>
       
    98 		</Configuration>
       
    99 		<Configuration
       
   100 			Name="Release|Win32"
       
   101 			OutputDirectory="../../Release"
       
   102 			IntermediateDirectory="$(ConfigurationName)"
       
   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 				AdditionalIncludeDirectories="../../include;../../include/win32"
       
   125 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CANpeak_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 				OutputFile="$(OutDir)/can_peak_win32.dll"
       
   144 				LinkIncremental="1"
       
   145 				ModuleDefinitionFile="can_peak_win32.def"
       
   146 				GenerateDebugInformation="true"
       
   147 				SubSystem="2"
       
   148 				OptimizeReferences="2"
       
   149 				EnableCOMDATFolding="2"
       
   150 				OptimizeForWindows98="1"
       
   151 				RandomizedBaseAddress="1"
       
   152 				DataExecutionPrevention="0"
       
   153 				ImportLibrary="$(OutDir)/can_peak_win32.lib"
       
   154 				TargetMachine="1"
       
   155 			/>
       
   156 			<Tool
       
   157 				Name="VCALinkTool"
       
   158 			/>
       
   159 			<Tool
       
   160 				Name="VCManifestTool"
       
   161 			/>
       
   162 			<Tool
       
   163 				Name="VCXDCMakeTool"
       
   164 			/>
       
   165 			<Tool
       
   166 				Name="VCBscMakeTool"
       
   167 			/>
       
   168 			<Tool
       
   169 				Name="VCFxCopTool"
       
   170 			/>
       
   171 			<Tool
       
   172 				Name="VCAppVerifierTool"
       
   173 			/>
       
   174 			<Tool
       
   175 				Name="VCPostBuildEventTool"
       
   176 			/>
       
   177 		</Configuration>
       
   178 		<Configuration
       
   179 			Name="Release UNICODE|Win32"
       
   180 			OutputDirectory="&quot;../../Release UNICODE&quot;"
       
   181 			IntermediateDirectory="$(ConfigurationName)"
       
   182 			ConfigurationType="2"
       
   183 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
       
   184 			CharacterSet="2"
       
   185 			>
       
   186 			<Tool
       
   187 				Name="VCPreBuildEventTool"
       
   188 			/>
       
   189 			<Tool
       
   190 				Name="VCCustomBuildTool"
       
   191 			/>
       
   192 			<Tool
       
   193 				Name="VCXMLDataGeneratorTool"
       
   194 			/>
       
   195 			<Tool
       
   196 				Name="VCWebServiceProxyGeneratorTool"
       
   197 			/>
       
   198 			<Tool
       
   199 				Name="VCMIDLTool"
       
   200 			/>
       
   201 			<Tool
       
   202 				Name="VCCLCompilerTool"
       
   203 				AdditionalIncludeDirectories="../../include;../../include/win32"
       
   204 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS"
       
   205 				RuntimeLibrary="2"
       
   206 				UsePrecompiledHeader="0"
       
   207 				WarningLevel="3"
       
   208 				Detect64BitPortabilityProblems="true"
       
   209 				DebugInformationFormat="3"
       
   210 			/>
       
   211 			<Tool
       
   212 				Name="VCManagedResourceCompilerTool"
       
   213 			/>
       
   214 			<Tool
       
   215 				Name="VCResourceCompilerTool"
       
   216 			/>
       
   217 			<Tool
       
   218 				Name="VCPreLinkEventTool"
       
   219 			/>
       
   220 			<Tool
       
   221 				Name="VCLinkerTool"
       
   222 				OutputFile="$(OutDir)/can_peak_win32.dll"
       
   223 				LinkIncremental="1"
       
   224 				ModuleDefinitionFile="can_peak_win32.def"
       
   225 				GenerateDebugInformation="true"
       
   226 				SubSystem="2"
       
   227 				OptimizeReferences="2"
       
   228 				EnableCOMDATFolding="2"
       
   229 				OptimizeForWindows98="1"
       
   230 				RandomizedBaseAddress="1"
       
   231 				DataExecutionPrevention="0"
       
   232 				ImportLibrary="$(OutDir)/can_peak_win32.lib"
       
   233 				TargetMachine="1"
       
   234 			/>
       
   235 			<Tool
       
   236 				Name="VCALinkTool"
       
   237 			/>
       
   238 			<Tool
       
   239 				Name="VCManifestTool"
       
   240 			/>
       
   241 			<Tool
       
   242 				Name="VCXDCMakeTool"
       
   243 			/>
       
   244 			<Tool
       
   245 				Name="VCBscMakeTool"
       
   246 			/>
       
   247 			<Tool
       
   248 				Name="VCFxCopTool"
       
   249 			/>
       
   250 			<Tool
       
   251 				Name="VCAppVerifierTool"
       
   252 			/>
       
   253 			<Tool
       
   254 				Name="VCPostBuildEventTool"
       
   255 			/>
       
   256 		</Configuration>
       
   257 		<Configuration
       
   258 			Name="Debug UNICODE|Win32"
       
   259 			OutputDirectory="&quot;../../Debug UNICODE&quot;"
       
   260 			IntermediateDirectory="$(ConfigurationName)"
       
   261 			ConfigurationType="2"
       
   262 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
       
   263 			CharacterSet="2"
       
   264 			>
       
   265 			<Tool
       
   266 				Name="VCPreBuildEventTool"
       
   267 			/>
       
   268 			<Tool
       
   269 				Name="VCCustomBuildTool"
       
   270 			/>
       
   271 			<Tool
       
   272 				Name="VCXMLDataGeneratorTool"
       
   273 			/>
       
   274 			<Tool
       
   275 				Name="VCWebServiceProxyGeneratorTool"
       
   276 			/>
       
   277 			<Tool
       
   278 				Name="VCMIDLTool"
       
   279 			/>
       
   280 			<Tool
       
   281 				Name="VCCLCompilerTool"
       
   282 				Optimization="0"
       
   283 				AdditionalIncludeDirectories="../../include;../../include/win32"
       
   284 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS"
       
   285 				MinimalRebuild="true"
       
   286 				BasicRuntimeChecks="3"
       
   287 				RuntimeLibrary="3"
       
   288 				UsePrecompiledHeader="0"
       
   289 				WarningLevel="3"
       
   290 				Detect64BitPortabilityProblems="true"
       
   291 				DebugInformationFormat="4"
       
   292 			/>
       
   293 			<Tool
       
   294 				Name="VCManagedResourceCompilerTool"
       
   295 			/>
       
   296 			<Tool
       
   297 				Name="VCResourceCompilerTool"
       
   298 			/>
       
   299 			<Tool
       
   300 				Name="VCPreLinkEventTool"
       
   301 			/>
       
   302 			<Tool
       
   303 				Name="VCLinkerTool"
       
   304 				OutputFile="$(OutDir)/can_peak_win32.dll"
       
   305 				LinkIncremental="2"
       
   306 				ModuleDefinitionFile="can_peak_win32.def"
       
   307 				GenerateDebugInformation="true"
       
   308 				ProgramDatabaseFile="$(OutDir)/can_peak_win32.pdb"
       
   309 				SubSystem="2"
       
   310 				OptimizeForWindows98="1"
       
   311 				RandomizedBaseAddress="1"
       
   312 				DataExecutionPrevention="0"
       
   313 				ImportLibrary="$(OutDir)/can_peak_win32.lib"
       
   314 				TargetMachine="1"
       
   315 			/>
       
   316 			<Tool
       
   317 				Name="VCALinkTool"
       
   318 			/>
       
   319 			<Tool
       
   320 				Name="VCManifestTool"
       
   321 			/>
       
   322 			<Tool
       
   323 				Name="VCXDCMakeTool"
       
   324 			/>
       
   325 			<Tool
       
   326 				Name="VCBscMakeTool"
       
   327 			/>
       
   328 			<Tool
       
   329 				Name="VCFxCopTool"
       
   330 			/>
       
   331 			<Tool
       
   332 				Name="VCAppVerifierTool"
       
   333 			/>
       
   334 			<Tool
       
   335 				Name="VCPostBuildEventTool"
       
   336 			/>
       
   337 		</Configuration>
       
   338 	</Configurations>
       
   339 	<References>
       
   340 	</References>
       
   341 	<Files>
       
   342 		<Filter
       
   343 			Name="Source Files"
       
   344 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
       
   345 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
       
   346 			>
       
   347 			<File
       
   348 				RelativePath=".\can_peak_win32.c"
       
   349 				>
       
   350 			</File>
       
   351 			<File
       
   352 				RelativePath=".\can_peak_win32.def"
       
   353 				>
       
   354 			</File>
       
   355 		</Filter>
       
   356 		<Filter
       
   357 			Name="Header Files"
       
   358 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
       
   359 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
       
   360 			>
       
   361 			<File
       
   362 				RelativePath=".\cancfg.h"
       
   363 				>
       
   364 			</File>
       
   365 		</Filter>
       
   366 		<Filter
       
   367 			Name="Resource Files"
       
   368 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
       
   369 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
       
   370 			>
       
   371 		</Filter>
       
   372 		<File
       
   373 			RelativePath="..\..\..\..\PC-Card\Lib\Visual C++\Pcan_2pcc.lib"
       
   374 			>
       
   375 		</File>
       
   376 		<File
       
   377 			RelativePath="..\..\..\..\PC-Card\Lib\Visual C++\Pcan_pcc.lib"
       
   378 			>
       
   379 		</File>
       
   380 	</Files>
       
   381 	<Globals>
       
   382 	</Globals>
       
   383 </VisualStudioProject>