You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							1.3 KiB
						
					
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							1.3 KiB
						
					
					
				<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
						|
  <!-- Project targeting defaults --> | 
						|
  <PropertyGroup> | 
						|
    <TargetFrameworkIdentifier Condition="'$(TargetFrameworkIdentifier)' == ''">None</TargetFrameworkIdentifier> | 
						|
  </PropertyGroup> | 
						|
  <PropertyGroup Condition="'$(TargetFrameworkIdentifier)' == 'None'"> | 
						|
    <NuGetTargetMoniker>DNXCore,Version=v5.0</NuGetTargetMoniker> | 
						|
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences> | 
						|
    <NoStdLib>true</NoStdLib> | 
						|
    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two | 
						|
         properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and | 
						|
         to prevent it from outputting a warning (MSB3644). | 
						|
    --> | 
						|
    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories> | 
						|
    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths> | 
						|
    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences> | 
						|
  </PropertyGroup> | 
						|
    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 
						|
  <Import Project="$(MSBuildThisFileDirectory)\coreconsole.targets" /> | 
						|
  <Import Project="$(MSBuildThisFileDirectory)\vsdebug.targets" /> | 
						|
 | 
						|
</Project>
 | 
						|
 |