Files
MsAddIns/ShrlAlgo.MsAddIns/ShrlAlgo.MsAddIns.csproj
2026-02-28 21:01:57 +08:00

108 lines
4.7 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<LangVersion>13.0</LangVersion>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>C:\Program Files\Bentley\MicroStation 2024\MicroStation\Mdlapps</OutputPath>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<None Remove="commands.xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="commands.xml">
<SubType>Designer</SubType>
<LogicalName>CommandTable.xml</LogicalName>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="CoreCLR-NCalc" Version="3.1.253" />
<!--<Reference Include="Bentley.MicroStation" HintPath="$(MSAssemblies)Bentley.MicroStation.dll" Private="False" />-->
<Reference Include="Bentley.Platform" SpecificVersion="False" HintPath="..\dlls\Bentley.Platform.dll" Private="False" />
<Reference Include="Bentley.DgnDisplayNet" HintPath="..\dlls\Bentley.DgnDisplayNet.dll" SpecificVersion="False" Private="False" />
<Reference Include="Bentley.DgnPlatformNET" SpecificVersion="False" HintPath="..\dlls\Bentley.DgnPlatformNET.dll" Private="False" />
<Reference Include="Bentley.ECObjects3">
<SpecificVersion>False</SpecificVersion>
<HintPath><!--$(MSAssemblies)-->..\dlls\Bentley.ECObjects3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ConstraintCommonNet">
<SpecificVersion>False</SpecificVersion>
<HintPath><!--$(MSAssemblies)-->..\dlls\ConstraintCommonNet.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Bentley.ECObjects.MixedMode3">
<SpecificVersion>False</SpecificVersion>
<HintPath><!--$(MSAssemblies)-->..\dlls\Bentley.ECObjects.MixedMode3.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Bentley.General.1.0">
<SpecificVersion>False</SpecificVersion>
<HintPath><!--$(MSAssemblies)-->..\dlls\Bentley.General.1.0.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Bentley.MicroStation.Interfaces.1.0">
<SpecificVersion>False</SpecificVersion>
<HintPath><!--$(MSAssemblies)-->..\dlls\Bentley.MicroStation.Interfaces.1.0.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Bentley.GeometryNET">
<SpecificVersion>False</SpecificVersion>
<Private>False</Private>
<HintPath><!--$(BentleyReferencePath)-->..\dlls\Bentley.GeometryNET.dll</HintPath>
</Reference>
<Reference Include="Bentley.GeometryNET.Structs">
<Private>False</Private>
<HintPath><!--$(BentleyReferencePath)-->..\dlls\Bentley.GeometryNET.Structs.dll</HintPath>
</Reference>
<Reference Include="Bentley.MicroStation.WPF">
<Private>False</Private>
<HintPath><!--$(BentleyReferencePath)-->..\dlls\Bentley.MicroStation.WPF.dll</HintPath>
</Reference>
<Reference Include="MstnMixedAssistant">
<HintPath>..\dlls\MstnMixedAssistant.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ORDClrCodeSTQC">
<HintPath>..\dlls\ORDClrCodeSTQC.dll</HintPath>
</Reference>
<Reference Include="ustation">
<HintPath><!--$(BentleyReferencePath)-->..\dlls\ustation.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<!-- <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122">
<TreatAsUsed>True</TreatAsUsed>
</PackageReference>-->
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CenterCurveAddins\CenterCurveAddins.csproj" />
<ProjectReference Include="..\Mstn.Toolkit\Mstn.Toolkit.csproj" />
<ProjectReference Include="..\QuickModeling\QuickModeling.csproj" />
<ProjectReference Include="..\RingPlacementAddin\RingPlacementAddin.csproj" />
<ProjectReference Include="..\ZYJSCSMsAddins\ZYJSCSMsAddins.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Views\CustomToolSettings.xaml.cs">
<SubType>Code</SubType>
<DependentUpon>CustomToolSettings.xaml</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<None Update="Cell\Ring.cel">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>