File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >netstandard2.0</TargetFrameworks >
4+ <AssemblyName >pyRevitLabs.PythonNet</AssemblyName >
45 <Platforms >AnyCPU</Platforms >
56 <LangVersion >10.0</LangVersion >
67 <RootNamespace >Python.Runtime</RootNamespace >
7- <AssemblyName >Python.Runtime</AssemblyName >
88 <Nullable >enable</Nullable >
99
1010 <PackageId >pythonnet</PackageId >
2828 <AssemblyOriginatorKeyFile >..\pythonnet.snk</AssemblyOriginatorKeyFile >
2929 <SignAssembly >true</SignAssembly >
3030
31- <NoWarn >1591;NU1701</NoWarn >
31+ <NoWarn >$(NoWarn);1591;NU1701;NoCopy04;NoCopy05;NoCopy06</NoWarn >
32+
3233 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
34+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
35+ <CodeAnalysisRuleSet />
36+ <RunAnalyzersDuringBuild >false</RunAnalyzersDuringBuild >
3337
3438 <IsPackable >true</IsPackable >
3539
4044 <DefineConstants >$(DefineConstants);TRACE_ALLOC</DefineConstants >
4145 </PropertyGroup >
4246
43- <PropertyGroup >
44- <OutputPath >..\..\pythonnet\runtime</OutputPath >
45- <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
46- </PropertyGroup >
47-
4847 <ItemGroup >
4948 <None Include =" ..\..\LICENSE" Pack =" true" PackagePath =" " />
5049 <None Include =" README.md" Pack =" true" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments