DotNet andd C++ example

This commit is contained in:
kdeng00
2020-08-16 16:51:37 -04:00
commit bc545e7caf
7 changed files with 110 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>