mirror of
https://github.com/Aviortheking/Look-And-Say.git
synced 2025-06-27 14:29:18 +00:00
Initial commit
This commit is contained in:
11
ConsoleApp1/ConsoleApp1.csproj
Normal file
11
ConsoleApp1/ConsoleApp1.csproj
Normal file
@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>exe</OutputType>
|
||||
<TargetFramework>netcoreapp1.1</TargetFramework>
|
||||
<ApplicationIcon />
|
||||
<OutputTypeEx>exe</OutputTypeEx>
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user