Added missing csproj.

This commit is contained in:
gaymerdolphin 2020-12-08 22:57:33 +00:00
parent 1d5cdf8b1c
commit 8718ec9a2c

8
nfs2iso2nfs.csproj Normal file
View File

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