|
1 |
| - |
2 | 1 | Microsoft Visual Studio Solution File, Format Version 12.00
|
3 |
| -# Visual Studio 15 |
4 |
| -VisualStudioVersion = 15.0.26124.0 |
| 2 | +# Visual Studio Version 16 |
| 3 | +VisualStudioVersion = 16.0.30717.126 |
5 | 4 | MinimumVisualStudioVersion = 15.0.26124.0
|
6 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Python.Runtime", "src\runtime\Python.Runtime.csproj", "{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}" |
| 5 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.Runtime", "src\runtime\Python.Runtime.csproj", "{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}" |
7 | 6 | EndProject
|
8 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console", "src\console\Console.csproj", "{E6B01706-00BA-4144-9029-186AC42FBE9A}" |
| 7 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Console", "src\console\Console.csproj", "{E6B01706-00BA-4144-9029-186AC42FBE9A}" |
9 | 8 | EndProject
|
10 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clrmodule", "src\clrmodule\clrmodule.csproj", "{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}" |
| 9 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "clrmodule", "src\clrmodule\clrmodule.csproj", "{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}" |
11 | 10 | EndProject
|
12 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Python.EmbeddingTest", "src\embed_tests\Python.EmbeddingTest.csproj", "{819E089B-4770-400E-93C6-4F7A35F0EA12}" |
| 11 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.EmbeddingTest", "src\embed_tests\Python.EmbeddingTest.csproj", "{819E089B-4770-400E-93C6-4F7A35F0EA12}" |
13 | 12 | EndProject
|
14 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Python.Test", "src\testing\Python.Test.csproj", "{14EF9518-5BB7-4F83-8686-015BD2CC788E}" |
| 13 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.Test", "src\testing\Python.Test.csproj", "{14EF9518-5BB7-4F83-8686-015BD2CC788E}" |
15 | 14 | EndProject
|
16 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Python.PerformanceTests", "src\perf_tests\Python.PerformanceTests.csproj", "{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}" |
| 15 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.PerformanceTests", "src\perf_tests\Python.PerformanceTests.csproj", "{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}" |
17 | 16 | EndProject
|
18 | 17 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{441A0123-F4C6-4EE4-9AEE-315FD79BE2D5}"
|
19 | 18 | ProjectSection(SolutionItems) = preProject
|
|
57 | 56 | Release|x64 = Release|x64
|
58 | 57 | Release|x86 = Release|x86
|
59 | 58 | EndGlobalSection
|
60 |
| - GlobalSection(SolutionProperties) = preSolution |
61 |
| - HideSolutionNode = FALSE |
62 |
| - EndGlobalSection |
63 | 59 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
64 | 60 | {4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
65 | 61 | {4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
@@ -134,12 +130,10 @@ Global
|
134 | 130 | {4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}.Release|x86.ActiveCfg = Release|x86
|
135 | 131 | {4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}.Release|x86.Build.0 = Release|x86
|
136 | 132 | EndGlobalSection
|
137 |
| - GlobalSection(NestedProjects) = preSolution |
138 |
| - {4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B} = {9DC2D4F9-830B-42E3-8716-66E27023B75F} |
139 |
| - {E6B01706-00BA-4144-9029-186AC42FBE9A} = {9DC2D4F9-830B-42E3-8716-66E27023B75F} |
140 |
| - {F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD} = {9DC2D4F9-830B-42E3-8716-66E27023B75F} |
141 |
| - {819E089B-4770-400E-93C6-4F7A35F0EA12} = {9DC2D4F9-830B-42E3-8716-66E27023B75F} |
142 |
| - {14EF9518-5BB7-4F83-8686-015BD2CC788E} = {9DC2D4F9-830B-42E3-8716-66E27023B75F} |
143 |
| - {4F2EA4A1-7ECA-48B5-8077-7A3C366F9931} = {9DC2D4F9-830B-42E3-8716-66E27023B75F} |
| 133 | + GlobalSection(SolutionProperties) = preSolution |
| 134 | + HideSolutionNode = FALSE |
| 135 | + EndGlobalSection |
| 136 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 137 | + SolutionGuid = {C8845072-C642-4858-8627-27E862AD21BB} |
144 | 138 | EndGlobalSection
|
145 | 139 | EndGlobal
|
0 commit comments