-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update dependencies #3028
base: master
Are you sure you want to change the base?
update dependencies #3028
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
<AssemblyName>DynamoRevitDS</AssemblyName> | ||
<FileUpgradeFlags /> | ||
<UpgradeBackupLocation /> | ||
<EnableDynamicLoading>true</EnableDynamicLoading> | ||
|
||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>3</WarningLevel> | ||
|
@@ -44,43 +45,9 @@ | |
<PlatformTarget>x64</PlatformTarget> | ||
</PropertyGroup> | ||
<Target Name="AfterBuildMigrated" AfterTargets="PostBuildEvent"> | ||
<WriteLinesToFile Condition="!Exists('$(OutputPath)/../Dynamo.config')" | ||
File="$(OutputPath)/../Dynamo.config" | ||
Lines="<?xml version="1.0" encoding="utf-8"?>
<configuration>
 <appSettings>
 <add key="DynamoRuntime" value="$(DYNAMOAPI)"/>
 </appSettings>
</configuration>
" | ||
Overwrite="true" /> | ||
<WriteLinesToFile Condition="!Exists('$(OutputPath)/../Dynamo.config')" File="$(OutputPath)/../Dynamo.config" Lines="<?xml version="1.0" encoding="utf-8"?>
<configuration>
 <appSettings>
 <add key="DynamoRuntime" value="$(DYNAMOAPI)"/>
 </appSettings>
</configuration>
" Overwrite="true" /> | ||
</Target> | ||
<ItemGroup> | ||
<Reference Include="DynamoApplications"> | ||
<HintPath Condition="!Exists('$(DYNAMOBUILDPATH)') ">$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\$(DCoreLibSubFolder)\DynamoApplications.dll</HintPath> | ||
<HintPath Condition=" Exists('$(DYNAMOBUILDPATH)') ">$(DYNAMOBUILDPATH)\DynamoApplications.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="DynamoServices"> | ||
<HintPath Condition="!Exists('$(DYNAMOBUILDPATH)') ">$(PACKAGESPATH)\DynamoVisualProgramming.DynamoServices\lib\netstandard2.0\DynamoServices.dll</HintPath> | ||
<HintPath Condition=" Exists('$(DYNAMOBUILDPATH)') ">$(DYNAMOBUILDPATH)\DynamoServices.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Greg"> | ||
<HintPath>$(PACKAGESPATH)\Greg\lib\net6.0\Greg.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="GregRevitAuth"> | ||
<HintPath>$(PACKAGESPATH)\GregRevitAuth\lib\net6.0\GregRevitAuth.dll</HintPath> | ||
<Private>True</Private> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json"> | ||
<HintPath>$(PACKAGESPATH)\Newtonsoft.Json\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="ProtoGeometry"> | ||
<HintPath Condition="!Exists('$(DYNAMOBUILDPATH)') ">$(PACKAGESPATH)\DynamoVisualProgramming.ZeroTouchLibrary\lib\$(DCoreLibSubFolder)\ProtoGeometry.dll</HintPath> | ||
<HintPath Condition=" Exists('$(DYNAMOBUILDPATH)') ">$(DYNAMOBUILDPATH)\ProtoGeometry.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="Python.Runtime"> | ||
<HintPath>$(PACKAGESPATH)\pythonnet\lib\net40\Python.Runtime.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="RevitAPI"> | ||
<HintPath>$(REVITAPI)\RevitAPI.dll</HintPath> | ||
<Private>False</Private> | ||
|
@@ -114,38 +81,6 @@ | |
<LastGenOutput>Resources.en-US.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Reference Include="ProtoCore"> | ||
<HintPath Condition="!Exists('$(DYNAMOBUILDPATH)')">$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\$(DCoreLibSubFolder)\ProtoCore.dll</HintPath> | ||
<HintPath Condition=" Exists('$(DYNAMOBUILDPATH)')">$(DYNAMOBUILDPATH)\ProtoCore.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="DynamoCoreWpf"> | ||
<HintPath Condition="!Exists('$(DYNAMOBUILDPATH)')">$(PACKAGESPATH)\DynamoVisualProgramming.WpfUILibrary\lib\$(DCoreLibSubFolder)\DynamoCoreWpf.dll</HintPath> | ||
<HintPath Condition=" Exists('$(DYNAMOBUILDPATH)')">$(DYNAMOBUILDPATH)\DynamoCoreWpf.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="DynamoCore"> | ||
<HintPath Condition="!Exists('$(DYNAMOBUILDPATH)')">$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\$(DCoreLibSubFolder)\DynamoCore.dll</HintPath> | ||
<HintPath Condition=" Exists('$(DYNAMOBUILDPATH)')">$(DYNAMOBUILDPATH)\DynamoCore.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="DynamoUtilities"> | ||
<HintPath Condition="!Exists('$(DYNAMOBUILDPATH)')">$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\$(DCoreLibSubFolder)\DynamoUtilities.dll</HintPath> | ||
<HintPath Condition=" Exists('$(DYNAMOBUILDPATH)')">$(DYNAMOBUILDPATH)\DynamoUtilities.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="DynamoShapeManager"> | ||
<HintPath Condition="!Exists('$(DYNAMOBUILDPATH)')">$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\$(DCoreLibSubFolder)\DynamoShapeManager.dll</HintPath> | ||
<HintPath Condition=" Exists('$(DYNAMOBUILDPATH)')">$(DYNAMOBUILDPATH)\DynamoShapeManager.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
<Reference Include="DynamoInstallDetective"> | ||
<HintPath Condition="!Exists('$(DYNAMOBUILDPATH)')">$(PACKAGESPATH)\DynamoVisualProgramming.Core\lib\$(DCoreLibSubFolder)\DynamoInstallDetective.dll</HintPath> | ||
<HintPath Condition=" Exists('$(DYNAMOBUILDPATH)')">$(DYNAMOBUILDPATH)\DynamoInstallDetective.dll</HintPath> | ||
<Private>False</Private> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Ionic.Zip.xml" /> | ||
<EmbeddedResource Include="Resources\Category.Revit.svg" /> | ||
|
@@ -160,4 +95,17 @@ | |
<ItemGroup> | ||
<Compile Remove="RevitSettings.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="DynamoVisualProgramming.Core" Version="3.0.0.7190" ExcludeAssets="runtime" GeneratePathProperty="true" /> | ||
<PackageReference Include="DynamoVisualProgramming.WpfUILibrary" Version="3.0.0.7190" ExcludeAssets="runtime" /> | ||
<PackageReference Include="Greg" Version="3.0.0.3175" ExcludeAssets="runtime" /> | ||
<PackageReference Include="GregRevitAuth" Version="2.0.8718.22924" /> | ||
<PackageReference Include="pythonnet_py38_win" Version="2.5.1" ExcludeAssets="runtime" /> | ||
</ItemGroup> | ||
<Target Name="Copy dll" AfterTargets="Build"> | ||
<ItemGroup> | ||
<DetectiveDll Include="$(PkgDynamoVisualProgramming_Core)\lib\net8.0\DynamoInstallDetective.dll" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why doesn't this automatically get copied to the output path using |
||
</ItemGroup> | ||
<Copy SourceFiles="@(DetectiveDll)" DestinationFolder="$(OutputPath)\.." /> | ||
</Target> | ||
</Project> |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So this project is referencing other projects that already include the necessary packagereferences? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice.