更新
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
<Platforms>x64</Platforms>
|
||||
<AppendPlatformToOutputPath>false</AppendPlatformToOutputPath>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
<RevitVersion>2018</RevitVersion>
|
||||
@@ -22,9 +23,17 @@
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<DefineConstants>$(DefineConstants);REVIT2018</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="Biaui\**" />
|
||||
<EmbeddedResource Remove="Biaui\**" />
|
||||
<None Remove="Biaui\**" />
|
||||
<Page Remove="Biaui\**" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="eTransmitForRevitDB" HintPath="..\libs\2018\eTransmitForRevitDB.dll" />
|
||||
<PackageReference Include="ACadSharp" Version="1.0.2" />
|
||||
<Reference Include="PresentationFramework.Aero" />
|
||||
<PackageReference Include="Jewelry" Version="2.0.6" />
|
||||
<PackageReference Include="ACadSharp" Version="1.1.19" />
|
||||
<PackageReference Include="EleCho.WpfSuite" Version="0.9.1.2" />
|
||||
<PackageReference Include="LiteDB" Version="5.0.21" />
|
||||
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
|
||||
@@ -41,7 +50,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\ShrlAlgoToolkit.Core\ShrlAlgoToolkit.Core.csproj" />
|
||||
<ProjectReference Include="..\WPFluent\WPFluent.csproj" />
|
||||
<ProjectReference Include="..\WPFDark\WPFDark.csproj" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\ShrlAlgoToolkit.Revit\ShrlAlgoToolkit.Revit.projitems" Label="Shared" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user