author | Ryan C. Gordon <icculus@icculus.org> |
Sun, 28 Aug 2016 13:36:13 -0400 | |
changeset 10286 | 3b884985835c |
parent 10238 | 620329de23d4 |
parent 10277 | 29d7289e9055 |
permissions | -rw-r--r-- |
8754
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
2 |
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
3 |
<ItemGroup Label="ProjectConfigurations"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
4 |
<ProjectConfiguration Include="Debug|ARM"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
5 |
<Configuration>Debug</Configuration> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
6 |
<Platform>ARM</Platform> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
7 |
</ProjectConfiguration> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
8 |
<ProjectConfiguration Include="Debug|Win32"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
9 |
<Configuration>Debug</Configuration> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
10 |
<Platform>Win32</Platform> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
11 |
</ProjectConfiguration> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
12 |
<ProjectConfiguration Include="Release|ARM"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
13 |
<Configuration>Release</Configuration> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
14 |
<Platform>ARM</Platform> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
15 |
</ProjectConfiguration> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
16 |
<ProjectConfiguration Include="Release|Win32"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
17 |
<Configuration>Release</Configuration> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
18 |
<Platform>Win32</Platform> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
19 |
</ProjectConfiguration> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
20 |
</ItemGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
21 |
<ItemGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
22 |
<ClInclude Include="..\..\include\begin_code.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
23 |
<ClInclude Include="..\..\include\close_code.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
24 |
<ClInclude Include="..\..\include\SDL.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
25 |
<ClInclude Include="..\..\include\SDL_assert.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
26 |
<ClInclude Include="..\..\include\SDL_atomic.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
27 |
<ClInclude Include="..\..\include\SDL_audio.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
28 |
<ClInclude Include="..\..\include\SDL_blendmode.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
29 |
<ClInclude Include="..\..\include\SDL_clipboard.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
30 |
<ClInclude Include="..\..\include\SDL_config.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
31 |
<ClInclude Include="..\..\include\SDL_config_minimal.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
32 |
<ClInclude Include="..\..\include\SDL_config_winrt.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
33 |
<ClInclude Include="..\..\include\SDL_copying.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
34 |
<ClInclude Include="..\..\include\SDL_cpuinfo.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
35 |
<ClInclude Include="..\..\include\SDL_egl.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
36 |
<ClInclude Include="..\..\include\SDL_endian.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
37 |
<ClInclude Include="..\..\include\SDL_error.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
38 |
<ClInclude Include="..\..\include\SDL_events.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
39 |
<ClInclude Include="..\..\include\SDL_filesystem.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
40 |
<ClInclude Include="..\..\include\SDL_haptic.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
41 |
<ClInclude Include="..\..\include\SDL_hints.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
42 |
<ClInclude Include="..\..\include\SDL_input.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
43 |
<ClInclude Include="..\..\include\SDL_joystick.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
44 |
<ClInclude Include="..\..\include\SDL_keyboard.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
45 |
<ClInclude Include="..\..\include\SDL_keycode.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
46 |
<ClInclude Include="..\..\include\SDL_loadso.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
47 |
<ClInclude Include="..\..\include\SDL_log.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
48 |
<ClInclude Include="..\..\include\SDL_main.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
49 |
<ClInclude Include="..\..\include\SDL_mouse.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
50 |
<ClInclude Include="..\..\include\SDL_mutex.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
51 |
<ClInclude Include="..\..\include\SDL_name.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
52 |
<ClInclude Include="..\..\include\SDL_opengles2.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
53 |
<ClInclude Include="..\..\include\SDL_pixels.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
54 |
<ClInclude Include="..\..\include\SDL_platform.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
55 |
<ClInclude Include="..\..\include\SDL_power.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
56 |
<ClInclude Include="..\..\include\SDL_quit.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
57 |
<ClInclude Include="..\..\include\SDL_rect.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
58 |
<ClInclude Include="..\..\include\SDL_render.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
59 |
<ClInclude Include="..\..\include\SDL_revision.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
60 |
<ClInclude Include="..\..\include\SDL_rwops.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
61 |
<ClInclude Include="..\..\include\SDL_scancode.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
62 |
<ClInclude Include="..\..\include\SDL_shape.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
63 |
<ClInclude Include="..\..\include\SDL_stdinc.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
64 |
<ClInclude Include="..\..\include\SDL_surface.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
65 |
<ClInclude Include="..\..\include\SDL_system.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
66 |
<ClInclude Include="..\..\include\SDL_syswm.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
67 |
<ClInclude Include="..\..\include\SDL_thread.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
68 |
<ClInclude Include="..\..\include\SDL_timer.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
69 |
<ClInclude Include="..\..\include\SDL_touch.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
70 |
<ClInclude Include="..\..\include\SDL_types.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
71 |
<ClInclude Include="..\..\include\SDL_version.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
72 |
<ClInclude Include="..\..\include\SDL_video.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
73 |
<ClInclude Include="..\..\src\audio\disk\SDL_diskaudio.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
74 |
<ClInclude Include="..\..\src\audio\dummy\SDL_dummyaudio.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
75 |
<ClInclude Include="..\..\src\audio\SDL_audiodev_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
76 |
<ClInclude Include="..\..\src\audio\SDL_audio_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
77 |
<ClInclude Include="..\..\src\audio\SDL_sysaudio.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
78 |
<ClInclude Include="..\..\src\audio\SDL_wave.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
79 |
<ClInclude Include="..\..\src\audio\xaudio2\SDL_xaudio2_winrthelpers.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
80 |
<ClInclude Include="..\..\src\core\windows\SDL_windows.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
81 |
<ClInclude Include="..\..\src\core\winrt\SDL_winrtapp_common.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
82 |
<ClInclude Include="..\..\src\core\winrt\SDL_winrtapp_direct3d.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
83 |
<ClInclude Include="..\..\src\core\winrt\SDL_winrtapp_xaml.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
84 |
<ClInclude Include="..\..\src\dynapi\SDL_dynapi.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
85 |
<ClInclude Include="..\..\src\dynapi\SDL_dynapi_overrides.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
86 |
<ClInclude Include="..\..\src\dynapi\SDL_dynapi_procs.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
87 |
<ClInclude Include="..\..\src\events\blank_cursor.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
88 |
<ClInclude Include="..\..\src\events\default_cursor.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
89 |
<ClInclude Include="..\..\src\events\SDL_clipboardevents_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
90 |
<ClInclude Include="..\..\src\events\SDL_dropevents_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
91 |
<ClInclude Include="..\..\src\events\SDL_events_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
92 |
<ClInclude Include="..\..\src\events\SDL_keyboard_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
93 |
<ClInclude Include="..\..\src\events\SDL_mouse_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
94 |
<ClInclude Include="..\..\src\events\SDL_sysevents.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
95 |
<ClInclude Include="..\..\src\events\SDL_touch_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
96 |
<ClInclude Include="..\..\src\events\SDL_windowevents_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
97 |
<ClInclude Include="..\..\src\haptic\SDL_haptic_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
98 |
<ClInclude Include="..\..\src\haptic\SDL_syshaptic.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
99 |
<ClInclude Include="..\..\src\joystick\SDL_gamecontrollerdb.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
100 |
<ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
101 |
<ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" /> |
8973
47fb6a7e7f68
Made the latest XInput + Haptic changes compile and run on WinRT
David Ludwig <dludwig@pobox.com>
parents:
8754
diff
changeset
|
102 |
<ClInclude Include="..\..\src\joystick\windows\SDL_xinputjoystick_c.h" /> |
8754
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
103 |
<ClInclude Include="..\..\src\render\direct3d11\SDL_render_winrt.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
104 |
<ClInclude Include="..\..\src\render\mmx.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
105 |
<ClInclude Include="..\..\src\render\opengles2\SDL_gles2funcs.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
106 |
<ClInclude Include="..\..\src\render\opengles2\SDL_shaders_gles2.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
107 |
<ClInclude Include="..\..\src\render\SDL_d3dmath.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
108 |
<ClInclude Include="..\..\src\render\SDL_sysrender.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
109 |
<ClInclude Include="..\..\src\render\SDL_yuv_sw_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
110 |
<ClInclude Include="..\..\src\render\software\SDL_blendfillrect.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
111 |
<ClInclude Include="..\..\src\render\software\SDL_blendline.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
112 |
<ClInclude Include="..\..\src\render\software\SDL_blendpoint.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
113 |
<ClInclude Include="..\..\src\render\software\SDL_draw.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
114 |
<ClInclude Include="..\..\src\render\software\SDL_drawline.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
115 |
<ClInclude Include="..\..\src\render\software\SDL_drawpoint.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
116 |
<ClInclude Include="..\..\src\render\software\SDL_render_sw_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
117 |
<ClInclude Include="..\..\src\render\software\SDL_rotate.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
118 |
<ClInclude Include="..\..\src\SDL_assert_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
119 |
<ClInclude Include="..\..\src\SDL_error_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
120 |
<ClInclude Include="..\..\src\SDL_fatal.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
121 |
<ClInclude Include="..\..\src\SDL_hints_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
122 |
<ClInclude Include="..\..\src\SDL_internal.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
123 |
<ClInclude Include="..\..\src\thread\SDL_systhread.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
124 |
<ClInclude Include="..\..\src\thread\SDL_thread_c.h" /> |
9930
84285c1d8ca4
WinRT: bug-fix - SDL_SetThreadPriority() didn't work on WinRT 8.x platforms
David Ludwig <dludwig@pobox.com>
parents:
8973
diff
changeset
|
125 |
<ClInclude Include="..\..\src\thread\windows\SDL_systhread_c.h" /> |
8754
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
126 |
<ClInclude Include="..\..\src\timer\SDL_timer_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
127 |
<ClInclude Include="..\..\src\video\dummy\SDL_nullevents_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
128 |
<ClInclude Include="..\..\src\video\dummy\SDL_nullframebuffer_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
129 |
<ClInclude Include="..\..\src\video\dummy\SDL_nullvideo.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
130 |
<ClInclude Include="..\..\src\video\SDL_blit.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
131 |
<ClInclude Include="..\..\src\video\SDL_blit_auto.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
132 |
<ClInclude Include="..\..\src\video\SDL_blit_copy.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
133 |
<ClInclude Include="..\..\src\video\SDL_blit_slow.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
134 |
<ClInclude Include="..\..\src\video\SDL_egl_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
135 |
<ClInclude Include="..\..\src\video\SDL_pixels_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
136 |
<ClInclude Include="..\..\src\video\SDL_rect_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
137 |
<ClInclude Include="..\..\src\video\SDL_RLEaccel_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
138 |
<ClInclude Include="..\..\src\video\SDL_shape_internals.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
139 |
<ClInclude Include="..\..\src\video\SDL_sysvideo.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
140 |
<ClInclude Include="..\..\src\video\winrt\SDL_winrtevents_c.h" /> |
10277
29d7289e9055
WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state
David Ludwig <dludwig@pobox.com>
parents:
9930
diff
changeset
|
141 |
<ClInclude Include="..\..\src\video\winrt\SDL_winrtgamebar_cpp.h" /> |
8754
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
142 |
<ClInclude Include="..\..\src\video\winrt\SDL_winrtmessagebox.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
143 |
<ClInclude Include="..\..\src\video\winrt\SDL_winrtmouse_c.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
144 |
<ClInclude Include="..\..\src\video\winrt\SDL_winrtopengles.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
145 |
<ClInclude Include="..\..\src\video\winrt\SDL_winrtvideo_cpp.h" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
146 |
</ItemGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
147 |
<ItemGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
148 |
<ClCompile Include="..\..\src\atomic\SDL_atomic.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
149 |
<ClCompile Include="..\..\src\atomic\SDL_spinlock.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
150 |
<ClCompile Include="..\..\src\audio\disk\SDL_diskaudio.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
151 |
<ClCompile Include="..\..\src\audio\dummy\SDL_dummyaudio.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
152 |
<ClCompile Include="..\..\src\audio\SDL_audio.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
153 |
<ClCompile Include="..\..\src\audio\SDL_audiocvt.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
154 |
<ClCompile Include="..\..\src\audio\SDL_audiodev.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
155 |
<ClCompile Include="..\..\src\audio\SDL_audiotypecvt.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
156 |
<ClCompile Include="..\..\src\audio\SDL_mixer.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
157 |
<ClCompile Include="..\..\src\audio\SDL_wave.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
158 |
<ClCompile Include="..\..\src\audio\xaudio2\SDL_xaudio2.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
159 |
<ClCompile Include="..\..\src\audio\xaudio2\SDL_xaudio2_winrthelpers.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
160 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
161 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
162 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
163 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
164 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
165 |
<ClCompile Include="..\..\src\core\windows\SDL_windows.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
166 |
<ClCompile Include="..\..\src\core\winrt\SDL_winrtapp_common.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
167 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
168 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
169 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
170 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
171 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
172 |
<ClCompile Include="..\..\src\core\winrt\SDL_winrtapp_direct3d.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
173 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
174 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
175 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
176 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
177 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
178 |
<ClCompile Include="..\..\src\core\winrt\SDL_winrtapp_xaml.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
179 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
180 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
181 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
182 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
183 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
184 |
<ClCompile Include="..\..\src\cpuinfo\SDL_cpuinfo.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
185 |
<ClCompile Include="..\..\src\dynapi\SDL_dynapi.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
186 |
<ClCompile Include="..\..\src\events\SDL_clipboardevents.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
187 |
<ClCompile Include="..\..\src\events\SDL_dropevents.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
188 |
<ClCompile Include="..\..\src\events\SDL_events.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
189 |
<ClCompile Include="..\..\src\events\SDL_gesture.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
190 |
<ClCompile Include="..\..\src\events\SDL_keyboard.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
191 |
<ClCompile Include="..\..\src\events\SDL_mouse.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
192 |
<ClCompile Include="..\..\src\events\SDL_quit.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
193 |
<ClCompile Include="..\..\src\events\SDL_touch.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
194 |
<ClCompile Include="..\..\src\events\SDL_windowevents.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
195 |
<ClCompile Include="..\..\src\filesystem\winrt\SDL_sysfilesystem.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
196 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
197 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
198 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
199 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
200 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
201 |
<ClCompile Include="..\..\src\file\SDL_rwops.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
202 |
<ClCompile Include="..\..\src\haptic\dummy\SDL_syshaptic.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
203 |
<ClCompile Include="..\..\src\haptic\SDL_haptic.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
204 |
<ClCompile Include="..\..\src\joystick\dummy\SDL_sysjoystick.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
205 |
<ClCompile Include="..\..\src\joystick\SDL_gamecontroller.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
206 |
<ClCompile Include="..\..\src\joystick\SDL_joystick.c" /> |
8973
47fb6a7e7f68
Made the latest XInput + Haptic changes compile and run on WinRT
David Ludwig <dludwig@pobox.com>
parents:
8754
diff
changeset
|
207 |
<ClCompile Include="..\..\src\joystick\windows\SDL_xinputjoystick.c" /> |
8754
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
208 |
<ClCompile Include="..\..\src\loadso\windows\SDL_sysloadso.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
209 |
<ClCompile Include="..\..\src\power\SDL_power.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
210 |
<ClCompile Include="..\..\src\power\winrt\SDL_syspower.cpp" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
211 |
<ClCompile Include="..\..\src\render\direct3d11\SDL_render_d3d11.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
212 |
<ClCompile Include="..\..\src\render\direct3d11\SDL_render_winrt.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
213 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
214 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
215 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
216 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
217 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
218 |
<ClCompile Include="..\..\src\render\opengles2\SDL_render_gles2.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
219 |
<ClCompile Include="..\..\src\render\opengles2\SDL_shaders_gles2.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
220 |
<ClCompile Include="..\..\src\render\SDL_d3dmath.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
221 |
<ClCompile Include="..\..\src\render\SDL_render.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
222 |
<ClCompile Include="..\..\src\render\SDL_yuv_mmx.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
223 |
<ClCompile Include="..\..\src\render\SDL_yuv_sw.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
224 |
<ClCompile Include="..\..\src\render\software\SDL_blendfillrect.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
225 |
<ClCompile Include="..\..\src\render\software\SDL_blendline.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
226 |
<ClCompile Include="..\..\src\render\software\SDL_blendpoint.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
227 |
<ClCompile Include="..\..\src\render\software\SDL_drawline.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
228 |
<ClCompile Include="..\..\src\render\software\SDL_drawpoint.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
229 |
<ClCompile Include="..\..\src\render\software\SDL_render_sw.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
230 |
<ClCompile Include="..\..\src\render\software\SDL_rotate.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
231 |
<ClCompile Include="..\..\src\SDL.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
232 |
<ClCompile Include="..\..\src\SDL_assert.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
233 |
<ClCompile Include="..\..\src\SDL_error.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
234 |
<ClCompile Include="..\..\src\SDL_hints.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
235 |
<ClCompile Include="..\..\src\SDL_log.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
236 |
<ClCompile Include="..\..\src\stdlib\SDL_getenv.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
237 |
<ClCompile Include="..\..\src\stdlib\SDL_iconv.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
238 |
<ClCompile Include="..\..\src\stdlib\SDL_malloc.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
239 |
<ClCompile Include="..\..\src\stdlib\SDL_qsort.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
240 |
<ClCompile Include="..\..\src\stdlib\SDL_stdlib.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
241 |
<ClCompile Include="..\..\src\stdlib\SDL_string.c" /> |
9930
84285c1d8ca4
WinRT: bug-fix - SDL_SetThreadPriority() didn't work on WinRT 8.x platforms
David Ludwig <dludwig@pobox.com>
parents:
8973
diff
changeset
|
242 |
<ClCompile Include="..\..\src\thread\generic\SDL_syscond.c" /> |
8754
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
243 |
<ClCompile Include="..\..\src\thread\SDL_thread.c" /> |
9930
84285c1d8ca4
WinRT: bug-fix - SDL_SetThreadPriority() didn't work on WinRT 8.x platforms
David Ludwig <dludwig@pobox.com>
parents:
8973
diff
changeset
|
244 |
<ClCompile Include="..\..\src\thread\windows\SDL_sysmutex.c" /> |
84285c1d8ca4
WinRT: bug-fix - SDL_SetThreadPriority() didn't work on WinRT 8.x platforms
David Ludwig <dludwig@pobox.com>
parents:
8973
diff
changeset
|
245 |
<ClCompile Include="..\..\src\thread\windows\SDL_syssem.c" /> |
84285c1d8ca4
WinRT: bug-fix - SDL_SetThreadPriority() didn't work on WinRT 8.x platforms
David Ludwig <dludwig@pobox.com>
parents:
8973
diff
changeset
|
246 |
<ClCompile Include="..\..\src\thread\windows\SDL_systhread.c" /> |
84285c1d8ca4
WinRT: bug-fix - SDL_SetThreadPriority() didn't work on WinRT 8.x platforms
David Ludwig <dludwig@pobox.com>
parents:
8973
diff
changeset
|
247 |
<ClCompile Include="..\..\src\thread\windows\SDL_systls.c" /> |
8754
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
248 |
<ClCompile Include="..\..\src\timer\SDL_timer.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
249 |
<ClCompile Include="..\..\src\timer\windows\SDL_systimer.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
250 |
<ClCompile Include="..\..\src\video\dummy\SDL_nullevents.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
251 |
<ClCompile Include="..\..\src\video\dummy\SDL_nullframebuffer.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
252 |
<ClCompile Include="..\..\src\video\dummy\SDL_nullvideo.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
253 |
<ClCompile Include="..\..\src\video\SDL_blit.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
254 |
<ClCompile Include="..\..\src\video\SDL_blit_0.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
255 |
<ClCompile Include="..\..\src\video\SDL_blit_1.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
256 |
<ClCompile Include="..\..\src\video\SDL_blit_A.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
257 |
<ClCompile Include="..\..\src\video\SDL_blit_auto.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
258 |
<ClCompile Include="..\..\src\video\SDL_blit_copy.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
259 |
<ClCompile Include="..\..\src\video\SDL_blit_N.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
260 |
<ClCompile Include="..\..\src\video\SDL_blit_slow.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
261 |
<ClCompile Include="..\..\src\video\SDL_bmp.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
262 |
<ClCompile Include="..\..\src\video\SDL_clipboard.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
263 |
<ClCompile Include="..\..\src\video\SDL_egl.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
264 |
<ClCompile Include="..\..\src\video\SDL_fillrect.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
265 |
<ClCompile Include="..\..\src\video\SDL_pixels.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
266 |
<ClCompile Include="..\..\src\video\SDL_rect.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
267 |
<ClCompile Include="..\..\src\video\SDL_RLEaccel.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
268 |
<ClCompile Include="..\..\src\video\SDL_shape.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
269 |
<ClCompile Include="..\..\src\video\SDL_stretch.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
270 |
<ClCompile Include="..\..\src\video\SDL_surface.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
271 |
<ClCompile Include="..\..\src\video\SDL_video.c" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
272 |
<ClCompile Include="..\..\src\video\winrt\SDL_winrtevents.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
273 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
274 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
275 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
276 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
277 |
</ClCompile> |
10277
29d7289e9055
WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state
David Ludwig <dludwig@pobox.com>
parents:
9930
diff
changeset
|
278 |
<ClCompile Include="..\..\src\video\winrt\SDL_winrtgamebar.cpp"> |
29d7289e9055
WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state
David Ludwig <dludwig@pobox.com>
parents:
9930
diff
changeset
|
279 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
29d7289e9055
WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state
David Ludwig <dludwig@pobox.com>
parents:
9930
diff
changeset
|
280 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
29d7289e9055
WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state
David Ludwig <dludwig@pobox.com>
parents:
9930
diff
changeset
|
281 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
29d7289e9055
WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state
David Ludwig <dludwig@pobox.com>
parents:
9930
diff
changeset
|
282 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
29d7289e9055
WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore a cursor's hidden state
David Ludwig <dludwig@pobox.com>
parents:
9930
diff
changeset
|
283 |
</ClCompile> |
8754
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
284 |
<ClCompile Include="..\..\src\video\winrt\SDL_winrtkeyboard.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
285 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
286 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
287 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
288 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
289 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
290 |
<ClCompile Include="..\..\src\video\winrt\SDL_winrtmessagebox.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
291 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
292 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
293 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
294 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
295 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
296 |
<ClCompile Include="..\..\src\video\winrt\SDL_winrtmouse.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
297 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
298 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
299 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
300 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
301 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
302 |
<ClCompile Include="..\..\src\video\winrt\SDL_winrtopengles.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
303 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
304 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
305 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
306 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
307 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
308 |
<ClCompile Include="..\..\src\video\winrt\SDL_winrtpointerinput.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
309 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
310 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
311 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
312 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
313 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
314 |
<ClCompile Include="..\..\src\video\winrt\SDL_winrtvideo.cpp"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
315 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
316 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
317 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
318 |
<CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
319 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
320 |
</ItemGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
321 |
<PropertyGroup Label="Globals"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
322 |
<ProjectGuid>{48fadc0e-964d-4dab-bced-372e0ad19577}</ProjectGuid> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
323 |
<RootNamespace>SDL_WinRT81</RootNamespace> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
324 |
<DefaultLanguage>en-US</DefaultLanguage> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
325 |
<MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
326 |
<AppContainerApplication>true</AppContainerApplication> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
327 |
<ApplicationType>Windows Phone</ApplicationType> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
328 |
<ApplicationTypeRevision>8.1</ApplicationTypeRevision> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
329 |
<ConvergedProjectType>CodeSharingDll</ConvergedProjectType> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
330 |
<ProjectName>SDL2-WinPhone81</ProjectName> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
331 |
</PropertyGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
332 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
333 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
334 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
335 |
<UseDebugLibraries>true</UseDebugLibraries> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
336 |
<PlatformToolset>v120_wp81</PlatformToolset> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
337 |
</PropertyGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
338 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
339 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
340 |
<UseDebugLibraries>true</UseDebugLibraries> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
341 |
<PlatformToolset>v120_wp81</PlatformToolset> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
342 |
</PropertyGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
343 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
344 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
345 |
<UseDebugLibraries>false</UseDebugLibraries> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
346 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
347 |
<PlatformToolset>v120_wp81</PlatformToolset> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
348 |
</PropertyGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
349 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
350 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
351 |
<UseDebugLibraries>false</UseDebugLibraries> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
352 |
<WholeProgramOptimization>true</WholeProgramOptimization> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
353 |
<PlatformToolset>v120_wp81</PlatformToolset> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
354 |
</PropertyGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
355 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
356 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
357 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
358 |
</ImportGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
359 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
360 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
361 |
</ImportGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
362 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
363 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
364 |
</ImportGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
365 |
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
366 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
367 |
</ImportGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
368 |
<PropertyGroup Label="UserMacros" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
369 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
370 |
<GenerateManifest>false</GenerateManifest> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
371 |
<IgnoreImportLibrary>false</IgnoreImportLibrary> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
372 |
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
373 |
<TargetName>SDL2</TargetName> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
374 |
</PropertyGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
375 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
376 |
<GenerateManifest>false</GenerateManifest> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
377 |
<IgnoreImportLibrary>false</IgnoreImportLibrary> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
378 |
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
379 |
<TargetName>SDL2</TargetName> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
380 |
</PropertyGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
381 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
382 |
<GenerateManifest>false</GenerateManifest> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
383 |
<IgnoreImportLibrary>false</IgnoreImportLibrary> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
384 |
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
385 |
<TargetName>SDL2</TargetName> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
386 |
</PropertyGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
387 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
388 |
<GenerateManifest>false</GenerateManifest> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
389 |
<IgnoreImportLibrary>false</IgnoreImportLibrary> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
390 |
<IntDir>Objs\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</IntDir> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
391 |
<TargetName>SDL2</TargetName> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
392 |
</PropertyGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
393 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
394 |
<ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
395 |
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
396 |
<CompileAsWinRT>false</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
397 |
<AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
398 |
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SDL_BUILDING_WINRT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
399 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
400 |
<Link> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
401 |
<SubSystem>Console</SubSystem> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
402 |
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
403 |
<GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
404 |
<AdditionalDependencies>DXGI.lib;d3d11.lib;xaudio2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
405 |
</Link> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
406 |
</ItemDefinitionGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
407 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
408 |
<ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
409 |
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
410 |
<CompileAsWinRT>false</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
411 |
<AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
412 |
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SDL_BUILDING_WINRT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
413 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
414 |
<Link> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
415 |
<SubSystem>Console</SubSystem> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
416 |
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
417 |
<GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
418 |
<AdditionalDependencies>DXGI.lib;d3d11.lib;xaudio2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
419 |
</Link> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
420 |
</ItemDefinitionGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
421 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
422 |
<ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
423 |
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
424 |
<CompileAsWinRT>false</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
425 |
<AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
426 |
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SDL_BUILDING_WINRT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
427 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
428 |
<Link> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
429 |
<SubSystem>Console</SubSystem> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
430 |
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
431 |
<GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
432 |
<AdditionalDependencies>DXGI.lib;d3d11.lib;xaudio2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
433 |
</Link> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
434 |
</ItemDefinitionGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
435 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
436 |
<ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
437 |
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
438 |
<CompileAsWinRT>false</CompileAsWinRT> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
439 |
<AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
440 |
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SDL_BUILDING_WINRT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
441 |
</ClCompile> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
442 |
<Link> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
443 |
<SubSystem>Console</SubSystem> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
444 |
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
445 |
<GenerateWindowsMetadata>false</GenerateWindowsMetadata> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
446 |
<AdditionalDependencies>DXGI.lib;d3d11.lib;xaudio2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
447 |
</Link> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
448 |
</ItemDefinitionGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
449 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
450 |
<ImportGroup Label="ExtensionTargets"> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
451 |
</ImportGroup> |
162dc8eaa609
WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
452 |
</Project> |