@@ -32,6 +32,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{D301657F-5EAF-
32
32
EndProject
33
33
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{57F5D701-F265-4736-A5A2-07249E7A4DA3}"
34
34
Project Section (SolutionItems ) = preProject
35
+ clr .py = clr .py
35
36
setup .py = setup .py
36
37
EndProject Section
37
38
EndProject
@@ -47,6 +48,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{BC426F42
47
48
tools \geninterop \geninterop .py = tools \geninterop \geninterop .py
48
49
EndProject Section
49
50
EndProject
51
+ Project ("{888888A0-9F3D-457C-B088-3A5042F75D52}" ) = "tests" , "src\tests\tests.pyproj" , "{250C535C-C060-4F0C-BD80-41F2BF373565}"
52
+ EndProject
50
53
Global
51
54
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
52
55
Debug| Any CPU = Debug| Any CPU
@@ -129,6 +132,12 @@ Global
129
132
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931} .Release| x64 .Build .0 = Release| x64
130
133
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931} .Release| x86 .ActiveCfg = Release| x86
131
134
{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
132
141
EndGlobalSection
133
142
GlobalSection (SolutionProperties ) = preSolution
134
143
HideSolutionNode = FALSE
0 commit comments