@@ -32,6 +32,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{D301657F-5EAF-
3232EndProject
3333Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{57F5D701-F265-4736-A5A2-07249E7A4DA3}"
3434 Project Section (SolutionItems ) = preProject
35+ clr .py = clr .py
3536 setup .py = setup .py
3637 EndProject Section
3738EndProject
@@ -47,6 +48,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{BC426F42
4748 tools \geninterop \geninterop .py = tools \geninterop \geninterop .py
4849 EndProject Section
4950EndProject
51+ Project ("{888888A0-9F3D-457C-B088-3A5042F75D52}" ) = "tests" , "src\tests\tests.pyproj" , "{250C535C-C060-4F0C-BD80-41F2BF373565}"
52+ EndProject
5053Global
5154 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
5255 Debug| Any CPU = Debug| Any CPU
@@ -129,6 +132,12 @@ Global
129132 {4F2EA4A1-7ECA-48B5-8077-7A3C366F9931} .Release| x64 .Build .0 = Release| x64
130133 {4F2EA4A1-7ECA-48B5-8077-7A3C366F9931} .Release| x86 .ActiveCfg = Release| x86
131134 {4F2EA4A1-7ECA-48B5-8077-7A3C366F9931} .Release| x86 .Build .0 = Release| x86
135+ {250C535C-C060-4F0C-BD80-41F2BF373565} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
136+ {250C535C-C060-4F0C-BD80-41F2BF373565} .Debug| x64 .ActiveCfg = Debug| Any CPU
137+ {250C535C-C060-4F0C-BD80-41F2BF373565} .Debug| x86 .ActiveCfg = Debug| Any CPU
138+ {250C535C-C060-4F0C-BD80-41F2BF373565} .Release| Any CPU .ActiveCfg = Release| Any CPU
139+ {250C535C-C060-4F0C-BD80-41F2BF373565} .Release| x64 .ActiveCfg = Release| Any CPU
140+ {250C535C-C060-4F0C-BD80-41F2BF373565} .Release| x86 .ActiveCfg = Release| Any CPU
132141 EndGlobalSection
133142 GlobalSection (SolutionProperties ) = preSolution
134143 HideSolutionNode = FALSE
0 commit comments