Reactos
at listview 213 lines 4.4 kB view raw
1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="Driver" 6 ProjectGUID="{983A51E3-3E69-4C26-B34B-7F17089CD4E3}" 7 RootNamespace="driver" 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="$(SolutionDir)$(ConfigurationName)" 22 IntermediateDirectory="$(ConfigurationName)" 23 ConfigurationType="1" 24 CharacterSet="1" 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="_DEBUG;_CONSOLE;_X86_" 45 MinimalRebuild="true" 46 BasicRuntimeChecks="0" 47 RuntimeLibrary="3" 48 BufferSecurityCheck="false" 49 UsePrecompiledHeader="0" 50 WarningLevel="3" 51 Detect64BitPortabilityProblems="true" 52 DebugInformationFormat="4" 53 CallingConvention="2" 54 CompileAs="1" 55 /> 56 <Tool 57 Name="VCManagedResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCResourceCompilerTool" 61 /> 62 <Tool 63 Name="VCPreLinkEventTool" 64 /> 65 <Tool 66 Name="VCLinkerTool" 67 AdditionalDependencies="ntoskrnl.lib hal.lib" 68 OutputFile="$(OutDir)\$(ProjectName).sys" 69 LinkIncremental="2" 70 EnableUAC="false" 71 GenerateDebugInformation="true" 72 SubSystem="3" 73 Driver="1" 74 EntryPointSymbol="DriverEntry" 75 RandomizedBaseAddress="0" 76 DataExecutionPrevention="0" 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="$(SolutionDir)$(ConfigurationName)" 104 IntermediateDirectory="$(ConfigurationName)" 105 ConfigurationType="1" 106 CharacterSet="1" 107 WholeProgramOptimization="1" 108 > 109 <Tool 110 Name="VCPreBuildEventTool" 111 /> 112 <Tool 113 Name="VCCustomBuildTool" 114 /> 115 <Tool 116 Name="VCXMLDataGeneratorTool" 117 /> 118 <Tool 119 Name="VCWebServiceProxyGeneratorTool" 120 /> 121 <Tool 122 Name="VCMIDLTool" 123 /> 124 <Tool 125 Name="VCCLCompilerTool" 126 Optimization="0" 127 WholeProgramOptimization="false" 128 PreprocessorDefinitions="NDEBUG;_CONSOLE;_X86_" 129 RuntimeLibrary="2" 130 UsePrecompiledHeader="0" 131 WarningLevel="3" 132 Detect64BitPortabilityProblems="true" 133 DebugInformationFormat="3" 134 CallingConvention="2" 135 CompileAs="1" 136 /> 137 <Tool 138 Name="VCManagedResourceCompilerTool" 139 /> 140 <Tool 141 Name="VCResourceCompilerTool" 142 /> 143 <Tool 144 Name="VCPreLinkEventTool" 145 /> 146 <Tool 147 Name="VCLinkerTool" 148 AdditionalDependencies="ntoskrnl.lib hal.lib" 149 OutputFile="$(OutDir)\$(ProjectName).sys" 150 LinkIncremental="1" 151 EnableUAC="false" 152 GenerateDebugInformation="true" 153 SubSystem="3" 154 Driver="1" 155 OptimizeReferences="2" 156 EnableCOMDATFolding="2" 157 EntryPointSymbol="DriverEntry" 158 RandomizedBaseAddress="0" 159 DataExecutionPrevention="0" 160 TargetMachine="1" 161 /> 162 <Tool 163 Name="VCALinkTool" 164 /> 165 <Tool 166 Name="VCManifestTool" 167 /> 168 <Tool 169 Name="VCXDCMakeTool" 170 /> 171 <Tool 172 Name="VCBscMakeTool" 173 /> 174 <Tool 175 Name="VCFxCopTool" 176 /> 177 <Tool 178 Name="VCAppVerifierTool" 179 /> 180 <Tool 181 Name="VCPostBuildEventTool" 182 /> 183 </Configuration> 184 </Configurations> 185 <References> 186 </References> 187 <Files> 188 <Filter 189 Name="Source Files" 190 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 191 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 192 > 193 <File 194 RelativePath=".\driver.c" 195 > 196 </File> 197 </Filter> 198 <Filter 199 Name="Header Files" 200 Filter="h;hpp;hxx;hm;inl;inc;xsd" 201 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 202 > 203 </Filter> 204 <Filter 205 Name="Resource Files" 206 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" 207 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 208 > 209 </Filter> 210 </Files> 211 <Globals> 212 </Globals> 213</VisualStudioProject>