Skip to content

Commit 10c5531

Browse files
authored
Migrate to slnx (pythonnet#2733)
1 parent fa7b3b7 commit 10c5531

3 files changed

Lines changed: 50 additions & 195 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ prune src/runtime/bin
44
graft src/compat
55
include src/pythonnet.snk
66
include Directory.Build.*
7-
include pythonnet.sln
7+
include pythonnet.slnx
88
include version.txt

pythonnet.sln

Lines changed: 0 additions & 194 deletions
This file was deleted.

pythonnet.slnx

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<Solution>
2+
<Configurations>
3+
<BuildType Name="Debug" />
4+
<BuildType Name="Release" />
5+
<BuildType Name="TraceAlloc" />
6+
<Platform Name="Any CPU" />
7+
<Platform Name="x64" />
8+
<Platform Name="x86" />
9+
</Configurations>
10+
<Folder Name="/Build/">
11+
<File Path="Directory.Build.props" />
12+
</Folder>
13+
<Folder Name="/CI/">
14+
<File Path=".github/workflows/ARM.yml" />
15+
<File Path=".github/workflows/main.yml" />
16+
<File Path=".github/workflows/nuget-preview.yml" />
17+
</Folder>
18+
<Folder Name="/Repo/">
19+
<File Path=".editorconfig" />
20+
<File Path=".gitignore" />
21+
<File Path="CHANGELOG.md" />
22+
<File Path="LICENSE" />
23+
<File Path="README.rst" />
24+
<File Path="shell.nix" />
25+
<File Path="version.txt" />
26+
</Folder>
27+
<Folder Name="/Solution Items/">
28+
<File Path="setup.py" />
29+
</Folder>
30+
<Folder Name="/Tools/">
31+
<File Path="tools/geninterop/geninterop.py" />
32+
</Folder>
33+
<Project Path="src/embed_tests/Python.EmbeddingTest.csproj">
34+
<BuildType Solution="TraceAlloc|*" Project="Debug" />
35+
</Project>
36+
<Project Path="src/python_tests_runner/Python.PythonTestsRunner.csproj">
37+
<BuildType Solution="TraceAlloc|*" Project="Debug" />
38+
</Project>
39+
<Project Path="src/runtime/Python.Runtime.csproj">
40+
<BuildType Solution="TraceAlloc|x64" Project="Debug" />
41+
<BuildType Solution="TraceAlloc|x86" Project="Debug" />
42+
</Project>
43+
<Project Path="src/testing/Python.Test.csproj">
44+
<BuildType Solution="TraceAlloc|*" Project="Debug" />
45+
</Project>
46+
<Project Path="tests/domain_tests/Python.DomainReloadTests.csproj">
47+
<BuildType Solution="TraceAlloc|*" Project="Debug" />
48+
</Project>
49+
</Solution>

0 commit comments

Comments
 (0)