remove readlines, add publish profile

This commit is contained in:
Kieran 2018-11-30 19:52:54 +08:00
parent e9165a2276
commit 937ea84e56
3 changed files with 23 additions and 2 deletions

View File

@ -27,8 +27,8 @@ Modes:
pack Packs a file into VBF format (can be useful for uploading with curl or another program)
");
Console.ReadKey();
}
static Task Main(string[] args)
{
if (args.Length > 1)
@ -386,7 +386,6 @@ Modes:
}
Console.WriteLine("\nDone!");
Console.ReadKey();
}
}

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishProtocol>FileSystem</PublishProtocol>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<TargetFramework>netcoreapp2.1</TargetFramework>
<PublishDir>bin\publish</PublishDir>
<SelfContained>true</SelfContained>
<_IsPortable>false</_IsPortable>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>