2024-09-30 16:32:48 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-06-10 10:31:45 -07:00
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-07-25 09:15:55 -07:00
|
|
|
<TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
|
2024-06-10 10:31:45 -07:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<IncludeResourceFolder>true</IncludeResourceFolder>
|
|
|
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-01-28 17:13:36 -05:00
|
|
|
<ProjectReference Include="..\..\..\src\AutoGen\AutoGen.csproj" />
|
|
|
|
<ProjectReference Include="..\..\..\src\AutoGen.Gemini\AutoGen.Gemini.csproj" />
|
|
|
|
<ProjectReference Include="..\..\..\src\AutoGen.SourceGenerator\AutoGen.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
2024-09-30 16:32:48 -07:00
|
|
|
<PackageReference Include="FluentAssertions" />
|
2024-06-10 10:31:45 -07:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|