Files
cyberduck/cli/windows/dirs.proj
T
2025-06-26 13:23:01 +02:00

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>