mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-19 18:48:48 +00:00
36 lines
1.3 KiB
XML
36 lines
1.3 KiB
XML
<Project Sdk="">
|
|
<PropertyGroup>
|
|
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
|
|
</PropertyGroup>
|
|
<Import Project="..\StructuralConnectionsSDKSamples.Common.props" />
|
|
<PropertyGroup>
|
|
<ImportWindowsDesktopTargets>false</ImportWindowsDesktopTargets>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ASCADLinkMgd">
|
|
<HintPath>$(ASInstallDir)\ASCADLinkMgd.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="ASGeometryMgd">
|
|
<HintPath>$(ASInstallDir)\ASGeometryMgd.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="ASModelerMgd">
|
|
<HintPath>$(ASInstallDir)\ASModelerMgd.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="ASObjectsMgd">
|
|
<HintPath>$(ASInstallDir)\ASObjectsMgd.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="ASProfilesMgd">
|
|
<HintPath>$(ASInstallDir)\ASProfilesMgd.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DotNetRoots">
|
|
<HintPath>$(ASInstallDir)\DotNetRoots.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk"/>
|
|
</Project> |