- Fix KiDispatchException to unmask KI_EXCEPTION_INTERNAL when setting the exception...
[reactos.git] / rosapps / fraginator / Fraginator.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8,00"
5 Name="Fraginator"
6 ProjectGUID="{7CB0DB3F-D4AB-4A99-807F-C56CC9F0B19C}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Release|Win32"
18 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
19 IntermediateDirectory="$(ConfigurationName)"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="1"
25 ManagedExtensions="0"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 PreprocessorDefinitions="NDEBUG"
42 MkTypLibCompatible="true"
43 SuppressStartupBanner="true"
44 TargetEnvironment="1"
45 TypeLibraryName=".\Release/Fraginator.tlb"
46 />
47 <Tool
48 Name="VCCLCompilerTool"
49 Optimization="3"
50 InlineFunctionExpansion="2"
51 EnableIntrinsicFunctions="true"
52 FavorSizeOrSpeed="1"
53 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
54 ExceptionHandling="1"
55 RuntimeLibrary="0"
56 StructMemberAlignment="5"
57 BufferSecurityCheck="false"
58 PrecompiledHeaderFile=".\Release/Fraginator.pch"
59 WarningLevel="3"
60 SuppressStartupBanner="true"
61 CallingConvention="1"
62 />
63 <Tool
64 Name="VCManagedResourceCompilerTool"
65 />
66 <Tool
67 Name="VCResourceCompilerTool"
68 PreprocessorDefinitions="NDEBUG"
69 Culture="1033"
70 />
71 <Tool
72 Name="VCPreLinkEventTool"
73 />
74 <Tool
75 Name="VCLinkerTool"
76 AdditionalOptions="/MACHINE:I386"
77 AdditionalDependencies="user32.lib advapi32.lib shell32.lib comctl32.lib"
78 LinkIncremental="1"
79 SuppressStartupBanner="true"
80 GenerateManifest="false"
81 GenerateDebugInformation="true"
82 SubSystem="2"
83 />
84 <Tool
85 Name="VCALinkTool"
86 />
87 <Tool
88 Name="VCManifestTool"
89 />
90 <Tool
91 Name="VCXDCMakeTool"
92 />
93 <Tool
94 Name="VCBscMakeTool"
95 />
96 <Tool
97 Name="VCFxCopTool"
98 />
99 <Tool
100 Name="VCAppVerifierTool"
101 />
102 <Tool
103 Name="VCWebDeploymentTool"
104 />
105 <Tool
106 Name="VCPostBuildEventTool"
107 Description="Copying to Program Files ..."
108 CommandLine="copy Release\Fraginator.exe &quot;c:\Program Files\Fraginator\Fraginator.exe&quot;"
109 />
110 </Configuration>
111 <Configuration
112 Name="Debug|Win32"
113 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
114 IntermediateDirectory="$(ConfigurationName)"
115 ConfigurationType="1"
116 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
117 UseOfMFC="0"
118 ATLMinimizesCRunTimeLibraryUsage="false"
119 CharacterSet="1"
120 >
121 <Tool
122 Name="VCPreBuildEventTool"
123 />
124 <Tool
125 Name="VCCustomBuildTool"
126 />
127 <Tool
128 Name="VCXMLDataGeneratorTool"
129 />
130 <Tool
131 Name="VCWebServiceProxyGeneratorTool"
132 />
133 <Tool
134 Name="VCMIDLTool"
135 PreprocessorDefinitions="_DEBUG"
136 MkTypLibCompatible="true"
137 SuppressStartupBanner="true"
138 TargetEnvironment="1"
139 TypeLibraryName=".\Debug/Fraginator.tlb"
140 />
141 <Tool
142 Name="VCCLCompilerTool"
143 Optimization="0"
144 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
145 BasicRuntimeChecks="3"
146 RuntimeLibrary="1"
147 WarningLevel="3"
148 SuppressStartupBanner="true"
149 DebugInformationFormat="4"
150 />
151 <Tool
152 Name="VCManagedResourceCompilerTool"
153 />
154 <Tool
155 Name="VCResourceCompilerTool"
156 PreprocessorDefinitions="_DEBUG"
157 Culture="1033"
158 />
159 <Tool
160 Name="VCPreLinkEventTool"
161 />
162 <Tool
163 Name="VCLinkerTool"
164 AdditionalOptions="/MACHINE:I386"
165 AdditionalDependencies="user32.lib advapi32.lib shell32.lib comctl32.lib"
166 LinkIncremental="2"
167 SuppressStartupBanner="true"
168 GenerateManifest="false"
169 GenerateDebugInformation="true"
170 SubSystem="2"
171 />
172 <Tool
173 Name="VCALinkTool"
174 />
175 <Tool
176 Name="VCManifestTool"
177 />
178 <Tool
179 Name="VCXDCMakeTool"
180 />
181 <Tool
182 Name="VCBscMakeTool"
183 />
184 <Tool
185 Name="VCFxCopTool"
186 />
187 <Tool
188 Name="VCAppVerifierTool"
189 />
190 <Tool
191 Name="VCWebDeploymentTool"
192 />
193 <Tool
194 Name="VCPostBuildEventTool"
195 />
196 </Configuration>
197 </Configurations>
198 <References>
199 </References>
200 <Files>
201 <Filter
202 Name="Source Files"
203 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
204 >
205 <File
206 RelativePath=".\Defragment.cpp"
207 >
208 </File>
209 <File
210 RelativePath=".\DriveVolume.cpp"
211 >
212 </File>
213 <File
214 RelativePath=".\Fraginator.cpp"
215 >
216 </File>
217 <File
218 RelativePath=".\MainDialog.cpp"
219 >
220 </File>
221 <File
222 RelativePath=".\ReportDialog.cpp"
223 >
224 </File>
225 <File
226 RelativePath="Unfrag.cpp"
227 >
228 </File>
229 </Filter>
230 <Filter
231 Name="Header Files"
232 Filter="h;hpp;hxx;hm;inl"
233 >
234 <File
235 RelativePath=".\Defragment.h"
236 >
237 </File>
238 <File
239 RelativePath=".\DriveVolume.h"
240 >
241 </File>
242 <File
243 RelativePath=".\Fraginator.h"
244 >
245 </File>
246 <File
247 RelativePath=".\MainDialog.h"
248 >
249 </File>
250 <File
251 RelativePath=".\Mutex.h"
252 >
253 </File>
254 <File
255 RelativePath=".\ReportDialog.h"
256 >
257 </File>
258 <File
259 RelativePath=".\resource.h"
260 >
261 </File>
262 <File
263 RelativePath=".\Unfrag.h"
264 >
265 </File>
266 </Filter>
267 <Filter
268 Name="Resource Files"
269 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
270 >
271 <File
272 RelativePath=".\default1.bin"
273 >
274 </File>
275 <File
276 RelativePath=".\Fraginator Help - Fraginator Icon.bmp"
277 >
278 </File>
279 <File
280 RelativePath=".\Fraginator Motif Icon.bmp"
281 >
282 </File>
283 <File
284 RelativePath=".\Fraginator.rc"
285 >
286 </File>
287 <File
288 RelativePath=".\icon1.ico"
289 >
290 </File>
291 </Filter>
292 </Files>
293 <Globals>
294 </Globals>
295 </VisualStudioProject>