qin
2024-09-24 43bd8ee779a4cca7483bdf73c176b9fb8ebed5e2
HStation.RevitDev/RevitDataExport/HStation.RevitDev.RevitDataExport.csproj
@@ -56,13 +56,21 @@
    <Reference Include="DevExpress.XtraEditors.v22.2">
      <HintPath>..\Reference\DevExpress.XtraEditors.v22.2.dll</HintPath>
    </Reference>
    <Reference Include="Hydro.CommonBase">
      <HintPath>..\Reference\Hydro.CommonBase.dll</HintPath>
    </Reference>
    <Reference Include="Hydro.Core">
      <HintPath>..\Reference\Hydro.Core.dll</HintPath>
    </Reference>
    <Reference Include="Hydro.Inp">
    <Reference Include="Hydro.Inp, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\Reference\Hydro.Inp.dll</HintPath>
    </Reference>
    <Reference Include="Hydro.Revit">
    <Reference Include="Hydro.MapView">
      <HintPath>..\Reference\Hydro.MapView.dll</HintPath>
    </Reference>
    <Reference Include="Hydro.Revit, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\Reference\Hydro.Revit.dll</HintPath>
    </Reference>
    <Reference Include="ICSharpCode.SharpZipLib, Version=1.4.2.13, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
@@ -132,6 +140,7 @@
    <Compile Include="Common\ThumbnailUtils.cs" />
    <Compile Include="Entity\CheckResultType.cs" />
    <Compile Include="Entity\ConfigModel.cs" />
    <Compile Include="Entity\ConfigSettingModel.cs" />
    <Compile Include="Entity\Connector.cs" />
    <Compile Include="Entity\ElementModel.cs" />
    <Compile Include="Entity\ElementModels\PipeModel.cs" />
@@ -154,6 +163,7 @@
    <Compile Include="Entity\FamilyParamsModel.cs" />
    <Compile Include="Entity\FlowDirction.cs" />
    <Compile Include="Entity\ModelBase.cs" />
    <Compile Include="Entity\ObjectPosition.cs" />
    <Compile Include="Entity\RecordClass.cs" />
    <Compile Include="Entity\SettingsViewModel.cs" />
    <Compile Include="Entity\UnitType.cs" />