Merge my current work done on the kd++ branch:
[reactos.git] / rostests / win32 / DriverLoading / Application / Application.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="Application"
6 ProjectGUID="{EABF0755-CD33-43CC-9062-DD5C5E0AC229}"
7 RootNamespace="app"
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="WIN32;_DEBUG;_CONSOLE"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="false"
51 DebugInformationFormat="4"
52 CallingConvention="2"
53 CompileAs="1"
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="ntdll.lib"
67 LinkIncremental="2"
68 GenerateDebugInformation="true"
69 SubSystem="1"
70 RandomizedBaseAddress="1"
71 DataExecutionPrevention="0"
72 TargetMachine="1"
73 />
74 <Tool
75 Name="VCALinkTool"
76 />
77 <Tool
78 Name="VCManifestTool"
79 />
80 <Tool
81 Name="VCXDCMakeTool"
82 />
83 <Tool
84 Name="VCBscMakeTool"
85 />
86 <Tool
87 Name="VCFxCopTool"
88 />
89 <Tool
90 Name="VCAppVerifierTool"
91 />
92 <Tool
93 Name="VCPostBuildEventTool"
94 />
95 </Configuration>
96 <Configuration
97 Name="Release|Win32"
98 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
99 IntermediateDirectory="$(ConfigurationName)"
100 ConfigurationType="1"
101 CharacterSet="1"
102 WholeProgramOptimization="1"
103 >
104 <Tool
105 Name="VCPreBuildEventTool"
106 />
107 <Tool
108 Name="VCCustomBuildTool"
109 />
110 <Tool
111 Name="VCXMLDataGeneratorTool"
112 />
113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"
115 />
116 <Tool
117 Name="VCMIDLTool"
118 />
119 <Tool
120 Name="VCCLCompilerTool"
121 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
122 RuntimeLibrary="2"
123 UsePrecompiledHeader="0"
124 WarningLevel="3"
125 Detect64BitPortabilityProblems="true"
126 DebugInformationFormat="3"
127 CallingConvention="2"
128 CompileAs="1"
129 />
130 <Tool
131 Name="VCManagedResourceCompilerTool"
132 />
133 <Tool
134 Name="VCResourceCompilerTool"
135 />
136 <Tool
137 Name="VCPreLinkEventTool"
138 />
139 <Tool
140 Name="VCLinkerTool"
141 AdditionalDependencies="ntdll.lib"
142 LinkIncremental="2"
143 GenerateDebugInformation="false"
144 SubSystem="1"
145 OptimizeReferences="0"
146 EnableCOMDATFolding="0"
147 RandomizedBaseAddress="1"
148 DataExecutionPrevention="0"
149 TargetMachine="1"
150 />
151 <Tool
152 Name="VCALinkTool"
153 />
154 <Tool
155 Name="VCManifestTool"
156 />
157 <Tool
158 Name="VCXDCMakeTool"
159 />
160 <Tool
161 Name="VCBscMakeTool"
162 />
163 <Tool
164 Name="VCFxCopTool"
165 />
166 <Tool
167 Name="VCAppVerifierTool"
168 />
169 <Tool
170 Name="VCPostBuildEventTool"
171 />
172 </Configuration>
173 </Configurations>
174 <References>
175 </References>
176 <Files>
177 <Filter
178 Name="Source Files"
179 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
180 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
181 >
182 <File
183 RelativePath=".\main.c"
184 >
185 </File>
186 <File
187 RelativePath=".\umode.c"
188 >
189 </File>
190 <File
191 RelativePath=".\undoc.c"
192 >
193 </File>
194 </Filter>
195 <Filter
196 Name="Header Files"
197 Filter="h;hpp;hxx;hm;inl;inc;xsd"
198 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
199 >
200 <File
201 RelativePath=".\DriverTester.h"
202 >
203 </File>
204 </Filter>
205 <Filter
206 Name="Resource Files"
207 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
208 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
209 >
210 </Filter>
211 </Files>
212 <Globals>
213 </Globals>
214 </VisualStudioProject>