SAGA.RevitMenu.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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>{066EC682-BAA8-4CF8-AAE0-F08B962BA1DD}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SAGA.RevitMenu</RootNamespace>
  11. <AssemblyName>SAGA.RevitMenu</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\OutputDll\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>..\OutputDll\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|AnyCPU'">
  35. <DebugSymbols>true</DebugSymbols>
  36. <OutputPath>..\OutputDll\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <DebugType>full</DebugType>
  39. <PlatformTarget>AnyCPU</PlatformTarget>
  40. <ErrorReport>prompt</ErrorReport>
  41. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|AnyCPU'">
  44. <DebugSymbols>true</DebugSymbols>
  45. <OutputPath>..\OutputDll\</OutputPath>
  46. <DefineConstants>DEBUG;TRACE</DefineConstants>
  47. <DebugType>full</DebugType>
  48. <PlatformTarget>AnyCPU</PlatformTarget>
  49. <ErrorReport>prompt</ErrorReport>
  50. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  53. <DebugSymbols>true</DebugSymbols>
  54. <OutputPath>bin\x86\Debug\</OutputPath>
  55. <DefineConstants>DEBUG;TRACE</DefineConstants>
  56. <DebugType>full</DebugType>
  57. <PlatformTarget>x86</PlatformTarget>
  58. <ErrorReport>prompt</ErrorReport>
  59. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  62. <OutputPath>bin\x86\Release\</OutputPath>
  63. <DefineConstants>TRACE</DefineConstants>
  64. <Optimize>true</Optimize>
  65. <DebugType>pdbonly</DebugType>
  66. <PlatformTarget>x86</PlatformTarget>
  67. <ErrorReport>prompt</ErrorReport>
  68. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x86'">
  71. <DebugSymbols>true</DebugSymbols>
  72. <OutputPath>bin\x86\R18\</OutputPath>
  73. <DefineConstants>DEBUG;TRACE</DefineConstants>
  74. <DebugType>full</DebugType>
  75. <PlatformTarget>x86</PlatformTarget>
  76. <ErrorReport>prompt</ErrorReport>
  77. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x86'">
  80. <DebugSymbols>true</DebugSymbols>
  81. <OutputPath>bin\x86\R17\</OutputPath>
  82. <DefineConstants>DEBUG;TRACE</DefineConstants>
  83. <DebugType>full</DebugType>
  84. <PlatformTarget>x86</PlatformTarget>
  85. <ErrorReport>prompt</ErrorReport>
  86. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  89. <DebugSymbols>true</DebugSymbols>
  90. <OutputPath>bin\x64\Debug\</OutputPath>
  91. <DefineConstants>DEBUG;TRACE</DefineConstants>
  92. <DebugType>full</DebugType>
  93. <PlatformTarget>x64</PlatformTarget>
  94. <ErrorReport>prompt</ErrorReport>
  95. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  98. <OutputPath>bin\x64\Release\</OutputPath>
  99. <DefineConstants>TRACE</DefineConstants>
  100. <Optimize>true</Optimize>
  101. <DebugType>pdbonly</DebugType>
  102. <PlatformTarget>x64</PlatformTarget>
  103. <ErrorReport>prompt</ErrorReport>
  104. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x64'">
  107. <DebugSymbols>true</DebugSymbols>
  108. <OutputPath>bin\x64\R18\</OutputPath>
  109. <DefineConstants>DEBUG;TRACE</DefineConstants>
  110. <DebugType>full</DebugType>
  111. <PlatformTarget>x64</PlatformTarget>
  112. <ErrorReport>prompt</ErrorReport>
  113. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x64'">
  116. <DebugSymbols>true</DebugSymbols>
  117. <OutputPath>bin\x64\R17\</OutputPath>
  118. <DefineConstants>DEBUG;TRACE</DefineConstants>
  119. <DebugType>full</DebugType>
  120. <PlatformTarget>x64</PlatformTarget>
  121. <ErrorReport>prompt</ErrorReport>
  122. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  125. <DebugSymbols>true</DebugSymbols>
  126. <OutputPath>..\OutputDll\</OutputPath>
  127. <DefineConstants>DEBUG;TRACE</DefineConstants>
  128. <DebugType>full</DebugType>
  129. <PlatformTarget>AnyCPU</PlatformTarget>
  130. <ErrorReport>prompt</ErrorReport>
  131. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x86'">
  134. <DebugSymbols>true</DebugSymbols>
  135. <OutputPath>bin\x86\RR17\</OutputPath>
  136. <DefineConstants>DEBUG;TRACE</DefineConstants>
  137. <DebugType>full</DebugType>
  138. <PlatformTarget>x86</PlatformTarget>
  139. <ErrorReport>prompt</ErrorReport>
  140. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x64'">
  143. <DebugSymbols>true</DebugSymbols>
  144. <OutputPath>bin\x64\RR17\</OutputPath>
  145. <DefineConstants>DEBUG;TRACE</DefineConstants>
  146. <DebugType>full</DebugType>
  147. <PlatformTarget>x64</PlatformTarget>
  148. <ErrorReport>prompt</ErrorReport>
  149. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  150. </PropertyGroup>
  151. <ItemGroup>
  152. <Reference Include="AdWindows">
  153. <HintPath>..\Dlls\RevitRefDll\AdWindows.dll</HintPath>
  154. </Reference>
  155. <Reference Include="PresentationCore" />
  156. <Reference Include="PresentationFramework" />
  157. <Reference Include="Remotion.Linq, Version=2.2.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
  158. <HintPath>..\packages\Remotion.Linq.2.2.0\lib\net45\Remotion.Linq.dll</HintPath>
  159. </Reference>
  160. <Reference Include="Remotion.Linq.EagerFetching, Version=2.2.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
  161. <HintPath>..\packages\Remotion.Linq.EagerFetching.2.2.0\lib\net45\Remotion.Linq.EagerFetching.dll</HintPath>
  162. </Reference>
  163. <Reference Include="RevitAddInUtility">
  164. <HintPath>..\Dlls\RevitRefDll\RevitAddInUtility.dll</HintPath>
  165. </Reference>
  166. <Reference Include="RevitAPI">
  167. <HintPath>..\Dlls\RevitRefDll\RevitAPI.dll</HintPath>
  168. </Reference>
  169. <Reference Include="RevitAPIUI">
  170. <HintPath>..\Dlls\RevitRefDll\RevitAPIUI.dll</HintPath>
  171. </Reference>
  172. <Reference Include="SAGA.DotNetUtils, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  173. <SpecificVersion>False</SpecificVersion>
  174. <HintPath>..\Dlls\SAGA.DotNetUtils.dll</HintPath>
  175. </Reference>
  176. <Reference Include="SAGA.RevitUtils">
  177. <HintPath>..\Dlls\SAGA.RevitUtils.dll</HintPath>
  178. </Reference>
  179. <Reference Include="System" />
  180. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  181. <HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  182. </Reference>
  183. <Reference Include="System.ComponentModel.Composition" />
  184. <Reference Include="System.ComponentModel.DataAnnotations" />
  185. <Reference Include="System.Configuration" />
  186. <Reference Include="System.Configuration.Install" />
  187. <Reference Include="System.Core" />
  188. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  189. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  190. </Reference>
  191. <Reference Include="System.Drawing" />
  192. <Reference Include="System.Drawing.Design" />
  193. <Reference Include="System.IO.Compression.FileSystem" />
  194. <Reference Include="System.Management" />
  195. <Reference Include="System.Numerics" />
  196. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  197. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  198. </Reference>
  199. <Reference Include="System.ServiceModel" />
  200. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  201. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  202. </Reference>
  203. <Reference Include="System.Transactions" />
  204. <Reference Include="System.Windows.Forms" />
  205. <Reference Include="System.Xaml" />
  206. <Reference Include="System.Xml.Linq" />
  207. <Reference Include="System.Data.DataSetExtensions" />
  208. <Reference Include="Microsoft.CSharp" />
  209. <Reference Include="System.Data" />
  210. <Reference Include="System.Xml" />
  211. <Reference Include="WindowsBase" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <Compile Include="Addin\RevitProductExt.cs" />
  215. <Compile Include="Addin\RevitStartHelper.cs" />
  216. <Compile Include="Addin\RevitVersionExt.cs" />
  217. <Compile Include="Configuration\ButtonStyles.cs" />
  218. <Compile Include="Configuration\MenuConfig.cs" />
  219. <Compile Include="Configuration\XmlMenuData.cs" />
  220. <Compile Include="Configuration\RevitRibbonOperate.cs" />
  221. <Compile Include="Configuration\RevitVer.cs" />
  222. <Compile Include="Configuration\StackStyles.cs" />
  223. <Compile Include="Configuration\TszButtonData.cs" />
  224. <Compile Include="Configuration\TszPanelData.cs" />
  225. <Compile Include="Configuration\TszTabData.cs" />
  226. <Compile Include="Configuration\XmlMenuDataWrapper.cs" />
  227. <Compile Include="Setting\StartSetting.cs" />
  228. <Compile Include="MenuApp.cs" />
  229. <Compile Include="Properties\AssemblyInfo.cs" />
  230. <Compile Include="ShortKey\ScreenMenuKeyBoardShortCut.cs" />
  231. <Compile Include="ShortKey\ShortKeyHelper.cs" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <Content Include="ShortKey\KeyboardShortcuts.xml">
  235. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  236. </Content>
  237. </ItemGroup>
  238. <ItemGroup>
  239. <WCFMetadata Include="Connected Services\" />
  240. </ItemGroup>
  241. <ItemGroup>
  242. <None Include="app.config" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <ProjectReference Include="..\Client\Client.csproj">
  246. <Project>{6a52af44-63c6-4ab6-92d4-2a05173d45fb}</Project>
  247. <Name>Client</Name>
  248. </ProjectReference>
  249. <ProjectReference Include="..\ServiceMBI.Modes\ServiceMBI.Modes.csproj">
  250. <Project>{676f1602-6f8a-44c7-bb81-2172d963ac1a}</Project>
  251. <Name>ServiceMBI.Modes</Name>
  252. </ProjectReference>
  253. </ItemGroup>
  254. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  255. </Project>