mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			433 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			433 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <OutputType>Exe</OutputType>
 | 
						|
    <TargetFramework>net7.0</TargetFramework>
 | 
						|
    <ExampleTitle>Rules</ExampleTitle>
 | 
						|
    <ExampleDescription>Demonstrates how to render horizontal rules (lines).</ExampleDescription>
 | 
						|
    <ExampleGroup>Widgets</ExampleGroup>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\..\Shared\Shared.csproj" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project>
 |