Skip to content

Commit 139b760

Browse files
committed
Review outputs
1 parent 83eae04 commit 139b760

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

bonjour/native/src/main/nuget/Cyberduck.Bonjour.Native.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
</metadata>
1616

1717
<files>
18-
<file src="$buildDir$net472/Cyberduck.Bonjour.Native.dll" target="lib/net472" />
18+
<file src="$buildDir$Cyberduck.Bonjour.Native.dll" target="lib/net472" />
1919
</files>
2020
</package>

core/i18n-gen/i18n-gen.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<i18n_gen_dll>$(CyberduckDir)core\target\netstandard2.0\i18n-gen.dll</i18n_gen_dll>
3+
<i18n_gen_dll>$(CyberduckDir)core\target\i18n-gen.dll</i18n_gen_dll>
44
</PropertyGroup>
55

66
<UsingTask TaskName="ResourceGenTask"

src/main/msbuild/Cyberduck.Artifacts.targets

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<Project>
22

3-
<PropertyGroup Condition="'$(Platforms)'==''">
3+
<PropertyGroup Condition="'$(Platforms)'=='AnyCPU'">
44
<OutputPath>$(BaseOutputPath)</OutputPath>
55
</PropertyGroup>
6+
<PropertyGroup>
7+
<AppendTargetFrameworkToOutputPath Condition="'$(TargetFrameworks)'==''">false</AppendTargetFrameworkToOutputPath>
8+
</PropertyGroup>
69

710
<PropertyGroup>
811
<OutputPath Condition="'$(OutputPath)'=='' And '$(Platform)'=='AnyCPU'">$(BaseOutputPath)</OutputPath>

src/main/msbuild/Cyberduck.Common.targets

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
<Import Project="Cyberduck.References.props" />
44

5-
<ItemGroup>
6-
<ProjectReference Include="@(AutoProjectReference)" SetPlatform="Platform=" />
7-
</ItemGroup>
8-
95
<Target Name="UsesSignTool" Outputs="$(SignTool);$(SignToolPath)">
106
<ItemGroup>
117
<SignToolPath Include="$(WindowsSDK_ExecutablePath)" />

0 commit comments

Comments
 (0)