Mercurial > sdl-ios-xcode
annotate VisualC/tests/testsprite/testsprite_VS2008.vcproj @ 5080:6d94060d16a9
Fixed bug #1011
Daniel Ellis 2010-06-25 15:20:31 PDT
SDL based applications sometimes display the wrong application name in the
Sound Preferences dialog when using pulseaudio.
I can see from the code that the SDL pulse module is initiating a new pulse
audio context and passing an application name using the function
get_progname().
The get_progname() function returns the name of the current process. However,
the process name is often not a suitable name to use. For example, the OpenShot
video editor is a python application, and so "python" is displayed in the Sound
Preferences window (see Bug #596504), when it should be displaying "OpenShot".
PulseAudio allows applications to specify the application name, either at the
time the context is created (as SDL does currently), or by special environment
variables (see http://www.pulseaudio.org/wiki/ApplicationProperties). If no
name is specified, then pulseaudio will determine the name based on the
process.
If you specify the application name when initiating the pulseaudio context,
then that will override any application name specified using an environment
variable.
As libsdl is a library, I believe the solution is for libsdl to not specify any
application name when initiating a pulseaudio context, which will enable
applications to specify the application name using environment variables. In
the case that the applications do not specify anything, pulseaudio will fall
back to using the process name anyway.
The attached patch removes the get_progname() function and passes NULL as the
application name when creating the pulseaudio context, which fixes the issue.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Jan 2011 21:55:04 -0800 |
parents | 92e65e3041c2 |
children | 01bc63ec4ca7 |
rev | line source |
---|---|
4479
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="Windows-1252"?> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 <VisualStudioProject |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 ProjectType="Visual C++" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 Version="9.00" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5 Name="testsprite" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6 ProjectGUID="{5D0930C0-7C91-4ECE-9014-7B7DDE9502E5}" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7 TargetFrameworkVersion="131072" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8 > |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
9 <Platforms> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
10 <Platform |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
11 Name="Win32" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
12 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
13 </Platforms> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
14 <ToolFiles> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
15 </ToolFiles> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
16 <Configurations> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
17 <Configuration |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
18 Name="Release|Win32" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
19 OutputDirectory=".\Release" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
20 IntermediateDirectory=".\Release" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
21 ConfigurationType="1" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
23 UseOfMFC="0" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
24 ATLMinimizesCRunTimeLibraryUsage="false" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
25 > |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
26 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
27 Name="VCPreBuildEventTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
28 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
29 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
30 Name="VCCustomBuildTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
31 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
32 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
33 Name="VCXMLDataGeneratorTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
34 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
35 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
36 Name="VCWebServiceProxyGeneratorTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
37 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
38 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
39 Name="VCMIDLTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
40 PreprocessorDefinitions="NDEBUG" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
41 MkTypLibCompatible="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
42 SuppressStartupBanner="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
43 TargetEnvironment="1" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
44 TypeLibraryName=".\Release/testsprite.tlb" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
45 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
46 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
47 Name="VCCLCompilerTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
48 InlineFunctionExpansion="1" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
49 AdditionalIncludeDirectories="..\..\..\include" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
50 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
51 StringPooling="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
52 RuntimeLibrary="2" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
53 EnableFunctionLevelLinking="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
54 UsePrecompiledHeader="0" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
55 PrecompiledHeaderFile=".\Release/testsprite.pch" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
56 AssemblerListingLocation=".\Release/" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
57 ObjectFile=".\Release/" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
58 ProgramDataBaseFileName=".\Release/" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
59 WarningLevel="3" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
60 SuppressStartupBanner="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
61 CompileAs="0" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
62 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
63 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
64 Name="VCManagedResourceCompilerTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
65 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
66 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
67 Name="VCResourceCompilerTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
68 PreprocessorDefinitions="NDEBUG" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
69 Culture="1033" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
70 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
71 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
72 Name="VCPreLinkEventTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
73 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
74 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
75 Name="VCLinkerTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
76 AdditionalOptions="/MACHINE:I386" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
77 OutputFile=".\Release/testsprite.exe" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
78 LinkIncremental="1" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
79 SuppressStartupBanner="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
80 ProgramDatabaseFile=".\Release/testsprite.pdb" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
81 SubSystem="2" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
82 RandomizedBaseAddress="1" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
83 DataExecutionPrevention="0" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
84 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
85 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
86 Name="VCALinkTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
87 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
88 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
89 Name="VCManifestTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
90 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
91 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
92 Name="VCXDCMakeTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
93 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
94 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
95 Name="VCBscMakeTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
96 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
97 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
98 Name="VCFxCopTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
99 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
100 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
101 Name="VCAppVerifierTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
102 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
103 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
104 Name="VCPostBuildEventTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
105 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
106 </Configuration> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
107 <Configuration |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
108 Name="Debug|Win32" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
109 OutputDirectory=".\Debug" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
110 IntermediateDirectory=".\Debug" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
111 ConfigurationType="1" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
113 UseOfMFC="0" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
114 ATLMinimizesCRunTimeLibraryUsage="false" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
115 > |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
116 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
117 Name="VCPreBuildEventTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
118 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
119 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
120 Name="VCCustomBuildTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
121 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
122 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
123 Name="VCXMLDataGeneratorTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
124 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
125 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
126 Name="VCWebServiceProxyGeneratorTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
127 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
128 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
129 Name="VCMIDLTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
130 PreprocessorDefinitions="_DEBUG" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
131 MkTypLibCompatible="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
132 SuppressStartupBanner="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
133 TargetEnvironment="1" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
134 TypeLibraryName=".\Debug/testsprite.tlb" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
135 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
136 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
137 Name="VCCLCompilerTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
138 Optimization="0" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
139 AdditionalIncludeDirectories="..\..\..\include" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
140 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
141 RuntimeLibrary="2" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
142 UsePrecompiledHeader="0" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
143 PrecompiledHeaderFile=".\Debug/testsprite.pch" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
144 AssemblerListingLocation=".\Debug/" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
145 ObjectFile=".\Debug/" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
146 ProgramDataBaseFileName=".\Debug/" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
147 WarningLevel="3" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
148 SuppressStartupBanner="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
149 DebugInformationFormat="4" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
150 CompileAs="0" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
151 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
152 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
153 Name="VCManagedResourceCompilerTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
154 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
155 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
156 Name="VCResourceCompilerTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
157 PreprocessorDefinitions="_DEBUG" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
158 Culture="1033" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
159 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
160 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
161 Name="VCPreLinkEventTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
162 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
163 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
164 Name="VCLinkerTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
165 AdditionalOptions="/MACHINE:I386" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
166 OutputFile=".\Debug/testsprite.exe" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
167 LinkIncremental="2" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
168 SuppressStartupBanner="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
169 GenerateDebugInformation="true" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
170 ProgramDatabaseFile=".\Debug/testsprite.pdb" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
171 SubSystem="2" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
172 RandomizedBaseAddress="1" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
173 DataExecutionPrevention="0" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
174 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
175 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
176 Name="VCALinkTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
177 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
178 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
179 Name="VCManifestTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
180 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
181 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
182 Name="VCXDCMakeTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
183 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
184 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
185 Name="VCBscMakeTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
186 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
187 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
188 Name="VCFxCopTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
189 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
190 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
191 Name="VCAppVerifierTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
192 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
193 <Tool |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
194 Name="VCPostBuildEventTool" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
195 /> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
196 </Configuration> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
197 </Configurations> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
198 <References> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
199 </References> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
200 <Files> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
201 <File |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
202 RelativePath="..\..\..\test\testsprite.c" |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
203 > |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
204 </File> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
205 </Files> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
206 <Globals> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
207 </Globals> |
223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
208 </VisualStudioProject> |