Skip to content

Commit

Permalink
Replace ProjectReunion with WindowsAppSDK, set version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouterdek committed Dec 16, 2021
1 parent ca1709e commit 7a78bd1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="2e588304-745a-4167-a30b-85654eaa9544"
Publisher="CN=WouterDeK"
Version="1.0.0.0" />
Version="1.0.1.0" />

<Properties>
<DisplayName>Magic4PC</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ProjectReunion" Version="[0.8.0]">
<IncludeAssets>build</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="[0.8.0]">
<IncludeAssets>build</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0" />
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
</Project>
2 changes: 1 addition & 1 deletion pc/magic4pc_win/magic4pc_win/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<assemblyIdentity version="1.0.0.0" name="magic4pc_win.app"/>
<assemblyIdentity version="1.0.1.0" name="magic4pc_win.app"/>

<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
Expand Down
8 changes: 3 additions & 5 deletions pc/magic4pc_win/magic4pc_win/magic4pc_win.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ProjectReunion" Version="0.8.0" />
<PackageReference Include="Microsoft.ProjectReunion.Foundation" Version="0.8.0" />
<PackageReference Include="Microsoft.ProjectReunion.WinUI" Version="0.8.0" />
<PackageReference Include="Microsoft.UI.Xaml" Version="2.6.1" />
<PackageReference Include="Microsoft.UI.Xaml" Version="2.7.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0" />
<PackageReference Include="PInvoke.User32" Version="0.7.104" />
<PackageReference Include="System.Management" Version="5.0.0" />
<PackageReference Include="System.Management" Version="6.0.0" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down

0 comments on commit 7a78bd1

Please sign in to comment.