17 lines
		
	
	
		
			496 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			496 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project Sdk="Microsoft.NET.Sdk">
 | 
						|
 | 
						|
  <PropertyGroup>
 | 
						|
    <TargetFramework>net9.0</TargetFramework>
 | 
						|
    <ImplicitUsings>disable</ImplicitUsings>
 | 
						|
    <Nullable>enable</Nullable>
 | 
						|
    <RootNamespace>Engine.Integration.Yaml</RootNamespace>
 | 
						|
    <AssemblyName>Engine.Integration.Yaml</AssemblyName>
 | 
						|
  </PropertyGroup>
 | 
						|
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\..\Engine\Engine.csproj" />
 | 
						|
    <ProjectReference Include="..\YamlDotNet\YamlDotNet\YamlDotNet.csproj" />
 | 
						|
  </ItemGroup>
 | 
						|
 | 
						|
</Project>
 |