Skip to content

Commit 5c41cff

Browse files
committed
Dynamo Fixes
1 parent 9ce4381 commit 5c41cff

5 files changed

Lines changed: 382 additions & 27 deletions

File tree

216 KB
Binary file not shown.
Binary file not shown.

SketchUp/SketchUpNET/SketchUpForDynamo/SketchUpForDynamo.csproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,17 @@
8585
<Content Include="SketchUpAPI.dll">
8686
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
8787
</Content>
88+
<Content Include="SketchUpCommonPreferences.dll">
89+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
90+
</Content>
91+
</ItemGroup>
92+
<ItemGroup>
93+
<None Include="sketchup.lib">
94+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
95+
</None>
96+
<None Include="SketchUpAPI.lib">
97+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
98+
</None>
8899
</ItemGroup>
89100
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90101
<Target Name="BeforeBuild">
213 KB
Binary file not shown.

0 commit comments

Comments
 (0)