mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-19 18:48:48 +00:00
104 lines
4.5 KiB
XML
104 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="..\StructuralConnectionsSDKSamples.Common.props" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
|
|
<ProjectGuid>{8CFF2BFD-0E4D-4A20-95F4-C1FD4BDF0703}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SampleClipAngle</RootNamespace>
|
|
<AssemblyName>SampleClipAngle</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Binaries\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Binaries\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ASRepository">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(ASInstallDir)\ASRepository.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DotNetRoots">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(ASInstallDir)\DotNetRoots.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Autodesk.SteelConnections.ASRvtModeler">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(ASInstallDir)\Autodesk.SteelConnections.ASRvtModeler.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="AxInterop.ASTCONTROLSLib">
|
|
<Private>False</Private>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>$(ASInstallDir)\AxInterop.ASTCONTROLSLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Interop.AstSTEELAUTOMATIONLib5">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
<HintPath>$(ASInstallDir)\Interop.AstSTEELAUTOMATIONLib5.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Interop.DSCGEOMCOMLib">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
<HintPath>$(ASInstallDir)\Interop.DSCGEOMCOMLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Interop.DSCODBCCOMLib">
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
<HintPath>$(ASInstallDir)\Interop.DSCODBCCOMLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Interop.DSCPROFILESACCESSCOMLib">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
<HintPath>$(ASInstallDir)\Interop.DSCPROFILESACCESSCOMLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Interop.DSCRootsCOMLib">
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
<HintPath>$(ASInstallDir)\Interop.DSCRootsCOMLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="SampleClipAngle.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SampleClipUI.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SampleClipUI.Designer.cs">
|
|
<DependentUpon>SampleClipUI.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="SampleClipUI.resx">
|
|
<DependentUpon>SampleClipUI.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |