Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/AdvancedSettings/Assets/AdvancedSettings.ico
Binary file not shown.
Binary file not shown.
Binary file removed src/AdvancedSettings/Assets/Dev/DevHome_Dev.ico
Binary file not shown.
Binary file not shown.
Binary file added src/AdvancedSettings/Assets/Dev/MedTile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added src/AdvancedSettings/Assets/Dev/SmallTile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added src/AdvancedSettings/Assets/Dev/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/AdvancedSettings/Assets/Dev/SplashScreen.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/AdvancedSettings/Assets/Dev/StoreDisplay-150.png
Binary file not shown.
Binary file added src/AdvancedSettings/Assets/Dev/StoreLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
7 changes: 3 additions & 4 deletions src/AdvancedSettings/Package-Dev.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="$targetentrypoint$">
<uap:VisualElements DisplayName="ms-resource:AppDisplayNameDev" Description="ms-resource:AppDescription" BackgroundColor="transparent" Square150x150Logo="Assets\Logos\MedTile.png" Square44x44Logo="Assets\Logos\AppList.png">
<uap:DefaultTile Wide310x150Logo="Assets\Logos\WideTile.png" />
<uap:VisualElements DisplayName="ms-resource:AppDisplayNameDev" Description="ms-resource:AppDescription" BackgroundColor="transparent" Square150x150Logo="Assets\Logos\MedTile.png" Square44x44Logo="Assets\Logos\SmallTile.png">
<uap:SplashScreen Image="Assets\Logos\SplashScreen.png" />
</uap:VisualElements>
<Extensions>
Expand All @@ -44,8 +43,8 @@
</Extensions>
</Application>
<Application Id="App2" Executable="AdvancedSettings.Tester.exe" EntryPoint="Windows.FullTrustApplication">
<uap3:VisualElements BackgroundColor="transparent" DisplayName="AdvancedSettings Tester" Square150x150Logo="Assets\Square150x150Logo.scale-200.png" Square44x44Logo="Assets\Square44x44Logo.scale-200.png" Description="AdvancedSettings Tester CommandLine" VisualGroup="AdvancedSettings">
<uap:SplashScreen BackgroundColor="transparent" Image="Assets\SplashScreen.scale-200.png" />
<uap3:VisualElements BackgroundColor="transparent" DisplayName="AdvancedSettings Tester" Square150x150Logo="Assets\Logos\MedTile.png" Square44x44Logo="Assets\Logos\SmallTile.png" Description="AdvancedSettings Tester CommandLine" VisualGroup="AdvancedSettings">
<uap:SplashScreen BackgroundColor="transparent" Image="Assets\Logos\SplashScreen.png" />
<uap:DefaultTile />
</uap3:VisualElements>
<Extensions>
Expand Down
3 changes: 1 addition & 2 deletions src/AdvancedSettings/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
</Resources>
<Applications>
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="$targetentrypoint$">
<uap:VisualElements DisplayName="ms-resource:AppDisplayNameStable" Description="ms-resource:AppDescription" BackgroundColor="transparent" Square150x150Logo="Assets\Logos\MedTile.png" Square44x44Logo="Assets\Logos\AppList.png" AppListEntry="none">
<uap:DefaultTile Wide310x150Logo="Assets\Logos\WideTile.png" />
<uap:VisualElements DisplayName="ms-resource:AppDisplayNameStable" Description="ms-resource:AppDescription" BackgroundColor="transparent" Square150x150Logo="Assets\Logos\MedTile.png" Square44x44Logo="Assets\Logos\SmallTile.png" AppListEntry="none">
<uap:SplashScreen Image="Assets\Logos\SplashScreen.png" />
</uap:VisualElements>
<Extensions>
Expand Down
7 changes: 3 additions & 4 deletions src/AdvancedSettings/WindowsAdvancedSettings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<PropertyGroup>
<RootNamespace>WindowsAdvancedSettings</RootNamespace>
<BuildRing Condition="'$(BuildRing)'==''">Dev</BuildRing>
<ApplicationIcon Condition="'$(BuildRing)'=='Dev'">Assets\Dev\DevHome_Dev.ico</ApplicationIcon>
<ApplicationIcon Condition="'$(BuildRing)'=='Stable'">Assets\Production\DevHome_Preview.ico</ApplicationIcon>
<ApplicationIcon Condition="'$(BuildRing)'=='Dev'">Assets\AdvancedSettings.ico</ApplicationIcon>
<ApplicationIcon Condition="'$(BuildRing)'=='Stable'">Assets\AdvancedSettings.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x86;x64;arm64</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
Expand Down Expand Up @@ -65,15 +65,14 @@

<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<Content Include="Assets\Dev\**" Link="Assets\Logos\%(Filename)%(Extension)" CopyToOutputDirectory="Always" />
<Content Include="Assets\Dev\DevHome_Dev.ico" Link="Assets\DevHome.ico" CopyToOutputDirectory="Always" />
<AppxManifest Include="Package-Dev.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<Content Include="Assets\Production\**" Link="Assets\Logos\%(Filename)%(Extension)" CopyToOutputDirectory="Always" />
<Content Include="Assets\Production\DevHome_Preview.ico" Link="Assets\DevHome.ico" CopyToOutputDirectory="Always" />
<Content Include="Assets\AdvancedSettings.ico" Link="Assets\AdvancedSettings.ico" CopyToOutputDirectory="Always" />
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
Expand Down
6 changes: 3 additions & 3 deletions test/AdvancedSettings.Tester/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
<uap3:VisualElements
BackgroundColor="transparent"
DisplayName="AdvancedSettings Tester"
Square150x150Logo="Assets\Square150x150Logo.scale-200.png"
Square44x44Logo="Assets\Square44x44Logo.scale-200.png"
Square150x150Logo="Assets\Logos\MedTile.png"
Square44x44Logo="Assets\Logos\SmallTile.png"
Description="AdvancedSettings Tester CommandLine"
VisualGroup="AdvancedSettings">
<uap:SplashScreen BackgroundColor="transparent" Image="Assets\SplashScreen.scale-200.png" />
<uap:SplashScreen BackgroundColor="transparent" Image="Assets\Logos\SplashScreen.png" />
<uap:DefaultTile/>
</uap3:VisualElements>
<Extensions>
Expand Down