8000 Remove old configurations from pytests · pythonnet/pythonnet@0779aa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0779aa3

Browse files
committed
Remove old configurations from pytests
1 parent bbe316f commit 0779aa3

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

pythonnet.sln

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CI", "CI", "{D301657F-5EAF-
3232
EndProject
3333
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{57F5D701-F265-4736-A5A2-07249E7A4DA3}"
3434
ProjectSection(SolutionItems) = preProject
35+
clr.py = clr.py
3536
setup.py = setup.py
3637
EndProjectSection
3738
EndProject
@@ -47,6 +48,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{BC426F42
4748
tools\geninterop\geninterop.py = tools\geninterop\geninterop.py
4849
EndProjectSection
4950
EndProject
51+
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "tests", "src\tests\tests.pyproj", "{250C535C-C060-4F0C-BD80-41F2BF373565}"
52+
EndProject
5053
Global
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

src/tests/tests.pyproj

< BB2C span class="prc-TooltipV2-Tooltip-cYMVY" data-direction="s" role="tooltip" aria-hidden="true" id=":Rhndlab:">Expand all lines: src/tests/tests.pyproj
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
<UnitTestRootDirectory>.</UnitTestRootDirectory>
1717
<InterpreterId>Global|VisualStudio|Python.NET development</InterpreterId>
1818
</PropertyGroup>
19-
<PropertyGroup Condition="'$(Configuration)' == 'DebugMono'" />
20-
<PropertyGroup Condition="'$(Configuration)' == 'DebugWin'" />
21-
<PropertyGroup Condition="'$(Configuration)' == 'ReleaseMono'" />
22-
<PropertyGroup Condition="'$(Configuration)' == 'ReleaseWin'" />
23-
<PropertyGroup Condition="'$(Configuration)' == 'DebugMonoPY3'" />
24-
<PropertyGroup Condition="'$(Configuration)' == 'DebugWinPY3'" />
25-
<PropertyGroup Condition="'$(Configuration)' == 'ReleaseMonoPY3'" />
26-
<PropertyGroup Condition="'$(Configuration)' == 'ReleaseWinPY3'" />
2719
<PropertyGroup>
2820
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
2921
</PropertyGroup>
@@ -71,4 +63,4 @@
7163
<InterpreterReference Include="Global|VisualStudio|Python.NET development" />
7264
</ItemGroup>
7365
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
74-
</Project>
66+
</Project>

0 commit comments

Comments
 (0)
0