FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonnet/pythonnet.sln at SignKey · gpetrou/pythonnet · GitHub
gpetrou
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonnet
/
pythonnet.sln
Copy path
More file actions
More file actions
Latest commit
History
History
History
175 lines (175 loc) · 11.2 KB
Breadcrumbs
pythonnet
/
pythonnet.sln
Copy path
File metadata and controls
175 lines (175 loc) · 11.2 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion =
16.0.30717.126
MinimumVisualStudioVersion =
15.0.26124.0
Project
(
"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}"
) =
"Python.Runtime"
,
"src\runtime\Python.Runtime.csproj"
,
"{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}"
EndProject
Project
(
"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}"
) =
"Console"
,
"src\console\Console.csproj"
,
"{E6B01706-00BA-4144-9029-186AC42FBE9A}"
EndProject
Project
(
"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}"
) =
"clrmodule"
,
"src\clrmodule\clrmodule.csproj"
,
"{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}"
EndProject
Project
(
"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}"
) =
"Python.EmbeddingTest"
,
"src\embed_tests\Python.EmbeddingTest.csproj"
,
"{819E089B-4770-400E-93C6-4F7A35F0EA12}"
EndProject
Project
(
"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}"
) =
"Python.Test"
,
"src\testing\Python.Test.csproj"
,
"{14EF9518-5BB7-4F83-8686-015BD2CC788E}"
EndProject
Project
(
"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}"
) =
"Python.PerformanceTests"
,
"src\perf_tests\Python.PerformanceTests.csproj"
,
"{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}"
EndProject
Project
(
"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}"
) =
"Python.DomainReloadTests"
,
"src\domain_tests\Python.DomainReloadTests.csproj"
,
"{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}"
EndProject
Project
(
"{2150E333-8FDC-42A3-9474-1A3956D46DE8}"
) =
"Repo"
,
"Repo"
,
"{441A0123-F4C6-4EE4-9AEE-315FD79BE2D5}"
Project
Section
(
SolutionItems
) =
preProject
.
editorconfig
= .
editorconfig
.
gitignore
= .
gitignore
CHANGELOG
.
md
=
CHANGELOG
.
md
LICENSE =
LICENSE
README
.
rst
=
README
.
rst
EndProject
Section
EndProject
Project
(
"{2150E333-8FDC-42A3-9474-1A3956D46DE8}"
) =
"CI"
,
"CI"
,
"{D301657F-5EAF-4534-B280-B858D651B2E5}"
Project
Section
(
SolutionItems
) =
preProject
appveyor
.
yml
=
appveyor
.
yml
ci
\
appveyor
_
build
_
recipe
.
ps1
=
ci
\
appveyor
_
build
_
recipe
.
ps1
ci
\
appveyor
_
run
_
tests
.
ps1
=
ci
\
appveyor
_
run
_
tests
.
ps1
.
github
\
workflows
\
main
.
yml
= .
github
\
workflows
\
main
.
yml
.
github
\
workflows
\
nuget
-
preview
.
yml
= .
github
\
workflows
\
nuget
-
preview
.
yml
EndProject
Section
EndProject
Project
(
"{2150E333-8FDC-42A3-9474-1A3956D46DE8}"
) =
"Solution Items"
,
"Solution Items"
,
"{57F5D701-F265-4736-A5A2-07249E7A4DA3}"
Project
Section
(
SolutionItems
) =
preProject
setup
.
py
=
setup
.
py
EndProject
Section
EndProject
Project
(
"{2150E333-8FDC-42A3-9474-1A3956D46DE8}"
) =
"conda.recipe"
,
"conda.recipe"
,
"{7FD2404D-0CE8-4645-8DFB-766470E2150E}"
Project
Section
(
SolutionItems
) =
preProject
conda
.
recipe
\
bld
.
bat
=
conda
.
recipe
\
bld
.
bat
conda
.
recipe
\
meta
.
yaml
=
conda
.
recipe
\
meta
.
yaml
conda
.
recipe
\
README
.
md
=
conda
.
recipe
\
README
.
md
EndProject
Section
EndProject
Project
(
"{2150E333-8FDC-42A3-9474-1A3956D46DE8}"
) =
"Tools"
,
"Tools"
,
"{BC426F42-8494-4AA5-82C9-5109ACD97BD1}"
Project
Section
(
SolutionItems
) =
preProject
tools
\
geninterop
\
geninterop
.
py
=
tools
\
geninterop
\
geninterop
.
py
EndProject
Section
EndProject
Project
(
"{9A19103F-16F7-4668-BE54-9A1E7A4F7556}"
) =
"Python.PythonTestsRunner"
,
"src\python_tests_runner\Python.PythonTestsRunner.csproj"
,
"{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}"
EndProject
Project
(
"{2150E333-8FDC-42A3-9474-1A3956D46DE8}"
) =
"Build"
,
"Build"
,
"{142A6752-C2C2-4F95-B982-193418001B65}"
Project
Section
(
SolutionItems
) =
preProject
configured
.
props
=
configured
.
props
Directory
.
Build
.
props
=
Directory
.
Build
.
props
EndProject
Section
EndProject
Global
GlobalSection
(
SolutionConfigurationPlatforms
) =
preSolution
Debug|
Any CPU
=
Debug|
Any CPU
Debug|
x64
=
Debug|
x64
Debug|
x86
=
Debug|
x86
Release|
Any CPU
=
Release|
Any CPU
Release|
x64
=
Release|
x64
Release|
x86
=
Release|
x86
EndGlobalSection
GlobalSection
(
ProjectConfigurationPlatforms
) =
postSolution
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Debug|
Any CPU
.
ActiveCfg
=
Debug|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Debug|
Any CPU
.
Build
.
0
=
Debug|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Debug|
x64
.
ActiveCfg
=
Debug|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Debug|
x64
.
Build
.
0
=
Debug|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Debug|
x86
.
ActiveCfg
=
Debug|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Debug|
x86
.
Build
.
0
=
Debug|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Release|
Any CPU
.
ActiveCfg
=
Release|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Release|
Any CPU
.
Build
.
0
=
Release|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Release|
x64
.
ActiveCfg
=
Release|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Release|
x64
.
Build
.
0
=
Release|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Release|
x86
.
ActiveCfg
=
Release|
Any CPU
{4E8C8FE2-0FB8-4517-B2D9-5FB2D5FC849B}
.
Release|
x86
.
Build
.
0
=
Release|
Any CPU
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Debug|
Any CPU
.
ActiveCfg
=
Debug|
x64
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Debug|
Any CPU
.
Build
.
0
=
Debug|
x64
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Debug|
x64
.
ActiveCfg
=
Debug|
x64
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Debug|
x64
.
Build
.
0
=
Debug|
x64
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Debug|
x86
.
ActiveCfg
=
Debug|
x86
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Debug|
x86
.
Build
.
0
=
Debug|
x86
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Release|
Any CPU
.
ActiveCfg
=
Release|
x64
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Release|
Any CPU
.
Build
.
0
=
Release|
x64
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Release|
x64
.
ActiveCfg
=
Release|
x64
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Release|
x64
.
Build
.
0
=
Release|
x64
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Release|
x86
.
ActiveCfg
=
Release|
x86
{E6B01706-00BA-4144-9029-186AC42FBE9A}
.
Release|
x86
.
Build
.
0
=
Release|
x86
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Debug|
Any CPU
.
ActiveCfg
=
Debug|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Debug|
Any CPU
.
Build
.
0
=
Debug|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Debug|
x64
.
ActiveCfg
=
Debug|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Debug|
x64
.
Build
.
0
=
Debug|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Debug|
x86
.
ActiveCfg
=
Debug|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Debug|
x86
.
Build
.
0
=
Debug|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Release|
Any CPU
.
ActiveCfg
=
Release|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Release|
Any CPU
.
Build
.
0
=
Release|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Release|
x64
.
ActiveCfg
=
Release|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Release|
x64
.
Build
.
0
=
Release|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Release|
x86
.
ActiveCfg
=
Release|
Any CPU
{F9F5FA13-BC52-4C0B-BC1C-FE3C0B8FCCDD}
.
Release|
x86
.
Build
.
0
=
Release|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Debug|
Any CPU
.
ActiveCfg
=
Debug|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Debug|
Any CPU
.
Build
.
0
=
Debug|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Debug|
x64
.
ActiveCfg
=
Debug|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Debug|
x64
.
Build
.
0
=
Debug|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Debug|
x86
.
ActiveCfg
=
Debug|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Debug|
x86
.
Build
.
0
=
Debug|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Release|
Any CPU
.
ActiveCfg
=
Release|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Release|
Any CPU
.
Build
.
0
=
Release|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Release|
x64
.
ActiveCfg
=
Release|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Release|
x64
.
Build
.
0
=
Release|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Release|
x86
.
ActiveCfg
=
Release|
Any CPU
{819E089B-4770-400E-93C6-4F7A35F0EA12}
.
Release|
x86
.
Build
.
0
=
Release|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Debug|
Any CPU
.
ActiveCfg
=
Debug|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Debug|
Any CPU
.
Build
.
0
=
Debug|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Debug|
x64
.
ActiveCfg
=
Debug|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Debug|
x64
.
Build
.
0
=
Debug|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Debug|
x86
.
ActiveCfg
=
Debug|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Debug|
x86
.
Build
.
0
=
Debug|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Release|
Any CPU
.
ActiveCfg
=
Release|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Release|
Any CPU
.
Build
.
0
=
Release|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Release|
x64
.
ActiveCfg
=
Release|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Release|
x64
.
Build
.
0
=
Release|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Release|
x86
.
ActiveCfg
=
Release|
Any CPU
{14EF9518-5BB7-4F83-8686-015BD2CC788E}
.
Release|
x86
.
Build
.
0
=
Release|
Any CPU
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Debug|
Any CPU
.
ActiveCfg
=
Debug|
x64
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Debug|
Any CPU
.
Build
.
0
=
Debug|
x64
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Debug|
x64
.
ActiveCfg
=
Debug|
x64
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Debug|
x64
.
Build
.
0
=
Debug|
x64
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Debug|
x86
.
ActiveCfg
=
Debug|
x86
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Debug|
x86
.
Build
.
0
=
Debug|
x86
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Release|
Any CPU
.
ActiveCfg
=
Release|
x64
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Release|
Any CPU
.
Build
.
0
=
Release|
x64
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Release|
x64
.
ActiveCfg
=
Release|
x64
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Release|
x64
.
Build
.
0
=
Release|
x64
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Release|
x86
.
ActiveCfg
=
Release|
x86
{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}
.
Release|
x86
.
Build
.
0
=
Release|
x86
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Debug|
Any CPU
.
ActiveCfg
=
Debug|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Debug|
Any CPU
.
Build
.
0
=
Debug|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Debug|
x64
.
ActiveCfg
=
Debug|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Debug|
x64
.
Build
.
0
=
Debug|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Debug|
x86
.
ActiveCfg
=
Debug|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Debug|
x86
.
Build
.
0
=
Debug|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Release|
Any CPU
.
ActiveCfg
=
Release|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Release|
Any CPU
.
Build
.
0
=
Release|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Release|
x64
.
ActiveCfg
=
Release|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Release|
x64
.
Build
.
0
=
Release|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Release|
x86
.
ActiveCfg
=
Release|
Any CPU
{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}
.
Release|
x86
.
Build
.
0
=
Release|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Debug|
Any CPU
.
ActiveCfg
=
Debug|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Debug|
Any CPU
.
Build
.
0
=
Debug|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Debug|
x64
.
ActiveCfg
=
Debug|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Debug|
x64
.
Build
.
0
=
Debug|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Debug|
x86
.
ActiveCfg
=
Debug|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Debug|
x86
.
Build
.
0
=
Debug|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Release|
Any CPU
.
ActiveCfg
=
Release|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Release|
Any CPU
.
Build
.
0
=
Release|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Release|
x64
.
ActiveCfg
=
Release|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Release|
x64
.
Build
.
0
=
Release|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Release|
x86
.
ActiveCfg
=
Release|
Any CPU
{35CBBDEB-FC07-4D04-9D3E-F88FC180110B}
.
Release|
x86
.
Build
.
0
=
Release|
Any CPU
EndGlobalSection
GlobalSection
(
SolutionProperties
) =
preSolution
HideSolutionNode =
FALSE
EndGlobalSection
GlobalSection
(
ExtensibilityGlobals
) =
postSolution
SolutionGuid =
{C8845072-C642-4858-8627-27E862AD21BB}
EndGlobalSection
EndGlobal
Back
|
FazBrowse Home
|
New Git URL