5
5
<NoWarn >NU1701</NoWarn >
6
6
7
7
</PropertyGroup >
8
- <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
9
- <MonoRuntimeDebuggerEnabled >true</MonoRuntimeDebuggerEnabled >
10
- <DefineConstants >$(DefineConstants);TRACE;DEBUG</DefineConstants >
11
- <DebugType >portable</DebugType >
12
- <DebugSymbols >true</DebugSymbols >
13
- <!--
8
+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
9
+ <MonoRuntimeDebuggerEnabled >true</MonoRuntimeDebuggerEnabled >
10
+ <DefineConstants >$(DefineConstants);TRACE;DEBUG</DefineConstants >
11
+ <DebugType >portable</DebugType >
12
+ <DebugSymbols >true</DebugSymbols >
13
+ <!--
14
14
IL Linking is disabled in Debug configuration.
15
15
When building in Release, see https://platform.uno/docs/articles/features/using-il-linker-webassembly.html
16
16
-->
17
- <WasmShellILLinkerEnabled >false</WasmShellILLinkerEnabled >
18
- </PropertyGroup >
19
- <ItemGroup >
20
- <Content Include =" Assets\SplashScreen.png" />
21
- </ItemGroup >
22
- <ItemGroup >
23
- <UpToDateCheckInput Include =" ..\MapControlSample.Shared\**\*.xaml" />
24
- </ItemGroup >
25
- <ItemGroup >
26
- <EmbeddedResource Include =" WasmCSS\Fonts.css" />
27
- <EmbeddedResource Include =" WasmScripts\AppManifest.js" />
28
- </ItemGroup >
29
- <ItemGroup >
30
- <LinkerDescriptor Include =" LinkerConfig.xml" />
31
- </ItemGroup >
32
- <ItemGroup >
33
- <!--
17
+ <WasmShellILLinkerEnabled >false</WasmShellILLinkerEnabled >
18
+ </PropertyGroup >
19
+ <ItemGroup >
20
+ <Content Include =" Assets\SplashScreen.png" />
21
+ </ItemGroup >
22
+ <ItemGroup >
23
+ <UpToDateCheckInput Include =" ..\MapControlSample.Shared\**\*.xaml" />
24
+ </ItemGroup >
25
+ <ItemGroup >
26
+ <EmbeddedResource Include =" WasmCSS\Fonts.css" />
27
+ <EmbeddedResource Include =" WasmScripts\AppManifest.js" />
28
+ </ItemGroup >
29
+ <ItemGroup >
30
+ <LinkerDescriptor Include =" LinkerConfig.xml" />
31
+ </ItemGroup >
32
+ <ItemGroup >
33
+ <!--
34
34
This item group is required by the project template because of the
35
35
new SDK-Style project, otherwise some files are not added automatically.
36
36
37
37
You can safely remove this ItemGroup completely.
38
38
-->
39
- <None Include =" Program.cs" />
40
- <None Include =" LinkerConfig.xml" />
41
- <None Include =" wwwroot\web.config" />
42
- </ItemGroup >
43
- <ItemGroup >
44
- <PackageReference Include =" Mapsui.Uno.WinUI" Version =" 4.0.0" />
45
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8 .0.0" />
46
- <PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 8 .0.0 " />
47
- <PackageReference Include =" Uno.Extensions.Logging.WebAssembly.Console" Version =" 1.4 .0" />
48
- <PackageReference Include =" Uno.WinUI.WebAssembly" Version =" 4.10.26 " />
49
- <PackageReference Include =" Uno.WinUI.RemoteControl " Version =" 4.10.26 " Condition =" '$(Configuration)'=='Debug'" />
50
- <PackageReference Include =" Uno.UI.Adapter.Microsoft.Extensions.Logging" Version =" 4.10.26 " />
51
- <PackageReference Include =" Uno.Wasm.Bootstrap" Version =" 8 .0.4 " />
52
- <PackageReference Include =" Uno.Wasm.Bootstrap.DevServer" Version =" 7.0.24" />
53
- <PackageReference Include =" Uno.WinUI.Lottie" Version =" 4.10.26 " />
39
+ <None Include =" Program.cs" />
40
+ <None Include =" LinkerConfig.xml" />
41
+ <None Include =" wwwroot\web.config" />
42
+ </ItemGroup >
43
+ <ItemGroup >
44
+ <PackageReference Include =" Mapsui.Uno.WinUI" Version =" 4.0.0" />
45
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 7 .0.0" />
46
+ <PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 7 .0.1 " />
47
+ <PackageReference Include =" Uno.Extensions.Logging.WebAssembly.Console" Version =" 1.7 .0" />
48
+ <PackageReference Include =" Uno.WinUI.WebAssembly" Version =" 5.0.19 " />
49
+ <PackageReference Include =" Uno.WinUI.DevServer " Version =" 5.0.19 " Condition =" '$(Configuration)'=='Debug'" />
50
+ <PackageReference Include =" Uno.UI.Adapter.Microsoft.Extensions.Logging" Version =" 5.0.19 " />
51
+ <PackageReference Include =" Uno.Wasm.Bootstrap" Version =" 7 .0.24 " />
52
+ <PackageReference Include =" Uno.Wasm.Bootstrap.DevServer" Version =" 7.0.24" />
53
+ <PackageReference Include =" Uno.WinUI.Lottie" Version =" 5.0.19 " />
54
54
55
- <PackageReference Include =" SkiaSharp" Version =" 2.88.3 " />
56
- <PackageReference Include =" SkiaSharp.HarfBuzz" Version =" 2.88.3 " />
57
- <PackageReference Include =" SkiaSharp.NativeAssets.WebAssembly" Version =" 2.88.3 " />
58
- <PackageReference Include =" SkiaSharp.Views.Uno.WinUI" Version =" 2.88.3 " />
55
+ <PackageReference Include =" SkiaSharp" Version =" 2.88.6 " />
56
+ <PackageReference Include =" SkiaSharp.HarfBuzz" Version =" 2.88.6 " />
57
+ <PackageReference Include =" SkiaSharp.NativeAssets.WebAssembly" Version =" 2.88.6 " />
58
+ <PackageReference Include =" SkiaSharp.Views.Uno.WinUI" Version =" 2.88.6 " />
59
59
60
- </ItemGroup >
61
- <Import Project =" ..\MapControlSample.Shared\MapControlSample.Shared.projitems" Label =" Shared" Condition =" Exists('..\MapControlSample.Shared\MapControlSample.Shared.projitems')" />
60
+ </ItemGroup >
61
+ <Import Project =" ..\MapControlSample.Shared\MapControlSample.Shared.projitems" Label =" Shared" Condition =" Exists('..\MapControlSample.Shared\MapControlSample.Shared.projitems')" />
62
62
</Project >
0 commit comments