2019-11-25 11:29:40 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-07-27 00:31:42 +02:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2019-11-25 11:29:40 -08:00
|
|
|
<!-- This file is read by XES, which we use in our Release builds. -->
|
|
|
|
|
<PropertyGroup Label="Version">
|
|
|
|
|
<XesUseOneStoreVersioning>true</XesUseOneStoreVersioning>
|
2026-02-27 17:52:43 -06:00
|
|
|
<XesBaseYearForStoreVersion>2026</XesBaseYearForStoreVersion>
|
2020-05-04 18:52:44 -07:00
|
|
|
<VersionMajor>1</VersionMajor>
|
2026-02-27 17:52:43 -06:00
|
|
|
<VersionMinor>26</VersionMinor>
|
2019-11-25 11:29:40 -08:00
|
|
|
<VersionInfoProductName>Windows Terminal</VersionInfoProductName>
|
2025-07-09 16:36:13 -05:00
|
|
|
<VersionInfoCulture>1033</VersionInfoCulture>
|
|
|
|
|
<!-- The default has a spacing problem -->
|
|
|
|
|
<VersionInfoCopyRight>\xa9 Microsoft Corporation. All rights reserved.</VersionInfoCopyRight>
|
2019-11-25 11:29:40 -08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|