Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jb@evain.net>2017-07-21 03:00:12 +0300
committerJb Evain <jb@evain.net>2017-07-21 03:00:12 +0300
commitc5c135a8a255883fa8ec2e7ff0b1a437e8bebaa8 (patch)
tree75437af2045c0e9d1bd03aa2a7a0024cd5648d68
parentc4b9703a02bcdf4fd39aa53e63f1c3057ea1fd12 (diff)
Add more locations to find peverify
-rw-r--r--Test/Mono.Cecil.Tests/CompilationService.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/Mono.Cecil.Tests/CompilationService.cs b/Test/Mono.Cecil.Tests/CompilationService.cs
index 54fef5f..877ed24 100644
--- a/Test/Mono.Cecil.Tests/CompilationService.cs
+++ b/Test/Mono.Cecil.Tests/CompilationService.cs
@@ -251,6 +251,10 @@ namespace Mono.Cecil.Tests {
static string WinSdkTool (string tool)
{
var sdks = new [] {
+ @"Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.7 Tools",
+ @"Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.2 Tools",
+ @"Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools",
+ @"Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools",
@"Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools",
@"Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools",
@"Microsoft SDKs\Windows\v7.0A\Bin",