mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-19 14:27:55 +08:00
3cc7c4da0b
* Shifting to versions.prop so everyone has it by default * Forcing SDL check on * specter should be in the props file
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.0.1</Version>
|
|
<DevEnvironment>Local</DevEnvironment>
|
|
|
|
<!-- Forcing for every DLL on by default -->
|
|
<ChecksumAlgorithm>SHA256</ChecksumAlgorithm>
|
|
</PropertyGroup>
|
|
</Project>
|