1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Added UWP localization

This commit is contained in:
Michael Gordeev
2020-02-18 19:11:40 +03:00
parent 77a11f9bd5
commit e886577365
10 changed files with 701 additions and 215 deletions
@@ -33,10 +33,10 @@
Executable="$targetnametoken$.exe"
EntryPoint="GUT.Schedule.UWP.App">
<uap:VisualElements
DisplayName="GUT.Schedule"
DisplayName="ms-resource:appDisplayName"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="Application which exports SPbSUT timetable to calendar"
Description="ms-resource:appDisplayDescription"
BackgroundColor="#FF8000">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#FF8000"/>