SrcGen (Experiment)

This commit is contained in:
ig 2023-06-13 13:05:39 +02:00
parent 26442f7cbd
commit c6c71d5ada
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../App/InnovEnergy.App.props" />
<ItemGroup>
<PackageReference Version="1.5.5" Include="Microsoft.Build.Locator" />
<PackageReference Version="4.6.0" Include="Microsoft.CodeAnalysis.CSharp" />
<PackageReference Version="4.6.0" Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
<PackageReference Version="4.6.0" Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" />
<PackageReference Include="Sawmill" Version="3.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../Utils/Utils.csproj" />
</ItemGroup>
</Project>