SAGA.RevitMenu.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  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="DotNetty.Buffers, Version=0.6.0.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
  156. <HintPath>..\packages\DotNetty.Buffers.0.6.0\lib\net45\DotNetty.Buffers.dll</HintPath>
  157. </Reference>
  158. <Reference Include="DotNetty.Codecs, Version=0.6.0.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
  159. <HintPath>..\packages\DotNetty.Codecs.0.6.0\lib\net45\DotNetty.Codecs.dll</HintPath>
  160. </Reference>
  161. <Reference Include="DotNetty.Common, Version=0.6.0.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
  162. <HintPath>..\packages\DotNetty.Common.0.6.0\lib\net45\DotNetty.Common.dll</HintPath>
  163. </Reference>
  164. <Reference Include="DotNetty.Transport, Version=0.6.0.0, Culture=neutral, PublicKeyToken=bc13ca065fa06c29, processorArchitecture=MSIL">
  165. <HintPath>..\packages\DotNetty.Transport.0.6.0\lib\net45\DotNetty.Transport.dll</HintPath>
  166. </Reference>
  167. <Reference Include="Google.Protobuf, Version=3.7.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  168. <HintPath>..\packages\Google.Protobuf.3.7.0\lib\net45\Google.Protobuf.dll</HintPath>
  169. </Reference>
  170. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  171. <HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.1.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  172. </Reference>
  173. <Reference Include="Microsoft.Extensions.Logging, Version=1.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  174. <HintPath>..\packages\Microsoft.Extensions.Logging.1.1.1\lib\netstandard1.1\Microsoft.Extensions.Logging.dll</HintPath>
  175. </Reference>
  176. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=1.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  177. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.1.1.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  178. </Reference>
  179. <Reference Include="Microsoft.Win32.Primitives">
  180. <HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
  181. <Private>True</Private>
  182. </Reference>
  183. <Reference Include="PresentationCore" />
  184. <Reference Include="PresentationFramework" />
  185. <Reference Include="Remotion.Linq, Version=2.2.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
  186. <HintPath>..\packages\Remotion.Linq.2.2.0\lib\net45\Remotion.Linq.dll</HintPath>
  187. </Reference>
  188. <Reference Include="Remotion.Linq.EagerFetching, Version=2.2.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
  189. <HintPath>..\packages\Remotion.Linq.EagerFetching.2.2.0\lib\net45\Remotion.Linq.EagerFetching.dll</HintPath>
  190. </Reference>
  191. <Reference Include="RevitAddInUtility">
  192. <HintPath>..\Dlls\RevitRefDll\RevitAddInUtility.dll</HintPath>
  193. </Reference>
  194. <Reference Include="RevitAPI">
  195. <HintPath>..\Dlls\RevitRefDll\RevitAPI.dll</HintPath>
  196. </Reference>
  197. <Reference Include="RevitAPIUI">
  198. <HintPath>..\Dlls\RevitRefDll\RevitAPIUI.dll</HintPath>
  199. </Reference>
  200. <Reference Include="SAGA.DotNetUtils">
  201. <HintPath>..\Dlls\SAGA.DotNetUtils.dll</HintPath>
  202. </Reference>
  203. <Reference Include="SAGA.RevitUtils">
  204. <HintPath>..\Dlls\SAGA.RevitUtils.dll</HintPath>
  205. </Reference>
  206. <Reference Include="System" />
  207. <Reference Include="System.AppContext">
  208. <HintPath>..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll</HintPath>
  209. <Private>True</Private>
  210. </Reference>
  211. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  212. <HintPath>..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  213. </Reference>
  214. <Reference Include="System.ComponentModel.Composition" />
  215. <Reference Include="System.ComponentModel.DataAnnotations" />
  216. <Reference Include="System.Configuration" />
  217. <Reference Include="System.Configuration.Install" />
  218. <Reference Include="System.Console">
  219. <HintPath>..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
  220. <Private>True</Private>
  221. </Reference>
  222. <Reference Include="System.Core" />
  223. <Reference Include="System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  224. <HintPath>..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
  225. </Reference>
  226. <Reference Include="System.Drawing" />
  227. <Reference Include="System.Drawing.Design" />
  228. <Reference Include="System.Globalization.Calendars">
  229. <HintPath>..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
  230. <Private>True</Private>
  231. </Reference>
  232. <Reference Include="System.IO.Compression">
  233. <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  234. <Private>True</Private>
  235. </Reference>
  236. <Reference Include="System.IO.Compression.FileSystem" />
  237. <Reference Include="System.IO.Compression.ZipFile">
  238. <HintPath>..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
  239. <Private>True</Private>
  240. </Reference>
  241. <Reference Include="System.IO.FileSystem">
  242. <HintPath>..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
  243. <Private>True</Private>
  244. </Reference>
  245. <Reference Include="System.IO.FileSystem.Primitives">
  246. <HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
  247. <Private>True</Private>
  248. </Reference>
  249. <Reference Include="System.Management" />
  250. <Reference Include="System.Net.Http">
  251. <HintPath>..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
  252. <Private>True</Private>
  253. </Reference>
  254. <Reference Include="System.Net.Sockets">
  255. <HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  256. <Private>True</Private>
  257. </Reference>
  258. <Reference Include="System.Numerics" />
  259. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  260. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  261. </Reference>
  262. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  263. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  264. <Private>True</Private>
  265. </Reference>
  266. <Reference Include="System.Security.Cryptography.Algorithms">
  267. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  268. <Private>True</Private>
  269. </Reference>
  270. <Reference Include="System.Security.Cryptography.Encoding">
  271. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  272. <Private>True</Private>
  273. </Reference>
  274. <Reference Include="System.Security.Cryptography.Primitives">
  275. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  276. <Private>True</Private>
  277. </Reference>
  278. <Reference Include="System.Security.Cryptography.X509Certificates">
  279. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  280. <Private>True</Private>
  281. </Reference>
  282. <Reference Include="System.ServiceModel" />
  283. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  284. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll</HintPath>
  285. </Reference>
  286. <Reference Include="System.Transactions" />
  287. <Reference Include="System.Windows.Forms" />
  288. <Reference Include="System.Xaml" />
  289. <Reference Include="System.Xml.Linq" />
  290. <Reference Include="System.Data.DataSetExtensions" />
  291. <Reference Include="Microsoft.CSharp" />
  292. <Reference Include="System.Data" />
  293. <Reference Include="System.Xml" />
  294. <Reference Include="System.Xml.ReaderWriter">
  295. <HintPath>..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
  296. <Private>True</Private>
  297. </Reference>
  298. <Reference Include="WindowsBase" />
  299. </ItemGroup>
  300. <ItemGroup>
  301. <Compile Include="Addin\RevitProductExt.cs" />
  302. <Compile Include="Addin\RevitStartHelper.cs" />
  303. <Compile Include="Addin\RevitVersionExt.cs" />
  304. <Compile Include="Configuration\ButtonStyles.cs" />
  305. <Compile Include="Configuration\MenuConfig.cs" />
  306. <Compile Include="Configuration\XmlMenuData.cs" />
  307. <Compile Include="Configuration\RevitRibbonOperate.cs" />
  308. <Compile Include="Configuration\RevitVer.cs" />
  309. <Compile Include="Configuration\StackStyles.cs" />
  310. <Compile Include="Configuration\TszButtonData.cs" />
  311. <Compile Include="Configuration\TszPanelData.cs" />
  312. <Compile Include="Configuration\TszTabData.cs" />
  313. <Compile Include="Configuration\XmlMenuDataWrapper.cs" />
  314. <Compile Include="Setting\StartSetting.cs" />
  315. <Compile Include="MenuApp.cs" />
  316. <Compile Include="Properties\AssemblyInfo.cs" />
  317. <Compile Include="ShortKey\ScreenMenuKeyBoardShortCut.cs" />
  318. <Compile Include="ShortKey\ShortKeyHelper.cs" />
  319. </ItemGroup>
  320. <ItemGroup>
  321. <Content Include="ShortKey\KeyboardShortcuts.xml">
  322. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  323. </Content>
  324. </ItemGroup>
  325. <ItemGroup>
  326. <WCFMetadata Include="Connected Services\" />
  327. </ItemGroup>
  328. <ItemGroup>
  329. <None Include="app.config" />
  330. <None Include="packages.config" />
  331. </ItemGroup>
  332. <ItemGroup>
  333. <ProjectReference Include="..\Client\Client.csproj">
  334. <Project>{6a52af44-63c6-4ab6-92d4-2a05173d45fb}</Project>
  335. <Name>Client</Name>
  336. </ProjectReference>
  337. <ProjectReference Include="..\ServiceMBI.Modes\ServiceMBI.Modes.csproj">
  338. <Project>{676f1602-6f8a-44c7-bb81-2172d963ac1a}</Project>
  339. <Name>ServiceMBI.Modes</Name>
  340. </ProjectReference>
  341. </ItemGroup>
  342. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  343. </Project>