diff options
| author | Ray <[email protected]> | 2018-05-10 17:35:02 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-05-10 17:35:02 +0200 |
| commit | 8ae8d3ac782825d732a0680bd1ad80db420718a9 (patch) | |
| tree | 34729e46d88338d8e5db848609c3c49ad67fe53d /projects/VS2015.UWP/raylib.App.UWP/raylib.App.UWP.filters | |
| parent | f26a38a9e1b5abffbf47d27ed33c350b8d8c9e5b (diff) | |
| download | raylib-8ae8d3ac782825d732a0680bd1ad80db420718a9.tar.gz raylib-8ae8d3ac782825d732a0680bd1ad80db420718a9.zip | |
Reorganized project templates folder
Diffstat (limited to 'projects/VS2015.UWP/raylib.App.UWP/raylib.App.UWP.filters')
| -rw-r--r-- | projects/VS2015.UWP/raylib.App.UWP/raylib.App.UWP.filters | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/projects/VS2015.UWP/raylib.App.UWP/raylib.App.UWP.filters b/projects/VS2015.UWP/raylib.App.UWP/raylib.App.UWP.filters new file mode 100644 index 00000000..4e83c979 --- /dev/null +++ b/projects/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 |
