mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	Fix problem in mk_echo.
				
					
				
			This commit is contained in:
		
							parent
							
								
									e39907c481
								
							
						
					
					
						commit
						33363aeb58
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2407,7 +2407,7 @@ class DotNetExampleComponent(ExampleComponent):
 | 
			
		|||
                out.write('\t@echo %s%s%s %s %s\n' % (echo_ex_qu, msg, echo_ex_qu, echo_dir, proj_name))
 | 
			
		||||
 | 
			
		||||
            out.write('\n')
 | 
			
		||||
            mk_echo('<Project Sdk="Microsoft.NET.Sdk">')
 | 
			
		||||
            mk_echo('<Project Sdk="Microsoft.NET.Sdk">', True)
 | 
			
		||||
            mk_echo('  <PropertyGroup>')
 | 
			
		||||
            mk_echo('    <OutputType>Exe</OutputType>')
 | 
			
		||||
            mk_echo('    <TargetFramework>netcoreapp2.0</TargetFramework>')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue