zhangyuekai
2024-08-08 cd7d3ceff46090b1df76b96b788c2ffedb6f99f5
HStation.RevitDev/RevitDataExport/HStation.RevitDev.RevitDataExport.csproj
@@ -70,6 +70,9 @@
    </Reference>
    <Reference Include="PresentationCore" />
    <Reference Include="PresentationFramework" />
    <Reference Include="Revit.Async">
      <HintPath>..\Reference\Revit.Async.dll</HintPath>
    </Reference>
    <Reference Include="RevitAPI">
      <HintPath>..\Reference\Revitapi\2020\RevitAPI.dll</HintPath>
    </Reference>
@@ -109,7 +112,9 @@
    <Compile Include="Common\MEPHelper.cs" />
    <Compile Include="Common\NetWorkHelper.cs" />
    <Compile Include="Common\ThumbnailUtils.cs" />
    <Compile Include="Entity\ConfigModel.cs" />
    <Compile Include="Entity\Connector.cs" />
    <Compile Include="Entity\ElementModel.cs" />
    <Compile Include="Entity\ExternalEvent.cs" />
    <Compile Include="Entity\FamilyLoadOptions.cs" />
    <Compile Include="Entity\FlowDirction.cs" />
@@ -121,13 +126,21 @@
    <Compile Include="Forms\Form_CheckResult.Designer.cs">
      <DependentUpon>Form_CheckResult.cs</DependentUpon>
    </Compile>
    <Compile Include="Forms\Form_FamilyManager.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="Forms\Form_FamilyManager.Designer.cs">
      <DependentUpon>Form_FamilyManager.cs</DependentUpon>
    </Compile>
    <Compile Include="Forms\Wpf_InstancePanel.xaml.cs">
      <DependentUpon>Wpf_InstancePanel.xaml</DependentUpon>
    </Compile>
    <Compile Include="Forms\Wpf_FamilyPanel.xaml.cs">
      <DependentUpon>Wpf_FamilyPanel.xaml</DependentUpon>
    </Compile>
    <Compile Include="Interface\IExportService.cs" />
    <Compile Include="Parser\Qita.cs" />
    <Compile Include="Plugin\Application.cs" />
    <Compile Include="Service\FamilyExportService.cs" />
    <Compile Include="Utility\BoundingBoxHelper.cs" />
    <Compile Include="Utility\CacheUtil.cs" />
    <Compile Include="Utility\ConnectorExtense.cs" />
@@ -174,19 +187,25 @@
    <Compile Include="Common\Singleton.cs" />
    <Compile Include="Common\WaterRemark.cs" />
    <Compile Include="Utility\ParserManager.cs" />
    <Compile Include="Utility\ParserUtils.cs" />
    <Compile Include="Utility\PipeExtense.cs" />
    <Compile Include="Utility\PropertyUitlity.cs" />
    <Compile Include="Service\SearchService.cs" />
    <Compile Include="Utility\RevitTypeExtense.cs" />
    <Compile Include="Utility\RevitUtil.cs" />
    <Compile Include="Utility\Ribbon.cs" />
    <Compile Include="Entity\Updater.cs" />
    <Compile Include="Utility\SystemCheckUtils.cs" />
    <Compile Include="Utility\VersionUtil.cs" />
    <Compile Include="Utility\ViewHelper.cs" />
    <Compile Include="Utility\XYZExtension.cs" />
  </ItemGroup>
  <ItemGroup />
  <ItemGroup>
    <EmbeddedResource Include="Forms\Form_CheckResult.resx">
      <DependentUpon>Form_CheckResult.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Forms\Form_FamilyManager.resx">
      <DependentUpon>Form_FamilyManager.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Forms\Form_SystemSelect.resx">
      <DependentUpon>Form_SystemSelect.cs</DependentUpon>
@@ -202,6 +221,10 @@
    <EmbeddedResource Include="Resources\piping_system_detect2.png" />
  </ItemGroup>
  <ItemGroup>
    <Page Include="Forms\Wpf_InstancePanel.xaml">
      <Generator>MSBuild:Compile</Generator>
      <SubType>Designer</SubType>
    </Page>
    <Page Include="Forms\Wpf_FamilyPanel.xaml">
      <SubType>Designer</SubType>
      <Generator>MSBuild:Compile</Generator>