discord-bot/HomoglyphConverter/HomoglyphConverter.csproj
2018-09-13 21:35:53 +02:00

17 lines
331 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="confusables.txt.gz" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="confusables.txt.gz" />
</ItemGroup>
</Project>