Skip to content

Commit

Permalink
Removed dead code of CryptoUtils, moved key.ico to Images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonestell committed Sep 16, 2020
1 parent c5a0e88 commit a1935ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 74 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions TDESDUKPTTool/TDESDUKPTTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>key.ico</ApplicationIcon>
<ApplicationIcon>Images\key.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DUKPTCore, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -86,7 +86,6 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Utils\CryptoUtils.cs" />
<Compile Include="Extensions\FormExtensions.cs" />
<Compile Include="Forms\frmKeyPartTool.cs">
<SubType>Form</SubType>
Expand Down Expand Up @@ -135,7 +134,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Images\warning.png" />
<Content Include="key.ico" />
<Content Include="Images\key.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
Expand Down
71 changes: 0 additions & 71 deletions TDESDUKPTTool/Utils/CryptoUtils.cs

This file was deleted.

0 comments on commit a1935ce

Please sign in to comment.