Files
RevitArchive/RevitKits/RevitKits.csproj

285 lines
15 KiB
XML
Raw Permalink Normal View History

2026-02-23 14:58:05 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0D76EFA1-F60C-4E38-8F20-A9212FBD16CF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RevitKits</RootNamespace>
<AssemblyName>RevitKits</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="MetroGauges\CircuitHelper.cs" />
<Compile Include="MetroGauges\GaugesModelView.xaml.cs">
<DependentUpon>GaugesModelView.xaml</DependentUpon>
</Compile>
<Compile Include="MetroGauges\LandXMLData\AGenerationRange.cs" />
<Compile Include="MetroGauges\LandXMLData\Alignment.cs" />
<Compile Include="MetroGauges\LandXMLData\Alignments.cs" />
<Compile Include="MetroGauges\LandXMLData\Application.cs" />
<Compile Include="MetroGauges\LandXMLData\AreaUnit.cs" />
<Compile Include="MetroGauges\LandXMLData\AsymCurve.cs" />
<Compile Include="MetroGauges\LandXMLData\BaseModel.cs" />
<Compile Include="MetroGauges\LandXMLData\BorderLine.cs" />
<Compile Include="MetroGauges\LandXMLData\Borders.cs" />
<Compile Include="MetroGauges\LandXMLData\CategoryType.cs" />
<Compile Include="MetroGauges\LandXMLData\CgPoint.cs" />
<Compile Include="MetroGauges\LandXMLData\CgPoints.cs" />
<Compile Include="MetroGauges\LandXMLData\CircCurve.cs" />
<Compile Include="MetroGauges\LandXMLData\ComparableStructure.cs" />
<Compile Include="MetroGauges\LandXMLData\CoordGeom.cs" />
<Compile Include="MetroGauges\LandXMLData\CoordinateSystem.cs" />
<Compile Include="MetroGauges\LandXMLData\CrossSection.cs" />
<Compile Include="MetroGauges\LandXMLData\CrossSectionPoint.cs" />
<Compile Include="MetroGauges\LandXMLData\Curve.cs" />
<Compile Include="MetroGauges\LandXMLData\Definition.cs" />
<Compile Include="MetroGauges\LandXMLData\DefinitionMode.cs" />
<Compile Include="MetroGauges\LandXMLData\DesignShape.cs" />
<Compile Include="MetroGauges\LandXMLData\DesignSpeed.cs" />
<Compile Include="MetroGauges\LandXMLData\DiameterUnit.cs" />
<Compile Include="MetroGauges\LandXMLData\DirectionUnit.cs" />
<Compile Include="MetroGauges\LandXMLData\ElementModel.cs" />
<Compile Include="MetroGauges\LandXMLData\Face.cs" />
<Compile Include="MetroGauges\LandXMLData\FeatureLine.cs" />
<Compile Include="MetroGauges\LandXMLData\FeatureLinePoint.cs" />
<Compile Include="MetroGauges\LandXMLData\GenerationRange.cs" />
<Compile Include="MetroGauges\LandXMLData\GenerationRangeInstance.cs" />
<Compile Include="MetroGauges\LandXMLData\GeometryTransformations.cs" />
<Compile Include="MetroGauges\LandXMLData\IGenerationRange.cs" />
<Compile Include="MetroGauges\LandXMLData\IGenerationRangeInstance.cs" />
<Compile Include="MetroGauges\LandXMLData\IInstance.cs" />
<Compile Include="MetroGauges\LandXMLData\Imperial.cs" />
<Compile Include="MetroGauges\LandXMLData\Interfaces\IComparableStructure.cs" />
<Compile Include="MetroGauges\LandXMLData\Interval.cs" />
<Compile Include="MetroGauges\LandXMLData\LamdXMLEx.cs" />
<Compile Include="MetroGauges\LandXMLData\Line.cs" />
<Compile Include="MetroGauges\LandXMLData\LinearUnit.cs" />
<Compile Include="MetroGauges\LandXMLData\LineType.cs" />
<Compile Include="MetroGauges\LandXMLData\Location.cs" />
<Compile Include="MetroGauges\LandXMLData\LoftShapeModel.cs" />
<Compile Include="MetroGauges\LandXMLData\Metric.cs" />
<Compile Include="MetroGauges\LandXMLData\Model.cs" />
<Compile Include="MetroGauges\LandXMLData\ObjectWithNameSideSegment.cs" />
<Compile Include="MetroGauges\LandXMLData\ObjectWithNameSideSegmentPart.cs" />
<Compile Include="MetroGauges\LandXMLData\ParaCurve.cs" />
<Compile Include="MetroGauges\LandXMLData\Part.cs" />
<Compile Include="MetroGauges\LandXMLData\PartType.cs" />
<Compile Include="MetroGauges\LandXMLData\Point.cs" />
<Compile Include="MetroGauges\LandXMLData\Point2D.cs" />
<Compile Include="MetroGauges\LandXMLData\Point3D.cs" />
<Compile Include="MetroGauges\LandXMLData\PressureUnit.cs" />
<Compile Include="MetroGauges\LandXMLData\ProfAlign.cs" />
<Compile Include="MetroGauges\LandXMLData\Profile.cs" />
<Compile Include="MetroGauges\LandXMLData\ProfileSurface.cs" />
<Compile Include="MetroGauges\LandXMLData\Project.cs" />
<Compile Include="MetroGauges\LandXMLData\Range.cs" />
<Compile Include="MetroGauges\LandXMLData\Region.cs" />
<Compile Include="MetroGauges\LandXMLData\Roadway.cs" />
<Compile Include="MetroGauges\LandXMLData\SectionSurface.cs" />
<Compile Include="MetroGauges\LandXMLData\ShapeModel.cs" />
<Compile Include="MetroGauges\LandXMLData\ShapeType.cs" />
<Compile Include="MetroGauges\LandXMLData\Side.cs" />
<Compile Include="MetroGauges\LandXMLData\SolidCategory.cs" />
<Compile Include="MetroGauges\LandXMLData\SolidInstances.cs" />
<Compile Include="MetroGauges\LandXMLData\SolidModel.cs" />
<Compile Include="MetroGauges\LandXMLData\SolidType.cs" />
<Compile Include="MetroGauges\LandXMLData\SourceData.cs" />
<Compile Include="MetroGauges\LandXMLData\Spiral.cs" />
<Compile Include="MetroGauges\LandXMLData\StringByteConversion.cs" />
<Compile Include="MetroGauges\LandXMLData\Structures.cs" />
<Compile Include="MetroGauges\LandXMLData\SuperElevation.cs" />
<Compile Include="MetroGauges\LandXMLData\Surface.cs" />
<Compile Include="MetroGauges\LandXMLData\Tangent.cs" />
<Compile Include="MetroGauges\LandXMLData\TemperatureUnit.cs" />
<Compile Include="MetroGauges\LandXMLData\TextPoint2D.cs" />
<Compile Include="MetroGauges\LandXMLData\TextPoint3D.cs" />
<Compile Include="MetroGauges\LandXMLData\Unit.cs" />
<Compile Include="MetroGauges\LandXMLData\Units.cs" />
<Compile Include="MetroGauges\LandXMLData\UnitValues.cs" />
<Compile Include="MetroGauges\LandXMLData\VolumeUnit.cs" />
<Compile Include="MetroGauges\Loader.cs" />
<Compile Include="MetroGauges\MetroGaugesCmd.cs" />
<Compile Include="MetroGauges\NamespaceIgnorantXmlTextReader.cs" />
<Compile Include="MetroGauges\ProfileHelper.cs" />
<Compile Include="MetroGauges\Region.cs" />
<Compile Include="MetroGauges\RoadCfg.cs" />
<Compile Include="MetroGauges\SpaceXYZ.cs" />
<Compile Include="MetroGauges\XmlData.cs" />
<Compile Include="MetroTunnel\MetroTunnelCmd.cs" />
<Compile Include="MetroTunnel\MetroTunnelView.xaml.cs">
<DependentUpon>MetroTunnelView.xaml</DependentUpon>
</Compile>
<Compile Include="MetroTunnel\MetroTunnelViewModel.cs" />
<Compile Include="MetroTunnel\SegmentPlacementType.cs" />
<Compile Include="NetworkCreator\AlignType.cs" />
<Compile Include="NetworkCreator\ExcelData.cs" />
<Compile Include="NetworkCreator\ExcelDataRow.cs" />
<Compile Include="NetworkCreator\NetworkCreatorCmd.cs" />
<Compile Include="NetworkCreator\NetworkCreatorView.xaml.cs">
<DependentUpon>NetworkCreatorView.xaml</DependentUpon>
</Compile>
<Compile Include="NetworkCreator\NetworkType.cs" />
<Compile Include="NetworkCreator\SectionType.cs" />
<Compile Include="ParameterManager\AddFamilyFileFamilyParamsHandler.cs" />
<Compile Include="ParameterManager\AddParamsCmd.cs" />
<Compile Include="ParameterManager\AddParamsViewModel.cs" />
<Compile Include="ParameterManager\AddParamsWin.xaml.cs">
<DependentUpon>AddParamsWin.xaml</DependentUpon>
</Compile>
<Compile Include="ParameterManager\AddProjectFileFamilyParamsHandler.cs" />
<Compile Include="ParameterManager\AddProjectInfoParamsEventHandler.cs" />
<Compile Include="ParameterManager\AddProjectParamsHandler.cs" />
<Compile Include="ParameterManager\ArchiParamManagerViewModel.cs" />
<Compile Include="ParameterManager\ArchiParamsManagerCmd.cs" />
<Compile Include="ParameterManager\ArchiParamsManagerWin.xaml.cs">
<DependentUpon>ArchiParamsManagerWin.xaml</DependentUpon>
</Compile>
<Compile Include="ParameterManager\MetroCategoryParamsPage.xaml.cs">
<DependentUpon>MetroCategoryParamsPage.xaml</DependentUpon>
</Compile>
<Compile Include="ParameterManager\MetroCategoryParamsViewModel.cs" />
<Compile Include="ParameterManager\MetroParamsManagerCmd.cs" />
<Compile Include="ParameterManager\MetroParamsManagerViewModel.cs" />
<Compile Include="ParameterManager\MetroParamsManagerWin.xaml.cs">
<DependentUpon>MetroParamsManagerWin.xaml</DependentUpon>
</Compile>
<Compile Include="ParameterManager\MetroProjectInfoParamsPage.xaml.cs">
<DependentUpon>MetroProjectInfoParamsPage.xaml</DependentUpon>
</Compile>
<Compile Include="ParameterManager\MetroProjectInfoParamsViewModel.cs" />
<Compile Include="ParameterManager\ModifyParamValuesHandler.cs" />
<Compile Include="ParameterManager\ParamModel.cs" />
<Compile Include="ParameterManager\RemoveParamsCmd.cs" />
<Compile Include="ParameterManager\RemoveParamsEventHandler.cs" />
<Compile Include="ParameterManager\RemoveParamsWin.xaml.cs">
<DependentUpon>RemoveParamsWin.xaml</DependentUpon>
</Compile>
<Compile Include="ParameterManager\SharedParamModel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WBSCoder\CheckAndAddWBSCodeCmd.cs" />
<Compile Include="WBSCoder\CheckCoderWin.xaml.cs">
<DependentUpon>CheckCoderWin.xaml</DependentUpon>
</Compile>
<Compile Include="WBSCoder\CheckCodeViewModel.cs" />
<Compile Include="WBSCoder\CodingEventHandler.cs" />
<Compile Include="WBSCoder\ComponentCodeAddedCheckerPage.xaml.cs">
<DependentUpon>ComponentCodeAddedCheckerPage.xaml</DependentUpon>
</Compile>
<Compile Include="WBSCoder\ComponentCodeAddedCheckerViewModel.cs" />
<Compile Include="WBSCoder\ProjectCodeAddedCheckerPage.xaml.cs">
<DependentUpon>ProjectCodeAddedCheckerPage.xaml</DependentUpon>
</Compile>
<Compile Include="WBSCoder\ProjectCodeAddedCheckerViewModel.cs" />
<Compile Include="WBSCoder\ProjectFileCheckerPage.xaml.cs">
<DependentUpon>ProjectFileCheckerPage.xaml</DependentUpon>
</Compile>
<Compile Include="WBSCoder\ProjectFileCheckerViewModel.cs" />
<Compile Include="WBSCoder\ProjectUtil.cs" />
<Compile Include="WBSCoder\TaskItem.cs" />
<Compile Include="WBSCoder\WbsCodeGeneratorPage.xaml.cs">
<DependentUpon>WbsCodeGeneratorPage.xaml</DependentUpon>
</Compile>
<Compile Include="WBSCoder\WbsCodeGeneratorViewModel.cs" />
<Compile Include="WBSCoder\WbsCoderUtils.cs" />
<Compile Include="WBSCoder\WBSData.cs" />
</ItemGroup>
<ItemGroup>
<Page Include="MetroGauges\GaugesModelView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="MetroTunnel\MetroTunnelView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="NetworkCreator\NetworkCreatorView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ParameterManager\AddParamsWin.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ParameterManager\ArchiParamsManagerWin.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ParameterManager\MetroCategoryParamsPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ParameterManager\MetroParamsManagerWin.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ParameterManager\MetroProjectInfoParamsPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="ParameterManager\RemoveParamsWin.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WBSCoder\CheckCoderWin.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WBSCoder\ComponentCodeAddedCheckerPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WBSCoder\ProjectCodeAddedCheckerPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WBSCoder\ProjectFileCheckerPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WBSCoder\WbsCodeGeneratorPage.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<None Include="SZBIM\Database\ArchiWBSCode.db" />
<None Include="SZBIM\Database\MetroWBSCode.db" />
<None Include="SZBIM\Database\SZBIM.DeliveryStandard.db" />
<None Include="SZBIM\Database\SZBIM.Dictionary.db" />
<None Include="SZBIM\Manifests\AddinTemplate.addin" />
<None Include="SZBIM\Properties\launchSettings.json" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>