File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22using System . Reflection ;
33using System . Resources ;
44using System . Runtime . InteropServices ;
5+ using System . Runtime . CompilerServices ;
56
67[ assembly: AssemblyProduct ( "Python for .NET" ) ]
78[ assembly: AssemblyVersion ( "4.0.0.1" ) ]
1112[ assembly: AssemblyCopyright ( "MIT License" ) ]
1213[ assembly: AssemblyFileVersion ( "2.0.0.2" ) ]
1314[ 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