Skip to content

Commit

Permalink
Removed obsolete libraries and added basic comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaexplorer74 committed Jan 7, 2023
1 parent c1b2b69 commit e82a25d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Navigation;
using ndtklib;
using Registry; // RnD


// Logging_Enabler
namespace Logging_Enabler
Expand Down Expand Up @@ -148,7 +148,7 @@ public async void CheckLoggingStatus()
}

//RnD
await Task.Delay(3000);
await Task.Delay(2000);

string results = "";

Expand Down
Binary file removed src/Registry.dll
Binary file not shown.
8 changes: 0 additions & 8 deletions src/W10MLoggingTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@
</AppxManifest>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Registry.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="ndtklib.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
Expand Down Expand Up @@ -230,17 +227,12 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>.\ndtklib.winmd</HintPath>
</Reference>
<Reference Include="Registry, Version=255.255.255.255, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\Registry.winmd</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="libraries\" />
</ItemGroup>
<ItemGroup>
<None Include="Logging Enabler_TemporaryKey.pfx" />
<None Include="Registry.winmd" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
Expand Down

0 comments on commit e82a25d

Please sign in to comment.