FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pythonnet/src/runtime/Python.Runtime.csproj at v3.0.1 · pythonnet/pythonnet · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
pythonnet
/
src
/
runtime
/
Python.Runtime.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
69 lines (57 loc) · 2.68 KB
Breadcrumbs
pythonnet
/
src
/
runtime
/
Python.Runtime.csproj
Copy path
File metadata and controls
69 lines (57 loc) · 2.68 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
<
Project
Sdk
=
"
Microsoft.NET.Sdk
"
>
<
PropertyGroup
>
<
TargetFrameworks
>netstandard2.0</
TargetFrameworks
>
<
Platforms
>AnyCPU</
Platforms
>
<
LangVersion
>10.0</
LangVersion
>
<
RootNamespace
>Python.Runtime</
RootNamespace
>
<
AssemblyName
>Python.Runtime</
AssemblyName
>
<
Nullable
>enable</
Nullable
>
<
PackageId
>pythonnet</
PackageId
>
<
PackageLicenseFile
>LICENSE</
PackageLicenseFile
>
<
RepositoryUrl
>https://github.com/pythonnet/pythonnet</
RepositoryUrl
>
<
RepositoryType
>git</
RepositoryType
>
<
PackageTags
>python interop dynamic dlr Mono pinvoke</
PackageTags
>
<
PackageIcon
>python-clear.png</
PackageIcon
>
<
PackageIconUrl
>https://raw.githubusercontent.com/pythonnet/pythonnet/master/src/console/python-clear.ico</
PackageIconUrl
>
<
PackageProjectUrl
>https://pythonnet.github.io/</
PackageProjectUrl
>
<
PackageReadmeFile
>README.md</
PackageReadmeFile
>
<
PublishRepositoryUrl
>true</
PublishRepositoryUrl
>
<
Description
>Python and CLR (.NET and Mono) cross-platform language interop</
Description
>
<
DebugSymbols
>true</
DebugSymbols
>
<
IncludeSymbols
>true</
IncludeSymbols
>
<
SymbolPackageFormat
>snupkg</
SymbolPackageFormat
>
<
GenerateDocumentationFile
>True</
GenerateDocumentationFile
>
<
AssemblyOriginatorKeyFile
>..\pythonnet.snk</
AssemblyOriginatorKeyFile
>
<
SignAssembly
>true</
SignAssembly
>
<
NoWarn
>1591;NU1701</
NoWarn
>
<
AllowUnsafeBlocks
>True</
AllowUnsafeBlocks
>
<
IsPackable
>true</
IsPackable
>
<
Configurations
>Debug;Release;TraceAlloc</
Configurations
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)' == 'TraceAlloc'
"
>
<
DefineConstants
>$(DefineConstants);TRACE_ALLOC</
DefineConstants
>
</
PropertyGroup
>
<
PropertyGroup
>
<
OutputPath
>..\..\pythonnet\runtime</
OutputPath
>
<
AppendTargetFrameworkToOutputPath
>false</
AppendTargetFrameworkToOutputPath
>
</
PropertyGroup
>
<
ItemGroup
>
<
None
Include
=
"
..\..\LICENSE
"
Pack
=
"
true
"
PackagePath
=
"
"
/>
<
None
Include
=
"
README.md
"
Pack
=
"
true
"
PackagePath
=
"
"
/>
<
None
Include
=
"
..\..\src\console\python-clear.png
"
Pack
=
"
true
"
PackagePath
=
"
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
EmbeddedResource
Include
=
"
Resources\clr.py
"
>
<
LogicalName
>clr.py</
LogicalName
>
</
EmbeddedResource
>
<
EmbeddedResource
Include
=
"
Resources\interop.py
"
>
<
LogicalName
>interop.py</
LogicalName
>
</
EmbeddedResource
>
<
EmbeddedResource
Include
=
"
Mixins\*.py
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Lost.Compat.NullabilityAttributes
"
Version
=
"
0.0.4
"
PrivateAssets
=
"
All
"
/>
<
PackageReference
Include
=
"
Microsoft.SourceLink.GitHub
"
Version
=
"
1.1.1
"
PrivateAssets
=
"
All
"
/>
<
PackageReference
Include
=
"
System.Reflection.Emit
"
Version
=
"
4.3.0
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL