Skip to content

Commit

Permalink
[Mouse Jump] - remove project type guids - microsoft#25482
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton committed Aug 22, 2024
1 parent 8275ced commit f3b4a21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<OutputType>Library</OutputType>
<RootNamespace>MouseJump.Common</RootNamespace>
<AssemblyName>PowerToys.MouseJump.Common</AssemblyName>
<ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>

Expand Down
3 changes: 1 addition & 2 deletions src/modules/MouseUtils/MouseJumpUI/MouseJumpUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
<OutputType>WinExe</OutputType>
<RootNamespace>MouseJumpUI</RootNamespace>
<AssemblyName>PowerToys.MouseJumpUI</AssemblyName>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>

<!-- See https://learn.microsoft.com/windows/apps/develop/platform/csharp-winrt/net-projection-from-cppwinrt-component for more info -->
<!-- See https://learn.microsoft.com/windows/apps/develop/platform/csharp-winrt/net-projection-from-cppwinrt-component for more info -->
<PropertyGroup>
<CsWinRTIncludes>PowerToys.GPOWrapper</CsWinRTIncludes>
<CsWinRTGeneratedFilesDir>$(OutDir)</CsWinRTGeneratedFilesDir>
Expand Down

0 comments on commit f3b4a21

Please sign in to comment.