Skip to content

Commit e93bd04

Browse files
committed
Fix build
1 parent 63a782b commit e93bd04

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

plugin_owoTrackVR/plugin_owoTrackVR.csproj

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,23 @@
88
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
99
<PublishTrimmed>false</PublishTrimmed>
1010
<Platforms>x64</Platforms>
11-
<Platform>x64</Platform>
1211
<UseWinUI>true</UseWinUI>
12+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
13+
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>
14+
<GenerateLibraryLayout>true</GenerateLibraryLayout>
1315
</PropertyGroup>
1416

1517
<ItemGroup>
1618
<PackageReference Include="Amethyst.Plugins.Contract" Version="1.3.0" />
17-
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.8" />
1819
<PackageReference Include="System.ComponentModel.Composition" Version="9.0.6" />
1920
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="9.0.6" />
2021
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250606001" />
2122
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4188" />
2223
</ItemGroup>
2324

24-
<ItemGroup>
25-
<TrimmerRootAssembly Include="WinRT.Runtime" />
26-
</ItemGroup>
27-
2825
<ItemGroup>
2926
<Content Include="Assets\**">
3027
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3128
</Content>
3229
</ItemGroup>
33-
34-
<ItemGroup>
35-
<Folder Include="Assets\Resources\" />
36-
</ItemGroup>
3730
</Project>

0 commit comments

Comments
 (0)