+ Sitemap generator I created while learning the dispose pattern + Testing project for learning general C#
		
			
				
	
	
		
			15 lines
		
	
	
		
			358 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			358 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\SiteMapLibrary\SiteMapLibrary.csproj" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <OutputType>Exe</OutputType>
 | 
						|
    <TargetFramework>net6.0</TargetFramework>
 | 
						|
    <ImplicitUsings>enable</ImplicitUsings>
 | 
						|
    <Nullable>enable</Nullable>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
</Project>
 |