Files
minesweeper-coop/CoopSweeper/CoopSweeper.csproj
2018-05-25 09:31:09 +02:00

13 lines
231 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="View\" />
</ItemGroup>
</Project>