1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<ItemGroup Label="ProjectConfigurations"> |
4 |
<ProjectConfiguration Include="Debug|Win32"> |
5 |
<Configuration>Debug</Configuration> |
6 |
<Platform>Win32</Platform> |
7 |
</ProjectConfiguration> |
8 |
<ProjectConfiguration Include="Debug|x64"> |
9 |
<Configuration>Debug</Configuration> |
10 |
<Platform>x64</Platform> |
11 |
</ProjectConfiguration> |
12 |
<ProjectConfiguration Include="Release|Win32"> |
13 |
<Configuration>Release</Configuration> |
14 |
<Platform>Win32</Platform> |
15 |
</ProjectConfiguration> |
16 |
<ProjectConfiguration Include="Release|x64"> |
17 |
<Configuration>Release</Configuration> |
18 |
<Platform>x64</Platform> |
19 |
</ProjectConfiguration> |
20 |
</ItemGroup> |
21 |
<PropertyGroup Label="Globals"> |
22 |
<ProjectName>SDL</ProjectName> |
23 |
<ProjectGuid>{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}</ProjectGuid> |
24 |
<RootNamespace>SDL</RootNamespace> |
25 |
</PropertyGroup> |
26 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
28 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
29 |
</PropertyGroup> |
30 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
31 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
32 |
</PropertyGroup> |
33 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
34 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
35 |
</PropertyGroup> |
36 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
37 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
38 |
</PropertyGroup> |
39 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
40 |
<ImportGroup Label="ExtensionSettings"> |
41 |
</ImportGroup> |
42 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
43 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
44 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
45 |
</ImportGroup> |
46 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
47 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
48 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
49 |
</ImportGroup> |
50 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
51 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
52 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
53 |
</ImportGroup> |
54 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
55 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
56 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
57 |
</ImportGroup> |
58 |
<PropertyGroup Label="UserMacros" /> |
59 |
<PropertyGroup> |
60 |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
61 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)bin\</OutDir> |
62 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir> |
63 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)bin\</OutDir> |
64 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)bin\</OutDir> |
65 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir> |
66 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)bin\</OutDir> |
67 |
</PropertyGroup> |
68 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
69 |
<PreBuildEvent /> |
70 |
<Midl> |
71 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
72 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
73 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
74 |
<TargetEnvironment>Win32</TargetEnvironment> |
75 |
<TypeLibraryName>.\Debug/SDL.tlb</TypeLibraryName> |
76 |
</Midl> |
77 |
<ClCompile> |
78 |
<Optimization>Disabled</Optimization> |
79 |
<PreprocessorDefinitions>_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
80 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
81 |
<BufferSecurityCheck>false</BufferSecurityCheck> |
82 |
<PrecompiledHeader> |
83 |
</PrecompiledHeader> |
84 |
<WarningLevel>Level3</WarningLevel> |
85 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
86 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
87 |
<CompileAs>Default</CompileAs> |
88 |
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
89 |
</ClCompile> |
90 |
<ResourceCompile> |
91 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
92 |
<Culture>0x0409</Culture> |
93 |
</ResourceCompile> |
94 |
<Link> |
95 |
<AdditionalDependencies>msimg32.lib;winmm.lib;version.lib;imm32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
96 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
97 |
<SubSystem>Windows</SubSystem> |
98 |
<CLRUnmanagedCodeCheck>false</CLRUnmanagedCodeCheck> |
99 |
</Link> |
100 |
</ItemDefinitionGroup> |
101 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
102 |
<Midl> |
103 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
104 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
105 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
106 |
<TargetEnvironment>X64</TargetEnvironment> |
107 |
<TypeLibraryName>.\Debug/SDL.tlb</TypeLibraryName> |
108 |
</Midl> |
109 |
<ClCompile> |
110 |
<Optimization>Disabled</Optimization> |
111 |
<PreprocessorDefinitions>_DEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
112 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
113 |
<BufferSecurityCheck>false</BufferSecurityCheck> |
114 |
<PrecompiledHeader> |
115 |
</PrecompiledHeader> |
116 |
<WarningLevel>Level3</WarningLevel> |
117 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
118 |
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
119 |
</ClCompile> |
120 |
<ResourceCompile> |
121 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
122 |
<Culture>0x0409</Culture> |
123 |
</ResourceCompile> |
124 |
<Link> |
125 |
<AdditionalDependencies>msimg32.lib;winmm.lib;version.lib;imm32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
126 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
127 |
<SubSystem>Windows</SubSystem> |
128 |
<CLRUnmanagedCodeCheck>false</CLRUnmanagedCodeCheck> |
129 |
</Link> |
130 |
</ItemDefinitionGroup> |
131 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
132 |
<PreBuildEvent /> |
133 |
<Midl> |
134 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
135 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
136 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
137 |
<TargetEnvironment>Win32</TargetEnvironment> |
138 |
<TypeLibraryName>.\Release/SDL.tlb</TypeLibraryName> |
139 |
</Midl> |
140 |
<ClCompile> |
141 |
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
142 |
<IntrinsicFunctions>false</IntrinsicFunctions> |
143 |
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__MMX__;__3dNOW__;__SSE__;__SSE2__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
144 |
<StringPooling>true</StringPooling> |
145 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
146 |
<BufferSecurityCheck>false</BufferSecurityCheck> |
147 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
148 |
<PrecompiledHeader> |
149 |
</PrecompiledHeader> |
150 |
<WarningLevel>Level3</WarningLevel> |
151 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
152 |
<CompileAs>Default</CompileAs> |
153 |
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
154 |
</ClCompile> |
155 |
<ResourceCompile> |
156 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
157 |
<Culture>0x0409</Culture> |
158 |
</ResourceCompile> |
159 |
<Link> |
160 |
<AdditionalDependencies>msimg32.lib;winmm.lib;version.lib;imm32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
161 |
<SubSystem>Windows</SubSystem> |
162 |
<OptimizeReferences>true</OptimizeReferences> |
163 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
164 |
</Link> |
165 |
</ItemDefinitionGroup> |
166 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
167 |
<Midl> |
168 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
169 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
170 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
171 |
<TargetEnvironment>X64</TargetEnvironment> |
172 |
<TypeLibraryName>.\Release/SDL.tlb</TypeLibraryName> |
173 |
</Midl> |
174 |
<ClCompile> |
175 |
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
176 |
<IntrinsicFunctions>false</IntrinsicFunctions> |
177 |
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_WIN32_WINNT=0x0400;__SSE__;__SSE2__;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
178 |
<StringPooling>true</StringPooling> |
179 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
180 |
<BufferSecurityCheck>false</BufferSecurityCheck> |
181 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
182 |
<PrecompiledHeader> |
183 |
</PrecompiledHeader> |
184 |
<WarningLevel>Level3</WarningLevel> |
185 |
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
186 |
</ClCompile> |
187 |
<ResourceCompile> |
188 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
189 |
<Culture>0x0409</Culture> |
190 |
</ResourceCompile> |
191 |
<Link> |
192 |
<SubSystem>Windows</SubSystem> |
193 |
<AdditionalDependencies>msimg32.lib;winmm.lib;version.lib;imm32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
194 |
</Link> |
195 |
</ItemDefinitionGroup> |
196 |
<ItemGroup> |
197 |
<ClInclude Include="..\..\include\SDL.h" /> |
198 |
<ClInclude Include="..\..\include\SDL_assert.h" /> |
199 |
<ClInclude Include="..\..\include\SDL_atomic.h" /> |
200 |
<ClInclude Include="..\..\include\SDL_audio.h" /> |
201 |
<ClInclude Include="..\..\include\SDL_blendmode.h" /> |
202 |
<ClInclude Include="..\..\include\SDL_clipboard.h" /> |
203 |
<ClInclude Include="..\..\include\SDL_compat.h" /> |
204 |
<ClInclude Include="..\..\include\SDL_config.h" /> |
205 |
<ClInclude Include="..\..\include\SDL_config_windows.h" /> |
206 |
<ClInclude Include="..\..\include\SDL_copying.h" /> |
207 |
<ClInclude Include="..\..\include\SDL_cpuinfo.h" /> |
208 |
<ClInclude Include="..\..\include\SDL_endian.h" /> |
209 |
<ClInclude Include="..\..\include\SDL_error.h" /> |
210 |
<ClInclude Include="..\..\include\SDL_events.h" /> |
211 |
<ClInclude Include="..\..\include\SDL_gesture.h" /> |
212 |
<ClInclude Include="..\..\include\SDL_haptic.h" /> |
213 |
<ClInclude Include="..\..\include\SDL_hints.h" /> |
214 |
<ClInclude Include="..\..\include\SDL_input.h" /> |
215 |
<ClInclude Include="..\..\include\SDL_joystick.h" /> |
216 |
<ClInclude Include="..\..\include\SDL_keyboard.h" /> |
217 |
<ClInclude Include="..\..\include\SDL_keycode.h" /> |
218 |
<ClInclude Include="..\..\include\SDL_loadso.h" /> |
219 |
<ClInclude Include="..\..\include\SDL_log.h" /> |
220 |
<ClInclude Include="..\..\include\SDL_main.h" /> |
221 |
<ClInclude Include="..\..\include\SDL_mouse.h" /> |
222 |
<ClInclude Include="..\..\include\SDL_mutex.h" /> |
223 |
<ClInclude Include="..\..\include\SDL_name.h" /> |
224 |
<ClInclude Include="..\..\include\SDL_opengl.h" /> |
225 |
<ClInclude Include="..\..\include\SDL_opengles.h" /> |
226 |
<ClInclude Include="..\..\include\SDL_pixels.h" /> |
227 |
<ClInclude Include="..\..\include\SDL_platform.h" /> |
228 |
<ClInclude Include="..\..\include\SDL_power.h" /> |
229 |
<ClInclude Include="..\..\include\SDL_quit.h" /> |
230 |
<ClInclude Include="..\..\include\SDL_rect.h" /> |
231 |
<ClInclude Include="..\..\include\SDL_render.h" /> |
232 |
<ClInclude Include="..\..\include\SDL_revision.h" /> |
233 |
<ClInclude Include="..\..\include\SDL_rwops.h" /> |
234 |
<ClInclude Include="..\..\include\SDL_scancode.h" /> |
235 |
<ClInclude Include="..\..\include\SDL_shape.h" /> |
236 |
<ClInclude Include="..\..\include\SDL_stdinc.h" /> |
237 |
<ClInclude Include="..\..\include\SDL_surface.h" /> |
238 |
<ClInclude Include="..\..\include\SDL_syswm.h" /> |
239 |
<ClInclude Include="..\..\include\SDL_thread.h" /> |
240 |
<ClInclude Include="..\..\include\SDL_timer.h" /> |
241 |
<ClInclude Include="..\..\include\SDL_touch.h" /> |
242 |
<ClInclude Include="..\..\include\SDL_types.h" /> |
243 |
<ClInclude Include="..\..\include\SDL_version.h" /> |
244 |
<ClInclude Include="..\..\include\SDL_video.h" /> |
245 |
<ClInclude Include="..\..\src\core\windows\SDL_windows.h" /> |
246 |
<ClInclude Include="..\..\src\events\blank_cursor.h" /> |
247 |
<ClInclude Include="..\..\src\events\default_cursor.h" /> |
248 |
<ClInclude Include="..\..\src\audio\windx5\directx.h" /> |
249 |
<ClInclude Include="..\..\src\events\SDL_clipboardevents_c.h" /> |
250 |
<ClInclude Include="..\..\src\events\SDL_gesture_c.h" /> |
251 |
<ClInclude Include="..\..\src\events\SDL_touch_c.h" /> |
252 |
<ClInclude Include="..\..\src\libm\math.h" /> |
253 |
<ClInclude Include="..\..\src\libm\math_private.h" /> |
254 |
<ClInclude Include="..\..\src\render\mmx.h" /> |
255 |
<ClInclude Include="..\..\src\render\opengl\SDL_shaders_gl.h" /> |
256 |
<ClInclude Include="..\..\src\render\SDL_sysrender.h" /> |
257 |
<ClInclude Include="..\..\src\render\SDL_yuv_sw_c.h" /> |
258 |
<ClInclude Include="..\..\src\audio\SDL_audio_c.h" /> |
259 |
<ClInclude Include="..\..\src\audio\SDL_audiodev_c.h" /> |
260 |
<ClInclude Include="..\..\src\audio\SDL_audiomem.h" /> |
261 |
<ClInclude Include="..\..\src\render\software\SDL_blendfillrect.h" /> |
262 |
<ClInclude Include="..\..\src\render\software\SDL_blendline.h" /> |
263 |
<ClInclude Include="..\..\src\render\software\SDL_blendpoint.h" /> |
264 |
<ClInclude Include="..\..\src\render\software\SDL_draw.h" /> |
265 |
<ClInclude Include="..\..\src\render\software\SDL_drawline.h" /> |
266 |
<ClInclude Include="..\..\src\render\software\SDL_drawpoint.h" /> |
267 |
<ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h" /> |
268 |
<ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" /> |
269 |
<ClInclude Include="..\..\src\video\SDL_blit.h" /> |
270 |
<ClInclude Include="..\..\src\video\SDL_blit_auto.h" /> |
271 |
<ClInclude Include="..\..\src\video\SDL_blit_copy.h" /> |
272 |
<ClInclude Include="..\..\src\video\SDL_blit_slow.h" /> |
273 |
<ClInclude Include="..\..\src\video\SDL_shape_internals.h" /> |
274 |
<ClInclude Include="..\..\src\audio\windib\SDL_dibaudio.h" /> |
275 |
<ClInclude Include="..\..\src\audio\disk\SDL_diskaudio.h" /> |
276 |
<ClInclude Include="..\..\src\audio\dummy\SDL_dummyaudio.h" /> |
277 |
<ClInclude Include="..\..\src\audio\windx5\SDL_dx5audio.h" /> |
278 |
<ClInclude Include="..\..\src\SDL_error_c.h" /> |
279 |
<ClInclude Include="..\..\src\events\SDL_events_c.h" /> |
280 |
<ClInclude Include="..\..\src\SDL_fatal.h" /> |
281 |
<ClInclude Include="..\..\src\video\SDL_glesfuncs.h" /> |
282 |
<ClInclude Include="..\..\src\video\SDL_glfuncs.h" /> |
283 |
<ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" /> |
284 |
<ClInclude Include="..\..\src\events\SDL_keyboard_c.h" /> |
285 |
<ClInclude Include="..\..\src\audio\SDL_mixer_m68k.h" /> |
286 |
<ClInclude Include="..\..\src\audio\SDL_mixer_MMX.h" /> |
287 |
<ClInclude Include="..\..\src\audio\SDL_mixer_MMX_VC.h" /> |
288 |
<ClInclude Include="..\..\src\events\SDL_mouse_c.h" /> |
289 |
<ClInclude Include="..\..\src\video\dummy\SDL_nullevents_c.h" /> |
290 |
<ClInclude Include="..\..\src\video\dummy\SDL_nullvideo.h" /> |
291 |
<ClInclude Include="..\..\src\video\SDL_pixels_c.h" /> |
292 |
<ClInclude Include="..\..\src\video\SDL_rect_c.h" /> |
293 |
<ClInclude Include="..\..\src\video\SDL_RLEaccel_c.h" /> |
294 |
<ClInclude Include="..\..\src\video\SDL_stretch_c.h" /> |
295 |
<ClInclude Include="..\..\src\audio\SDL_sysaudio.h" /> |
296 |
<ClInclude Include="..\..\src\events\SDL_sysevents.h" /> |
297 |
<ClInclude Include="..\..\src\haptic\SDL_syshaptic.h" /> |
298 |
<ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" /> |
299 |
<ClInclude Include="..\..\src\thread\SDL_systhread.h" /> |
300 |
<ClInclude Include="..\..\src\thread\windows\SDL_systhread_c.h" /> |
301 |
<ClInclude Include="..\..\src\timer\SDL_systimer.h" /> |
302 |
<ClInclude Include="..\..\src\video\SDL_sysvideo.h" /> |
303 |
<ClInclude Include="..\..\src\thread\SDL_thread_c.h" /> |
304 |
<ClInclude Include="..\..\src\timer\SDL_timer_c.h" /> |
305 |
<ClInclude Include="..\..\src\video\windows\SDL_vkeys.h" /> |
306 |
<ClInclude Include="..\..\src\audio\SDL_wave.h" /> |
307 |
<ClInclude Include="..\..\src\video\windows\SDL_windowsclipboard.h" /> |
308 |
<ClInclude Include="..\..\src\video\windows\SDL_windowsevents.h" /> |
309 |
<ClInclude Include="..\..\src\video\windows\SDL_windowsframebuffer.h" /> |
310 |
<ClInclude Include="..\..\src\video\windows\SDL_windowskeyboard.h" /> |
311 |
<ClInclude Include="..\..\src\video\windows\SDL_windowsmodes.h" /> |
312 |
<ClInclude Include="..\..\src\video\windows\SDL_windowsmouse.h" /> |
313 |
<ClInclude Include="..\..\src\video\windows\SDL_windowsopengl.h" /> |
314 |
<ClInclude Include="..\..\src\video\windows\SDL_windowsshape.h" /> |
315 |
<ClInclude Include="..\..\src\video\windows\SDL_windowsvideo.h" /> |
316 |
<ClInclude Include="..\..\src\video\windows\SDL_windowswindow.h" /> |
317 |
<ClInclude Include="..\..\src\events\SDL_windowevents_c.h" /> |
318 |
<ClInclude Include="..\..\src\video\windows\wmmsg.h" /> |
319 |
</ItemGroup> |
320 |
<ItemGroup> |
321 |
<ClCompile Include="..\..\src\core\windows\SDL_windows.c" /> |
322 |
<ClCompile Include="..\..\src\events\SDL_clipboardevents.c" /> |
323 |
<ClCompile Include="..\..\src\events\SDL_gesture.c" /> |
324 |
<ClCompile Include="..\..\src\events\SDL_touch.c" /> |
325 |
<ClCompile Include="..\..\src\libm\e_atan2.c" /> |
326 |
<ClCompile Include="..\..\src\libm\e_log.c" /> |
327 |
<ClCompile Include="..\..\src\libm\e_pow.c" /> |
328 |
<ClCompile Include="..\..\src\libm\e_rem_pio2.c" /> |
329 |
<ClCompile Include="..\..\src\libm\e_sqrt.c" /> |
330 |
<ClCompile Include="..\..\src\libm\k_cos.c" /> |
331 |
<ClCompile Include="..\..\src\libm\k_rem_pio2.c" /> |
332 |
<ClCompile Include="..\..\src\libm\k_sin.c" /> |
333 |
<ClCompile Include="..\..\src\libm\s_atan.c" /> |
334 |
<ClCompile Include="..\..\src\libm\s_copysign.c" /> |
335 |
<ClCompile Include="..\..\src\libm\s_cos.c" /> |
336 |
<ClCompile Include="..\..\src\libm\s_fabs.c" /> |
337 |
<ClCompile Include="..\..\src\libm\s_floor.c" /> |
338 |
<ClCompile Include="..\..\src\libm\s_scalbn.c" /> |
339 |
<ClCompile Include="..\..\src\libm\s_sin.c" /> |
340 |
<ClCompile Include="..\..\src\render\direct3d\SDL_render_d3d.c" /> |
341 |
<ClCompile Include="..\..\src\render\opengl\SDL_render_gl.c" /> |
342 |
<ClCompile Include="..\..\src\render\opengl\SDL_shaders_gl.c" /> |
343 |
<ClCompile Include="..\..\src\render\SDL_render.c" /> |
344 |
<ClCompile Include="..\..\src\render\SDL_yuv_mmx.c" /> |
345 |
<ClCompile Include="..\..\src\render\SDL_yuv_sw.c" /> |
346 |
<ClCompile Include="..\..\src\render\software\SDL_blendfillrect.c" /> |
347 |
<ClCompile Include="..\..\src\render\software\SDL_blendline.c" /> |
348 |
<ClCompile Include="..\..\src\render\software\SDL_blendpoint.c" /> |
349 |
<ClCompile Include="..\..\src\render\software\SDL_drawline.c" /> |
350 |
<ClCompile Include="..\..\src\render\software\SDL_drawpoint.c" /> |
351 |
<ClCompile Include="..\..\src\render\software\SDL_render_sw.c" /> |
352 |
<ClCompile Include="..\..\src\SDL.c" /> |
353 |
<ClCompile Include="..\..\src\SDL_assert.c" /> |
354 |
<ClCompile Include="..\..\src\atomic\SDL_atomic.c" /> |
355 |
<ClCompile Include="..\..\src\atomic\SDL_spinlock.c" /> |
356 |
<ClCompile Include="..\..\src\audio\SDL_audio.c" /> |
357 |
<ClCompile Include="..\..\src\audio\SDL_audiocvt.c" /> |
358 |
<ClCompile Include="..\..\src\audio\SDL_audiodev.c" /> |
359 |
<ClCompile Include="..\..\src\audio\SDL_audiotypecvt.c" /> |
360 |
<ClCompile Include="..\..\src\SDL_hints.c" /> |
361 |
<ClCompile Include="..\..\src\SDL_log.c" /> |
362 |
<ClCompile Include="..\..\src\video\dummy\SDL_nullframebuffer.c" /> |
363 |
<ClCompile Include="..\..\src\video\SDL_blit.c" /> |
364 |
<ClCompile Include="..\..\src\video\SDL_blit_0.c" /> |
365 |
<ClCompile Include="..\..\src\video\SDL_blit_1.c" /> |
366 |
<ClCompile Include="..\..\src\video\SDL_blit_A.c" /> |
367 |
<ClCompile Include="..\..\src\video\SDL_blit_auto.c" /> |
368 |
<ClCompile Include="..\..\src\video\SDL_blit_copy.c" /> |
369 |
<ClCompile Include="..\..\src\video\SDL_blit_N.c" /> |
370 |
<ClCompile Include="..\..\src\video\SDL_blit_slow.c" /> |
371 |
<ClCompile Include="..\..\src\video\SDL_bmp.c" /> |
372 |
<ClCompile Include="..\..\src\SDL_compat.c" /> |
373 |
<ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" /> |
374 |
<ClCompile Include="..\..\src\video\SDL_clipboard.c" /> |
375 |
<ClCompile Include="..\..\src\video\SDL_shape.c" /> |
376 |
<ClCompile Include="..\..\src\audio\windib\SDL_dibaudio.c" /> |
377 |
<ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" /> |
378 |
<ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" /> |
379 |
<ClCompile Include="..\..\src\audio\windx5\SDL_dx5audio.c" /> |
380 |
<ClCompile Include="..\..\src\joystick\windows\SDL_dxjoystick.c" /> |
381 |
<ClCompile Include="..\..\src\SDL_error.c" /> |
382 |
<ClCompile Include="..\..\src\events\SDL_events.c" /> |
383 |
<ClCompile Include="..\..\src\SDL_fatal.c" /> |
384 |
<ClCompile Include="..\..\src\video\SDL_fillrect.c" /> |
385 |
<ClCompile Include="..\..\src\stdlib\SDL_getenv.c" /> |
386 |
<ClCompile Include="..\..\src\haptic\SDL_haptic.c" /> |
387 |
<ClCompile Include="..\..\src\stdlib\SDL_iconv.c" /> |
388 |
<ClCompile Include="..\..\src\joystick\SDL_joystick.c" /> |
389 |
<ClCompile Include="..\..\src\events\SDL_keyboard.c" /> |
390 |
<ClCompile Include="..\..\src\stdlib\SDL_malloc.c" /> |
391 |
<ClCompile Include="..\..\src\audio\SDL_mixer.c" /> |
392 |
<ClCompile Include="..\..\src\audio\SDL_mixer_m68k.c" /> |
393 |
<ClCompile Include="..\..\src\audio\SDL_mixer_MMX.c" /> |
394 |
<ClCompile Include="..\..\src\audio\SDL_mixer_MMX_VC.c" /> |
395 |
<ClCompile Include="..\..\src\joystick\windows\SDL_mmjoystick.c" /> |
396 |
<ClCompile Include="..\..\src\events\SDL_mouse.c" /> |
397 |
<ClCompile Include="..\..\src\video\dummy\SDL_nullevents.c" /> |
398 |
<ClCompile Include="..\..\src\video\dummy\SDL_nullvideo.c" /> |
399 |
<ClCompile Include="..\..\src\video\SDL_pixels.c" /> |
400 |
<ClCompile Include="..\..\src\power\SDL_power.c" /> |
401 |
<ClCompile Include="..\..\src\stdlib\SDL_qsort.c" /> |
402 |
<ClCompile Include="..\..\src\events\SDL_quit.c" /> |
403 |
<ClCompile Include="..\..\src\video\SDL_rect.c" /> |
404 |
<ClCompile Include="..\..\src\video\SDL_RLEaccel.c" /> |
405 |
<ClCompile Include="..\..\src\file\SDL_rwops.c" /> |
406 |
<ClCompile Include="..\..\src\stdlib\SDL_stdlib.c" /> |
407 |
<ClCompile Include="..\..\src\video\SDL_stretch.c" /> |
408 |
<ClCompile Include="..\..\src\stdlib\SDL_string.c" /> |
409 |
<ClCompile Include="..\..\src\video\SDL_surface.c" /> |
410 |
<ClCompile Include="..\..\src\haptic\windows\SDL_syshaptic.c" /> |
411 |
<ClCompile Include="..\..\src\loadso\windows\SDL_sysloadso.c" /> |
412 |
<ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c" /> |
413 |
<ClCompile Include="..\..\src\power\windows\SDL_syspower.c" /> |
414 |
<ClCompile Include="..\..\src\thread\windows\SDL_syssem.c" /> |
415 |
<ClCompile Include="..\..\src\thread\windows\SDL_systhread.c" /> |
416 |
<ClCompile Include="..\..\src\timer\windows\SDL_systimer.c" /> |
417 |
<ClCompile Include="..\..\src\thread\SDL_thread.c" /> |
418 |
<ClCompile Include="..\..\src\timer\SDL_timer.c" /> |
419 |
<ClCompile Include="..\..\src\video\SDL_video.c" /> |
420 |
<ClCompile Include="..\..\src\audio\SDL_wave.c" /> |
421 |
<ClCompile Include="..\..\src\video\windows\SDL_windowsclipboard.c" /> |
422 |
<ClCompile Include="..\..\src\video\windows\SDL_windowsevents.c" /> |
423 |
<ClCompile Include="..\..\src\video\windows\SDL_windowsframebuffer.c" /> |
424 |
<ClCompile Include="..\..\src\video\windows\SDL_windowskeyboard.c" /> |
425 |
<ClCompile Include="..\..\src\video\windows\SDL_windowsmodes.c" /> |
426 |
<ClCompile Include="..\..\src\video\windows\SDL_windowsmouse.c" /> |
427 |
<ClCompile Include="..\..\src\video\windows\SDL_windowsopengl.c" /> |
428 |
<ClCompile Include="..\..\src\video\windows\SDL_windowsshape.c" /> |
429 |
<ClCompile Include="..\..\src\video\windows\SDL_windowsvideo.c" /> |
430 |
<ClCompile Include="..\..\src\video\windows\SDL_windowswindow.c" /> |
431 |
<ClCompile Include="..\..\src\events\SDL_windowevents.c" /> |
432 |
</ItemGroup> |
433 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
434 |
<ImportGroup Label="ExtensionTargets"> |
435 |
</ImportGroup> |
436 |
</Project> |