Skip to content

Commit

Permalink
Cleanup project (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvanpoppel committed Apr 11, 2020
1 parent e705a6f commit a7f54d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 3 additions & 2 deletions KeeTrayTOTP.Tests/KeeTrayTOTP.Tests.csproj
Expand Up @@ -6,8 +6,10 @@
<TestProjectType>UnitTest</TestProjectType>
<AssemblyTitle>KeeTrayTOTP.Tests</AssemblyTitle>
<Product>KeeTrayTOTP.Tests</Product>
<Copyright>Copyright © 2019</Copyright>
<Copyright>Copyright © $([System.DateTime]::Now.ToString(yyyy))</Copyright>
<OutputPath>bin\$(Configuration)\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
Expand All @@ -21,7 +23,6 @@
<PackageReference Include="MSTest.TestFramework" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Configuration" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions KeeTrayTOTP.Tests/app.config

This file was deleted.

2 changes: 1 addition & 1 deletion KeeTrayTOTP/KeeTrayTOTP.csproj
Expand Up @@ -43,6 +43,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down Expand Up @@ -70,7 +71,6 @@
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Libraries\DropDownLocationCalculator.cs" />
Expand Down

0 comments on commit a7f54d3

Please sign in to comment.