libresman

view libresman.vcproj @ 23:f8e5a1491275

win32 file change notification attempt1 (failed)
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 13 Feb 2014 13:17:07 +0200
parents 04362221f12d
children
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="libresman"
6 ProjectGUID="{BCD20CF4-E710-4520-8A51-E29E221D53BA}"
7 RootNamespace="libresman"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
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="2"
24 CharacterSet="2"
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;_WINDOWS;_USRDLL;LIBRESMAN_EXPORTS"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 DebugInformationFormat="4"
51 DisableSpecificWarnings="4996"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLinkerTool"
64 AdditionalDependencies="pthreadVC2.lib"
65 LinkIncremental="2"
66 ModuleDefinitionFile="resman.def"
67 GenerateDebugInformation="true"
68 SubSystem="2"
69 TargetMachine="1"
70 />
71 <Tool
72 Name="VCALinkTool"
73 />
74 <Tool
75 Name="VCManifestTool"
76 />
77 <Tool
78 Name="VCXDCMakeTool"
79 />
80 <Tool
81 Name="VCBscMakeTool"
82 />
83 <Tool
84 Name="VCFxCopTool"
85 />
86 <Tool
87 Name="VCAppVerifierTool"
88 />
89 <Tool
90 Name="VCPostBuildEventTool"
91 />
92 </Configuration>
93 <Configuration
94 Name="Release|Win32"
95 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96 IntermediateDirectory="$(ConfigurationName)"
97 ConfigurationType="2"
98 CharacterSet="2"
99 WholeProgramOptimization="1"
100 >
101 <Tool
102 Name="VCPreBuildEventTool"
103 />
104 <Tool
105 Name="VCCustomBuildTool"
106 />
107 <Tool
108 Name="VCXMLDataGeneratorTool"
109 />
110 <Tool
111 Name="VCWebServiceProxyGeneratorTool"
112 />
113 <Tool
114 Name="VCMIDLTool"
115 />
116 <Tool
117 Name="VCCLCompilerTool"
118 Optimization="2"
119 EnableIntrinsicFunctions="true"
120 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBRESMAN_EXPORTS"
121 RuntimeLibrary="2"
122 EnableFunctionLevelLinking="true"
123 UsePrecompiledHeader="0"
124 WarningLevel="3"
125 DebugInformationFormat="3"
126 DisableSpecificWarnings="4996"
127 />
128 <Tool
129 Name="VCManagedResourceCompilerTool"
130 />
131 <Tool
132 Name="VCResourceCompilerTool"
133 />
134 <Tool
135 Name="VCPreLinkEventTool"
136 />
137 <Tool
138 Name="VCLinkerTool"
139 AdditionalDependencies="pthreadVC2.lib"
140 LinkIncremental="1"
141 ModuleDefinitionFile="resman.def"
142 GenerateDebugInformation="true"
143 SubSystem="2"
144 OptimizeReferences="2"
145 EnableCOMDATFolding="2"
146 TargetMachine="1"
147 />
148 <Tool
149 Name="VCALinkTool"
150 />
151 <Tool
152 Name="VCManifestTool"
153 />
154 <Tool
155 Name="VCXDCMakeTool"
156 />
157 <Tool
158 Name="VCBscMakeTool"
159 />
160 <Tool
161 Name="VCFxCopTool"
162 />
163 <Tool
164 Name="VCAppVerifierTool"
165 />
166 <Tool
167 Name="VCPostBuildEventTool"
168 />
169 </Configuration>
170 </Configurations>
171 <References>
172 </References>
173 <Files>
174 <Filter
175 Name="src"
176 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h"
177 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
178 >
179 <File
180 RelativePath=".\src\dynarr.c"
181 >
182 </File>
183 <File
184 RelativePath=".\src\dynarr.h"
185 >
186 </File>
187 <File
188 RelativePath=".\src\filewatch.h"
189 >
190 </File>
191 <File
192 RelativePath=".\src\filewatch_linux.c"
193 >
194 </File>
195 <File
196 RelativePath=".\src\filewatch_win32.c"
197 >
198 </File>
199 <File
200 RelativePath=".\src\rbtree.c"
201 >
202 </File>
203 <File
204 RelativePath=".\src\rbtree.h"
205 >
206 </File>
207 <File
208 RelativePath=".\src\resman.c"
209 >
210 </File>
211 <File
212 RelativePath=".\src\resman.h"
213 >
214 </File>
215 <File
216 RelativePath=".\src\resman_impl.h"
217 >
218 </File>
219 <File
220 RelativePath=".\src\threadpool.c"
221 >
222 </File>
223 <File
224 RelativePath=".\src\threadpool.h"
225 >
226 </File>
227 </Filter>
228 <File
229 RelativePath=".\resman.def"
230 >
231 </File>
232 </Files>
233 <Globals>
234 </Globals>
235 </VisualStudioProject>