SAGA.RevitMenu.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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="RevitAddInUtility">
  158. <HintPath>..\Dlls\RevitRefDll\RevitAddInUtility.dll</HintPath>
  159. </Reference>
  160. <Reference Include="RevitAPI">
  161. <HintPath>..\Dlls\RevitRefDll\RevitAPI.dll</HintPath>
  162. </Reference>
  163. <Reference Include="RevitAPIUI">
  164. <HintPath>..\Dlls\RevitRefDll\RevitAPIUI.dll</HintPath>
  165. </Reference>
  166. <Reference Include="SAGA.DotNetUtils">
  167. <HintPath>..\Dlls\SAGA.DotNetUtils.dll</HintPath>
  168. </Reference>
  169. <Reference Include="SAGA.RevitUtils">
  170. <HintPath>..\Dlls\SAGA.RevitUtils.dll</HintPath>
  171. </Reference>
  172. <Reference Include="System" />
  173. <Reference Include="System.Core" />
  174. <Reference Include="System.Drawing" />
  175. <Reference Include="System.Windows.Forms" />
  176. <Reference Include="System.Xaml" />
  177. <Reference Include="System.Xml.Linq" />
  178. <Reference Include="System.Data.DataSetExtensions" />
  179. <Reference Include="Microsoft.CSharp" />
  180. <Reference Include="System.Data" />
  181. <Reference Include="System.Net.Http" />
  182. <Reference Include="System.Xml" />
  183. <Reference Include="WindowsBase" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <Compile Include="Addin\RevitProductExt.cs" />
  187. <Compile Include="Addin\RevitStartHelper.cs" />
  188. <Compile Include="Addin\RevitVersionExt.cs" />
  189. <Compile Include="Configuration\ButtonStyles.cs" />
  190. <Compile Include="Configuration\MenuConfig.cs" />
  191. <Compile Include="Configuration\XmlMenuData.cs" />
  192. <Compile Include="Configuration\RevitRibbonOperate.cs" />
  193. <Compile Include="Configuration\RevitVer.cs" />
  194. <Compile Include="Configuration\StackStyles.cs" />
  195. <Compile Include="Configuration\TszButtonData.cs" />
  196. <Compile Include="Configuration\TszPanelData.cs" />
  197. <Compile Include="Configuration\TszTabData.cs" />
  198. <Compile Include="Configuration\XmlMenuDataWrapper.cs" />
  199. <Compile Include="Setting\StartSetting.cs" />
  200. <Compile Include="MenuApp.cs" />
  201. <Compile Include="Properties\AssemblyInfo.cs" />
  202. <Compile Include="ShortKey\ScreenMenuKeyBoardShortCut.cs" />
  203. <Compile Include="ShortKey\ShortKeyHelper.cs" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Content Include="ShortKey\KeyboardShortcuts.xml">
  207. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  208. </Content>
  209. </ItemGroup>
  210. <ItemGroup>
  211. <WCFMetadata Include="Connected Services\" />
  212. </ItemGroup>
  213. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  214. </Project>