-
Notifications
You must be signed in to change notification settings - Fork 778
Expand file tree
/
Copy pathpythonnet.slnx
More file actions
49 lines (49 loc) · 1.62 KB
/
Copy pathpythonnet.slnx
File metadata and controls
49 lines (49 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="Release" />
<BuildType Name="TraceAlloc" />
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Build/">
<File Path="Directory.Build.props" />
</Folder>
<Folder Name="/CI/">
<File Path=".github/workflows/ARM.yml" />
<File Path=".github/workflows/main.yml" />
<File Path=".github/workflows/nuget-preview.yml" />
</Folder>
<Folder Name="/Repo/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="CHANGELOG.md" />
<File Path="LICENSE" />
<File Path="README.rst" />
<File Path="shell.nix" />
<File Path="version.txt" />
</Folder>
<Folder Name="/Solution Items/">
<File Path="setup.py" />
</Folder>
<Folder Name="/Tools/">
<File Path="tools/geninterop/geninterop.py" />
</Folder>
<Project Path="src/embed_tests/Python.EmbeddingTest.csproj">
<BuildType Solution="TraceAlloc|*" Project="Debug" />
</Project>
<Project Path="src/python_tests_runner/Python.PythonTestsRunner.csproj">
<BuildType Solution="TraceAlloc|*" Project="Debug" />
</Project>
<Project Path="src/runtime/Python.Runtime.csproj">
<BuildType Solution="TraceAlloc|x64" Project="Debug" />
<BuildType Solution="TraceAlloc|x86" Project="Debug" />
</Project>
<Project Path="src/testing/Python.Test.csproj">
<BuildType Solution="TraceAlloc|*" Project="Debug" />
</Project>
<Project Path="tests/domain_tests/Python.DomainReloadTests.csproj">
<BuildType Solution="TraceAlloc|*" Project="Debug" />
</Project>
</Solution>