-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNDISDriverInst.vcproj
115 lines (115 loc) · 3.12 KB
/
NDISDriverInst.vcproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="NDISDriverInst"
ProjectGUID="{82F69364-DE30-4C07-8038-03B9205829DE}"
Keyword="MakeFileProj"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(ProjectDir)\objchk_wxp_x86"
IntermediateDirectory="$(ProjectDir)\objchk_wxp_x86"
ConfigurationType="0"
>
<Tool
Name="VCNMakeTool"
BuildCommandLine="call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk wxp
cd /d $(ProjectDir)
build"
ReBuildCommandLine="rmdir /s /q $(ProjectDir)\objchk_wxp_x86
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) chk wxp
cd /d $(ProjectDir)
build"
CleanCommandLine="rmdir /s /q $(ProjectDir)\objchk_wxp_x86"
Output="$(ProjectDir)\objchk_wxp_x86\i386\NDISDriverInst.sys"
PreprocessorDefinitions="WIN32;_CONSOLE;_X86_;_DDK_;_DEBUG;DBG=1"
IncludeSearchPath="$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt"
ForcedIncludes=""
AssemblySearchPath=""
ForcedUsingAssemblies=""
CompileAsManaged=""
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(ProjectDir)\objfre_wxp_x86"
IntermediateDirectory="$(ProjectDir)\objfre_wxp_x86"
ConfigurationType="0"
>
<Tool
Name="VCNMakeTool"
BuildCommandLine="call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre wxp
cd /d $(ProjectDir)
build"
ReBuildCommandLine="rmdir /s /q $(ProjectDir)\objfre_wxp_x86
call $(WDKPATH)\bin\setenv.bat $(WDKPATH) fre wxp
cd /d $(ProjectDir)
build"
CleanCommandLine="rmdir /s /q $(ProjectDir)\objfre_wxp_x86"
Output="$(ProjectDir)\objfre_wxp_x86\i386\NDISDriverInst.sys"
PreprocessorDefinitions="WIN32;_CONSOLE;_X86_;_DDK_;_NDEBUG;DBG=0"
IncludeSearchPath="$(WDKPATH)\inc\ddk;$(WDKPATH)\inc\api;$(WDKPATH)\inc\crt"
ForcedIncludes=""
AssemblySearchPath=""
ForcedUsingAssemblies=""
CompileAsManaged=""
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
>
<File
RelativePath=".\Component.cpp"
>
</File>
<File
RelativePath=".\NDISDriverInst.cpp"
>
</File>
<File
RelativePath=".\NDISDriverInst.def"
>
</File>
<File
RelativePath=".\NDISDriverInst_d.def"
>
</File>
<File
RelativePath=".\NetCfgAPI.cpp"
>
</File>
</Filter>
<Filter
Name="Header files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
>
<File
RelativePath=".\Common.h"
>
</File>
<File
RelativePath=".\Component.h"
>
</File>
<File
RelativePath=".\NDISDriverInst.h"
>
</File>
<File
RelativePath=".\NetCfgAPI.h"
>
</File>
</Filter>
<File
RelativePath=".\sources"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>