Saga.PlugIn.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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>..\OutputDll\</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, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\..\..\ServiceRevit\RevitDlls\SAGA.DotNetUtils.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SAGA.RevitUtils, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\..\..\ServiceRevit\RevitDlls\SAGA.RevitUtils.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Xaml" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Net.Http" />
  76. <Reference Include="System.Xml" />
  77. <Reference Include="WindowsBase" />
  78. <Reference Include="XamlAnimatedGif, Version=1.2.2.0, Culture=neutral, processorArchitecture=MSIL">
  79. <HintPath>..\packages\XamlAnimatedGif.1.2.2\lib\net45\XamlAnimatedGif.dll</HintPath>
  80. </Reference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="CreateFacility\CreateFacilityConst.cs" />
  84. <Compile Include="CreateFacility\CreateFacilityRevitUtils.cs" />
  85. <Compile Include="CreateFacility\MFacilityTabCode.cs" />
  86. <Compile Include="CreateFacility\ParseFacilityTabCode.cs" />
  87. <Compile Include="CreateFacility\VMCreateFacility.cs" />
  88. <Compile Include="CreateFacility\WinSelectDeviceClass.xaml.cs">
  89. <DependentUpon>WinSelectDeviceClass.xaml</DependentUpon>
  90. </Compile>
  91. <Compile Include="CreateFacility\WinCreateFacility.xaml.cs">
  92. <DependentUpon>WinCreateFacility.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="CreateFacility\WinTipExisted.xaml.cs">
  95. <DependentUpon>WinTipExisted.xaml</DependentUpon>
  96. </Compile>
  97. <Compile Include="CreateFacility\WinTipCreateSuccess.xaml.cs">
  98. <DependentUpon>WinTipCreateSuccess.xaml</DependentUpon>
  99. </Compile>
  100. <Compile Include="CreateFacility\WinTipMissFamily.xaml.cs">
  101. <DependentUpon>WinTipMissFamily.xaml</DependentUpon>
  102. </Compile>
  103. <Compile Include="CreateFacilityCommand.cs" />
  104. <Compile Include="CreateSpaceCommand.cs" />
  105. <Compile Include="OtherCommand.cs" />
  106. <Compile Include="Other\CopyParameterValue.cs" />
  107. <Compile Include="Other\RenameSystemName.cs" />
  108. <Compile Include="Other\WinParameterDic.xaml.cs">
  109. <DependentUpon>WinParameterDic.xaml</DependentUpon>
  110. </Compile>
  111. <Compile Include="Other\WinSelectFileFloder.xaml.cs">
  112. <DependentUpon>WinSelectFileFloder.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="VerticalPipeCheckCommand.cs" />
  115. <Compile Include="ModelCheckCommand.cs" />
  116. <Compile Include="ModelCheck\ModelCheckConverter.cs" />
  117. <Compile Include="ModelCheck\InstanceLocationOverlapCheck.cs" />
  118. <Compile Include="ModelCheck\VMModelCheck.cs" />
  119. <Compile Include="ModelCheck\CheckOperation.cs" />
  120. <Compile Include="ModelCheck\ColumnCheck.cs" />
  121. <Compile Include="ModelCheck\ConnectorCheck.cs" />
  122. <Compile Include="ModelCheck\DataCheckRule.cs" />
  123. <Compile Include="ModelCheck\DCElementType.cs" />
  124. <Compile Include="ModelCheck\DCNPOIExtend.cs" />
  125. <Compile Include="ModelCheck\DCRExport.cs" />
  126. <Compile Include="ModelCheck\ElementExtend.cs" />
  127. <Compile Include="ModelCheck\ElementRangeCheck.cs" />
  128. <Compile Include="ModelCheck\EquipmentInSpaceCheck.cs" />
  129. <Compile Include="ModelCheck\EquipmentPartRefEqCheck.cs" />
  130. <Compile Include="ModelCheck\EquipReferSystemCheck.cs" />
  131. <Compile Include="ModelCheck\FamilyNameCheck.cs" />
  132. <Compile Include="ModelCheck\ICheckBase.cs" />
  133. <Compile Include="ModelCheck\ParseIgnoreAttribute.cs" />
  134. <Compile Include="ModelCheck\MepExtension.cs" />
  135. <Compile Include="ModelCheck\ModeCheckBase.cs" />
  136. <Compile Include="ModelCheck\ModeCheckResultBase.cs" />
  137. <Compile Include="ModelCheck\ModelCheckConst.cs" />
  138. <Compile Include="ModelCheck\ParameterIntegrityCheck.cs" />
  139. <Compile Include="ModelCheck\PhaseUtil.cs" />
  140. <Compile Include="ModelCheck\PipeCheck.cs" />
  141. <Compile Include="ModelCheck\SagaSignCheck.cs" />
  142. <Compile Include="ModelCheck\SystemCheck.cs" />
  143. <Compile Include="ModelCheck\UnitCheck.cs" />
  144. <Compile Include="ModelCheck\WinModeCheck.xaml.cs">
  145. <DependentUpon>WinModeCheck.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="ModelCheck\WinTipCheckComplete.xaml.cs">
  148. <DependentUpon>WinTipCheckComplete.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Properties\AssemblyInfo.cs" />
  151. <Compile Include="VerticalPipeCheck\VerticalPipeUtil.cs" />
  152. <Compile Include="VerticalPipeCheck\VmVerticalPipeCheck.cs" />
  153. <Compile Include="VerticalPipeCheck\WinVecticalPipeCheck.xaml.cs">
  154. <DependentUpon>WinVecticalPipeCheck.xaml</DependentUpon>
  155. </Compile>
  156. <Compile Include="VerticalPipeCheck\WinTipVPipeCheckComplete.xaml.cs">
  157. <DependentUpon>WinTipVPipeCheckComplete.xaml</DependentUpon>
  158. </Compile>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <Resource Include="ModelCheck\Image\正确.png">
  162. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  163. </Resource>
  164. <Resource Include="ModelCheck\Image\等待.png">
  165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  166. </Resource>
  167. <Resource Include="ModelCheck\Image\错误.png">
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </Resource>
  170. <Resource Include="Image\复制指定参数A的值到指定参数B中16.png">
  171. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  172. </Resource>
  173. <Resource Include="Image\复制指定参数A的值到指定参数B中32.png">
  174. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  175. </Resource>
  176. <Resource Include="Image\查询设备所在空间16.png">
  177. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  178. </Resource>
  179. <Resource Include="Image\查询设备所在空间32.png">
  180. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  181. </Resource>
  182. <Resource Include="Image\重命名系统名称16.png">
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </Resource>
  185. <Resource Include="Image\重命名系统名称32.png">
  186. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  187. </Resource>
  188. <Content Include="VerticalPipeCheck\ExcelTemplate\立管对齐检查-模板.xlsx">
  189. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  190. </Content>
  191. <Resource Include="CreateFacility\Image\成功.png">
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </Resource>
  194. <Resource Include="CreateFacility\Image\警告.png">
  195. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  196. </Resource>
  197. <Resource Include="CreateFacility\Image\错误.png">
  198. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  199. </Resource>
  200. <Resource Include="Image\进度条.gif">
  201. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  202. </Resource>
  203. <Resource Include="Image\上一层.png">
  204. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  205. </Resource>
  206. <Resource Include="Image\下一层.png">
  207. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  208. </Resource>
  209. <Resource Include="Image\建模规范检查32.png">
  210. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  211. </Resource>
  212. <Resource Include="Image\待建模设备32.png">
  213. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  214. </Resource>
  215. <Resource Include="Image\建模规范检查16.png">
  216. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  217. </Resource>
  218. <Resource Include="Image\待建模设备16.png">
  219. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  220. </Resource>
  221. <Resource Include="Image\立管检查16.png">
  222. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  223. </Resource>
  224. <Resource Include="Image\立管检查32.png">
  225. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  226. </Resource>
  227. <Content Include="ModelCheck\ExcelTemplate\模型检查结果输出格式-模版.xlsx">
  228. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  229. </Content>
  230. <None Include="app.config" />
  231. <None Include="packages.config" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <ProjectReference Include="..\FWindSoft.Revit\FWindSoft.Revit.csproj">
  235. <Project>{e2f5add4-e414-4334-93bd-c7112e9aa151}</Project>
  236. <Name>FWindSoft.Revit</Name>
  237. </ProjectReference>
  238. <ProjectReference Include="..\FWindSoft.WinForm\FWindSoft.WinForm.csproj">
  239. <Project>{8ebdabb7-c386-40b6-bb4c-4129e8e11903}</Project>
  240. <Name>FWindSoft.WinForm</Name>
  241. </ProjectReference>
  242. <ProjectReference Include="..\FWindSoft.Wpf\FWindSoft.Wpf.csproj">
  243. <Project>{28e63cc9-6cfb-47a1-8b40-4cf9e4309d51}</Project>
  244. <Name>FWindSoft.Wpf</Name>
  245. </ProjectReference>
  246. <ProjectReference Include="..\FWindSoft\FWindSoft.csproj">
  247. <Project>{063ebafb-9f7b-4cd7-b960-70464bf3ea33}</Project>
  248. <Name>FWindSoft</Name>
  249. </ProjectReference>
  250. </ItemGroup>
  251. <ItemGroup>
  252. <Page Include="CreateFacility\WinSelectDeviceClass.xaml">
  253. <Generator>MSBuild:Compile</Generator>
  254. <SubType>Designer</SubType>
  255. </Page>
  256. <Page Include="CreateFacility\WinCreateFacility.xaml">
  257. <Generator>MSBuild:Compile</Generator>
  258. <SubType>Designer</SubType>
  259. </Page>
  260. <Page Include="CreateFacility\WinTipExisted.xaml">
  261. <Generator>MSBuild:Compile</Generator>
  262. <SubType>Designer</SubType>
  263. </Page>
  264. <Page Include="CreateFacility\WinTipCreateSuccess.xaml">
  265. <Generator>MSBuild:Compile</Generator>
  266. <SubType>Designer</SubType>
  267. </Page>
  268. <Page Include="CreateFacility\WinTipMissFamily.xaml">
  269. <SubType>Designer</SubType>
  270. <Generator>MSBuild:Compile</Generator>
  271. </Page>
  272. <Page Include="ModelCheck\WinModeCheck.xaml">
  273. <SubType>Designer</SubType>
  274. <Generator>XamlIntelliSenseFileGenerator</Generator>
  275. </Page>
  276. <Page Include="ModelCheck\WinTipCheckComplete.xaml">
  277. <Generator>MSBuild:Compile</Generator>
  278. <SubType>Designer</SubType>
  279. </Page>
  280. <Page Include="Other\WinParameterDic.xaml">
  281. <Generator>MSBuild:Compile</Generator>
  282. <SubType>Designer</SubType>
  283. </Page>
  284. <Page Include="Other\WinSelectFileFloder.xaml">
  285. <Generator>MSBuild:Compile</Generator>
  286. <SubType>Designer</SubType>
  287. </Page>
  288. <Page Include="VerticalPipeCheck\WinVecticalPipeCheck.xaml">
  289. <Generator>MSBuild:Compile</Generator>
  290. <SubType>Designer</SubType>
  291. </Page>
  292. <Page Include="VerticalPipeCheck\WinTipVPipeCheckComplete.xaml">
  293. <Generator>MSBuild:Compile</Generator>
  294. <SubType>Designer</SubType>
  295. </Page>
  296. </ItemGroup>
  297. <ItemGroup />
  298. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  299. </Project>