Skip to content

Commit 4890969

Browse files
committed
Normalize all the line endings
1 parent 01e301a commit 4890969

20 files changed

+53051
-53051
lines changed
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<configuration>
3-
<!--
4-
The .NET 2.0 build of nunit-agent only
5-
runs under .NET 2.0 or higher. The setting
6-
useLegacyV2RuntimeActivationPolicy only applies
7-
under .NET 4.0 and permits use of mixed mode
8-
assemblies, which would otherwise not load
9-
correctly.
10-
-->
11-
<startup useLegacyV2RuntimeActivationPolicy="true">
12-
<!--
13-
Nunit-agent is normally run by the console or gui
14-
runners and not independently. In normal usage,
15-
the runner specifies which runtime should be used.
16-
17-
Do NOT add any supportedRuntime elements here,
18-
since they may prevent the runner from controlling
19-
the runtime that is used!
20-
-->
21-
</startup>
22-
23-
<runtime>
24-
<!-- Ensure that test exceptions don't crash NUnit -->
25-
<legacyUnhandledExceptionPolicy enabled="1" />
26-
27-
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
28-
<loadFromRemoteSources enabled="true" />
29-
30-
<!-- Look for addins in the addins directory for now -->
31-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
32-
<probing privatePath="lib;addins"/>
33-
</assemblyBinding>
34-
35-
</runtime>
36-
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<!--
4+
The .NET 2.0 build of nunit-agent only
5+
runs under .NET 2.0 or higher. The setting
6+
useLegacyV2RuntimeActivationPolicy only applies
7+
under .NET 4.0 and permits use of mixed mode
8+
assemblies, which would otherwise not load
9+
correctly.
10+
-->
11+
<startup useLegacyV2RuntimeActivationPolicy="true">
12+
<!--
13+
Nunit-agent is normally run by the console or gui
14+
runners and not independently. In normal usage,
15+
the runner specifies which runtime should be used.
16+
17+
Do NOT add any supportedRuntime elements here,
18+
since they may prevent the runner from controlling
19+
the runtime that is used!
20+
-->
21+
</startup>
22+
23+
<runtime>
24+
<!-- Ensure that test exceptions don't crash NUnit -->
25+
<legacyUnhandledExceptionPolicy enabled="1" />
26+
27+
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
28+
<loadFromRemoteSources enabled="true" />
29+
30+
<!-- Look for addins in the addins directory for now -->
31+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
32+
<probing privatePath="lib;addins"/>
33+
</assemblyBinding>
34+
35+
</runtime>
36+
3737
</configuration>
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<configuration>
3-
<!--
4-
The .NET 2.0 build of nunit-agent only
5-
runs under .NET 2.0 or higher. The setting
6-
useLegacyV2RuntimeActivationPolicy only applies
7-
under .NET 4.0 and permits use of mixed mode
8-
assemblies, which would otherwise not load
9-
correctly.
10-
-->
11-
<startup useLegacyV2RuntimeActivationPolicy="true">
12-
<!--
13-
Nunit-agent is normally run by the console or gui
14-
runners and not independently. In normal usage,
15-
the runner specifies which runtime should be used.
16-
17-
Do NOT add any supportedRuntime elements here,
18-
since they may prevent the runner from controlling
19-
the runtime that is used!
20-
-->
21-
</startup>
22-
23-
<runtime>
24-
<!-- Ensure that test exceptions don't crash NUnit -->
25-
<legacyUnhandledExceptionPolicy enabled="1" />
26-
27-
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
28-
<loadFromRemoteSources enabled="true" />
29-
30-
<!-- Look for addins in the addins directory for now -->
31-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
32-
<probing privatePath="lib;addins"/>
33-
</assemblyBinding>
34-
35-
</runtime>
36-
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<!--
4+
The .NET 2.0 build of nunit-agent only
5+
runs under .NET 2.0 or higher. The setting
6+
useLegacyV2RuntimeActivationPolicy only applies
7+
under .NET 4.0 and permits use of mixed mode
8+
assemblies, which would otherwise not load
9+
correctly.
10+
-->
11+
<startup useLegacyV2RuntimeActivationPolicy="true">
12+
<!--
13+
Nunit-agent is normally run by the console or gui
14+
runners and not independently. In normal usage,
15+
the runner specifies which runtime should be used.
16+
17+
Do NOT add any supportedRuntime elements here,
18+
since they may prevent the runner from controlling
19+
the runtime that is used!
20+
-->
21+
</startup>
22+
23+
<runtime>
24+
<!-- Ensure that test exceptions don't crash NUnit -->
25+
<legacyUnhandledExceptionPolicy enabled="1" />
26+
27+
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
28+
<loadFromRemoteSources enabled="true" />
29+
30+
<!-- Look for addins in the addins directory for now -->
31+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
32+
<probing privatePath="lib;addins"/>
33+
</assemblyBinding>
34+
35+
</runtime>
36+
3737
</configuration>
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<configuration>
3-
<!--
4-
The .NET 2.0 build of the console runner only
5-
runs under .NET 2.0 or higher. The setting
6-
useLegacyV2RuntimeActivationPolicy only applies
7-
under .NET 4.0 and permits use of mixed mode
8-
assemblies, which would otherwise not load
9-
correctly.
10-
-->
11-
<startup useLegacyV2RuntimeActivationPolicy="true">
12-
<!-- Comment out the next line to force use of .NET 4.0 -->
13-
</startup>
14-
<runtime>
15-
<!-- Ensure that test exceptions don't crash NUnit -->
16-
<legacyUnhandledExceptionPolicy enabled="1"/>
17-
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
18-
<loadFromRemoteSources enabled="true"/>
19-
<!-- Look for addins in the addins directory for now -->
20-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
21-
<probing privatePath="lib;addins"/>
22-
</assemblyBinding>
23-
</runtime>
24-
</configuration>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<!--
4+
The .NET 2.0 build of the console runner only
5+
runs under .NET 2.0 or higher. The setting
6+
useLegacyV2RuntimeActivationPolicy only applies
7+
under .NET 4.0 and permits use of mixed mode
8+
assemblies, which would otherwise not load
9+
correctly.
10+
-->
11+
<startup useLegacyV2RuntimeActivationPolicy="true">
12+
<!-- Comment out the next line to force use of .NET 4.0 -->
13+
</startup>
14+
<runtime>
15+
<!-- Ensure that test exceptions don't crash NUnit -->
16+
<legacyUnhandledExceptionPolicy enabled="1"/>
17+
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
18+
<loadFromRemoteSources enabled="true"/>
19+
<!-- Look for addins in the addins directory for now -->
20+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
21+
<probing privatePath="lib;addins"/>
22+
</assemblyBinding>
23+
</runtime>
24+
</configuration>
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<configuration>
3-
<!--
4-
The .NET 2.0 build of the console runner only
5-
runs under .NET 2.0 or higher. The setting
6-
useLegacyV2RuntimeActivationPolicy only applies
7-
under .NET 4.0 and permits use of mixed mode
8-
assemblies, which would otherwise not load
9-
correctly.
10-
-->
11-
<startup useLegacyV2RuntimeActivationPolicy="true">
12-
<!-- Comment out the next line to force use of .NET 4.0 -->
13-
</startup>
14-
<runtime>
15-
<!-- Ensure that test exceptions don't crash NUnit -->
16-
<legacyUnhandledExceptionPolicy enabled="1"/>
17-
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
18-
<loadFromRemoteSources enabled="true"/>
19-
<!-- Look for addins in the addins directory for now -->
20-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
21-
<probing privatePath="lib;addins"/>
22-
</assemblyBinding>
23-
</runtime>
24-
</configuration>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<!--
4+
The .NET 2.0 build of the console runner only
5+
runs under .NET 2.0 or higher. The setting
6+
useLegacyV2RuntimeActivationPolicy only applies
7+
under .NET 4.0 and permits use of mixed mode
8+
assemblies, which would otherwise not load
9+
correctly.
10+
-->
11+
<startup useLegacyV2RuntimeActivationPolicy="true">
12+
<!-- Comment out the next line to force use of .NET 4.0 -->
13+
</startup>
14+
<runtime>
15+
<!-- Ensure that test exceptions don't crash NUnit -->
16+
<legacyUnhandledExceptionPolicy enabled="1"/>
17+
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
18+
<loadFromRemoteSources enabled="true"/>
19+
<!-- Look for addins in the addins directory for now -->
20+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
21+
<probing privatePath="lib;addins"/>
22+
</assemblyBinding>
23+
</runtime>
24+
</configuration>
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<configuration>
3-
<!--
4-
The GUI only runs under .NET 2.0 or higher. The
5-
useLegacyV2RuntimeActivationPolicy setting only
6-
applies under .NET 4.0 and permits use of mixed
7-
mode assemblies, which would otherwise not load
8-
correctly.
9-
-->
10-
<startup useLegacyV2RuntimeActivationPolicy="true">
11-
<!-- Comment out the next line to force use of .NET 4.0 -->
12-
</startup>
13-
<runtime>
14-
<!-- Ensure that test exceptions don't crash NUnit -->
15-
<legacyUnhandledExceptionPolicy enabled="1"/>
16-
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
17-
<loadFromRemoteSources enabled="true"/>
18-
<!-- Look for addins in the addins directory for now -->
19-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
20-
<probing privatePath="lib;addins"/>
21-
</assemblyBinding>
22-
</runtime>
23-
</configuration>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<!--
4+
The GUI only runs under .NET 2.0 or higher. The
5+
useLegacyV2RuntimeActivationPolicy setting only
6+
applies under .NET 4.0 and permits use of mixed
7+
mode assemblies, which would otherwise not load
8+
correctly.
9+
-->
10+
<startup useLegacyV2RuntimeActivationPolicy="true">
11+
<!-- Comment out the next line to force use of .NET 4.0 -->
12+
</startup>
13+
<runtime>
14+
<!-- Ensure that test exceptions don't crash NUnit -->
15+
<legacyUnhandledExceptionPolicy enabled="1"/>
16+
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
17+
<loadFromRemoteSources enabled="true"/>
18+
<!-- Look for addins in the addins directory for now -->
19+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
20+
<probing privatePath="lib;addins"/>
21+
</assemblyBinding>
22+
</runtime>
23+
</configuration>
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<configuration>
3-
<!--
4-
The GUI only runs under .NET 2.0 or higher. The
5-
useLegacyV2RuntimeActivationPolicy setting only
6-
applies under .NET 4.0 and permits use of mixed
7-
mode assemblies, which would otherwise not load
8-
correctly.
9-
-->
10-
<startup useLegacyV2RuntimeActivationPolicy="true">
11-
<!-- Comment out the next line to force use of .NET 4.0 -->
12-
</startup>
13-
<runtime>
14-
<!-- Ensure that test exceptions don't crash NUnit -->
15-
<legacyUnhandledExceptionPolicy enabled="1"/>
16-
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
17-
<loadFromRemoteSources enabled="true"/>
18-
<!-- Look for addins in the addins directory for now -->
19-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
20-
<probing privatePath="lib;addins"/>
21-
</assemblyBinding>
22-
</runtime>
23-
</configuration>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<!--
4+
The GUI only runs under .NET 2.0 or higher. The
5+
useLegacyV2RuntimeActivationPolicy setting only
6+
applies under .NET 4.0 and permits use of mixed
7+
mode assemblies, which would otherwise not load
8+
correctly.
9+
-->
10+
<startup useLegacyV2RuntimeActivationPolicy="true">
11+
<!-- Comment out the next line to force use of .NET 4.0 -->
12+
</startup>
13+
<runtime>
14+
<!-- Ensure that test exceptions don't crash NUnit -->
15+
<legacyUnhandledExceptionPolicy enabled="1"/>
16+
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
17+
<loadFromRemoteSources enabled="true"/>
18+
<!-- Look for addins in the addins directory for now -->
19+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
20+
<probing privatePath="lib;addins"/>
21+
</assemblyBinding>
22+
</runtime>
23+
</configuration>

0 commit comments

Comments
 (0)