mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
11 lines
348 B
XML
11 lines
348 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Version>0.1.1</Version>
|
|
<DevEnvironment>Local</DevEnvironment>
|
|
|
|
<!-- Forcing for every DLL on by default -->
|
|
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
|
|
</PropertyGroup>
|
|
</Project>
|