@@ -6,8 +6,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.Runtime", "src\runti
66EndProject
77Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Console" , "src\console\Console.csproj" , "{E6B01706-00BA-4144-9029-186AC42FBE9A}"
88EndProject
9- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "clrmodule" , "src\clrmodule\clrmodule.csproj" , "{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}"
10- EndProject
119Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Python.EmbeddingTest" , "src\embed_tests\Python.EmbeddingTest.csproj" , "{819E089B-4770-400E-93C6-4F7A35F0EA12}"
1210EndProject
1311Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Python.Test" , "src\testing\Python.Test.csproj" , "{14EF9518-5BB7-4F83-8686-015BD2CC788E}"
@@ -21,6 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{441A0123-F
2119 .editorconfig = .editorconfig
2220 .gitignore = .gitignore
2321 CHANGELOG .md = CHANGELOG .md
22+ LICENSE = LICENSE
2423 README .rst = README .rst
2524 EndProject Section
2625EndProject
@@ -30,6 +29,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{D301657F-5EAF-
3029 ci \appveyor _build _recipe .ps1 = ci \appveyor _build _recipe .ps1
3130 ci \appveyor _run _tests .ps1 = ci \appveyor _run _tests .ps1
3231 .github \workflows \main .yml = .github \workflows \main .yml
32+ .github \workflows \nuget -preview .yml = .github \workflows \nuget -preview .yml
3333 EndProject Section
3434EndProject
3535Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{57F5D701-F265-4736-A5A2-07249E7A4DA3}"
@@ -51,6 +51,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{BC426F42
5151EndProject
5252Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Python.PythonTestsRunner" , "src\python_tests_runner\Python.PythonTestsRunner.csproj" , "{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}"
5353EndProject
54+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Build" , "Build" , "{142A6752-C2C2-4F95-B982-193418001B65}"
55+ Project Section (SolutionItems ) = preProject
56+ Directory .Build .props = Directory .Build .props
57+ EndProject Section
58+ EndProject
5459Global
5560 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
5661 Debug| Any CPU = Debug| Any CPU
@@ -145,18 +150,6 @@ Global
145150 {F2FB6DA3-318E-4F30-9A1F-932C667E38C5} .Release| x64 .Build .0 = Release| Any CPU
146151 {F2FB6DA3-318E-4F30-9A1F-932C667E38C5} .Release| x86 .ActiveCfg = Release| Any CPU
147152 {F2FB6DA3-318E-4F30-9A1F-932C667E38C5} .Release| x86 .Build .0 = Release| Any CPU
148- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
149- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Debug| Any CPU .Build .0 = Debug| Any CPU
150- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Debug| x64 .ActiveCfg = Debug| Any CPU
151- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Debug| x64 .Build .0 = Debug| Any CPU
152- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Debug| x86 .ActiveCfg = Debug| Any CPU
153- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Debug| x86 .Build .0 = Debug| Any CPU
154- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Release| Any CPU .ActiveCfg = Release| Any CPU
155- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Release| Any CPU .Build .0 = Release| Any CPU
156- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Release| x64 .ActiveCfg = Release| Any CPU
157- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Release| x64 .Build .0 = Release| Any CPU
158- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Release| x86 .ActiveCfg = Release| Any CPU
159- {6CF9EEA0-F865-4536-AABA-739AE3DA971E} .Release| x86 .Build .0 = Release| Any CPU
160153 {35CBBDEB-FC07-4D04-9D3E-F88FC180110B} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
161154 {35CBBDEB-FC07-4D04-9D3E-F88FC180110B} .Debug| Any CPU .Build .0 = Debug| Any CPU
162155 {35CBBDEB-FC07-4D04-9D3E-F88FC180110B} .Debug| x64 .ActiveCfg = Debug| Any CPU
0 commit comments