| 
					
				 | 
			
			
				@@ -3,33 +3,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <TargetFramework>netstandard2.0</TargetFramework> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <GenerateAssemblyInfo>false</GenerateAssemblyInfo> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   </PropertyGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <DebugSymbols>true</DebugSymbols> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <DebugType>full</DebugType> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <Optimize>false</Optimize> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <OutputPath>bin\Debug\</OutputPath> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <DefineConstants>DEBUG;TRACE</DefineConstants> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <ErrorReport>prompt</ErrorReport> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <WarningLevel>4</WarningLevel> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <DocumentationFile>bin\Debug\Avalonia.Markup.xml</DocumentationFile> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <NoWarn>CS1591</NoWarn> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  </PropertyGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <DebugType>pdbonly</DebugType> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <Optimize>true</Optimize> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <OutputPath>bin\Release\</OutputPath> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <DefineConstants>TRACE</DefineConstants> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <ErrorReport>prompt</ErrorReport> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <WarningLevel>4</WarningLevel> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <DocumentationFile>bin\Release\Avalonia.Markup.xml</DocumentationFile> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <NoWarn>CS1591</NoWarn> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <TreatWarningsAsErrors>true</TreatWarningsAsErrors> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  </PropertyGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  <ItemGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    <Compile Include="..\..\Shared\SharedAssemblyInfo.cs"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <Link>Properties\SharedAssemblyInfo.cs</Link> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    </Compile> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  </ItemGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   <ItemGroup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <ProjectReference Include="..\..\Avalonia.Base\Avalonia.Base.csproj" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <ProjectReference Include="..\..\Avalonia.Controls\Avalonia.Controls.csproj" /> 
			 |