Refactor project file

This commit is contained in:
Alexey Golub 2017-08-29 20:23:03 +03:00
parent dd942824ec
commit 22d7dd43ec

View file

@ -3,8 +3,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net45</TargetFramework> <TargetFramework>net45</TargetFramework>
<AssemblyVersion>1.0.0</AssemblyVersion> <Version>1.0.0</Version>
<FileVersion>$(AssemblyVersion)</FileVersion>
<Company>Tyrrrz</Company> <Company>Tyrrrz</Company>
<Copyright>Copyright (c) 2017 Alexey Golub</Copyright> <Copyright>Copyright (c) 2017 Alexey Golub</Copyright>
</PropertyGroup> </PropertyGroup>