| 
									
										
										
										
											2023-11-18 23:02:28 +08:00
										 |  |  | <Project> | 
					
						
							|  |  |  | 	<PropertyGroup> | 
					
						
							| 
									
										
										
										
											2023-11-22 14:06:52 +08:00
										 |  |  | 		<Version>4.0.0.4</Version> | 
					
						
							| 
									
										
										
										
											2023-11-18 23:02:28 +08:00
										 |  |  | 		<LangVersion>latest</LangVersion> | 
					
						
							|  |  |  | 		<ImplicitUsings>enable</ImplicitUsings> | 
					
						
							|  |  |  | 		<TargetFrameworks>net6.0;net8.0;</TargetFrameworks> | 
					
						
							|  |  |  | 		<Authors>Diego</Authors> | 
					
						
							|  |  |  | 		<Product>ThingsGateway</Product> | 
					
						
							|  |  |  | 		<Copyright>© 2023-present Diego</Copyright> | 
					
						
							|  |  |  | 		<RepositoryUrl>https://gitee.com/diego2098/ThingsGateway</RepositoryUrl> | 
					
						
							|  |  |  | 		<SignAssembly>True</SignAssembly> | 
					
						
							|  |  |  | 		<DelaySign>False</DelaySign> | 
					
						
							|  |  |  | 		<SatelliteResourceLanguages>zh-Hans</SatelliteResourceLanguages> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	</PropertyGroup> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	<ItemGroup> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		<ProjectReference Include="..\..\gateway\ThingsGateway.Gateway.Application\ThingsGateway.Gateway.Application.csproj" > | 
					
						
							|  |  |  | 			<Private>false</Private> | 
					
						
							|  |  |  | 			<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> | 
					
						
							|  |  |  | 			<ExcludeAssets>runtime</ExcludeAssets> | 
					
						
							|  |  |  | 		</ProjectReference> | 
					
						
							|  |  |  | 	</ItemGroup> | 
					
						
							|  |  |  | </Project> |