Files

33 lines
1.3 KiB
XML
Raw Permalink Normal View History

2024-04-11 13:47:20 +02:00
<Project Sdk="">
2023-04-26 14:47:47 +02:00
<PropertyGroup>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
2024-04-11 13:47:20 +02:00
<UseWindowsForms>true</UseWindowsForms>
2023-04-26 14:47:47 +02:00
</PropertyGroup>
2024-04-11 13:47:20 +02:00
<Import Project="..\StructuralConnectionsSDKSamples.Common.props" />
2023-04-26 14:47:47 +02:00
<ItemGroup>
<Reference Include="DotNetRoots">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(ASInstallDir)\DotNetRoots.dll</HintPath>
</Reference>
<Reference Include="AxInterop.ASTCONTROLSLib">
<HintPath>$(ASInstallDir)\AxInterop.ASTCONTROLSLib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Interop.AstSTEELAUTOMATIONLib5">
<HintPath>$(ASInstallDir)\Interop.AstSTEELAUTOMATIONLib5.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Interop.DSCGEOMCOMLib">
<HintPath>$(ASInstallDir)\Interop.DSCGEOMCOMLib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Interop.DSCODBCCOMLib">
<HintPath>$(ASInstallDir)\Interop.DSCODBCCOMLib.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
2024-04-11 13:47:20 +02:00
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk"/>
</Project>