added CreateAnalyticalCurvedPanel.cs

This commit is contained in:
Jeremy Tammik
2023-01-11 11:34:33 +01:00
parent 034567c506
commit 2ca39e38fd
2 changed files with 59 additions and 10 deletions
@@ -1,11 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
None
</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -68,12 +62,16 @@
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Reference Include="RevitAddInUtility">
<HintPath>..\..\..\..\..\..\Debugx64\RevitAddInUtility.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPI">
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAPI.dll</HintPath>
<HintPath>..\..\..\..\..\..\Debugx64\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>C:\Program Files\Autodesk\Revit 2023\RevitAPIUI.dll</HintPath>
<HintPath>..\..\..\..\..\..\Debugx64\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
@@ -89,6 +87,7 @@
<ItemGroup>
<Compile Include="AddAssociation.cs" />
<Compile Include="AnalyticalNodeConnStatus.cs" />
<Compile Include="CreateAnalyticalCurvedPanel.cs" />
<Compile Include="RemoveAssociation.cs" />
<Compile Include="CreateAnalytcalPanel.cs" />
<Compile Include="CreateAnalyticalMember.cs" />
@@ -117,4 +116,4 @@
<PostBuildEvent>set FILEFORSAMPLEREG="$(SolutionDir)..\..\..\..\Regression\API\SDKSamples\UpdateSampleDllForRegression.pl"
if exist %25FILEFORSAMPLEREG%25 perl %25FILEFORSAMPLEREG%25 $(ProjectExt) "$(ProjectPath)" "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>