Saga.PlugIn.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  38. </Reference>
  39. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  40. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.dll</HintPath>
  41. </Reference>
  42. <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  43. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OOXML.dll</HintPath>
  44. </Reference>
  45. <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  46. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  47. </Reference>
  48. <Reference Include="NPOI.OpenXmlFormats, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  49. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  50. </Reference>
  51. <Reference Include="PresentationCore" />
  52. <Reference Include="PresentationFramework" />
  53. <Reference Include="RevitAPI">
  54. <HintPath>..\Dlls\RevitDll\Current\RevitAPI.dll</HintPath>
  55. </Reference>
  56. <Reference Include="RevitAPIUI">
  57. <HintPath>..\Dlls\RevitDll\Current\RevitAPIUI.dll</HintPath>
  58. </Reference>
  59. <Reference Include="SAGA.DotNetUtils">
  60. <HintPath>..\Dlls\SAGA.DotNetUtils.dll</HintPath>
  61. </Reference>
  62. <Reference Include="SAGA.RevitUtils">
  63. <HintPath>..\Dlls\SAGA.RevitUtils.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Windows.Forms" />
  68. <Reference Include="System.Xaml" />
  69. <Reference Include="System.Xml.Linq" />
  70. <Reference Include="System.Data.DataSetExtensions" />
  71. <Reference Include="Microsoft.CSharp" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Net.Http" />
  74. <Reference Include="System.Xml" />
  75. <Reference Include="WindowsBase" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="CreateFacility\CreateFacilityConst.cs" />
  79. <Compile Include="CreateFacility\CreateFacilityRevitUtils.cs" />
  80. <Compile Include="CreateFacility\MFacilityTabCode.cs" />
  81. <Compile Include="CreateFacility\ParseFacilityTabCode.cs" />
  82. <Compile Include="CreateFacility\VMCreateFacility.cs" />
  83. <Compile Include="CreateFacility\WinSelectDeviceClass.xaml.cs">
  84. <DependentUpon>WinSelectDeviceClass.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="CreateFacility\WinCreateFacility.xaml.cs">
  87. <DependentUpon>WinCreateFacility.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="CreateFacility\WinTipExisted.xaml.cs">
  90. <DependentUpon>WinTipExisted.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="CreateFacility\WinTipCreateSuccess.xaml.cs">
  93. <DependentUpon>WinTipCreateSuccess.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="CreateFacility\WinTipMissFamily.xaml.cs">
  96. <DependentUpon>WinTipMissFamily.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="CreateFacilityCommand.cs" />
  99. <Compile Include="ModelCheckCommand.cs" />
  100. <Compile Include="ModelCheck\ModelCheckConverter.cs" />
  101. <Compile Include="ModelCheck\InstanceLocationOverlapCheck.cs" />
  102. <Compile Include="ModelCheck\VMModelCheck.cs" />
  103. <Compile Include="ModelCheck\CheckOperation.cs" />
  104. <Compile Include="ModelCheck\ColumnCheck.cs" />
  105. <Compile Include="ModelCheck\ConnectorCheck.cs" />
  106. <Compile Include="ModelCheck\DataCheckRule.cs" />
  107. <Compile Include="ModelCheck\DCElementType.cs" />
  108. <Compile Include="ModelCheck\DCNPOIExtend.cs" />
  109. <Compile Include="ModelCheck\DCRExport.cs" />
  110. <Compile Include="ModelCheck\ElementExtend.cs" />
  111. <Compile Include="ModelCheck\ElementRangeCheck.cs" />
  112. <Compile Include="ModelCheck\EquipmentInSpaceCheck.cs" />
  113. <Compile Include="ModelCheck\EquipmentPartRefEqCheck.cs" />
  114. <Compile Include="ModelCheck\EquipReferSystemCheck.cs" />
  115. <Compile Include="ModelCheck\FamilyNameCheck.cs" />
  116. <Compile Include="ModelCheck\ICheckBase.cs" />
  117. <Compile Include="ModelCheck\ParseIgnoreAttribute.cs" />
  118. <Compile Include="ModelCheck\MepExtension.cs" />
  119. <Compile Include="ModelCheck\ModeCheckBase.cs" />
  120. <Compile Include="ModelCheck\ModeCheckResultBase.cs" />
  121. <Compile Include="ModelCheck\ModelCheckConst.cs" />
  122. <Compile Include="ModelCheck\ParameterIntegrityCheck.cs" />
  123. <Compile Include="ModelCheck\PhaseUtil.cs" />
  124. <Compile Include="ModelCheck\PipeCheck.cs" />
  125. <Compile Include="ModelCheck\SagaSignCheck.cs" />
  126. <Compile Include="ModelCheck\SystemCheck.cs" />
  127. <Compile Include="ModelCheck\UnitCheck.cs" />
  128. <Compile Include="ModelCheck\WinModeCheck.xaml.cs">
  129. <DependentUpon>WinModeCheck.xaml</DependentUpon>
  130. </Compile>
  131. <Compile Include="ModelCheck\WinTipCheckComplete.xaml.cs">
  132. <DependentUpon>WinTipCheckComplete.xaml</DependentUpon>
  133. </Compile>
  134. <Compile Include="Properties\AssemblyInfo.cs" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Resource Include="ModelCheck\Image\叉.png">
  138. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  139. </Resource>
  140. <Resource Include="CreateFacility\Image\成功.png">
  141. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  142. </Resource>
  143. <Resource Include="CreateFacility\Image\警告.png">
  144. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  145. </Resource>
  146. <Resource Include="CreateFacility\Image\错误.png">
  147. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  148. </Resource>
  149. <Content Include="ModelCheck\ExcelTemplate\模型检查结果输出格式-模版.xlsx">
  150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  151. </Content>
  152. <None Include="app.config" />
  153. <None Include="packages.config" />
  154. </ItemGroup>
  155. <ItemGroup>
  156. <ProjectReference Include="..\FWindSoft.Revit\FWindSoft.Revit.csproj">
  157. <Project>{e2f5add4-e414-4334-93bd-c7112e9aa151}</Project>
  158. <Name>FWindSoft.Revit</Name>
  159. </ProjectReference>
  160. <ProjectReference Include="..\FWindSoft.WinForm\FWindSoft.WinForm.csproj">
  161. <Project>{8ebdabb7-c386-40b6-bb4c-4129e8e11903}</Project>
  162. <Name>FWindSoft.WinForm</Name>
  163. </ProjectReference>
  164. <ProjectReference Include="..\FWindSoft.Wpf\FWindSoft.Wpf.csproj">
  165. <Project>{28e63cc9-6cfb-47a1-8b40-4cf9e4309d51}</Project>
  166. <Name>FWindSoft.Wpf</Name>
  167. </ProjectReference>
  168. <ProjectReference Include="..\FWindSoft\FWindSoft.csproj">
  169. <Project>{063ebafb-9f7b-4cd7-b960-70464bf3ea33}</Project>
  170. <Name>FWindSoft</Name>
  171. </ProjectReference>
  172. </ItemGroup>
  173. <ItemGroup>
  174. <Page Include="CreateFacility\WinSelectDeviceClass.xaml">
  175. <Generator>MSBuild:Compile</Generator>
  176. <SubType>Designer</SubType>
  177. </Page>
  178. <Page Include="CreateFacility\WinCreateFacility.xaml">
  179. <Generator>MSBuild:Compile</Generator>
  180. <SubType>Designer</SubType>
  181. </Page>
  182. <Page Include="CreateFacility\WinTipExisted.xaml">
  183. <Generator>MSBuild:Compile</Generator>
  184. <SubType>Designer</SubType>
  185. </Page>
  186. <Page Include="CreateFacility\WinTipCreateSuccess.xaml">
  187. <Generator>MSBuild:Compile</Generator>
  188. <SubType>Designer</SubType>
  189. </Page>
  190. <Page Include="CreateFacility\WinTipMissFamily.xaml">
  191. <SubType>Designer</SubType>
  192. <Generator>MSBuild:Compile</Generator>
  193. </Page>
  194. <Page Include="ModelCheck\WinModeCheck.xaml">
  195. <SubType>Designer</SubType>
  196. <Generator>XamlIntelliSenseFileGenerator</Generator>
  197. </Page>
  198. <Page Include="ModelCheck\WinTipCheckComplete.xaml">
  199. <Generator>MSBuild:Compile</Generator>
  200. <SubType>Designer</SubType>
  201. </Page>
  202. </ItemGroup>
  203. <ItemGroup>
  204. <Resource Include="ModelCheck\Image\对勾.png" />
  205. <Resource Include="ModelCheck\Image\省略号.png" />
  206. </ItemGroup>
  207. <ItemGroup />
  208. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  209. </Project>