mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 22:48:41 -06:00
version: fix the LCID in our VERSIONINFO, add descriptions to each file (#19114)
Closes #19106 (cherry picked from commit f14718f738bea5744ab6b61c3d63aaf998d97ad7) Service-Card-Id: PVTI_lADOAF3p4s4AmhmQzgcbOIs Service-Version: 1.22
This commit is contained in:
parent
e1a1b805c6
commit
e4eb33873a
@ -7,5 +7,8 @@
|
|||||||
<VersionMajor>1</VersionMajor>
|
<VersionMajor>1</VersionMajor>
|
||||||
<VersionMinor>22</VersionMinor>
|
<VersionMinor>22</VersionMinor>
|
||||||
<VersionInfoProductName>Windows Terminal</VersionInfoProductName>
|
<VersionInfoProductName>Windows Terminal</VersionInfoProductName>
|
||||||
|
<VersionInfoCulture>1033</VersionInfoCulture>
|
||||||
|
<!-- The default has a spacing problem -->
|
||||||
|
<VersionInfoCopyRight>\xa9 Microsoft Corporation. All rights reserved.</VersionInfoCopyRight>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
<ProjectName>elevate-shim</ProjectName>
|
<ProjectName>elevate-shim</ProjectName>
|
||||||
<TargetName>elevate-shim</TargetName>
|
<TargetName>elevate-shim</TargetName>
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Administrator Launch Helper</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="..\..\..\common.openconsole.props" Condition="'$(OpenConsoleDir)'==''" />
|
<Import Project="..\..\..\common.openconsole.props" Condition="'$(OpenConsoleDir)'==''" />
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<!-- suppress a bunch of Windows Universal properties from cppwinrt.props -->
|
<!-- suppress a bunch of Windows Universal properties from cppwinrt.props -->
|
||||||
<OpenConsoleUniversalApp>false</OpenConsoleUniversalApp>
|
<OpenConsoleUniversalApp>false</OpenConsoleUniversalApp>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Open Here Shell Extension</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Label="NuGet Dependencies">
|
<PropertyGroup Label="NuGet Dependencies">
|
||||||
<TerminalCppWinrt>true</TerminalCppWinrt>
|
<TerminalCppWinrt>true</TerminalCppWinrt>
|
||||||
|
|||||||
@ -11,6 +11,7 @@
|
|||||||
<!-- sets a bunch of Windows Universal properties -->
|
<!-- sets a bunch of Windows Universal properties -->
|
||||||
<OpenConsoleUniversalApp>true</OpenConsoleUniversalApp>
|
<OpenConsoleUniversalApp>true</OpenConsoleUniversalApp>
|
||||||
<PgoTarget>true</PgoTarget>
|
<PgoTarget>true</PgoTarget>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Main UI Library</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Label="NuGet Dependencies">
|
<PropertyGroup Label="NuGet Dependencies">
|
||||||
<TerminalCppWinrt>true</TerminalCppWinrt>
|
<TerminalCppWinrt>true</TerminalCppWinrt>
|
||||||
|
|||||||
@ -11,6 +11,7 @@
|
|||||||
<OpenConsoleUniversalApp>false</OpenConsoleUniversalApp>
|
<OpenConsoleUniversalApp>false</OpenConsoleUniversalApp>
|
||||||
<ApplicationType>Windows Store</ApplicationType>
|
<ApplicationType>Windows Store</ApplicationType>
|
||||||
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
|
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Azure Cloud Shell Connector</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Label="NuGet Dependencies">
|
<PropertyGroup Label="NuGet Dependencies">
|
||||||
|
|||||||
@ -8,6 +8,7 @@
|
|||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<OpenConsoleUniversalApp>true</OpenConsoleUniversalApp>
|
<OpenConsoleUniversalApp>true</OpenConsoleUniversalApp>
|
||||||
<PgoTarget>true</PgoTarget>
|
<PgoTarget>true</PgoTarget>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Connection Library</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Label="NuGet Dependencies">
|
<PropertyGroup Label="NuGet Dependencies">
|
||||||
<TerminalCppWinrt>true</TerminalCppWinrt>
|
<TerminalCppWinrt>true</TerminalCppWinrt>
|
||||||
|
|||||||
@ -21,6 +21,7 @@
|
|||||||
projects compile properly when they depend on this "Microsoft.winmd."
|
projects compile properly when they depend on this "Microsoft.winmd."
|
||||||
-->
|
-->
|
||||||
<CppWinRTNamespaceMergeDepth>3</CppWinRTNamespaceMergeDepth>
|
<CppWinRTNamespaceMergeDepth>3</CppWinRTNamespaceMergeDepth>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Control Library</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Label="NuGet Dependencies">
|
<PropertyGroup Label="NuGet Dependencies">
|
||||||
|
|||||||
@ -31,6 +31,7 @@
|
|||||||
-->
|
-->
|
||||||
<CppWinRTNamespaceMergeDepth>4</CppWinRTNamespaceMergeDepth>
|
<CppWinRTNamespaceMergeDepth>4</CppWinRTNamespaceMergeDepth>
|
||||||
<XamlComponentResourceLocation>nested</XamlComponentResourceLocation>
|
<XamlComponentResourceLocation>nested</XamlComponentResourceLocation>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Settings UI Library</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Label="NuGet Dependencies">
|
<PropertyGroup Label="NuGet Dependencies">
|
||||||
<TerminalCppWinrt>true</TerminalCppWinrt>
|
<TerminalCppWinrt>true</TerminalCppWinrt>
|
||||||
|
|||||||
@ -11,6 +11,7 @@
|
|||||||
<!-- sets a bunch of Windows Universal properties -->
|
<!-- sets a bunch of Windows Universal properties -->
|
||||||
<OpenConsoleUniversalApp>true</OpenConsoleUniversalApp>
|
<OpenConsoleUniversalApp>true</OpenConsoleUniversalApp>
|
||||||
<PgoTarget>true</PgoTarget>
|
<PgoTarget>true</PgoTarget>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Settings Model Library</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Label="NuGet Dependencies">
|
<PropertyGroup Label="NuGet Dependencies">
|
||||||
<TerminalCppWinrt>true</TerminalCppWinrt>
|
<TerminalCppWinrt>true</TerminalCppWinrt>
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
<SubSystem>Console</SubSystem>
|
<SubSystem>Console</SubSystem>
|
||||||
<OpenConsoleUniversalApp>true</OpenConsoleUniversalApp>
|
<OpenConsoleUniversalApp>true</OpenConsoleUniversalApp>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal UI Support Library</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Label="NuGet Dependencies">
|
<PropertyGroup Label="NuGet Dependencies">
|
||||||
<TerminalCppWinrt>true</TerminalCppWinrt>
|
<TerminalCppWinrt>true</TerminalCppWinrt>
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
<WindowsStoreApp>true</WindowsStoreApp>
|
<WindowsStoreApp>true</WindowsStoreApp>
|
||||||
<WindowsAppContainer>false</WindowsAppContainer>
|
<WindowsAppContainer>false</WindowsAppContainer>
|
||||||
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
|
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Host</VersionInfoFileDescription>
|
||||||
<PgoTarget>true</PgoTarget>
|
<PgoTarget>true</PgoTarget>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
<ProjectName>wt</ProjectName>
|
<ProjectName>wt</ProjectName>
|
||||||
<TargetName>wt</TargetName>
|
<TargetName>wt</TargetName>
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<VersionInfoFileDescription>Windows Terminal Launcher Shim</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="..\..\..\common.openconsole.props" Condition="'$(OpenConsoleDir)'==''" />
|
<Import Project="..\..\..\common.openconsole.props" Condition="'$(OpenConsoleDir)'==''" />
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
<ProjectName>Host.EXE</ProjectName>
|
<ProjectName>Host.EXE</ProjectName>
|
||||||
<TargetName>OpenConsole</TargetName>
|
<TargetName>OpenConsole</TargetName>
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>Application</ConfigurationType>
|
||||||
|
<VersionInfoFileDescription>Console Window and PTY Host (Open Source)</VersionInfoFileDescription>
|
||||||
<PgoTarget>true</PgoTarget>
|
<PgoTarget>true</PgoTarget>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(SolutionDir)common.openconsole.props" Condition="'$(OpenConsoleDir)'==''" />
|
<Import Project="$(SolutionDir)common.openconsole.props" Condition="'$(OpenConsoleDir)'==''" />
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
<ProjectName>Propsheet.DLL</ProjectName>
|
<ProjectName>Propsheet.DLL</ProjectName>
|
||||||
<TargetName>console</TargetName>
|
<TargetName>console</TargetName>
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
|
<VersionInfoFileDescription>Windows Console Host Property Sheet</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="..\common.build.pre.props" />
|
<Import Project="..\common.build.pre.props" />
|
||||||
<Import Project="$(SolutionDir)src\common.nugetversions.props" />
|
<Import Project="$(SolutionDir)src\common.nugetversions.props" />
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
<ProjectName>winconpty.DLL</ProjectName>
|
<ProjectName>winconpty.DLL</ProjectName>
|
||||||
<TargetName>conpty</TargetName>
|
<TargetName>conpty</TargetName>
|
||||||
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
||||||
|
<VersionInfoFileDescription>ConPTY Interface Library</VersionInfoFileDescription>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(SolutionDir)src\common.build.pre.props" />
|
<Import Project="$(SolutionDir)src\common.build.pre.props" />
|
||||||
<Import Project="$(SolutionDir)src\common.nugetversions.props" />
|
<Import Project="$(SolutionDir)src\common.nugetversions.props" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user