Skip to content

Commit

Permalink
Revert permission elevator change
Browse files Browse the repository at this point in the history
  • Loading branch information
Leapward-Koex committed Nov 8, 2024
1 parent a649188 commit 4d65547
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 211 deletions.
1 change: 0 additions & 1 deletion LockScreenGif/LockscreenGif.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@

<ItemGroup>
<ProjectReference Include="..\Logger\Logger.csproj" />
<ProjectReference Include="..\PermissionElevator\PermissionElevator.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(DisableHasPackageAndPublishMenuAddedByProject)'!='true' and '$(EnableMsixTooling)'=='true'">
Expand Down
10 changes: 0 additions & 10 deletions LockscreenGif.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Logger", "Logger\Logger.csproj", "{E6F2A3CA-BE5E-44A6-83BF-F5D16FED461B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PermissionElevator", "PermissionElevator\PermissionElevator.csproj", "{11E2B137-30FC-49F2-9596-0AF6743B0C29}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LockscreenGif", "LockScreenGif\LockscreenGif.csproj", "{2B02598D-AE15-4590-A2C6-47487D4FF769}"
EndProject
Global
Expand All @@ -25,14 +23,6 @@ Global
{E6F2A3CA-BE5E-44A6-83BF-F5D16FED461B}.Release|Any CPU.Build.0 = Release|Any CPU
{E6F2A3CA-BE5E-44A6-83BF-F5D16FED461B}.Release|x64.ActiveCfg = Release|Any CPU
{E6F2A3CA-BE5E-44A6-83BF-F5D16FED461B}.Release|x64.Build.0 = Release|Any CPU
{11E2B137-30FC-49F2-9596-0AF6743B0C29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E2B137-30FC-49F2-9596-0AF6743B0C29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E2B137-30FC-49F2-9596-0AF6743B0C29}.Debug|x64.ActiveCfg = Debug|Any CPU
{11E2B137-30FC-49F2-9596-0AF6743B0C29}.Debug|x64.Build.0 = Debug|Any CPU
{11E2B137-30FC-49F2-9596-0AF6743B0C29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E2B137-30FC-49F2-9596-0AF6743B0C29}.Release|Any CPU.Build.0 = Release|Any CPU
{11E2B137-30FC-49F2-9596-0AF6743B0C29}.Release|x64.ActiveCfg = Release|Any CPU
{11E2B137-30FC-49F2-9596-0AF6743B0C29}.Release|x64.Build.0 = Release|Any CPU
{2B02598D-AE15-4590-A2C6-47487D4FF769}.Debug|Any CPU.ActiveCfg = Debug|x64
{2B02598D-AE15-4590-A2C6-47487D4FF769}.Debug|Any CPU.Build.0 = Debug|x64
{2B02598D-AE15-4590-A2C6-47487D4FF769}.Debug|x64.ActiveCfg = Debug|x64
Expand Down
73 changes: 0 additions & 73 deletions PermissionElevator/OwnershipHelper.cs

This file was deleted.

19 changes: 0 additions & 19 deletions PermissionElevator/PermissionElevator.csproj

This file was deleted.

91 changes: 0 additions & 91 deletions PermissionElevator/Program.cs

This file was deleted.

17 changes: 0 additions & 17 deletions PermissionElevator/app.manifest

This file was deleted.

0 comments on commit 4d65547

Please sign in to comment.