Saga.PlugIn.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{554D7D04-9CA5-40B2-BD7B-9FBDBFD1E9C6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Saga.PlugIn</RootNamespace>
  11. <AssemblyName>Saga.PlugIn</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\OutputDll\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  34. <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
  35. </Reference>
  36. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  37. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.dll</HintPath>
  38. </Reference>
  39. <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  40. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OOXML.dll</HintPath>
  41. </Reference>
  42. <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  43. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="NPOI.OpenXmlFormats, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  46. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  47. </Reference>
  48. <Reference Include="PresentationCore" />
  49. <Reference Include="PresentationFramework" />
  50. <Reference Include="RevitAPI">
  51. <HintPath>..\Dlls\RevitDll\Current\RevitAPI.dll</HintPath>
  52. </Reference>
  53. <Reference Include="RevitAPIUI">
  54. <HintPath>..\Dlls\RevitDll\Current\RevitAPIUI.dll</HintPath>
  55. </Reference>
  56. <Reference Include="SAGA.DotNetUtils">
  57. <HintPath>..\Dlls\SAGA.DotNetUtils.dll</HintPath>
  58. </Reference>
  59. <Reference Include="SAGA.RevitUtils">
  60. <HintPath>..\Dlls\SAGA.RevitUtils.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xaml" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="Microsoft.CSharp" />
  69. <Reference Include="System.Data" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Xml" />
  72. <Reference Include="WindowsBase" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="ModelCheckCommand.cs" />
  76. <Compile Include="ModelCheck\ModelCheckConverter.cs" />
  77. <Compile Include="ModelCheck\VMModelCheck.cs" />
  78. <Compile Include="ModelCheck\CheckOperation.cs" />
  79. <Compile Include="ModelCheck\ColumnCheck.cs" />
  80. <Compile Include="ModelCheck\ConnectorCheck.cs" />
  81. <Compile Include="ModelCheck\DataCheckRule.cs" />
  82. <Compile Include="ModelCheck\DCElementType.cs" />
  83. <Compile Include="ModelCheck\DCNPOIExtend.cs" />
  84. <Compile Include="ModelCheck\DCRExport.cs" />
  85. <Compile Include="ModelCheck\ElementExtend.cs" />
  86. <Compile Include="ModelCheck\ElementRangeCheck.cs" />
  87. <Compile Include="ModelCheck\EquipmentInSpaceCheck.cs" />
  88. <Compile Include="ModelCheck\EquipmentPartRefEqCheck.cs" />
  89. <Compile Include="ModelCheck\EquipReferSystemCheck.cs" />
  90. <Compile Include="ModelCheck\FamilyNameCheck.cs" />
  91. <Compile Include="ModelCheck\ICheckBase.cs" />
  92. <Compile Include="ModelCheck\ParseIgnoreAttribute.cs" />
  93. <Compile Include="ModelCheck\MepExtension.cs" />
  94. <Compile Include="ModelCheck\ModeCheckBase.cs" />
  95. <Compile Include="ModelCheck\ModeCheckResultBase.cs" />
  96. <Compile Include="ModelCheck\ModelCheckConst.cs" />
  97. <Compile Include="ModelCheck\ParameterIntegrityCheck.cs" />
  98. <Compile Include="ModelCheck\PhaseUtil.cs" />
  99. <Compile Include="ModelCheck\PipeCheck.cs" />
  100. <Compile Include="ModelCheck\SagaSignCheck.cs" />
  101. <Compile Include="ModelCheck\SystemCheck.cs" />
  102. <Compile Include="ModelCheck\UnitCheck.cs" />
  103. <Compile Include="ModelCheck\WinModeCheck.xaml.cs">
  104. <DependentUpon>WinModeCheck.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="Properties\AssemblyInfo.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <Content Include="ModelCheck\ExcelTemplate\模型检查结果输出格式-模版.xlsx">
  110. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  111. </Content>
  112. <None Include="app.config" />
  113. <None Include="packages.config" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ProjectReference Include="..\FWindSoft.Revit\FWindSoft.Revit.csproj">
  117. <Project>{e2f5add4-e414-4334-93bd-c7112e9aa151}</Project>
  118. <Name>FWindSoft.Revit</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\FWindSoft.WinForm\FWindSoft.WinForm.csproj">
  121. <Project>{8ebdabb7-c386-40b6-bb4c-4129e8e11903}</Project>
  122. <Name>FWindSoft.WinForm</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\FWindSoft.Wpf\FWindSoft.Wpf.csproj">
  125. <Project>{28e63cc9-6cfb-47a1-8b40-4cf9e4309d51}</Project>
  126. <Name>FWindSoft.Wpf</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\FWindSoft\FWindSoft.csproj">
  129. <Project>{063ebafb-9f7b-4cd7-b960-70464bf3ea33}</Project>
  130. <Name>FWindSoft</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Page Include="ModelCheck\WinModeCheck.xaml">
  135. <SubType>Designer</SubType>
  136. <Generator>XamlIntelliSenseFileGenerator</Generator>
  137. </Page>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <Resource Include="ModelCheck\Image\对勾.png" />
  141. <Resource Include="ModelCheck\Image\省略号.png" />
  142. </ItemGroup>
  143. <ItemGroup />
  144. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  145. </Project>