1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9,00"
5	Name="notifyhook"
6	ProjectGUID="{F28B575D-7DBA-44DE-AAEF-FA0D065E5162}"
7	TargetFrameworkVersion="131072"
8	>
9	<Platforms>
10		<Platform
11			Name="Win32"
12		/>
13	</Platforms>
14	<ToolFiles>
15	</ToolFiles>
16	<Configurations>
17		<Configuration
18			Name="Release|Win32"
19			OutputDirectory=".\..\Release"
20			IntermediateDirectory=".\Release"
21			ConfigurationType="2"
22			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
23			UseOfMFC="0"
24			ATLMinimizesCRunTimeLibraryUsage="false"
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				PreprocessorDefinitions="NDEBUG"
41				MkTypLibCompatible="true"
42				SuppressStartupBanner="true"
43				TargetEnvironment="1"
44				TypeLibraryName=".\..\Release/notifyhook.tlb"
45				HeaderFileName=""
46			/>
47			<Tool
48				Name="VCCLCompilerTool"
49				Optimization="2"
50				InlineFunctionExpansion="1"
51				PreprocessorDefinitions="NDEBUG;WIN32;_NOTIFYHOOK_IMPL"
52				StringPooling="true"
53				RuntimeLibrary="0"
54				EnableFunctionLevelLinking="true"
55				PrecompiledHeaderFile=".\Release/notifyhook.pch"
56				AssemblerListingLocation=".\Release/"
57				ObjectFile=".\Release/"
58				ProgramDataBaseFileName=".\Release/"
59				WarningLevel="3"
60				SuppressStartupBanner="true"
61			/>
62			<Tool
63				Name="VCManagedResourceCompilerTool"
64			/>
65			<Tool
66				Name="VCResourceCompilerTool"
67				PreprocessorDefinitions="NDEBUG"
68				Culture="1031"
69			/>
70			<Tool
71				Name="VCPreLinkEventTool"
72			/>
73			<Tool
74				Name="VCLinkerTool"
75				AdditionalDependencies="user32.lib"
76				OutputFile=".\..\Release/notifyhook.dll"
77				LinkIncremental="1"
78				SuppressStartupBanner="true"
79				ProgramDatabaseFile=".\..\Release/notifyhook.pdb"
80				SubSystem="2"
81				RandomizedBaseAddress="1"
82				DataExecutionPrevention="0"
83				ImportLibrary=".\..\Release/notifyhook.lib"
84				TargetMachine="1"
85			/>
86			<Tool
87				Name="VCALinkTool"
88			/>
89			<Tool
90				Name="VCManifestTool"
91			/>
92			<Tool
93				Name="VCXDCMakeTool"
94			/>
95			<Tool
96				Name="VCBscMakeTool"
97				SuppressStartupBanner="true"
98				OutputFile=".\..\Release/notifyhook.bsc"
99			/>
100			<Tool
101				Name="VCFxCopTool"
102			/>
103			<Tool
104				Name="VCAppVerifierTool"
105			/>
106			<Tool
107				Name="VCPostBuildEventTool"
108			/>
109		</Configuration>
110		<Configuration
111			Name="Debug|Win32"
112			OutputDirectory=".\..\Debug"
113			IntermediateDirectory=".\Debug"
114			ConfigurationType="2"
115			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
116			UseOfMFC="0"
117			ATLMinimizesCRunTimeLibraryUsage="false"
118			>
119			<Tool
120				Name="VCPreBuildEventTool"
121			/>
122			<Tool
123				Name="VCCustomBuildTool"
124			/>
125			<Tool
126				Name="VCXMLDataGeneratorTool"
127			/>
128			<Tool
129				Name="VCWebServiceProxyGeneratorTool"
130			/>
131			<Tool
132				Name="VCMIDLTool"
133				PreprocessorDefinitions="_DEBUG"
134				MkTypLibCompatible="true"
135				SuppressStartupBanner="true"
136				TargetEnvironment="1"
137				TypeLibraryName=".\..\Debug/notifyhook.tlb"
138				HeaderFileName=""
139			/>
140			<Tool
141				Name="VCCLCompilerTool"
142				Optimization="0"
143				PreprocessorDefinitions="_DEBUG;WIN32;_NOTIFYHOOK_IMPL"
144				MinimalRebuild="true"
145				BasicRuntimeChecks="3"
146				RuntimeLibrary="1"
147				PrecompiledHeaderFile=".\Debug/notifyhook.pch"
148				AssemblerListingLocation=".\Debug/"
149				ObjectFile=".\Debug/"
150				ProgramDataBaseFileName=".\Debug/"
151				BrowseInformation="1"
152				WarningLevel="3"
153				SuppressStartupBanner="true"
154				DebugInformationFormat="4"
155			/>
156			<Tool
157				Name="VCManagedResourceCompilerTool"
158			/>
159			<Tool
160				Name="VCResourceCompilerTool"
161				PreprocessorDefinitions="_DEBUG"
162				Culture="1031"
163			/>
164			<Tool
165				Name="VCPreLinkEventTool"
166			/>
167			<Tool
168				Name="VCLinkerTool"
169				AdditionalDependencies="user32.lib"
170				OutputFile=".\..\Debug/notifyhook.dll"
171				LinkIncremental="2"
172				SuppressStartupBanner="true"
173				GenerateDebugInformation="true"
174				ProgramDatabaseFile=".\..\Debug/notifyhook.pdb"
175				SubSystem="2"
176				RandomizedBaseAddress="1"
177				DataExecutionPrevention="0"
178				ImportLibrary=".\..\Debug/notifyhook.lib"
179				TargetMachine="1"
180			/>
181			<Tool
182				Name="VCALinkTool"
183			/>
184			<Tool
185				Name="VCManifestTool"
186			/>
187			<Tool
188				Name="VCXDCMakeTool"
189			/>
190			<Tool
191				Name="VCBscMakeTool"
192				SuppressStartupBanner="true"
193				OutputFile=".\..\Debug/notifyhook.bsc"
194			/>
195			<Tool
196				Name="VCFxCopTool"
197			/>
198			<Tool
199				Name="VCAppVerifierTool"
200			/>
201			<Tool
202				Name="VCPostBuildEventTool"
203			/>
204		</Configuration>
205	</Configurations>
206	<References>
207	</References>
208	<Files>
209		<File
210			RelativePath="notifyhook.c"
211			>
212			<FileConfiguration
213				Name="Release|Win32"
214				>
215				<Tool
216					Name="VCCLCompilerTool"
217					PreprocessorDefinitions=""
218				/>
219			</FileConfiguration>
220			<FileConfiguration
221				Name="Debug|Win32"
222				>
223				<Tool
224					Name="VCCLCompilerTool"
225					PreprocessorDefinitions=""
226				/>
227			</FileConfiguration>
228		</File>
229		<File
230			RelativePath="notifyhook.h"
231			>
232		</File>
233	</Files>
234	<Globals>
235	</Globals>
236</VisualStudioProject>
237