1
0
mirror of https://github.com/rudollee/HTMLParser.git synced 2026-08-11 08:22:58 +00:00

Add project files.

This commit is contained in:
wook
2017-05-08 19:02:38 +09:00
parent 49583e0f3c
commit d210f53583
3 changed files with 37 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
using System;
namespace HTMLParser
{
public class Class1
{
}
}
+7
View File
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.4</TargetFramework>
</PropertyGroup>
</Project>