Files
RevitArchive/ShowGridNumberPro/ShowGridNumberPro.csproj
2026-02-23 14:58:05 +08:00

97 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C06E4245-B131-41BD-9288-036CC614CE56}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ShowGridNumberPro</RootNamespace>
<AssemblyName>ShowGridNumberPro</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="RevitAPI">
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="RevitAPIUI">
<HintPath>C:\Program Files\Autodesk\Revit 2020\RevitAPIUI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="TransferPro">
<HintPath>..\..\..\..\Hongye\HYMEIPRO1.0\Bin\TransferPro.dll</HintPath>
</Reference>
<Reference Include="UIFramework">
<HintPath>..\..\..\..\Hongye\HYMEIPRO1.0\Bin\UIFramework.dll</HintPath>
</Reference>
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ShowGridNumber\CalcGridInfoResult.cs" />
<Compile Include="ShowGridNumber\CmdShowGridNumber.cs" />
<Compile Include="ShowGridNumber\DllImportManeger.cs" />
<Compile Include="ShowGridNumber\DrawElement.cs" />
<Compile Include="ShowGridNumber\ElemType.cs" />
<Compile Include="ShowGridNumber\GridNumberForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ShowGridNumber\GridNumberForm.Designer.cs">
<DependentUpon>GridNumberForm.cs</DependentUpon>
</Compile>
<Compile Include="ShowGridNumber\GridNumberShowManager.cs" />
<Compile Include="ShowGridNumber\GridNumShowInfo.cs" />
<Compile Include="ShowGridNumber\OutLineSide.cs" />
<Compile Include="ShowGridNumber\ShowGridApplication.cs" />
<Compile Include="ShowGridNumber\ShowGridLevelNumOKForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ShowGridNumber\ShowGridLevelNumOKForm.Designer.cs">
<DependentUpon>ShowGridLevelNumOKForm.cs</DependentUpon>
</Compile>
<Compile Include="ShowGridNumber\ViewOutLineInfo.cs" />
<Compile Include="ShowGridNumber\WindowMessage.cs" />
<Compile Include="Win32\CWPRETSTRUCT.cs" />
<Compile Include="Win32\Functions.cs" />
<Compile Include="Win32\HookType.cs" />
<Compile Include="Win32\Messages.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\HYJigPro\HYJigPro.csproj">
<Project>{33A04048-0A86-4711-ABFE-DBB0DF96A1FE}</Project>
<Name>HYJigPro</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>