@@ -15,20 +15,19 @@
|
15 | 15 | #if PYTHON27 |
16 | 16 | [assembly: AssemblyTitle("Python.Runtime for Python 2.7")] |
17 | 17 | [assembly: AssemblyDescription("Python Runtime for Python 2.7")] |
18 | | -#endif |
19 | | -#if PYTHON33 |
| 18 | +#elif PYTHON33 |
20 | 19 | [assembly: AssemblyTitle("Python.Runtime for Python 3.3")] |
21 | 20 | [assembly: AssemblyDescription("Python Runtime for Python 3.3")] |
22 | | -#endif |
23 | | -#if PYTHON34 |
| 21 | +#elif PYTHON34 |
24 | 22 | [assembly: AssemblyTitle("Python.Runtime for Python 3.4")] |
25 | 23 | [assembly: AssemblyDescription("Python Runtime for Python 3.4")] |
26 | | -#endif |
27 | | -#if PYTHON35 |
| 24 | +#elif PYTHON35 |
28 | 25 | [assembly: AssemblyTitle("Python.Runtime for Python 3.5")] |
29 | 26 | [assembly: AssemblyDescription("Python Runtime for Python 3.5")] |
30 | | -#endif |
31 | | -#if PYTHON36 |
| 27 | +#elif PYTHON36 |
32 | 28 | [assembly: AssemblyTitle("Python.Runtime for Python 3.6")] |
33 | 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")] |
34 | 33 | #endif |