annotate VisualC/tests/testatomic/testatomic_VS2005.vcproj @ 5282:8e421890cdb8

Fixed bug #1117 There's a new event that's always sent when the window changes size, and that event is what the renderers listen for to determine if they need to rebind their context.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 12 Feb 2011 19:02:14 -0800
parents 377b7d9d24ee
children
rev   line source
5010
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1 <?xml version="1.0" encoding="Windows-1252"?>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 <VisualStudioProject
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3 ProjectType="Visual C++"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
4 Version="8.00"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 Name="testatomic"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6 ProjectGUID="{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
7 RootNamespace="testatomic"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
8 >
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
9 <Platforms>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10 <Platform
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 Name="Win32"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
12 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
13 </Platforms>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
14 <ToolFiles>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
15 </ToolFiles>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
16 <Configurations>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
17 <Configuration
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
18 Name="Debug|Win32"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
19 OutputDirectory=".\Debug"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
20 IntermediateDirectory=".\Debug"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
21 ConfigurationType="1"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
23 UseOfMFC="0"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
24 ATLMinimizesCRunTimeLibraryUsage="false"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
25 >
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
26 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
27 Name="VCPreBuildEventTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
28 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
29 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
30 Name="VCCustomBuildTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
31 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
32 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
33 Name="VCXMLDataGeneratorTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
34 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
35 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
36 Name="VCWebServiceProxyGeneratorTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
37 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
38 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
39 Name="VCMIDLTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
40 PreprocessorDefinitions="_DEBUG"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
41 MkTypLibCompatible="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
42 SuppressStartupBanner="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
43 TargetEnvironment="1"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
44 TypeLibraryName=".\Debug/testatomic.tlb"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
45 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
46 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
47 Name="VCCLCompilerTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
48 Optimization="0"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
49 AdditionalIncludeDirectories="..\..\..\include"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
50 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
51 RuntimeLibrary="2"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
52 UsePrecompiledHeader="0"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
53 PrecompiledHeaderFile=".\Debug/testatomic.pch"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
54 AssemblerListingLocation=".\Debug/"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
55 ObjectFile=".\Debug/"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
56 ProgramDataBaseFileName=".\Debug/"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
57 WarningLevel="3"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
58 SuppressStartupBanner="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
59 DebugInformationFormat="4"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
60 CompileAs="0"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
61 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
62 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
63 Name="VCManagedResourceCompilerTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
64 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
65 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
66 Name="VCResourceCompilerTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
67 PreprocessorDefinitions="_DEBUG"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
68 Culture="1033"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
69 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
70 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
71 Name="VCPreLinkEventTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
72 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
73 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
74 Name="VCLinkerTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
75 AdditionalOptions="/MACHINE:I386"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
76 OutputFile=".\Debug/testatomic.exe"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
77 LinkIncremental="2"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
78 SuppressStartupBanner="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
79 GenerateDebugInformation="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
80 ProgramDatabaseFile=".\Debug/testatomic.pdb"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
81 SubSystem="2"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
82 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
83 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
84 Name="VCALinkTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
85 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
86 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
87 Name="VCManifestTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
88 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
89 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
90 Name="VCXDCMakeTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
91 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
92 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
93 Name="VCBscMakeTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
94 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
95 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
96 Name="VCFxCopTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
97 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
98 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
99 Name="VCAppVerifierTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
100 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
101 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
102 Name="VCWebDeploymentTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
103 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
104 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
105 Name="VCPostBuildEventTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
106 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
107 </Configuration>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
108 <Configuration
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
109 Name="Release|Win32"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
110 OutputDirectory=".\Release"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
111 IntermediateDirectory=".\Release"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
112 ConfigurationType="1"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
114 UseOfMFC="0"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
115 ATLMinimizesCRunTimeLibraryUsage="false"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
116 >
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
117 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
118 Name="VCPreBuildEventTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
119 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
120 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
121 Name="VCCustomBuildTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
122 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
123 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
124 Name="VCXMLDataGeneratorTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
125 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
126 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
127 Name="VCWebServiceProxyGeneratorTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
128 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
129 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
130 Name="VCMIDLTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
131 PreprocessorDefinitions="NDEBUG"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
132 MkTypLibCompatible="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
133 SuppressStartupBanner="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
134 TargetEnvironment="1"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
135 TypeLibraryName=".\Release/testatomic.tlb"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
136 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
137 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
138 Name="VCCLCompilerTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
139 InlineFunctionExpansion="1"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
140 AdditionalIncludeDirectories="..\..\..\include"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
141 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
142 StringPooling="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
143 RuntimeLibrary="2"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
144 EnableFunctionLevelLinking="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
145 UsePrecompiledHeader="0"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
146 PrecompiledHeaderFile=".\Release/testatomic.pch"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
147 AssemblerListingLocation=".\Release/"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
148 ObjectFile=".\Release/"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
149 ProgramDataBaseFileName=".\Release/"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
150 WarningLevel="3"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
151 SuppressStartupBanner="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
152 CompileAs="0"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
153 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
154 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
155 Name="VCManagedResourceCompilerTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
156 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
157 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
158 Name="VCResourceCompilerTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
159 PreprocessorDefinitions="NDEBUG"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
160 Culture="1033"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
161 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
162 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
163 Name="VCPreLinkEventTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
164 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
165 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
166 Name="VCLinkerTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
167 AdditionalOptions="/MACHINE:I386"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
168 OutputFile=".\Release/testatomic.exe"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
169 LinkIncremental="1"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
170 SuppressStartupBanner="true"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
171 ProgramDatabaseFile=".\Release/testatomic.pdb"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
172 SubSystem="2"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
173 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
174 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
175 Name="VCALinkTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
176 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
177 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
178 Name="VCManifestTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
179 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
180 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
181 Name="VCXDCMakeTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
182 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
183 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
184 Name="VCBscMakeTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
185 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
186 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
187 Name="VCFxCopTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
188 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
189 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
190 Name="VCAppVerifierTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
191 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
192 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
193 Name="VCWebDeploymentTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
194 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
195 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
196 Name="VCPostBuildEventTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
197 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
198 </Configuration>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
199 </Configurations>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
200 <References>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
201 </References>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
202 <Files>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
203 <File
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
204 RelativePath="..\..\Sdl\Debug\SDL.lib"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
205 >
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
206 </File>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
207 <File
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
208 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
209 >
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
210 </File>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
211 <File
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
212 RelativePath="..\..\..\test\testatomic.c"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
213 >
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
214 <FileConfiguration
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
215 Name="Debug|Win32"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
216 >
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
217 <Tool
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
218 Name="VCCLCompilerTool"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
219 PrecompiledHeaderFile=".\Debug/testatomic.pch"
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
220 />
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
221 </FileConfiguration>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
222 </File>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
223 </Files>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
224 <Globals>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
225 </Globals>
377b7d9d24ee Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
226 </VisualStudioProject>