mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			577 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			577 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <!-- ProjectGuid is only included as a requirement for SonarQube analysis -->
 | 
						|
  <PropertyGroup>
 | 
						|
    <ProjectGuid>{713F42B5-878E-499D-A878-E4C652B1D5E8}</ProjectGuid>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Include="..\SharedVersion.cs" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <TargetFramework>netstandard2.1</TargetFramework>
 | 
						|
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
 | 
						|
    <GenerateDocumentationFile>true</GenerateDocumentationFile>
 | 
						|
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
</Project>
 |