Saga.PlugIn.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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">
  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. <Reference Include="XamlAnimatedGif, Version=1.2.2.0, Culture=neutral, processorArchitecture=MSIL">
  77. <HintPath>..\packages\XamlAnimatedGif.1.2.2\lib\net45\XamlAnimatedGif.dll</HintPath>
  78. </Reference>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="CreateFacility\CreateFacilityConst.cs" />
  82. <Compile Include="CreateFacility\CreateFacilityRevitUtils.cs" />
  83. <Compile Include="CreateFacility\MFacilityTabCode.cs" />
  84. <Compile Include="CreateFacility\ParseFacilityTabCode.cs" />
  85. <Compile Include="CreateFacility\VMCreateFacility.cs" />
  86. <Compile Include="CreateFacility\WinSelectDeviceClass.xaml.cs">
  87. <DependentUpon>WinSelectDeviceClass.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="CreateFacility\WinCreateFacility.xaml.cs">
  90. <DependentUpon>WinCreateFacility.xaml</DependentUpon>
  91. </Compile>
  92. <Compile Include="CreateFacility\WinTipExisted.xaml.cs">
  93. <DependentUpon>WinTipExisted.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="CreateFacility\WinTipCreateSuccess.xaml.cs">
  96. <DependentUpon>WinTipCreateSuccess.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="CreateFacility\WinTipMissFamily.xaml.cs">
  99. <DependentUpon>WinTipMissFamily.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="CreateFacilityCommand.cs" />
  102. <Compile Include="VerticalPipeCheckCommand.cs" />
  103. <Compile Include="ModelCheckCommand.cs" />
  104. <Compile Include="ModelCheck\ModelCheckConverter.cs" />
  105. <Compile Include="ModelCheck\InstanceLocationOverlapCheck.cs" />
  106. <Compile Include="ModelCheck\VMModelCheck.cs" />
  107. <Compile Include="ModelCheck\CheckOperation.cs" />
  108. <Compile Include="ModelCheck\ColumnCheck.cs" />
  109. <Compile Include="ModelCheck\ConnectorCheck.cs" />
  110. <Compile Include="ModelCheck\DataCheckRule.cs" />
  111. <Compile Include="ModelCheck\DCElementType.cs" />
  112. <Compile Include="ModelCheck\DCNPOIExtend.cs" />
  113. <Compile Include="ModelCheck\DCRExport.cs" />
  114. <Compile Include="ModelCheck\ElementExtend.cs" />
  115. <Compile Include="ModelCheck\ElementRangeCheck.cs" />
  116. <Compile Include="ModelCheck\EquipmentInSpaceCheck.cs" />
  117. <Compile Include="ModelCheck\EquipmentPartRefEqCheck.cs" />
  118. <Compile Include="ModelCheck\EquipReferSystemCheck.cs" />
  119. <Compile Include="ModelCheck\FamilyNameCheck.cs" />
  120. <Compile Include="ModelCheck\ICheckBase.cs" />
  121. <Compile Include="ModelCheck\ParseIgnoreAttribute.cs" />
  122. <Compile Include="ModelCheck\MepExtension.cs" />
  123. <Compile Include="ModelCheck\ModeCheckBase.cs" />
  124. <Compile Include="ModelCheck\ModeCheckResultBase.cs" />
  125. <Compile Include="ModelCheck\ModelCheckConst.cs" />
  126. <Compile Include="ModelCheck\ParameterIntegrityCheck.cs" />
  127. <Compile Include="ModelCheck\PhaseUtil.cs" />
  128. <Compile Include="ModelCheck\PipeCheck.cs" />
  129. <Compile Include="ModelCheck\SagaSignCheck.cs" />
  130. <Compile Include="ModelCheck\SystemCheck.cs" />
  131. <Compile Include="ModelCheck\UnitCheck.cs" />
  132. <Compile Include="ModelCheck\WinModeCheck.xaml.cs">
  133. <DependentUpon>WinModeCheck.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="ModelCheck\WinTipCheckComplete.xaml.cs">
  136. <DependentUpon>WinTipCheckComplete.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Properties\AssemblyInfo.cs" />
  139. <Compile Include="VerticalPipeCheck\VerticalPipeUtil.cs" />
  140. <Compile Include="VerticalPipeCheck\VmVerticalPipeCheck.cs" />
  141. <Compile Include="VerticalPipeCheck\WinVecticalPipeCheck.xaml.cs">
  142. <DependentUpon>WinVecticalPipeCheck.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="VerticalPipeCheck\WinTipVPipeCheckComplete.xaml.cs">
  145. <DependentUpon>WinTipVPipeCheckComplete.xaml</DependentUpon>
  146. </Compile>
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Resource Include="ModelCheck\Image\正确.png">
  150. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  151. </Resource>
  152. <Resource Include="ModelCheck\Image\等待.png">
  153. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  154. </Resource>
  155. <Resource Include="ModelCheck\Image\错误.png">
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </Resource>
  158. <Content Include="VerticalPipeCheck\ExcelTemplate\立管对齐检查-模板.xlsx">
  159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  160. </Content>
  161. <Resource Include="CreateFacility\Image\成功.png">
  162. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  163. </Resource>
  164. <Resource Include="CreateFacility\Image\警告.png">
  165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  166. </Resource>
  167. <Resource Include="CreateFacility\Image\错误.png">
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </Resource>
  170. <Resource Include="Image\进度条.gif">
  171. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  172. </Resource>
  173. <Resource Include="Image\上一层.png">
  174. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  175. </Resource>
  176. <Resource Include="Image\下一层.png">
  177. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  178. </Resource>
  179. <Resource Include="Image\建模规范检查32.png">
  180. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  181. </Resource>
  182. <Resource Include="Image\待建模设备32.png">
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </Resource>
  185. <Resource Include="Image\建模规范检查16.png">
  186. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  187. </Resource>
  188. <Resource Include="Image\待建模设备16.png">
  189. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  190. </Resource>
  191. <Resource Include="Image\立管检查16.png">
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </Resource>
  194. <Resource Include="Image\立管检查32.png">
  195. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  196. </Resource>
  197. <Content Include="ModelCheck\ExcelTemplate\模型检查结果输出格式-模版.xlsx">
  198. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  199. </Content>
  200. <None Include="app.config" />
  201. <None Include="packages.config" />
  202. </ItemGroup>
  203. <ItemGroup>
  204. <ProjectReference Include="..\FWindSoft.Revit\FWindSoft.Revit.csproj">
  205. <Project>{e2f5add4-e414-4334-93bd-c7112e9aa151}</Project>
  206. <Name>FWindSoft.Revit</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="..\FWindSoft.WinForm\FWindSoft.WinForm.csproj">
  209. <Project>{8ebdabb7-c386-40b6-bb4c-4129e8e11903}</Project>
  210. <Name>FWindSoft.WinForm</Name>
  211. </ProjectReference>
  212. <ProjectReference Include="..\FWindSoft.Wpf\FWindSoft.Wpf.csproj">
  213. <Project>{28e63cc9-6cfb-47a1-8b40-4cf9e4309d51}</Project>
  214. <Name>FWindSoft.Wpf</Name>
  215. </ProjectReference>
  216. <ProjectReference Include="..\FWindSoft\FWindSoft.csproj">
  217. <Project>{063ebafb-9f7b-4cd7-b960-70464bf3ea33}</Project>
  218. <Name>FWindSoft</Name>
  219. </ProjectReference>
  220. </ItemGroup>
  221. <ItemGroup>
  222. <Page Include="CreateFacility\WinSelectDeviceClass.xaml">
  223. <Generator>MSBuild:Compile</Generator>
  224. <SubType>Designer</SubType>
  225. </Page>
  226. <Page Include="CreateFacility\WinCreateFacility.xaml">
  227. <Generator>MSBuild:Compile</Generator>
  228. <SubType>Designer</SubType>
  229. </Page>
  230. <Page Include="CreateFacility\WinTipExisted.xaml">
  231. <Generator>MSBuild:Compile</Generator>
  232. <SubType>Designer</SubType>
  233. </Page>
  234. <Page Include="CreateFacility\WinTipCreateSuccess.xaml">
  235. <Generator>MSBuild:Compile</Generator>
  236. <SubType>Designer</SubType>
  237. </Page>
  238. <Page Include="CreateFacility\WinTipMissFamily.xaml">
  239. <SubType>Designer</SubType>
  240. <Generator>MSBuild:Compile</Generator>
  241. </Page>
  242. <Page Include="ModelCheck\WinModeCheck.xaml">
  243. <SubType>Designer</SubType>
  244. <Generator>XamlIntelliSenseFileGenerator</Generator>
  245. </Page>
  246. <Page Include="ModelCheck\WinTipCheckComplete.xaml">
  247. <Generator>MSBuild:Compile</Generator>
  248. <SubType>Designer</SubType>
  249. </Page>
  250. <Page Include="VerticalPipeCheck\WinVecticalPipeCheck.xaml">
  251. <Generator>MSBuild:Compile</Generator>
  252. <SubType>Designer</SubType>
  253. </Page>
  254. <Page Include="VerticalPipeCheck\WinTipVPipeCheckComplete.xaml">
  255. <Generator>MSBuild:Compile</Generator>
  256. <SubType>Designer</SubType>
  257. </Page>
  258. </ItemGroup>
  259. <ItemGroup />
  260. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  261. </Project>