Use shared props file

This commit is contained in:
Alexey Golub
2019-12-01 16:00:45 +02:00
parent 9a52c6a6f6
commit 632b9f953b
8 changed files with 17 additions and 24 deletions

View File

@@ -1,12 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../DiscordChatExporter.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<Version>2.15</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) Alexey Golub</Copyright>
<Nullable>enable</Nullable>
<ApplicationIcon>..\favicon.ico</ApplicationIcon>
</PropertyGroup>