mirror of
				https://gitee.com/ThingsGateway/ThingsGateway.git
				synced 2025-11-04 17:43:58 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			913 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			913 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project>
 | 
						|
	<PropertyGroup>
 | 
						|
		<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
 | 
						|
		<Version>2.0.6.0</Version>
 | 
						|
		<Authors>Diego</Authors>
 | 
						|
		<Product>ThingsGateway</Product>
 | 
						|
		<Copyright>© 2023-present Diego</Copyright>
 | 
						|
		<RepositoryUrl>https://gitee.com/diego2098/ThingsGateway</RepositoryUrl>
 | 
						|
		<PublishRepositoryUrl>true</PublishRepositoryUrl>
 | 
						|
		<EmbedUntrackedSource>true</EmbedUntrackedSource>
 | 
						|
		<EmbedAllSources>true</EmbedAllSources>
 | 
						|
		<RepositoryType>Gitee</RepositoryType>
 | 
						|
		<IncludeSymbols>true</IncludeSymbols>
 | 
						|
		<SymbolPackageFormat>snupkg</SymbolPackageFormat>
 | 
						|
		<SignAssembly>True</SignAssembly>
 | 
						|
		<DelaySign>False</DelaySign>
 | 
						|
		<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages>
 | 
						|
	</PropertyGroup>
 | 
						|
 | 
						|
	<PropertyGroup>
 | 
						|
		<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
 | 
						|
	</PropertyGroup>
 | 
						|
 | 
						|
	
 | 
						|
	<PropertyGroup>
 | 
						|
		<LangVersion>latest</LangVersion>
 | 
						|
	</PropertyGroup>
 | 
						|
 | 
						|
 | 
						|
</Project> |