mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-19 14:37:51 +08:00
16 lines
480 B
XML
16 lines
480 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net472</TargetFramework>
|
||
|
<Configurations>Release</Configurations>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<Content Include="CustomAction.config" CopyToOutputDirectory="PreserveNewest" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="WixToolset.Dtf.CustomAction" Version="4.0.5" />
|
||
|
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.5" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|