mirror of
https://github.com/files-community/Files.git
synced 2026-02-20 00:26:45 +08:00
14 lines
601 B
XML
14 lines
601 B
XML
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<TargetFrameworkVersion>net10.0</TargetFrameworkVersion>
|
|
<TargetWindowsVersion>10.0.26100.0</TargetWindowsVersion>
|
|
<MinimalWindowsVersion>10.0.19041.0</MinimalWindowsVersion>
|
|
<WindowsSdkPackageVersion>10.0.26100.67-preview</WindowsSdkPackageVersion>
|
|
<WindowsTargetFramework>$(TargetFrameworkVersion)-windows$(TargetWindowsVersion)</WindowsTargetFramework>
|
|
<LangVersion>preview</LangVersion>
|
|
|
|
<EnableMSTestRunner>true</EnableMSTestRunner>
|
|
</PropertyGroup>
|
|
</Project>
|