12 lines
549 B
XML
12 lines
549 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<!-- This file is read by XES, which we use in our Release builds. -->
|
|
<PropertyGroup Label="Version">
|
|
<XesUseOneStoreVersioning>true</XesUseOneStoreVersioning>
|
|
<XesBaseYearForStoreVersion>2024</XesBaseYearForStoreVersion>
|
|
<VersionMajor>1</VersionMajor>
|
|
<VersionMinor>23</VersionMinor>
|
|
<VersionInfoProductName>Windows Terminal</VersionInfoProductName>
|
|
</PropertyGroup>
|
|
</Project>
|