Skip to content

Commit

Permalink
Move QR code to own folder (#81)
Browse files Browse the repository at this point in the history
* Move QR code to own folder
  • Loading branch information
robinvanpoppel committed Apr 5, 2020
1 parent 1d56177 commit f700c6e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions KeeTrayTOTP/KeeTrayTOTP.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- KeePass PLGX Compiler only can build csharp projects up to csharp version 5 -->
Expand All @@ -25,11 +25,14 @@
<AssemblyName>KeeTrayTOTP</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile></TargetFrameworkProfile>
<NuGetPackageImportStamp></NuGetPackageImportStamp>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<ApplicationIcon>TOTP.ico</ApplicationIcon>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile></AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -76,9 +79,9 @@
<Compile Include="FormAbout.Designer.cs">
<DependentUpon>FormAbout.cs</DependentUpon>
</Compile>
<Compile Include="QRCode.cs" />
<Compile Include="QRCodeData.cs" />
<Compile Include="QRCodeGenerator.cs" />
<Compile Include="Libraries\QRCoder\QRCode.cs" />
<Compile Include="Libraries\QRCoder\QRCodeData.cs" />
<Compile Include="Libraries\QRCoder\QRCodeGenerator.cs" />
<Compile Include="Localization\Strings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
Expand All @@ -99,7 +102,7 @@
<Compile Include="ShowQR.Designer.cs">
<DependentUpon>ShowQR.cs</DependentUpon>
</Compile>
<Compile Include="Stream4Methods.cs" />
<Compile Include="Libraries\QRCoder\Stream4Methods.cs" />
<Compile Include="TrayTOTP_CustomColumn.cs" />
<Compile Include="TrayTOTP_Extensions.cs" />
<Compile Include="FormHelp.cs">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -25,7 +25,7 @@

namespace QRCoder.Framework4._0Methods
{
class Stream4Methods
static class Stream4Methods
{
public static void CopyTo(System.IO.Stream input, System.IO.Stream output)
{
Expand Down

0 comments on commit f700c6e

Please sign in to comment.