mirror of
https://github.com/Aviortheking/Look-And-Say.git
synced 2025-06-27 14:29:18 +00:00
11 lines
255 B
XML
11 lines
255 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>exe</OutputType>
|
|
<TargetFramework>netcoreapp1.1</TargetFramework>
|
|
<ApplicationIcon />
|
|
<OutputTypeEx>exe</OutputTypeEx>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
|
|
</Project> |