mirror of
				https://github.com/microsoft/autogen.git
				synced 2025-10-31 01:40:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			729 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			729 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
 | |
|     <ImplicitUsings>enable</ImplicitUsings>
 | |
|     <IsPackable>false</IsPackable>
 | |
|     <IsTestProject>True</IsTestProject>
 | |
|     <NoWarn>$(NoWarn);CA1829;CA1826</NoWarn>
 | |
|     <GenerateDocumentationFile>True</GenerateDocumentationFile>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\..\src\AutoGen.SourceGenerator\AutoGen.SourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
 | |
|     <ProjectReference Include="..\AutoGen.Tests\AutoGen.Tests.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Microsoft.PowerShell.SDK" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| 
 | |
| </Project>
 | 
