Add project files.

This commit is contained in:
Biarity
2018-01-26 14:17:48 +10:00
parent 9d6787e7c7
commit 8407f9e23e
3 changed files with 40 additions and 0 deletions

8
Sieve/Class1.cs Normal file
View File

@@ -0,0 +1,8 @@
using System;
namespace Sieve
{
public class Class1
{
}
}

7
Sieve/Sieve.csproj Normal file
View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
</Project>