|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
3 | 3 | # Visual Studio 15
|
4 |
| -VisualStudioVersion = 15.0.26228.9 |
| 4 | +VisualStudioVersion = 15.0.26228.10 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1
|
6 | 6 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.Runtime.15", "src\runtime\Python.Runtime.15.csproj", "{4D2089E1-5B6A-4799-984B-178AE467902D}"
|
7 | 7 | EndProject
|
| 8 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.EmbeddingTest.15", "src\embed_tests\Python.EmbeddingTest.15.csproj", "{4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}" |
| 9 | +EndProject |
8 | 10 | Global
|
9 | 11 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
| 12 | + Debug|x64 = Debug|x64 |
10 | 13 | Debug-Linux-x64|x64 = Debug-Linux-x64|x64
|
11 | 14 | Debug-Win-x64|x64 = Debug-Win-x64|x64
|
| 15 | + Release|x64 = Release|x64 |
12 | 16 | Release-Linux-x64|x64 = Release-Linux-x64|x64
|
13 | 17 | Release-Win-x64|x64 = Release-Win-x64|x64
|
14 | 18 | EndGlobalSection
|
15 | 19 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
| 20 | + {4D2089E1-5B6A-4799-984B-178AE467902D}.Debug|x64.ActiveCfg = Debug|x64 |
| 21 | + {4D2089E1-5B6A-4799-984B-178AE467902D}.Debug|x64.Build.0 = Debug|x64 |
16 | 22 | {4D2089E1-5B6A-4799-984B-178AE467902D}.Debug-Linux-x64|x64.ActiveCfg = Release|x64
|
17 | 23 | {4D2089E1-5B6A-4799-984B-178AE467902D}.Debug-Linux-x64|x64.Build.0 = Debug|x64
|
18 | 24 | {4D2089E1-5B6A-4799-984B-178AE467902D}.Debug-Win-x64|x64.ActiveCfg = Debug-Win-x64|x64
|
19 | 25 | {4D2089E1-5B6A-4799-984B-178AE467902D}.Debug-Win-x64|x64.Build.0 = Debug-Win-x64|x64
|
| 26 | + {4D2089E1-5B6A-4799-984B-178AE467902D}.Release|x64.ActiveCfg = Release|x64 |
| 27 | + {4D2089E1-5B6A-4799-984B-178AE467902D}.Release|x64.Build.0 = Release|x64 |
20 | 28 | {4D2089E1-5B6A-4799-984B-178AE467902D}.Release-Linux-x64|x64.ActiveCfg = Release|x64
|
21 | 29 | {4D2089E1-5B6A-4799-984B-178AE467902D}.Release-Linux-x64|x64.Build.0 = Release|x64
|
22 | 30 | {4D2089E1-5B6A-4799-984B-178AE467902D}.Release-Win-x64|x64.ActiveCfg = Release|x64
|
23 | 31 | {4D2089E1-5B6A-4799-984B-178AE467902D}.Release-Win-x64|x64.Build.0 = Release|x64
|
| 32 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Debug|x64.ActiveCfg = Debug|Any CPU |
| 33 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Debug|x64.Build.0 = Debug|Any CPU |
| 34 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Debug-Linux-x64|x64.ActiveCfg = Debug|Any CPU |
| 35 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Debug-Linux-x64|x64.Build.0 = Debug|Any CPU |
| 36 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Debug-Win-x64|x64.ActiveCfg = Debug|x64 |
| 37 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Debug-Win-x64|x64.Build.0 = Debug|x64 |
| 38 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Release|x64.ActiveCfg = Release|Any CPU |
| 39 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Release|x64.Build.0 = Release|Any CPU |
| 40 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Release-Linux-x64|x64.ActiveCfg = Release|Any CPU |
| 41 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Release-Linux-x64|x64.Build.0 = Release|Any CPU |
| 42 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Release-Win-x64|x64.ActiveCfg = Release|Any CPU |
| 43 | + {4CACAA81-CC6A-4381-85B8-3A4B57EFE3BD}.Release-Win-x64|x64.Build.0 = Release|Any CPU |
24 | 44 | EndGlobalSection
|
25 | 45 | GlobalSection(SolutionProperties) = preSolution
|
26 | 46 | HideSolutionNode = FALSE
|
|
0 commit comments