| 
									
										
										
										
											2025-09-14 11:58:50 +02:00
										 |  |  |  | <Project Sdk="Microsoft.NET.Sdk.Web"> | 
					
						
							| 
									
										
										
										
											2025-09-10 11:49:38 +02:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |   <PropertyGroup> | 
					
						
							|  |  |  |  |     <OutputType>Exe</OutputType> | 
					
						
							|  |  |  |  |     <TargetFramework>net9.0</TargetFramework> | 
					
						
							|  |  |  |  |     <ImplicitUsings>enable</ImplicitUsings> | 
					
						
							|  |  |  |  |     <Nullable>enable</Nullable> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  | 
 | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.9" /> | 
					
						
							| 
									
										
										
										
											2025-09-14 11:58:50 +02:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  |     </ItemGroup> | 
					
						
							| 
									
										
										
										
											2025-09-10 11:49:38 +02:00
										 |  |  |  | 
 | 
					
						
							|  |  |  |  | </Project> |