Sha256: fcef9ffbc47ce0d373260a5b0c7d6a038c42340f12ddfa6ad073a6c5b0f16b8f
Contents?: true
Size: 876 Bytes
Versions: 18
Compression:
Stored size: 876 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <configuration> <!-- The GUI only runs under .NET 2.0 or higher. The useLegacyV2RuntimeActivationPolicy setting only applies under .NET 4.0 and permits use of mixed mode assemblies, which would otherwise not load correctly. --> <startup useLegacyV2RuntimeActivationPolicy="true"> <!-- Comment out the next line to force use of .NET 4.0 --> </startup> <runtime> <!-- Ensure that test exceptions don't crash NUnit --> <legacyUnhandledExceptionPolicy enabled="1"/> <!-- Run partial trust V2 assemblies in full trust under .NET 4.0 --> <loadFromRemoteSources enabled="true"/> <!-- Look for addins in the addins directory for now --> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="lib;addins"/> </assemblyBinding> </runtime> </configuration>
Version data entries
18 entries across 16 versions & 1 rubygems