Add internal branding corner to Universal terminal... (#4017)

... to convey that it's not ready for production.
This commit is contained in:
Michael Niksa 2019-12-18 16:51:06 -08:00 committed by Dustin L. Howett (MSFT)
parent e294e6634b
commit 46043c8ee8
4 changed files with 12 additions and 4 deletions

View file

@ -25,7 +25,11 @@
"icon": "ms-appx:///ProfileIcons/{550ce7b8-d500-50ad-8a1a-c400c3262db3}.png",
"padding": "8, 8, 8, 8",
"snapOnInput": true,
"useAcrylic": false
"useAcrylic": false,
"backgroundImage": "ms-appx:///internal-background.png",
"backgroundImageAlignment": "bottomRight",
"backgroundImageOpacity": 0.4,
"backgroundImageStretchMode": "none"
}
],
"schemes":

View file

@ -125,7 +125,6 @@
so it's not in the common resource items. -->
<PRIResource Include="Resources\en-US\Resources.resw" />
</ItemGroup>
<PropertyGroup>
<!-- This is picked up by CascadiaResources.build.items. -->
<WindowsTerminalAssetSuffix>-Universal</WindowsTerminalAssetSuffix>
@ -135,7 +134,6 @@
<WindowsTerminalAssetSuffix>$(WindowsTerminalAssetSuffix)Dev</WindowsTerminalAssetSuffix>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)..\CascadiaResources.build.items" />
<ItemGroup>
<ClCompile Include="main.cpp" />
<ClCompile Include="pch.cpp">
@ -151,6 +149,9 @@
<Project>{ca5cad1a-44bd-4ac7-ac72-f16e576fdd12}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Image Include="internal-background.png" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.190730.2\build\native\Microsoft.Windows.CppWinRT.targets')" />

View file

@ -8,7 +8,7 @@
<ClInclude Include="pch.h" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="Package.appxmanifest" />
<AppxManifest Include="Package-Dev.appxmanifest" />
</ItemGroup>
<ItemGroup>
<None Include="PropertySheet.props" />
@ -27,4 +27,7 @@
<Filter>Resources\en-US</Filter>
</PRIResource>
</ItemGroup>
<ItemGroup>
<Image Include="internal-background.png" />
</ItemGroup>
</Project>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB