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- <EngineDir >CPY385</EngineDir >
54 <AssemblyName >pyRevitLabs.PythonNet</AssemblyName >
65 <Platforms >AnyCPU</Platforms >
76 <LangVersion >10.0</LangVersion >
6261 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
6362 <PackageReference Include =" System.Reflection.Emit" Version =" 4.3.0" />
6463 </ItemGroup >
65-
66- <Target Name =" Deploy" AfterTargets =" AfterBuild" >
67- <Copy SourceFiles =" $(TargetDir)\pyRevitLabs.PythonNet.dll" DestinationFolder =" $(PyRevitBinDir)\netfx\engines\$(EngineDir)" />
68- <Copy SourceFiles =" $(TargetDir)\pyRevitLabs.PythonNet.dll" DestinationFolder =" $(PyRevitBinDir)\netcore\engines\$(EngineDir)" />
69- </Target >
7064</Project >
You can’t perform that action at this time.
0 commit comments