mirror of https://github.com/stascorp/rdpwrap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
518 B
16 lines
518 B
<Project>
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<Platforms>x86;x64</Platforms>
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<PlatformTarget>$(Platform)</PlatformTarget>
|
|
<!-- Ensure single-file publish works -->
|
|
<SelfContained>false</SelfContained>
|
|
<!-- Reproducible builds -->
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
</Project>
|