SAGA.RevitAPIR2016.csproj 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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>{0E0DEB17-60CF-4C46-9C33-52AD61DB1F6E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SAGA.RevitAPI</RootNamespace>
  11. <AssemblyName>SAGA.RevitAPI</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>TRACE;DEBUG;R16</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;R16</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|AnyCPU'">
  33. <DebugSymbols>true</DebugSymbols>
  34. <OutputPath>..\OutputDll\</OutputPath>
  35. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  36. <DebugType>full</DebugType>
  37. <PlatformTarget>AnyCPU</PlatformTarget>
  38. <ErrorReport>prompt</ErrorReport>
  39. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|AnyCPU'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>..\OutputDll\</OutputPath>
  44. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  51. <DebugSymbols>true</DebugSymbols>
  52. <OutputPath>..\OutputDll\</OutputPath>
  53. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  54. <DebugType>full</DebugType>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <ErrorReport>prompt</ErrorReport>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  60. <OutputPath>..\OutputDll\</OutputPath>
  61. <DefineConstants>TRACE;R16</DefineConstants>
  62. <Optimize>true</Optimize>
  63. <DebugType>pdbonly</DebugType>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <ErrorReport>prompt</ErrorReport>
  66. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x86'">
  69. <DebugSymbols>true</DebugSymbols>
  70. <OutputPath>..\OutputDll\</OutputPath>
  71. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  72. <DebugType>full</DebugType>
  73. <PlatformTarget>x86</PlatformTarget>
  74. <ErrorReport>prompt</ErrorReport>
  75. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x86'">
  78. <DebugSymbols>true</DebugSymbols>
  79. <OutputPath>..\OutputDll\</OutputPath>
  80. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  81. <DebugType>full</DebugType>
  82. <PlatformTarget>x86</PlatformTarget>
  83. <ErrorReport>prompt</ErrorReport>
  84. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  87. <DebugSymbols>true</DebugSymbols>
  88. <OutputPath>..\OutputDll\</OutputPath>
  89. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  90. <DebugType>full</DebugType>
  91. <PlatformTarget>x64</PlatformTarget>
  92. <ErrorReport>prompt</ErrorReport>
  93. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  96. <OutputPath>..\OutputDll\</OutputPath>
  97. <DefineConstants>TRACE;R16</DefineConstants>
  98. <Optimize>true</Optimize>
  99. <DebugType>pdbonly</DebugType>
  100. <PlatformTarget>x64</PlatformTarget>
  101. <ErrorReport>prompt</ErrorReport>
  102. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R18|x64'">
  105. <DebugSymbols>true</DebugSymbols>
  106. <OutputPath>..\OutputDll\</OutputPath>
  107. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  108. <DebugType>full</DebugType>
  109. <PlatformTarget>x64</PlatformTarget>
  110. <ErrorReport>prompt</ErrorReport>
  111. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  112. </PropertyGroup>
  113. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'R17|x64'">
  114. <DebugSymbols>true</DebugSymbols>
  115. <OutputPath>..\OutputDll\</OutputPath>
  116. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  117. <DebugType>full</DebugType>
  118. <PlatformTarget>x64</PlatformTarget>
  119. <ErrorReport>prompt</ErrorReport>
  120. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|AnyCPU'">
  123. <DebugSymbols>true</DebugSymbols>
  124. <OutputPath>..\OutputDll\</OutputPath>
  125. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  126. <DebugType>full</DebugType>
  127. <PlatformTarget>AnyCPU</PlatformTarget>
  128. <ErrorReport>prompt</ErrorReport>
  129. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x86'">
  132. <DebugSymbols>true</DebugSymbols>
  133. <OutputPath>bin\x86\RR17\</OutputPath>
  134. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  135. <DebugType>full</DebugType>
  136. <PlatformTarget>x86</PlatformTarget>
  137. <ErrorReport>prompt</ErrorReport>
  138. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'RR17|x64'">
  141. <DebugSymbols>true</DebugSymbols>
  142. <OutputPath>bin\x64\RR17\</OutputPath>
  143. <DefineConstants>TRACE;DEBUG;R16</DefineConstants>
  144. <DebugType>full</DebugType>
  145. <PlatformTarget>x64</PlatformTarget>
  146. <ErrorReport>prompt</ErrorReport>
  147. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  148. </PropertyGroup>
  149. <ItemGroup>
  150. <Reference Include="RevitAPI, Version=18.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  151. <SpecificVersion>False</SpecificVersion>
  152. <HintPath>..\Dlls\RevitRefDll\RevitAPI.dll</HintPath>
  153. </Reference>
  154. <Reference Include="RevitAPIUI, Version=18.0.0.0, Culture=neutral, processorArchitecture=AMD64">
  155. <SpecificVersion>False</SpecificVersion>
  156. <HintPath>..\Dlls\RevitRefDll\RevitAPIUI.dll</HintPath>
  157. </Reference>
  158. <Reference Include="System" />
  159. <Reference Include="System.Core" />
  160. <Reference Include="System.Xml.Linq" />
  161. <Reference Include="System.Data.DataSetExtensions" />
  162. <Reference Include="Microsoft.CSharp" />
  163. <Reference Include="System.Data" />
  164. <Reference Include="System.Net.Http" />
  165. <Reference Include="System.Xml" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <Compile Include="FamilySymbolExtend.cs" />
  169. <Compile Include="Properties\AssemblyInfo.cs" />
  170. <Compile Include="RevitApiBaseDll.cs" />
  171. <Compile Include="RevitApiRevitBaseDll.cs" />
  172. <Compile Include="ScheduleFieldExtend.cs" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ProjectReference Include="..\SAGA.RevitUtility\SAGA.RevitUtility.csproj">
  176. <Project>{5f78f5f7-95ba-4b72-8181-230b11192eca}</Project>
  177. <Name>SAGA.RevitUtility</Name>
  178. </ProjectReference>
  179. </ItemGroup>
  180. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  181. <PropertyGroup>
  182. <PreBuildEvent>xcopy /r /y $(SolutionDir)Dlls\R2016\*.dll $(SolutionDir)Dlls\RevitRefDll</PreBuildEvent>
  183. </PropertyGroup>
  184. </Project>