diff options
| author | Ray San <[email protected]> | 2017-11-10 12:37:53 +0100 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-11-10 12:37:53 +0100 |
| commit | b6b58991e689d9f5a6fa18ff8ea9b2162d1f7d62 (patch) | |
| tree | 698478968b759d9525c160a9b570677fdfb7faf5 /project/vs2015.UWP/raylib.App.UWP/raylib.App.UWP.filters | |
| parent | e12182f59b4c84bb3c941b02ae4253de645fdf4d (diff) | |
| download | raylib-b6b58991e689d9f5a6fa18ff8ea9b2162d1f7d62.tar.gz raylib-b6b58991e689d9f5a6fa18ff8ea9b2162d1f7d62.zip | |
Working on UWP support
Support Universal Windows Platform (UWP):
- Windows 10 App
- Windows Phone
- Xbox One
Diffstat (limited to 'project/vs2015.UWP/raylib.App.UWP/raylib.App.UWP.filters')
| -rw-r--r-- | project/vs2015.UWP/raylib.App.UWP/raylib.App.UWP.filters | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/project/vs2015.UWP/raylib.App.UWP/raylib.App.UWP.filters b/project/vs2015.UWP/raylib.App.UWP/raylib.App.UWP.filters new file mode 100644 index 00000000..4e83c979 --- /dev/null +++ b/project/vs2015.UWP/raylib.App.UWP/raylib.App.UWP.filters @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup> + <ClCompile Include="App.cpp" /> + <ClCompile Include="pch.cpp" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="App.h" /> + <ClInclude Include="pch.h" /> + </ItemGroup> + <ItemGroup> + <Image Include="Assets\SmallLogo.scale-100.png"> + <Filter>Assets</Filter> + </Image> + <Image Include="Assets\SplashScreen.scale-100.png"> + <Filter>Assets</Filter> + </Image> + <Image Include="Assets\StoreLogo.scale-100.png"> + <Filter>Assets</Filter> + </Image> + <Image Include="Assets\WideLogo.scale-100.png"> + <Filter>Assets</Filter> + </Image> + <Image Include="Assets\Logo.scale-100.png"> + <Filter>Assets</Filter> + </Image> + </ItemGroup> + <ItemGroup> + <AppxManifest Include="Package.appxmanifest" /> + </ItemGroup> + <ItemGroup> + <None Include="UWP_OpenGLES2_TemporaryKey.pfx" /> + <None Include="packages.config" /> + <None Include="$(angle-BinPath)\libEGL.dll" /> + <None Include="$(angle-BinPath)\libGLESv2.dll" /> + </ItemGroup> + <ItemGroup> + <Filter Include="Assets"> + <UniqueIdentifier>{d16954bb-de54-472b-ac10-ecab10d3fdc8}</UniqueIdentifier> + </Filter> + </ItemGroup> +</Project>
\ No newline at end of file |
