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

11
DiscordChatExporter.props Normal file
View File

@@ -0,0 +1,11 @@
<Project>
<PropertyGroup>
<Version>2.15</Version>
<Company>Tyrrrz</Company>
<Copyright>Copyright (c) Alexey Golub</Copyright>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>