Add translator source generator

This commit is contained in:
2025-05-15 21:03:35 +02:00
parent a25cbd6dde
commit 871f46b996
11 changed files with 686 additions and 127 deletions

View File

@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PoyoLang.Translator.SourceGenerator\PoyoLang.Translator.SourceGenerator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
</ItemGroup>
<ItemGroup>
<None Remove="dictionary.json" />
<AdditionalFiles Include="dictionary.json" />
</ItemGroup>
</Project>