TheAiCollectiveART commited on
Commit
8f86275
·
verified ·
1 Parent(s): fb50b1b

Rescue unique file from 02_Cuneiform_U_Hypercube/src/csharp/tmp_cs/tmp_cs.csproj

Browse files
02_Cuneiform_U_Hypercube_Yin/src/csharp/tmp_cs/tmp_cs.csproj ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <Project Sdk="Microsoft.NET.Sdk">
2
+
3
+ <PropertyGroup>
4
+ <OutputType>Exe</OutputType>
5
+ <TargetFramework>net8.0</TargetFramework>
6
+ <ImplicitUsings>enable</ImplicitUsings>
7
+ <Nullable>enable</Nullable>
8
+ </PropertyGroup>
9
+
10
+ </Project>