124 lines
5.1 KiB
XML
124 lines
5.1 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
|
<ProjectGuid>{F4B2970D-431C-4801-A65D-F48FEE8C650A}</ProjectGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
|
<RootNamespace>Test.DotNet.RevitUI</RootNamespace>
|
|||
|
|
<AssemblyName>Test.DotNet.RevitUI</AssemblyName>
|
|||
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|||
|
|
<FileAlignment>512</FileAlignment>
|
|||
|
|
<TargetFrameworkProfile />
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|||
|
|
<DebugSymbols>true</DebugSymbols>
|
|||
|
|
<DebugType>full</DebugType>
|
|||
|
|
<Optimize>false</Optimize>
|
|||
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|||
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|||
|
|
<DebugType>pdbonly</DebugType>
|
|||
|
|
<Optimize>true</Optimize>
|
|||
|
|
<OutputPath>bin\Release\</OutputPath>
|
|||
|
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="AdWindows">
|
|||
|
|
<HintPath>D:\Program Files\Autodesk\Revit 2016\AdWindows.dll</HintPath>
|
|||
|
|
<Private>False</Private>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="Microsoft.Expression.Interactions">
|
|||
|
|
<HintPath>D:\Program Files\Autodesk\Revit 2016\Microsoft.Expression.Interactions.dll</HintPath>
|
|||
|
|
<Private>False</Private>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="PresentationCore" />
|
|||
|
|
<Reference Include="PresentationFramework" />
|
|||
|
|
<Reference Include="RevitAPI">
|
|||
|
|
<HintPath>D:\Program Files\Autodesk\Revit 2016\RevitAPI.dll</HintPath>
|
|||
|
|
<Private>False</Private>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="RevitAPIUI">
|
|||
|
|
<HintPath>D:\Program Files\Autodesk\Revit 2016\RevitAPIUI.dll</HintPath>
|
|||
|
|
<Private>False</Private>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
<Reference Include="System.Core" />
|
|||
|
|
<Reference Include="System.Drawing" />
|
|||
|
|
<Reference Include="System.Windows.Forms" />
|
|||
|
|
<Reference Include="System.Xaml" />
|
|||
|
|
<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" />
|
|||
|
|
<Reference Include="WindowsBase" />
|
|||
|
|
<Reference Include="WindowsFormsIntegration" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="AppRun.cs" />
|
|||
|
|
<Compile Include="Command\DeleteElementCommand.cs" />
|
|||
|
|
<Compile Include="Command\FlowButton1Command.cs" />
|
|||
|
|
<Compile Include="Command\FlowButton2Command.cs" />
|
|||
|
|
<Compile Include="Command\SplitButton1Command.cs" />
|
|||
|
|
<Compile Include="Command\SplitButton2Command.cs" />
|
|||
|
|
<Compile Include="Command\DeleteMatchElementCommand.cs" />
|
|||
|
|
<Compile Include="Extension\DocumentExtension.cs" />
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
<Compile Include="ViewModel\RibbonViewModel.cs" />
|
|||
|
|
<Compile Include="ViewModel\DeleteElementViewModel.cs" />
|
|||
|
|
<Compile Include="View\MainDeleteMatchElement.xaml.cs">
|
|||
|
|
<DependentUpon>MainDeleteMatchElement.xaml</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="View\RibbonView.xaml.cs">
|
|||
|
|
<DependentUpon>RibbonView.xaml</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Resource Include="Images\test16.png">
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</Resource>
|
|||
|
|
<Resource Include="Images\test32.png">
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</Resource>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\DotNet.RevitUI %282016%29\DotNet.RevitUI %282016%29.csproj">
|
|||
|
|
<Project>{22f6cc59-e396-4477-9215-21777c68e044}</Project>
|
|||
|
|
<Name>DotNet.RevitUI %282016%29</Name>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Page Include="View\MainDeleteMatchElement.xaml">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
<Generator>MSBuild:Compile</Generator>
|
|||
|
|
</Page>
|
|||
|
|
<Page Include="View\RibbonView.xaml">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
<Generator>MSBuild:Compile</Generator>
|
|||
|
|
</Page>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Resource Include="Images\delete32.png">
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</Resource>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Resource Include="Images\split32.png">
|
|||
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|||
|
|
</Resource>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<None Include="Test.DotNet.RevitUI.addin" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
|
</Project>
|