Many and various changes to support new Visual C++ 2003
[pwlib.git] / tools / PacketVxD / PacketVxD.vcproj
blob31090a4cc3b7ca7346fffeae7c76b6f962602afb
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="PacketVxD"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\Release"
16 IntermediateDirectory=".\Release"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 AdditionalOptions="/bzalign /Gs "
23 AdditionalIncludeDirectories="ddk\include,..\..\msos\include"
24 PreprocessorDefinitions="NDIS_STDCALL;CHICAGO;IS_32;DEBLEVEL=0"
25 RuntimeLibrary="4"
26 StructMemberAlignment="1"
27 PrecompiledHeaderFile=".\Release/PacketVxD.pch"
28 AssemblerListingLocation=".\Release/"
29 ObjectFile=".\Release/"
30 ProgramDataBaseFileName=".\Release/"
31 WarningLevel="3"
32 CallingConvention="2"
33 CompileAs="0"/>
34 <Tool
35 Name="VCCustomBuildTool"/>
36 <Tool
37 Name="VCLinkerTool"
38 AdditionalOptions="/MACHINE:I386"
39 AdditionalDependencies="libndis.clb vxdwraps.clb"
40 OutputFile="../../lib/EPacket.vxd"
41 LinkIncremental="1"
42 SuppressStartupBanner="TRUE"
43 AdditionalLibraryDirectories="ddk\lib"
44 IgnoreAllDefaultLibraries="TRUE"
45 ModuleDefinitionFile=".\epacket.def"/>
46 <Tool
47 Name="VCMIDLTool"
48 PreprocessorDefinitions="NDEBUG"
49 MkTypLibCompatible="TRUE"
50 SuppressStartupBanner="TRUE"
51 TargetEnvironment="1"
52 TypeLibraryName=".\Release/PacketVxD.tlb"/>
53 <Tool
54 Name="VCPostBuildEventTool"/>
55 <Tool
56 Name="VCPreBuildEventTool"/>
57 <Tool
58 Name="VCPreLinkEventTool"/>
59 <Tool
60 Name="VCResourceCompilerTool"
61 PreprocessorDefinitions="NDEBUG"
62 Culture="3081"/>
63 <Tool
64 Name="VCWebServiceProxyGeneratorTool"/>
65 <Tool
66 Name="VCXMLDataGeneratorTool"/>
67 <Tool
68 Name="VCWebDeploymentTool"/>
69 <Tool
70 Name="VCManagedWrapperGeneratorTool"/>
71 <Tool
72 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
73 </Configuration>
74 </Configurations>
75 <References>
76 </References>
77 <Files>
78 <File
79 RelativePath=".\epacket.c">
80 </File>
81 <File
82 RelativePath=".\epacket.def">
83 </File>
84 <File
85 RelativePath=".\lock.c">
86 </File>
87 <File
88 RelativePath=".\Ndisdev.asm">
89 <FileConfiguration
90 Name="Release|Win32">
91 <Tool
92 Name="VCCustomBuildTool"
93 Description="Asembling..."
94 CommandLine="ml -c -coff -W2 -Zd -Cx -Zm -Iddk\include -DIS_32 -DMASM6 -DVMMSYS -DSEGNUM=3 -DBLD_COFF -DDEVICE=EPACKET -DNDIS_STDCALL -DDEBLEVEL=0 -DCHICAGO -Fo$(IntDir)/$(InputName).obj $(InputPath)
96 Outputs="$(IntDir)/$(InputName).obj"/>
97 </FileConfiguration>
98 </File>
99 </Files>
100 <Globals>
101 </Globals>
102 </VisualStudioProject>