mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
15 lines
672 B
XML
15 lines
672 B
XML
<Project Sdk="Microsoft.Build.Traversal">
|
|
|
|
<ItemGroup Condition=" '$(Exe)'=='True' ">
|
|
<ProjectReference Include="..\src\main\csharp\duck.csproj" SetPlatform="Platform=x64" />
|
|
<ProjectReference Include="..\src\main\csharp\duck.csproj" SetPlatform="Platform=arm64" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition=" '$(Installer)'=='True' ">
|
|
<ProjectReference Include="..\src\main\wix\Bundle\duck.bundle.wixproj" SetPlatform="Platform=x64" />
|
|
<ProjectReference Include="..\src\main\wix\Bundle\duck.bundle.wixproj" SetPlatform="Platform=arm64" />
|
|
<ProjectReference Include="..\src\main\wix\Bootstrapper\duck.bootstrapper.wixproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|