root/juggler/trunk/vc8/Sonix/Sonix.vcproj

Revision 20490, 15.9 kB (checked in by patrick, 1 year ago)

Instead of using a different name to distinguish between debug-enabled and
optimized DLLS linked against the release runtime on Windows, use directories
in much the same way that we always have on non-Windows platforms. This
allows users to switch between optimized and debug-enabled code at run time
simply by changing the PATH environment variable. No relinking or recompiling
is required. This is something that we have always been able to do on
non-Windows platofrms, and we can finally do it on Windows, too.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="Sonix"
6         ProjectGUID="{BE8A6412-F142-493F-B1BB-363F4EDAC230}"
7         RootNamespace="Sonix"
8         Keyword="Win32Proj"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14                 <Platform
15                         Name="x64"
16                 />
17         </Platforms>
18         <ToolFiles>
19         </ToolFiles>
20         <Configurations>
21                 <Configuration
22                         Name="DebugDLL|Win32"
23                         OutputDirectory="$(PlatformName)\$(ConfigurationName)"
24                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25                         ConfigurationType="2"
26                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
27                         CharacterSet="2"
28                         >
29                         <Tool
30                                 Name="VCPreBuildEventTool"
31                         />
32                         <Tool
33                                 Name="VCCustomBuildTool"
34                         />
35                         <Tool
36                                 Name="VCXMLDataGeneratorTool"
37                         />
38                         <Tool
39                                 Name="VCWebServiceProxyGeneratorTool"
40                         />
41                         <Tool
42                                 Name="VCMIDLTool"
43                         />
44                         <Tool
45                                 Name="VCCLCompilerTool"
46                                 Optimization="0"
47                                 AdditionalIncludeDirectories=".;..\..\modules\sonix;&quot;$(NSPR_INCLUDES)&quot;;&quot;$(BOOST_INCLUDES)&quot;;&quot;$(GMTL_INCLUDES)&quot;;..\..\modules\vapor;..\VPR"
48                                 PreprocessorDefinitions="BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_CONSOLE;_USRDLL;_SNX_BUILD_;SNX_ROOT_DIR=\&quot;$(instprefix)\&quot;"
49                                 MinimalRebuild="false"
50                                 RuntimeLibrary="2"
51                                 BufferSecurityCheck="false"
52                                 RuntimeTypeInfo="true"
53                                 UsePrecompiledHeader="0"
54                                 WarningLevel="2"
55                                 Detect64BitPortabilityProblems="true"
56                                 DebugInformationFormat="1"
57                                 DisableSpecificWarnings="4251;4275"
58                         />
59                         <Tool
60                                 Name="VCManagedResourceCompilerTool"
61                         />
62                         <Tool
63                                 Name="VCResourceCompilerTool"
64                         />
65                         <Tool
66                                 Name="VCPreLinkEventTool"
67                         />
68                         <Tool
69                                 Name="VCLinkerTool"
70                                 AdditionalDependencies="libnspr4.lib $(NOINHERIT)"
71                                 OutputFile="$(OutDir)/sonix-$(SNX_VERSION).dll"
72                                 Version="$(SNX_VERSION_DOT)"
73                                 LinkIncremental="2"
74                                 AdditionalLibraryDirectories="&quot;..\VPR\$(OutDir)&quot;;&quot;$(NSPR_ROOT)\lib&quot;;&quot;$(BOOST_ROOT)\lib&quot;"
75                                 GenerateDebugInformation="false"
76                                 ProgramDatabaseFile="$(OutDir)/sonix-$(SNX_VERSION).pdb"
77                                 SubSystem="1"
78                                 ImportLibrary="$(OutDir)/sonix-$(SNX_VERSION).lib"
79                                 TargetMachine="1"
80                         />
81                         <Tool
82                                 Name="VCALinkTool"
83                         />
84                         <Tool
85                                 Name="VCManifestTool"
86                         />
87                         <Tool
88                                 Name="VCXDCMakeTool"
89                         />
90                         <Tool
91                                 Name="VCBscMakeTool"
92                         />
93                         <Tool
94                                 Name="VCFxCopTool"
95                         />
96                         <Tool
97                                 Name="VCAppVerifierTool"
98                         />
99                         <Tool
100                                 Name="VCWebDeploymentTool"
101                         />
102                         <Tool
103                                 Name="VCPostBuildEventTool"
104                         />
105                 </Configuration>
106                 <Configuration
107                         Name="DebugDLL|x64"
108                         OutputDirectory="$(PlatformName)\$(ConfigurationName)"
109                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
110                         ConfigurationType="2"
111                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
112                         CharacterSet="2"
113                         >
114                         <Tool
115                                 Name="VCPreBuildEventTool"
116                         />
117                         <Tool
118                                 Name="VCCustomBuildTool"
119                         />
120                         <Tool
121                                 Name="VCXMLDataGeneratorTool"
122                         />
123                         <Tool
124                                 Name="VCWebServiceProxyGeneratorTool"
125                         />
126                         <Tool
127                                 Name="VCMIDLTool"
128                                 TargetEnvironment="3"
129                         />
130                         <Tool
131                                 Name="VCCLCompilerTool"
132                                 Optimization="0"
133                                 AdditionalIncludeDirectories=".;..\..\modules\sonix;&quot;$(NSPR_INCLUDES)&quot;;&quot;$(BOOST_INCLUDES)&quot;;&quot;$(GMTL_INCLUDES)&quot;;..\..\modules\vapor;..\VPR"
134                                 PreprocessorDefinitions="BOOST_ALL_DYN_LINK;WIN64;JUGGLER_DEBUG;_CONSOLE;_USRDLL;_SNX_BUILD_;SNX_ROOT_DIR=\&quot;$(instprefix)\&quot;"
135                                 MinimalRebuild="false"
136                                 RuntimeLibrary="2"
137                                 BufferSecurityCheck="false"
138                                 RuntimeTypeInfo="true"
139                                 UsePrecompiledHeader="0"
140                                 WarningLevel="2"
141                                 Detect64BitPortabilityProblems="true"
142                                 DebugInformationFormat="1"
143                                 DisableSpecificWarnings="4251;4275"
144                         />
145                         <Tool
146                                 Name="VCManagedResourceCompilerTool"
147                         />
148                         <Tool
149                                 Name="VCResourceCompilerTool"
150                         />
151                         <Tool
152                                 Name="VCPreLinkEventTool"
153                         />
154                         <Tool
155                                 Name="VCLinkerTool"
156                                 AdditionalDependencies="libnspr4.lib $(NOINHERIT)"
157                                 OutputFile="$(OutDir)/sonix-$(SNX_VERSION).dll"
158                                 Version="$(SNX_VERSION_DOT)"
159                                 LinkIncremental="2"
160                                 AdditionalLibraryDirectories="&quot;..\VPR\$(OutDir)&quot;;&quot;$(NSPR_ROOT)\lib&quot;;&quot;$(BOOST_ROOT)\lib&quot;"
161                                 GenerateDebugInformation="true"
162                                 ProgramDatabaseFile="$(OutDir)/sonix-$(SNX_VERSION).pdb"
163                                 SubSystem="1"
164                                 ImportLibrary="$(OutDir)/sonix-$(SNX_VERSION).lib"
165                                 TargetMachine="17"
166                         />
167                         <Tool
168                                 Name="VCALinkTool"
169                         />
170                         <Tool
171                                 Name="VCManifestTool"
172                         />
173                         <Tool
174                                 Name="VCXDCMakeTool"
175                         />
176                         <Tool
177                                 Name="VCBscMakeTool"
178                         />
179                         <Tool
180                                 Name="VCFxCopTool"
181                         />
182                         <Tool
183                                 Name="VCAppVerifierTool"
184                         />
185                         <Tool
186                                 Name="VCWebDeploymentTool"
187                         />
188                         <Tool
189                                 Name="VCPostBuildEventTool"
190                         />
191                 </Configuration>
192                 <Configuration
193                         Name="DebugRtDLL|Win32"
194                         OutputDirectory="$(PlatformName)\$(ConfigurationName)"
195                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
196                         ConfigurationType="2"
197                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
198                         CharacterSet="2"
199                         >
200                         <Tool
201                                 Name="VCPreBuildEventTool"
202                         />
203                         <Tool
204                                 Name="VCCustomBuildTool"
205                         />
206                         <Tool
207                                 Name="VCXMLDataGeneratorTool"
208                         />
209                         <Tool
210                                 Name="VCWebServiceProxyGeneratorTool"
211                         />
212                         <Tool
213                                 Name="VCMIDLTool"
214                         />
215                         <Tool
216                                 Name="VCCLCompilerTool"
217                                 Optimization="0"
218                                 AdditionalIncludeDirectories=".;..\..\modules\sonix;&quot;$(NSPR_INCLUDES)&quot;;&quot;$(BOOST_INCLUDES)&quot;;&quot;$(GMTL_INCLUDES)&quot;;..\..\modules\vapor;..\VPR"
219                                 PreprocessorDefinitions="BOOST_ALL_DYN_LINK;WIN32;JUGGLER_DEBUG;_CONSOLE;_USRDLL;_SNX_BUILD_;SNX_ROOT_DIR=\&quot;$(instprefix)\&quot;"
220                                 MinimalRebuild="false"
221                                 BasicRuntimeChecks="3"
222                                 RuntimeLibrary="3"
223                                 BufferSecurityCheck="false"
224                                 RuntimeTypeInfo="true"
225                                 UsePrecompiledHeader="0"
226                                 WarningLevel="2"
227                                 Detect64BitPortabilityProblems="true"
228                                 DebugInformationFormat="1"
229                                 DisableSpecificWarnings="4251;4275"
230                         />
231                         <Tool
232                                 Name="VCManagedResourceCompilerTool"
233                         />
234                         <Tool
235                                 Name="VCResourceCompilerTool"
236                         />
237                         <Tool
238                                 Name="VCPreLinkEventTool"
239                         />
240                         <Tool
241                                 Name="VCLinkerTool"
242                                 AdditionalDependencies="libnspr4.lib $(NOINHERIT)"
243                                 OutputFile="$(OutDir)/sonix_d-$(SNX_VERSION).dll"
244                                 Version="$(SNX_VERSION_DOT)"
245                                 LinkIncremental="2"
246                                 AdditionalLibraryDirectories="&quot;..\VPR\$(OutDir)&quot;;&quot;$(NSPR_ROOT)\lib&quot;;&quot;$(BOOST_ROOT)\lib&quot;"
247                                 GenerateDebugInformation="true"
248                                 ProgramDatabaseFile="$(OutDir)/sonix_d-$(SNX_VERSION).pdb"
249                                 SubSystem="1"
250                                 ImportLibrary="$(OutDir)/sonix_d-$(SNX_VERSION).lib"
251                                 TargetMachine="1"
252                         />
253                         <Tool
254                                 Name="VCALinkTool"
255                         />
256                         <Tool
257                                 Name="VCManifestTool"
258                         />
259                         <Tool
260                                 Name="VCXDCMakeTool"
261                         />
262                         <Tool
263                                 Name="VCBscMakeTool"
264                         />
265                         <Tool
266                                 Name="VCFxCopTool"
267                         />
268                         <Tool
269                                 Name="VCAppVerifierTool"
270                         />
271                         <Tool
272                                 Name="VCWebDeploymentTool"
273                         />
274                         <Tool
275                                 Name="VCPostBuildEventTool"
276                         />
277                 </Configuration>
278                 <Configuration
279                         Name="DebugRtDLL|x64"
280                         OutputDirectory="$(PlatformName)\$(ConfigurationName)"
281                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
282                         ConfigurationType="2"
283                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
284                         CharacterSet="2"
285                         >
286                         <Tool
287                                 Name="VCPreBuildEventTool"
288                         />
289                         <Tool
290                                 Name="VCCustomBuildTool"
291                         />
292                         <Tool
293                                 Name="VCXMLDataGeneratorTool"
294                         />
295                         <Tool
296                                 Name="VCWebServiceProxyGeneratorTool"
297                         />
298                         <Tool
299                                 Name="VCMIDLTool"
300                                 TargetEnvironment="3"
301                         />
302                         <Tool
303                                 Name="VCCLCompilerTool"
304                                 Optimization="0"
305                                 AdditionalIncludeDirectories=".;..\..\modules\sonix;&quot;$(NSPR_INCLUDES)&quot;;&quot;$(BOOST_INCLUDES)&quot;;&quot;$(GMTL_INCLUDES)&quot;;..\..\modules\vapor;..\VPR"
306                                 PreprocessorDefinitions="BOOST_ALL_DYN_LINK;WIN64;JUGGLER_DEBUG;_CONSOLE;_USRDLL;_SNX_BUILD_;SNX_ROOT_DIR=\&quot;$(instprefix)\&quot;"
307                                 MinimalRebuild="false"
308                                 BasicRuntimeChecks="3"
309                                 RuntimeLibrary="3"
310                                 BufferSecurityCheck="false"
311                                 RuntimeTypeInfo="true"
312                                 UsePrecompiledHeader="0"
313                                 WarningLevel="2"
314                                 Detect64BitPortabilityProblems="true"
315                                 DebugInformationFormat="1"
316                                 DisableSpecificWarnings="4251;4275"
317                         />
318                         <Tool
319                                 Name="VCManagedResourceCompilerTool"
320                         />
321                         <Tool
322                                 Name="VCResourceCompilerTool"
323                         />
324                         <Tool
325                                 Name="VCPreLinkEventTool"
326                         />
327                         <Tool
328                                 Name="VCLinkerTool"
329                                 AdditionalDependencies="libnspr4.lib $(NOINHERIT)"
330                                 OutputFile="$(OutDir)/sonix_d-$(SNX_VERSION).dll"
331                                 Version="$(SNX_VERSION_DOT)"
332                                 LinkIncremental="2"
333                                 AdditionalLibraryDirectories="&quot;..\VPR\$(OutDir)&quot;;&quot;$(NSPR_ROOT)\lib&quot;;&quot;$(BOOST_ROOT)\lib&quot;"
334                                 GenerateDebugInformation="true"
335                                 ProgramDatabaseFile="$(OutDir)/sonix_d-$(SNX_VERSION).pdb"
336                                 SubSystem="1"
337                                 ImportLibrary="$(OutDir)/sonix_d-$(SNX_VERSION).lib"
338                                 TargetMachine="17"
339                         />
340                         <Tool
341                                 Name="VCALinkTool"
342                         />
343                         <Tool
344                                 Name="VCManifestTool"
345                         />
346                         <Tool
347                                 Name="VCXDCMakeTool"
348                         />
349                         <Tool
350                                 Name="VCBscMakeTool"
351                         />
352                         <Tool
353                                 Name="VCFxCopTool"
354                         />
355                         <Tool
356                                 Name="VCAppVerifierTool"
357                         />
358                         <Tool
359                                 Name="VCWebDeploymentTool"
360                         />
361                         <Tool
362                                 Name="VCPostBuildEventTool"
363                         />
364                 </Configuration>
365                 <Configuration
366                         Name="ReleaseDLL|Win32"
367                         OutputDirectory="$(PlatformName)\$(ConfigurationName)"
368                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
369                         ConfigurationType="2"
370                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
371                         CharacterSet="2"
372                         >
373                         <Tool
374                                 Name="VCPreBuildEventTool"
375                         />
376                         <Tool
377                                 Name="VCCustomBuildTool"
378                         />
379                         <Tool
380                                 Name="VCXMLDataGeneratorTool"
381                         />
382                         <Tool
383                                 Name="VCWebServiceProxyGeneratorTool"
384                         />
385                         <Tool
386                                 Name="VCMIDLTool"
387                         />
388                         <Tool
389                                 Name="VCCLCompilerTool"
390                                 Optimization="2"
391                                 InlineFunctionExpansion="1"
392                                 OmitFramePointers="true"
393                                 AdditionalIncludeDirectories=".;..\..\modules\sonix;&quot;$(NSPR_INCLUDES)&quot;;&quot;$(BOOST_INCLUDES)&quot;;&quot;$(GMTL_INCLUDES)&quot;;..\..\modules\vapor;..\VPR"
394                                 PreprocessorDefinitions="BOOST_ALL_DYN_LINK;WIN32;NDEBUG;_CONSOLE;_USRDLL;_SNX_BUILD_;JUGGLER_OPT;SNX_ROOT_DIR=\&quot;$(instprefix)\&quot;"
395                                 StringPooling="true"
396                                 RuntimeLibrary="2"
397                                 BufferSecurityCheck="false"
398                                 EnableFunctionLevelLinking="true"
399                                 RuntimeTypeInfo="true"
400                                 UsePrecompiledHeader="0"
401                                 WarningLevel="2"
402                                 Detect64BitPortabilityProblems="true"
403                                 DebugInformationFormat="3"
404                                 DisableSpecificWarnings="4251;4275"
405                         />
406                         <Tool
407                                 Name="VCManagedResourceCompilerTool"
408                         />
409                         <Tool
410                                 Name="VCResourceCompilerTool"
411                         />
412                         <Tool
413                                 Name="VCPreLinkEventTool"
414                         />
415                         <Tool
416                                 Name="VCLinkerTool"
417                                 AdditionalDependencies="libnspr4.lib $(NOINHERIT)"
418                                 OutputFile="$(OutDir)/sonix-$(SNX_VERSION).dll"
419                                 Version="$(SNX_VERSION_DOT)"
420                                 LinkIncremental="1"
421                                 AdditionalLibraryDirectories="&quot;..\VPR\$(OutDir)&quot;;&quot;$(NSPR_ROOT)\lib&quot;;&quot;$(BOOST_ROOT)\lib&quot;"
422                                 GenerateDebugInformation="false"
423                                 SubSystem="1"
424                                 OptimizeReferences="2"
425                                 EnableCOMDATFolding="2"
426                                 ImportLibrary="$(OutDir)/sonix-$(SNX_VERSION).lib"
427                                 TargetMachine="1"
428                         />
429                         <Tool
430                                 Name="VCALinkTool"
431                         />
432                         <Tool
433                                 Name="VCManifestTool"
434                         />
435                         <Tool
436                                 Name="VCXDCMakeTool"
437                         />
438                         <Tool
439                                 Name="VCBscMakeTool"
440                         />
441                         <Tool
442                                 Name="VCFxCopTool"
443                         />
444                         <Tool
445                                 Name="VCAppVerifierTool"
446                         />
447                         <Tool
448                                 Name="VCWebDeploymentTool"
449                         />
450                         <Tool
451                                 Name="VCPostBuildEventTool"
452                         />
453                 </Configuration>
454                 <Configuration
455                         Name="ReleaseDLL|x64"
456                         OutputDirectory="$(PlatformName)\$(ConfigurationName)"
457                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
458                         ConfigurationType="2"
459                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
460                         CharacterSet="2"
461                         >
462                         <Tool
463                                 Name="VCPreBuildEventTool"
464                         />
465                         <Tool
466                                 Name="VCCustomBuildTool"
467                         />
468                         <Tool
469                                 Name="VCXMLDataGeneratorTool"
470                         />
471                         <Tool
472                                 Name="VCWebServiceProxyGeneratorTool"
473                         />
474                         <Tool
475                                 Name="VCMIDLTool"
476                                 TargetEnvironment="3"
477                         />
478                         <Tool
479                                 Name="VCCLCompilerTool"
480                                 Optimization="2"
481                                 InlineFunctionExpansion="1"
482                                 OmitFramePointers="true"
483                                 AdditionalIncludeDirectories=".;..\..\modules\sonix;&quot;$(NSPR_INCLUDES)&quot;;&quot;$(BOOST_INCLUDES)&quot;;&quot;$(GMTL_INCLUDES)&quot;;..\..\modules\vapor;..\VPR"
484                                 PreprocessorDefinitions="BOOST_ALL_DYN_LINK;WIN64;NDEBUG;_CONSOLE;_USRDLL;_SNX_BUILD_;JUGGLER_OPT;SNX_ROOT_DIR=\&quot;$(instprefix)\&quot;"
485                                 StringPooling="true"
486                                 RuntimeLibrary="2"
487                                 BufferSecurityCheck="false"
488                                 EnableFunctionLevelLinking="true"
489                                 RuntimeTypeInfo="true"
490                                 UsePrecompiledHeader="0"
491                                 WarningLevel="2"
492                                 Detect64BitPortabilityProblems="true"
493                                 DebugInformationFormat="3"
494                                 DisableSpecificWarnings="4251;4275"
495                         />
496                         <Tool
497                                 Name="VCManagedResourceCompilerTool"
498                         />
499                         <Tool
500                                 Name="VCResourceCompilerTool"
501                         />
502                         <Tool
503                                 Name="VCPreLinkEventTool"
504                         />
505                         <Tool
506                                 Name="VCLinkerTool"
507                                 AdditionalDependencies="libnspr4.lib $(NOINHERIT)"
508                                 OutputFile="$(OutDir)/sonix-$(SNX_VERSION).dll"
509                                 Version="$(SNX_VERSION_DOT)"
510                                 LinkIncremental="1"
511                                 AdditionalLibraryDirectories="&quot;..\VPR\$(OutDir)&quot;;&quot;$(NSPR_ROOT)\lib&quot;;&quot;$(BOOST_ROOT)\lib&quot;"
512                                 GenerateDebugInformation="false"
513                                 SubSystem="1"
514                                 OptimizeReferences="2"
515                                 EnableCOMDATFolding="2"
516                                 ImportLibrary="$(OutDir)/sonix-$(SNX_VERSION).lib"
517                                 TargetMachine="17"
518                         />
519                         <Tool
520                                 Name="VCALinkTool"
521                         />
522                         <Tool
523                                 Name="VCManifestTool"
524                         />
525                         <Tool
526                                 Name="VCXDCMakeTool"
527                         />
528                         <Tool
529                                 Name="VCBscMakeTool"
530                         />
531                         <Tool
532                                 Name="VCFxCopTool"
533                         />
534                         <Tool
535                                 Name="VCAppVerifierTool"
536                         />
537                         <Tool
538                                 Name="VCWebDeploymentTool"
539                         />
540                         <Tool
541                                 Name="VCPostBuildEventTool"
542                         />
543                 </Configuration>
544         </Configurations>
545         <References>
546         </References>
547         <Files>
548                 <Filter
549                         Name="Source Files"
550                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
551                         >
552                         <File
553                                 RelativePath="..\..\modules\sonix\snx\snxmain.cpp"
554                                 >
555                         </File>
556                         <File
557                                 RelativePath="..\..\modules\sonix\snx\sonix.cpp"
558                                 >
559                         </File>
560                         <File
561                                 RelativePath="..\..\modules\sonix\snx\SoundFactory.cpp"
562                                 >
563                         </File>
564                         <File
565                                 RelativePath="..\..\modules\sonix\snx\SoundHandle.cpp"
566                                 >
567                         </File>
568                         <File
569                                 RelativePath="..\..\modules\sonix\snx\SoundImplementation.cpp"
570                                 >
571                         </File>
572                         <File
573                                 RelativePath="..\..\modules\sonix\snx\StubSoundImplementation.cpp"
574                                 >
575                         </File>
576                         <File
577                                 RelativePath="..\..\modules\sonix\snx\Util\Version.cpp"
578                                 >
579                         </File>
580                 </Filter>
581                 <Filter
582                         Name="Header Files"
583                         Filter="h;hpp;hxx;hm;inl;inc"
584                         >
585                         <File
586                                 RelativePath="..\..\modules\sonix\snx\AutoLink.h"
587                                 >
588                         </File>
589                         <File
590                                 RelativePath="..\..\modules\sonix\snx\Util\Debug.h"
591                                 >
592                         </File>
593                         <File
594                                 RelativePath="..\..\modules\sonix\snx\Endian.h"
595                                 >
596                         </File>
597                         <File
598                                 RelativePath="..\..\modules\sonix\snx\ISoundImplementation.h"
599                                 >
600                         </File>
601                         <File
602                                 RelativePath="..\..\modules\sonix\snx\PluginAPI.h"
603                                 >
604                         </File>
605                         <File
606                                 RelativePath="..\..\modules\sonix\snx\ReplaceEnvVars.h"
607                                 >
608                         </File>
609                         <File
610                                 RelativePath="..\..\modules\sonix\snx\snxConfig.h"
611                                 >
612                         </File>
613                         <File
614                                 RelativePath="..\..\modules\sonix\snx\sonix.h"
615                                 >
616                         </File>
617                         <File
618                                 RelativePath="..\..\modules\sonix\snx\SoundAPIInfo.h"
619                                 >
620                         </File>
621                         <File
622                                 RelativePath="..\..\modules\sonix\snx\SoundFactory.h"
623                                 >
624                         </File>
625                         <File
626                                 RelativePath="..\..\modules\sonix\snx\SoundHandle.h"
627                                 >
628                         </File>
629                         <File
630                                 RelativePath="..\..\modules\sonix\snx\SoundImplementation.h"
631                                 >
632                         </File>
633                         <File
634                                 RelativePath="..\..\modules\sonix\snx\SoundInfo.h"
635                                 >
636                         </File>
637                         <File
638                                 RelativePath="..\..\modules\sonix\snx\StubSoundImplementation.h"
639                                 >
640                         </File>
641                         <File
642                                 RelativePath="..\..\modules\sonix\snx\Util\Version.h"
643                                 >
644                         </File>
645                 </Filter>
646                 <Filter
647                         Name="Resource Files"
648                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
649                         >
650                         <File
651                                 RelativePath="..\..\modules\sonix\sonix.rc"
652                                 >
653                         </File>
654                 </Filter></