File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
bonjour/native/src/main/nuget Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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)" />
You can’t perform that action at this time.
0 commit comments