You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

AutoGen.Gemini.Sample.csproj 777 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. <IncludeResourceFolder>true</IncludeResourceFolder>
  8. <GenerateDocumentationFile>True</GenerateDocumentationFile>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\..\..\src\AutoGen\AutoGen.csproj" />
  12. <ProjectReference Include="..\..\..\src\AutoGen.Gemini\AutoGen.Gemini.csproj" />
  13. <ProjectReference Include="..\..\..\src\AutoGen.SourceGenerator\AutoGen.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
  14. <PackageReference Include="FluentAssertions" />
  15. </ItemGroup>
  16. </Project>