Mercurial > sdl-ios-xcode
comparison VisualC/tests/testatomic/testatomic_VS2008.vcproj @ 5010:377b7d9d24ee
Added testatomic test project
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 17 Jan 2011 13:42:24 -0800 |
parents | |
children | 01bc63ec4ca7 |
comparison
equal
deleted
inserted
replaced
5009:b21ad135d86b | 5010:377b7d9d24ee |
---|---|
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="9.00" | |
5 Name="testatomic" | |
6 ProjectGUID="{66B32F7E-5716-48D0-B5B9-D832FD052DD5}" | |
7 RootNamespace="testatomic" | |
8 TargetFrameworkVersion="131072" | |
9 > | |
10 <Platforms> | |
11 <Platform | |
12 Name="Win32" | |
13 /> | |
14 </Platforms> | |
15 <ToolFiles> | |
16 </ToolFiles> | |
17 <Configurations> | |
18 <Configuration | |
19 Name="Debug|Win32" | |
20 OutputDirectory=".\Debug" | |
21 IntermediateDirectory=".\Debug" | |
22 ConfigurationType="1" | |
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
24 UseOfMFC="0" | |
25 ATLMinimizesCRunTimeLibraryUsage="false" | |
26 > | |
27 <Tool | |
28 Name="VCPreBuildEventTool" | |
29 /> | |
30 <Tool | |
31 Name="VCCustomBuildTool" | |
32 /> | |
33 <Tool | |
34 Name="VCXMLDataGeneratorTool" | |
35 /> | |
36 <Tool | |
37 Name="VCWebServiceProxyGeneratorTool" | |
38 /> | |
39 <Tool | |
40 Name="VCMIDLTool" | |
41 PreprocessorDefinitions="_DEBUG" | |
42 MkTypLibCompatible="true" | |
43 SuppressStartupBanner="true" | |
44 TargetEnvironment="1" | |
45 TypeLibraryName=".\Debug/testatomic.tlb" | |
46 /> | |
47 <Tool | |
48 Name="VCCLCompilerTool" | |
49 Optimization="0" | |
50 AdditionalIncludeDirectories="..\..\..\include" | |
51 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" | |
52 RuntimeLibrary="2" | |
53 UsePrecompiledHeader="0" | |
54 PrecompiledHeaderFile=".\Debug/testatomic.pch" | |
55 AssemblerListingLocation=".\Debug/" | |
56 ObjectFile=".\Debug/" | |
57 ProgramDataBaseFileName=".\Debug/" | |
58 WarningLevel="3" | |
59 SuppressStartupBanner="true" | |
60 DebugInformationFormat="4" | |
61 CompileAs="0" | |
62 /> | |
63 <Tool | |
64 Name="VCManagedResourceCompilerTool" | |
65 /> | |
66 <Tool | |
67 Name="VCResourceCompilerTool" | |
68 PreprocessorDefinitions="_DEBUG" | |
69 Culture="1033" | |
70 /> | |
71 <Tool | |
72 Name="VCPreLinkEventTool" | |
73 /> | |
74 <Tool | |
75 Name="VCLinkerTool" | |
76 AdditionalOptions="/MACHINE:I386" | |
77 OutputFile=".\Debug/testatomic.exe" | |
78 LinkIncremental="2" | |
79 SuppressStartupBanner="true" | |
80 GenerateDebugInformation="true" | |
81 ProgramDatabaseFile=".\Debug/testatomic.pdb" | |
82 SubSystem="2" | |
83 RandomizedBaseAddress="1" | |
84 DataExecutionPrevention="0" | |
85 /> | |
86 <Tool | |
87 Name="VCALinkTool" | |
88 /> | |
89 <Tool | |
90 Name="VCManifestTool" | |
91 /> | |
92 <Tool | |
93 Name="VCXDCMakeTool" | |
94 /> | |
95 <Tool | |
96 Name="VCBscMakeTool" | |
97 /> | |
98 <Tool | |
99 Name="VCFxCopTool" | |
100 /> | |
101 <Tool | |
102 Name="VCAppVerifierTool" | |
103 /> | |
104 <Tool | |
105 Name="VCPostBuildEventTool" | |
106 /> | |
107 </Configuration> | |
108 <Configuration | |
109 Name="Release|Win32" | |
110 OutputDirectory=".\Release" | |
111 IntermediateDirectory=".\Release" | |
112 ConfigurationType="1" | |
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
114 UseOfMFC="0" | |
115 ATLMinimizesCRunTimeLibraryUsage="false" | |
116 > | |
117 <Tool | |
118 Name="VCPreBuildEventTool" | |
119 /> | |
120 <Tool | |
121 Name="VCCustomBuildTool" | |
122 /> | |
123 <Tool | |
124 Name="VCXMLDataGeneratorTool" | |
125 /> | |
126 <Tool | |
127 Name="VCWebServiceProxyGeneratorTool" | |
128 /> | |
129 <Tool | |
130 Name="VCMIDLTool" | |
131 PreprocessorDefinitions="NDEBUG" | |
132 MkTypLibCompatible="true" | |
133 SuppressStartupBanner="true" | |
134 TargetEnvironment="1" | |
135 TypeLibraryName=".\Release/testatomic.tlb" | |
136 /> | |
137 <Tool | |
138 Name="VCCLCompilerTool" | |
139 InlineFunctionExpansion="1" | |
140 AdditionalIncludeDirectories="..\..\..\include" | |
141 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS" | |
142 StringPooling="true" | |
143 RuntimeLibrary="2" | |
144 EnableFunctionLevelLinking="true" | |
145 UsePrecompiledHeader="0" | |
146 PrecompiledHeaderFile=".\Release/testatomic.pch" | |
147 AssemblerListingLocation=".\Release/" | |
148 ObjectFile=".\Release/" | |
149 ProgramDataBaseFileName=".\Release/" | |
150 WarningLevel="3" | |
151 SuppressStartupBanner="true" | |
152 CompileAs="0" | |
153 /> | |
154 <Tool | |
155 Name="VCManagedResourceCompilerTool" | |
156 /> | |
157 <Tool | |
158 Name="VCResourceCompilerTool" | |
159 PreprocessorDefinitions="NDEBUG" | |
160 Culture="1033" | |
161 /> | |
162 <Tool | |
163 Name="VCPreLinkEventTool" | |
164 /> | |
165 <Tool | |
166 Name="VCLinkerTool" | |
167 AdditionalOptions="/MACHINE:I386" | |
168 OutputFile=".\Release/testatomic.exe" | |
169 LinkIncremental="1" | |
170 SuppressStartupBanner="true" | |
171 ProgramDatabaseFile=".\Release/testatomic.pdb" | |
172 SubSystem="2" | |
173 RandomizedBaseAddress="1" | |
174 DataExecutionPrevention="0" | |
175 /> | |
176 <Tool | |
177 Name="VCALinkTool" | |
178 /> | |
179 <Tool | |
180 Name="VCManifestTool" | |
181 /> | |
182 <Tool | |
183 Name="VCXDCMakeTool" | |
184 /> | |
185 <Tool | |
186 Name="VCBscMakeTool" | |
187 /> | |
188 <Tool | |
189 Name="VCFxCopTool" | |
190 /> | |
191 <Tool | |
192 Name="VCAppVerifierTool" | |
193 /> | |
194 <Tool | |
195 Name="VCPostBuildEventTool" | |
196 /> | |
197 </Configuration> | |
198 </Configurations> | |
199 <References> | |
200 </References> | |
201 <Files> | |
202 <File | |
203 RelativePath="..\..\..\test\testatomic.c" | |
204 > | |
205 </File> | |
206 </Files> | |
207 <Globals> | |
208 </Globals> | |
209 </VisualStudioProject> |