File tree 11 files changed +13
-45
lines changed
11 files changed +13
-45
lines changed Original file line number Diff line number Diff line change 69
69
<ProjectReference Include =" @(CyberduckProjectReference->'%(ProjectPath)')" >
70
70
<Name >Cyberduck.%(Identity)</Name >
71
71
</ProjectReference >
72
- <Reference Include =" @(CyberduckAssemblyReference->'Cyberduck.%(Identity)')" />
72
+ <Reference Include =" @(CyberduckAssemblyReference->'Cyberduck.%(Identity)')" >
73
+ <JavaClasspath >\\?\</JavaClasspath >
74
+ </Reference >
73
75
</ItemGroup >
74
76
75
77
<PropertyGroup Condition =" '$(NETCoreSdkVersion)'!='' " >
Original file line number Diff line number Diff line change 19
19
<PackageReference Update =" CommunityToolkit.Mvvm" Version =" 8.2.2" />
20
20
<PackageReference Update =" DotNetProjects.Extended.Wpf.Toolkit" Version =" 5.0.100" />
21
21
<PackageReference Update =" ExceptionReporter " Version =" 2.4.2" />
22
- <PackageReference Update =" IKVM" Version =" 8.10 .0-dev.171 " />
22
+ <PackageReference Update =" IKVM" Version =" 8.11 .0-dev.50 " />
23
23
<PackageReference Update =" Microsoft.Build.Utilities.Core" Version =" 17.1.0" />
24
24
<PackageReference Update =" Microsoft.NET.Test.Sdk" Version =" 17.1.0" />
25
25
<PackageReference Update =" Microsoft.Toolkit.Uwp.Notifications" Version =" 7.1.2" />
Original file line number Diff line number Diff line change 1
- <Project>
1
+ <Project Sdk="IKVM.NET.Sdk" >
2
2
3
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.props" />
4
-
5
3
<PropertyGroup>
6
4
<!--
7
5
Only really used in Cyberduck.
18
16
<Convert Include="$(TargetBuildDir)com.apple.dnssd.jar" />
19
17
</ItemGroup>
20
18
21
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.targets" />
22
- <Import Project="$(BuildSupportDir)Cyberduck.Java.targets" />
23
-
24
19
</Project>
Original file line number Diff line number Diff line change 1
- <Project>
2
-
3
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.props" />
1
+ <Project Sdk="IKVM.NET.Sdk">
4
2
5
3
<PropertyGroup>
6
4
<TargetFramework>net472</TargetFramework>
16
14
<Convert Include="$(TargetBuildDir)org.fusesource.jansi.jansi.jar" />
17
15
</ItemGroup>
18
16
19
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.targets" />
20
- <Import Project="$(BuildSupportDir)Cyberduck.Java.targets" />
21
-
22
17
</Project>
Original file line number Diff line number Diff line change 1
- <Project>
2
-
3
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.props" />
1
+ <Project Sdk="IKVM.NET.Sdk">
4
2
5
3
<PropertyGroup>
6
4
<TargetFrameworks>net472;net8.0</TargetFrameworks>
56
54
<Convert Include="$(TargetBuildDir)org.slf4j.slf4j-api.jar" />
57
55
</ItemGroup>
58
56
59
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.targets" />
60
- <Import Project="$(BuildSupportDir)Cyberduck.Java.targets" />
61
-
62
57
</Project>
Original file line number Diff line number Diff line change 1
- <Project>
2
-
3
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.props" />
1
+ <Project Sdk="IKVM.NET.Sdk">
4
2
5
3
<PropertyGroup>
6
4
<TargetFrameworks>net472;net8.0</TargetFrameworks>
16
14
<Convert Include="$(TargetBuildDir)org.cryptomator.siv-mode.jar" />
17
15
</ItemGroup>
18
16
19
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.targets" />
20
- <Import Project="$(BuildSupportDir)Cyberduck.Java.targets" />
21
-
22
17
</Project>
Original file line number Diff line number Diff line change 1
1
{
2
2
"msbuild-sdks" : {
3
- "IKVM.NET.Sdk" : " 8.10 .0-dev.171 " ,
3
+ "IKVM.NET.Sdk" : " 8.11 .0-dev.50 " ,
4
4
"Microsoft.Build.NoTargets" : " 3.7.56" ,
5
5
"Microsoft.Build.Traversal" : " 4.1.0"
6
6
}
Original file line number Diff line number Diff line change 1
- <Project>
2
-
3
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.props" />
1
+ <Project Sdk="IKVM.NET.Sdk">
4
2
5
3
<PropertyGroup>
6
4
<TargetFrameworks>net472;net8.0</TargetFrameworks>
16
14
<Convert Include="$(TargetBuildDir)org.rococoa.rococoa-core.jar" />
17
15
</ItemGroup>
18
16
19
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.targets" />
20
- <Import Project="$(BuildSupportDir)Cyberduck.Java.targets" />
21
-
22
17
</Project>
Original file line number Diff line number Diff line change 4
4
<clear />
5
5
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
6
6
<add key =" gh-iterate-ch" value =" https://nuget.pkg.github.com/iterate-ch/index.json" protocolVersion =" 3" />
7
+ <add key =" gh-ikvmnet" value =" https://nuget.pkg.github.com/ikvmnet/index.json" protocolVersion =" 3" />
7
8
</packageSources >
8
9
<packageSourceMapping >
9
10
<packageSource key =" nuget.org" >
10
11
<package pattern =" IKVM.ByteCode" />
11
12
<package pattern =" *" />
12
13
</packageSource >
13
- <packageSource key =" gh-iterate-ch " >
14
+ <packageSource key =" gh-ikvmnet " >
14
15
<package pattern =" IKVM*" />
15
16
</packageSource >
16
17
</packageSourceMapping >
Original file line number Diff line number Diff line change 1
- <Project>
2
-
3
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.props" />
1
+ <Project Sdk="IKVM.NET.Sdk">
4
2
5
3
<PropertyGroup>
6
4
<TargetFrameworks>net472;net8.0</TargetFrameworks>
140
138
<Convert Include="$(TargetBuildDir)uk.com.robust-it.cloning.jar" />
141
139
</ItemGroup>
142
140
143
- <Import Sdk="IKVM.NET.Sdk" Project="Sdk.targets" />
144
- <Import Project="$(BuildSupportDir)Cyberduck.Java.targets" />
145
-
146
141
</Project>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments