...
This commit is contained in:
15
src/Generation/Generation.csproj
Normal file
15
src/Generation/Generation.csproj
Normal file
@@ -0,0 +1,15 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>generation</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Common\Common.csproj" />
|
||||
<ProjectReference Include="..\syntax2\syntax2.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
1397
src/Generation/QBE/QBEGenerator.cs
Normal file
1397
src/Generation/QBE/QBEGenerator.cs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user