Added a parameter to semaphore constructor to avoid ambiguity
[pwlib.git] / tools / PacketVxD / PacketVxD.vcproj
blobd526fd8797b2c4c73db074e6ef4c70320bb21bfe
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
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="VCWebDeploymentTool"/>
67 </Configuration>
68 </Configurations>
69 <Files>
70 <File
71 RelativePath=".\Ndisdev.asm">
72 <FileConfiguration
73 Name="Release|Win32">
74 <Tool
75 Name="VCCustomBuildTool"
76 Description="Asembling..."
77 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)
79 Outputs="$(IntDir)/$(InputName).obj"/>
80 </FileConfiguration>
81 </File>
82 <File
83 RelativePath=".\epacket.c">
84 </File>
85 <File
86 RelativePath=".\epacket.def">
87 </File>
88 <File
89 RelativePath=".\lock.c">
90 </File>
91 </Files>
92 <Globals>
93 </Globals>
94 </VisualStudioProject>