Initial commit
checkpoint only
This commit is contained in:
parent
0535640e57
commit
5066257912
13 changed files with 1219 additions and 0 deletions
14
src/core/core.csproj
Normal file
14
src/core/core.csproj
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<RootNamespace>cs_mic.core</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="dotnet tool run coco -namespace csmic.Interpreter - frames . $(ProjectDir)\cocor\interpreter.atg" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue