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