tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Build.Windows.IcuVersion.props (493B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html -->
      3 <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      4   <!-- This file is used to set the ICU Major Version number, which is used as a suffix on various file names in other Visual Studio projects. -->
      5   <PropertyGroup>
      6     <IcuMajorVersion>78</IcuMajorVersion>
      7   </PropertyGroup>
      8 </Project>