9 lines
		
	
	
		
			234 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			234 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <OutputType>WinExe</OutputType>
 | |
|     <TargetFramework>netcoreapp3.1</TargetFramework>
 | |
|     <UseWindowsForms>true</UseWindowsForms>
 | |
|   </PropertyGroup>
 | |
| 
 | |
| </Project> | 
