|
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 | | - <ItemGroup> |
17 | | - <PackageReference Include="BlazorOcticons" Version="1.2.0" /> |
18 | | - <PackageReference Include="BlazorOcticonsGenerator" Version="1.2.0"> |
19 | | - </PackageReference> |
20 | | - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.1" /> |
21 | | - <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.1" PrivateAssets="all" /> |
22 | | - </ItemGroup> |
23 | | - |
24 | | - |
25 | | - <PropertyGroup> |
26 | | - <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> |
27 | | - <CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GX</CompilerGeneratedFilesOutputPath> |
28 | | - </PropertyGroup> |
29 | | -</Project> |
30 | | -<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> |
31 | | - |
32 | | - <PropertyGroup> |
33 | | - <TargetFramework>net10.0</TargetFramework> |
34 | | - <Nullable>enable</Nullable> |
35 | | - <ImplicitUsings>enable</ImplicitUsings> |
36 | | - <OverrideHtmlAssetPlaceholders>true</OverrideHtmlAssetPlaceholders> |
37 | | - </PropertyGroup> |
38 | | - |
39 | | - <ItemGroup> |
40 | | - <AdditionalFiles Include="andrei-16.svg" /> |
41 | | - </ItemGroup> |
42 | | - |
43 | | - |
44 | | - |
45 | 16 | <ItemGroup> |
46 | 17 | <PackageReference Include="BlazorOcticons" Version="1.3.0" /> |
47 | 18 | <PackageReference Include="BlazorOcticonsGenerator" Version="1.3.0"> |
48 | | - <PrivateAssets>all</PrivateAssets> |
49 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
50 | 19 | </PackageReference> |
51 | 20 | <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.1" /> |
52 | 21 | <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="10.0.1" PrivateAssets="all" /> |
53 | 22 | </ItemGroup> |
| 23 | + <!-- Use only local test icons --> |
| 24 | + <ItemGroup> |
| 25 | + <AdditionalFiles Remove="$(BlazorOcticonsIconsPath)**\*.svg" /> |
| 26 | + </ItemGroup> |
| 27 | + <ItemGroup> |
| 28 | + <Folder Include="Octicons\" /> |
| 29 | + </ItemGroup> |
54 | 30 |
|
55 | | - <!-- Use only local test icons --> |
56 | | - <ItemGroup> |
57 | | - <AdditionalFiles Remove="$(BlazorOcticonsIconsPath)**\*.svg" /> |
58 | | - </ItemGroup> |
59 | | - |
60 | 31 |
|
61 | 32 | <PropertyGroup> |
62 | 33 | <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> |
63 | 34 | <CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GX</CompilerGeneratedFilesOutputPath> |
64 | 35 | </PropertyGroup> |
65 | 36 | </Project> |
| 37 | + |
| 38 | + |
| 39 | + |
0 commit comments