|
@@ -96,14 +96,7 @@
|
|
|
<ClCompile Include="..\..\src\joystick\SDL_joystick.c" />
|
|
|
<ClCompile Include="..\..\src\joystick\winrt\SDL_xinputjoystick.c" />
|
|
|
<ClCompile Include="..\..\src\loadso\windows\SDL_sysloadso.c" />
|
|
|
- <ClCompile Include="..\..\src\render\direct3d11\SDL_render_d3d11.cpp">
|
|
|
- <CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">true</CompileAsWinRT>
|
|
|
- <CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">true</CompileAsWinRT>
|
|
|
- <CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</CompileAsWinRT>
|
|
|
- <CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</CompileAsWinRT>
|
|
|
- <CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</CompileAsWinRT>
|
|
|
- <CompileAsWinRT Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</CompileAsWinRT>
|
|
|
- </ClCompile>
|
|
|
+ <ClCompile Include="..\..\src\render\direct3d11\SDL_render_d3d11.c" />
|
|
|
<ClCompile Include="..\..\src\render\opengles2\SDL_render_gles2.c" />
|
|
|
<ClCompile Include="..\..\src\render\opengles2\SDL_shaders_gles2.c" />
|
|
|
<ClCompile Include="..\..\src\render\SDL_render.c" />
|
|
@@ -301,6 +294,7 @@
|
|
|
<ClInclude Include="..\..\src\SDL_error_c.h" />
|
|
|
<ClInclude Include="..\..\src\SDL_fatal.h" />
|
|
|
<ClInclude Include="..\..\src\SDL_hints_c.h" />
|
|
|
+ <ClInclude Include="..\..\src\SDL_internal.h" />
|
|
|
<ClInclude Include="..\..\src\thread\SDL_systhread.h" />
|
|
|
<ClInclude Include="..\..\src\thread\SDL_thread_c.h" />
|
|
|
<ClInclude Include="..\..\src\thread\stdcpp\SDL_sysmutex_c.h" />
|