Switch to calling RAR directly

This commit is contained in:
Nathan Mytelka 2021-04-26 12:27:53 -07:00
parent 0a135650c2
commit b956cb7a9f
3 changed files with 1 additions and 25 deletions

View file

@ -1,12 +0,0 @@
using System;
namespace RARPreCacheProject
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}

View file

@ -1,8 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>