Skip to content

Commit 1b1983b

Browse files
committed
References updated
1 parent 6d16248 commit 1b1983b

8 files changed

Lines changed: 29 additions & 11 deletions

File tree

PythonConsoleControl/PythonConsoleControl.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@
5353
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5454
</PropertyGroup>
5555
<ItemGroup>
56-
<Reference Include="ICSharpCode.AvalonEdit">
57-
<HintPath>..\RequiredLibraries\ICSharpCode.AvalonEdit.dll</HintPath>
58-
<Private>False</Private>
56+
<Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
57+
<HintPath>..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath>
5958
</Reference>
6059
<Reference Include="IronPython">
6160
<HintPath>..\RequiredLibraries\IronPython.dll</HintPath>
@@ -136,6 +135,9 @@
136135
<Install>true</Install>
137136
</BootstrapperPackage>
138137
</ItemGroup>
138+
<ItemGroup>
139+
<None Include="packages.config" />
140+
</ItemGroup>
139141
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140142
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
141143
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="AvalonEdit" version="5.0.4" targetFramework="net46" />
4+
</packages>
138 KB
Binary file not shown.

RequiredLibraries/WPG.dll

155 KB
Binary file not shown.

RevitPythonShell/RevitPythonShell.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@
8888
</PropertyGroup>
8989
<ItemGroup>
9090
<Reference Include="Autodesk.Navisworks.Api">
91-
<HintPath>C:\Program Files\Autodesk\Navisworks Manage 2016\Autodesk.Navisworks.Api.dll</HintPath>
91+
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Navisworks Manage 2018\Autodesk.Navisworks.Api.dll</HintPath>
9292
<Private>False</Private>
9393
</Reference>
94-
<Reference Include="ICSharpCode.AvalonEdit">
95-
<HintPath>..\RequiredLibraries\ICSharpCode.AvalonEdit.dll</HintPath>
94+
<Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
95+
<HintPath>..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath>
9696
</Reference>
9797
<Reference Include="IronPython">
9898
<HintPath>..\RequiredLibraries\IronPython.dll</HintPath>
@@ -200,6 +200,7 @@
200200
<None Include="Icons\Settings-32.ico">
201201
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
202202
</None>
203+
<None Include="packages.config" />
203204
<None Include="Resources\ipy.ico" />
204205
<Resource Include="Images\Copy.png" />
205206
<Resource Include="Images\Cut.png" />
@@ -257,8 +258,9 @@
257258
<Name>RpsRuntime</Name>
258259
</ProjectReference>
259260
</ItemGroup>
261+
<ItemGroup />
260262
<ItemGroup>
261-
<Folder Include="Icons" />
263+
<Analyzer Include="..\..\..\..\..\..\Program Files\Autodesk\Navisworks Manage 2018\Autodesk.Navisworks.Api.dll" />
262264
</ItemGroup>
263265
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
264266
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

RevitPythonShell/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="AvalonEdit" version="5.0.4" targetFramework="net46" />
4+
</packages>

RpsRuntime/RpsRuntime.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@
6565
</PropertyGroup>
6666
<ItemGroup>
6767
<Reference Include="Autodesk.Navisworks.Api">
68-
<HintPath>C:\Program Files\Autodesk\Navisworks Manage 2016\Autodesk.Navisworks.Api.dll</HintPath>
68+
<HintPath>..\..\..\..\..\..\Program Files\Autodesk\Navisworks Manage 2018\Autodesk.Navisworks.Api.dll</HintPath>
6969
<Private>False</Private>
7070
</Reference>
71-
<Reference Include="ICSharpCode.AvalonEdit">
72-
<HintPath>..\RequiredLibraries\ICSharpCode.AvalonEdit.dll</HintPath>
73-
<Private>False</Private>
71+
<Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
72+
<HintPath>..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath>
7473
</Reference>
7574
<Reference Include="IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
7675
<SpecificVersion>False</SpecificVersion>
@@ -139,6 +138,9 @@
139138
<ItemGroup>
140139
<EmbeddedResource Include="Resources\python_27_lib.zip" />
141140
</ItemGroup>
141+
<ItemGroup>
142+
<None Include="packages.config" />
143+
</ItemGroup>
142144
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
143145
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
144146
Other similar extension points exist, see Microsoft.Common.targets.

RpsRuntime/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="AvalonEdit" version="5.0.4" targetFramework="net46" />
4+
</packages>

0 commit comments

Comments
 (0)