mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 23:19:02 +08:00
ed257e39d0
Signed-off-by: fufesou <shuanglongchen@yeah.net>
22 lines
825 B
XML
22 lines
825 B
XML
<Project Sdk="WixToolset.Sdk/4.0.5">
|
|
<PropertyGroup>
|
|
<IncludeSearchPaths>
|
|
</IncludeSearchPaths>
|
|
<Configurations>Release</Configurations>
|
|
<Platforms>x64</Platforms>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="Includes.wxi" />
|
|
<Content Include="Resources\icon.ico" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="WixToolset.Firewall.wixext" Version="4.0.5" />
|
|
<PackageReference Include="WixToolset.Heat" Version="4.0.5" />
|
|
<PackageReference Include="WixToolset.Netfx.wixext" Version="4.0.5" />
|
|
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.5" />
|
|
<PackageReference Include="WixToolset.Util.wixext" Version="4.0.5" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CustomActions\CustomActions.vcxproj" />
|
|
</ItemGroup>
|
|
</Project> |