A few visual improvements

This commit is contained in:
Andre Beging
2017-09-13 20:58:17 +02:00
parent ffbf5d7be9
commit 3f90366caf
7 changed files with 142 additions and 17 deletions

View File

@@ -39,6 +39,15 @@
<PropertyGroup>
<ApplicationIcon>Content\money_green.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>sgKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<DelaySign>false</DelaySign>
</PropertyGroup>
<ItemGroup>
<Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath>
@@ -100,6 +109,7 @@
<Compile Include="Converters\AmountToColorConverter.cs" />
<Compile Include="Data\Database.cs" />
<Compile Include="Extensions\ExtensionMethods.cs" />
<Compile Include="Helper\PrintHelper.cs" />
<Compile Include="Model\Enums.cs" />
<Compile Include="Model\Transaction.cs" />
<Compile Include="Model\Person.cs" />
@@ -172,6 +182,7 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Include="sgKey.snk" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />