Add translator to poyo

This commit is contained in:
2025-05-16 11:27:16 +02:00
parent 871f46b996
commit f83f59c05a
10 changed files with 424 additions and 410 deletions

View File

@@ -7,12 +7,11 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PoyoLang.Translator.SourceGenerator\PoyoLang.Translator.SourceGenerator.csproj" ReferenceOutputAssembly="false" OutputItemType="Analyzer" />
<ProjectReference Include="..\PoyoLang.Translator.SourceGenerator\PoyoLang.Translator.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
<ItemGroup>
<None Remove="dictionary.json" />
<AdditionalFiles Include="dictionary.json" />
<AdditionalFiles Include="dictionary.txt" />
</ItemGroup>
</Project>