mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tools: use dotnet build in VS2015 CI
This commit is contained in:
		
							
								
								
									
										12
									
								
								tools/gensrc/remove-sln-project.ps1
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								tools/gensrc/remove-sln-project.ps1
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| param ( | ||||
|     [Parameter(Mandatory)][string]$Path, | ||||
|     [Parameter(Mandatory)][string]$Match | ||||
| ) | ||||
|  | ||||
| echo "Removing projects that match $($Match) from $($Path)" | ||||
|  | ||||
| Get-Content $Path -Delimiter 'EndProject' | | ||||
|   Where-Object {$_ -notlike $Match} | | ||||
|   Set-Content "$($Path).new" | ||||
|    | ||||
|  Move-Item -Path "$($Path).new" -Destination $Path -Force | ||||
		Reference in New Issue
	
	Block a user