|
27 | 27 | </PropertyGroup> |
28 | 28 |
|
29 | 29 | <ItemGroup> |
30 | | - <Content Remove="wwwroot\icon-128.png" /> |
| 30 | + <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.2" /> |
| 31 | + <PackageReference Include="SpawnDev.BlazorJS" Version="2.65.0" /> |
31 | 32 | </ItemGroup> |
32 | 33 |
|
33 | 34 | <ItemGroup> |
34 | | - <SupportedPlatform Include="browser" /> |
| 35 | + <ProjectReference Include="..\ILGPU\ILGPU.csproj" PrivateAssets="All" /> |
| 36 | + <ProjectReference Include="..\ILGPU.Algorithms\ILGPU.Algorithms.csproj" PrivateAssets="All" /> |
35 | 37 | </ItemGroup> |
36 | 38 |
|
37 | | - <ItemGroup> |
38 | | - <PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="10.0.2" /> |
39 | | - </ItemGroup> |
| 39 | + <PropertyGroup> |
| 40 | + <TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);AddProjectReferencesToPackage</TargetsForTfmSpecificContentInPackage> |
| 41 | + </PropertyGroup> |
| 42 | + |
| 43 | + <Target Name="AddProjectReferencesToPackage" DependsOnTargets="BuildOnlySettings;ResolveReferences"> |
| 44 | + <ItemGroup> |
| 45 | + <TfmSpecificPackageFile Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.Extension)' == '.dll' or '%(ReferenceCopyLocalPaths.Extension)' == '.xml'"> |
| 46 | + <PackagePath>lib\$(TargetFramework)</PackagePath> |
| 47 | + </TfmSpecificPackageFile> |
| 48 | + </ItemGroup> |
| 49 | + </Target> |
40 | 50 |
|
41 | 51 | <ItemGroup> |
42 | 52 | <None Include="Assets\icon-128.png" Pack="true" PackagePath="\" /> |
|
45 | 55 | <None Include="wwwroot\icon-128.png" /> |
46 | 56 | </ItemGroup> |
47 | 57 |
|
48 | | - <PropertyGroup> |
49 | | - <TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);AddProjectReferencesToPackage</TargetsForTfmSpecificContentInPackage> |
50 | | - </PropertyGroup> |
51 | | - |
52 | 58 | <ItemGroup> |
53 | | - <PackageReference Include="SpawnDev.BlazorJS" Version="2.65.0" /> |
| 59 | + <Content Remove="wwwroot\icon-128.png" /> |
54 | 60 | </ItemGroup> |
55 | 61 |
|
56 | 62 | <ItemGroup> |
57 | | - <ProjectReference Include="..\ILGPU\ILGPU.csproj" PrivateAssets="All" /> |
58 | | - <ProjectReference Include="..\ILGPU.Algorithms\ILGPU.Algorithms.csproj" PrivateAssets="All" /> |
| 63 | + <SupportedPlatform Include="browser" /> |
59 | 64 | </ItemGroup> |
60 | 65 |
|
61 | | - <Target Name="AddProjectReferencesToPackage" DependsOnTargets="BuildOnlySettings;ResolveReferences"> |
62 | | - <ItemGroup> |
63 | | - <TfmSpecificPackageFile Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.Extension)' == '.dll' or '%(ReferenceCopyLocalPaths.Extension)' == '.xml'"> |
64 | | - <PackagePath>lib\$(TargetFramework)</PackagePath> |
65 | | - </TfmSpecificPackageFile> |
66 | | - </ItemGroup> |
67 | | - </Target> |
68 | | - |
69 | 66 | </Project> |
0 commit comments