File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 2
2
using System . Reflection ;
3
3
using System . Resources ;
4
4
using System . Runtime . InteropServices ;
5
+ using System . Runtime . CompilerServices ;
5
6
6
7
[ assembly: AssemblyProduct ( "Python for .NET" ) ]
7
8
[ assembly: AssemblyVersion ( "4.0.0.1" ) ]
11
12
[ assembly: AssemblyCopyright ( "MIT License" ) ]
12
13
[ assembly: AssemblyFileVersion ( "2.0.0.2" ) ]
13
14
[ assembly: NeutralResourcesLanguage ( "en" ) ]
14
-
15
- #if PYTHON27
16
- [ assembly: AssemblyTitle ( "Python.Runtime for Python 2.7" ) ]
17
- [ assembly: AssemblyDescription ( "Python Runtime for Python 2.7" ) ]
18
- #elif PYTHON33
19
- [ assembly: AssemblyTitle ( "Python.Runtime for Python 3.3" ) ]
20
- [ assembly: AssemblyDescription ( "Python Runtime for Python 3.3" ) ]
21
- #elif PYTHON34
22
- [ assembly: AssemblyTitle ( "Python.Runtime for Python 3.4" ) ]
23
- [ assembly: AssemblyDescription ( "Python Runtime for Python 3.4" ) ]
24
- #elif PYTHON35
25
- [ assembly: AssemblyTitle ( "Python.Runtime for Python 3.5" ) ]
26
- [ assembly: AssemblyDescription ( "Python Runtime for Python 3.5" ) ]
27
- #elif PYTHON36
28
- [ assembly: AssemblyTitle ( "Python.Runtime for Python 3.6" ) ]
29
- [ assembly: AssemblyDescription ( "Python Runtime for Python 3.6" ) ]
30
- #elif PYTHON37
31
- [ assembly: AssemblyTitle ( "Python.Runtime for Python 3.7" ) ]
32
- [ assembly: AssemblyDescription ( "Python Runtime for Python 3.7" ) ]
33
- #endif
15
+ [ assembly: InternalsVisibleTo ( "Python.EmbeddingTest" ) ]
You can’t perform that action at this time.
0 commit comments