File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
PolylineAlgorithm.DependencyInjection.Tests/Properties
PolylineAlgorithm.Tests/Properties Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change
1
+ //
2
+ // Copyright (c) Petr Šrámek. All rights reserved.
3
+ // Licensed under the MIT License. See LICENSE file in the project root for full license information.
4
+ //
5
+
6
+ [ assembly: Parallelize ( Scope = ExecutionScope . MethodLevel ) ]
Original file line number Diff line number Diff line change 1
- using System . Reflection ;
2
- using System . Runtime . InteropServices ;
3
- using Test = Microsoft . VisualStudio . TestTools . UnitTesting ;
4
- [ assembly: AssemblyTrademark ( "" ) ]
5
- [ assembly: AssemblyCulture ( "" ) ]
1
+ //
2
+ // Copyright (c) Petr Šrámek. All rights reserved.
3
+ // Licensed under the MIT License. See LICENSE file in the project root for full license information.
4
+ //
6
5
7
- [ assembly: ComVisible ( false ) ]
8
-
9
- [ assembly: Guid ( "30324a08-aa42-425d-87da-8f9c6af60454" ) ]
10
-
11
- [ assembly: Test . Parallelize ( Scope = Test . ExecutionScope . MethodLevel ) ]
6
+ [ assembly: Parallelize ( Scope = ExecutionScope . MethodLevel ) ]
You can’t perform that action at this time.
0 commit comments