mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-19 10:45:56 +00:00
39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<Project Sdk="">
|
|
<PropertyGroup>
|
|
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
<Import Project="..\StructuralConnectionsSDKSamples.Common.props" />
|
|
<ItemGroup>
|
|
<Reference Include="ASObjectsMgd">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(ASInstallDir)\ASObjectsMgd.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="ASGeometryMgd">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(ASInstallDir)\ASGeometryMgd.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="ASCADLinkMgd">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(ASInstallDir)\ASCADLinkMgd.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DotNetRoots">
|
|
<HintPath>$(ASInstallDir)\DotNetRoots.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="DotNetRootsMgd">
|
|
<HintPath>$(ASInstallDir)\DotNetRootsMgd.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Dummy.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\ResDummy.png" />
|
|
</ItemGroup>
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk"/>
|
|
</Project> |