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,13 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Import Project="../DiscordChatExporter.props" />
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AssemblyName>DiscordChatExporter</AssemblyName>
<Version>2.15</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) Alexey Golub</Copyright>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ApplicationIcon>../favicon.ico</ApplicationIcon>
</PropertyGroup>