Skip to content

Commit

Permalink
XAML resource merging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Nov 11, 2024
1 parent 6e80dee commit 677b244
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions Amethyst/Amethyst.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<Description>Amethyst (Desktop) App</Description>
<PackageProjectUrl>k2vr.tech</PackageProjectUrl>
<!--AZ_BUILD_DATA<Version>AZ_BUILD_NUMBER</Version>AZ_BUILD_DATA-->
<FileVersion>1.2.16.0</FileVersion>
<AssemblyVersion>1.2.16.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<RepositoryUrl>https://github.com/KinectToVR/Amethyst</RepositoryUrl>
<EnablePreviewMsixTooling>true</EnablePreviewMsixTooling>
</PropertyGroup>
Expand Down Expand Up @@ -235,6 +235,16 @@
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<Page Remove="$(ProjectDir)\Plugins\**\*.xaml" />
<Compile Remove="$(ProjectDir)\Plugins\**\*.xaml" />
<None Include="$(ProjectDir)\Plugins\**\*.xaml" />
</ItemGroup>
<ItemGroup>
<Page Remove="$(ProjectDir)\Plugins\**\*.pri" />
<Compile Remove="$(ProjectDir)\Plugins\**\*.pri" />
<None Include="$(ProjectDir)\Plugins\**\*.pri" />
</ItemGroup>
<ProjectExtensions>
<VisualStudio>
<UserProperties assets_4strings_4it_1json__JsonSchema="https://api.airplane.dev/v0/schemas/task.json" />
Expand Down
2 changes: 1 addition & 1 deletion Amethyst/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Identity
Name="11835K2VRTeam.Amethyst-OpenSourceBodyTracking"
Publisher="CN=91B2E3DA-4470-40D2-806F-0A45A7911612"
Version="1.2.16.0" />
Version="1.3.0.0" />

<Properties>
<DisplayName>Amethyst - Open Source Body Tracking</DisplayName>
Expand Down

0 comments on commit 677b244

Please sign in to comment.