Переглянути джерело

Excluded lib/NUnit/tools/nunit-console.exe.config

csharptest 14 роки тому
батько
коміт
03ea9131f5
2 змінених файлів з 1 додано та 19 видалено
  1. 1 1
      .hgignore
  2. 0 18
      lib/NUnit/tools/nunit-console.exe.config

+ 1 - 1
.hgignore

@@ -9,7 +9,7 @@ _ReSharper.*
 *.user
 *.suo
 
-lib/NUnit 2.2.8.0/nunit-console.exe.config
+lib/NUnit/tools/nunit-console.exe.config
 
 
 syntax: regexp

+ 0 - 18
lib/NUnit/tools/nunit-console.exe.config

@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<configuration>
-
-  <startup>
-    <requiredRuntime version="v2.0.50727" />
-  </startup>
-
-  <runtime>
-    <!-- We need this so test exceptions don't crash NUnit -->
-    <legacyUnhandledExceptionPolicy enabled="1" />
-
-    <!-- Look for addins in the addins directory for now -->
-    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
-      <probing privatePath="lib;addins"/>
-   </assemblyBinding>
-  </runtime>
-  
-</configuration>