PageRenderTime 54ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/IronPython_Main/Tools/IronStudio/IronStudio/VisualStudio/Project/ProjectBase.files

#
Unknown | 470 lines | 461 code | 9 blank | 0 comment | 0 complexity | 38d4049f7364a567077e85a43cd57a3a MD5 | raw file
Possible License(s): GPL-2.0, MPL-2.0-no-copyleft-exception, CPL-1.0, CC-BY-SA-3.0, BSD-3-Clause, ISC, AGPL-3.0, LGPL-2.1, Apache-2.0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!--
  4. The ProjectBasePath property should be defined to point to the directory where this file is located before importing this file.
  5. Failure to define this will result in build error.
  6. -->
  7. <PropertyGroup>
  8. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  9. <AllowedAssemblyPrefix>$(AllowedAssemblyPrefix);Microsoft.Internal</AllowedAssemblyPrefix>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <Reference Include="EnvDTE80">
  13. <HintPath>EnvDTE80.dll</HintPath>
  14. <Name>EnvDTE80</Name>
  15. <SpecificVersion>False</SpecificVersion>
  16. <Aliases>global</Aliases>
  17. </Reference>
  18. <Reference Include="Microsoft.Build">
  19. <Aliases>global</Aliases>
  20. </Reference>
  21. <Reference Include="Microsoft.Build.Framework">
  22. <Aliases>global</Aliases>
  23. </Reference>
  24. <Reference Include="Microsoft.Build.Utilities.v4.0">
  25. <Aliases>global</Aliases>
  26. </Reference>
  27. <Reference Include="Microsoft.VisualStudio.VSHelp"/>
  28. <Reference Include="Microsoft.VisualStudio.Shell.Design" />
  29. <Reference Include="Microsoft.VisualStudio.ProjectAggregator" />
  30. <Reference Include="VsLangProj" />
  31. <Reference Include="VSLangProj80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
  32. <Reference Include="System.Design">
  33. <Aliases>global</Aliases>
  34. </Reference>
  35. <Reference Include="System.Xml" />
  36. <Reference Include="microsoft.VisualStudio.CommonIDE, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  37. <SpecificVersion>True</SpecificVersion>
  38. </Reference>
  39. <Reference Include="System.Core">
  40. </Reference>
  41. </ItemGroup>
  42. <!-- Provide a default value for $(ProjectBasePath) -->
  43. <PropertyGroup>
  44. <ProjectBasePath Condition="'$(ProjectBasePath)'==''">.</ProjectBasePath>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <None Include="$(ProjectBasePath)\Diagrams\AutomationClasses.cd">
  48. <Link>ProjectBase\Diagrams\AutomationClasses.cd</Link>
  49. <Visible>true</Visible>
  50. </None>
  51. <None Include="$(ProjectBasePath)\Diagrams\ConfigurationClasses.cd">
  52. <Link>ProjectBase\Diagrams\ConfigurationClasses.cd</Link>
  53. <Visible>true</Visible>
  54. </None>
  55. <None Include="$(ProjectBasePath)\Diagrams\DocumentManagerClasses.cd">
  56. <Link>ProjectBase\Diagrams\DocumentManagerClasses.cd</Link>
  57. <Visible>true</Visible>
  58. </None>
  59. <None Include="$(ProjectBasePath)\Diagrams\HierarchyClasses.cd">
  60. <Link>ProjectBase\Diagrams\HierarchyClasses.cd</Link>
  61. <Visible>true</Visible>
  62. </None>
  63. <None Include="$(ProjectBasePath)\Diagrams\PropertiesClasses.cd">
  64. <Link>ProjectBase\Diagrams\PropertiesClasses.cd</Link>
  65. <Visible>true</Visible>
  66. </None>
  67. <None Include="$(ProjectBasePath)\Diagrams\ReferenceClasses.cd">
  68. <Link>ProjectBase\Diagrams\ReferenceClasses.cd</Link>
  69. <Visible>true</Visible>
  70. </None>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="$(ProjectBasePath)\Misc\ConnectionPointContainer.cs">
  74. <Link>ProjectBase\misc\ConnectionPointContainer.cs</Link>
  75. <Visible>true</Visible>
  76. </Compile>
  77. <Compile Include="$(ProjectBasePath)\Misc\ExternDll.cs">
  78. <Link>ProjectBase\Misc\ExternDll.cs</Link>
  79. <Visible>true</Visible>
  80. </Compile>
  81. <Compile Include="$(ProjectBasePath)\Misc\NativeMethods.cs">
  82. <Link>ProjectBase\Misc\NativeMethods.cs</Link>
  83. <Visible>true</Visible>
  84. </Compile>
  85. <Compile Include="$(ProjectBasePath)\Misc\UnsafeNativeMethods.cs">
  86. <Link>ProjectBase\Misc\UnsafeNativeMethods.cs</Link>
  87. <Visible>true</Visible>
  88. </Compile>
  89. <Compile Include="$(ProjectBasePath)\AssemblyReferenceNode.cs">
  90. <Link>ProjectBase\AssemblyReferenceNode.cs</Link>
  91. <Visible>true</Visible>
  92. </Compile>
  93. <Compile Include="$(ProjectBasePath)\Attributes.cs">
  94. <Link>ProjectBase\Attributes.cs</Link>
  95. <Visible>true</Visible>
  96. </Compile>
  97. <!-- Automation Objects -->
  98. <Compile Include="$(ProjectBasePath)\Automation\AutomationScope.cs">
  99. <Link>ProjectBase\AutomationScope.cs</Link>
  100. <Visible>true</Visible>
  101. </Compile>
  102. <Compile Include="$(ProjectBasePath)\Automation\OAFileItem.cs">
  103. <Link>ProjectBase\OAFileItem.cs</Link>
  104. <Visible>true</Visible>
  105. </Compile>
  106. <Compile Include="$(ProjectBasePath)\Automation\OAFolderItem.cs">
  107. <Link>ProjectBase\OAFolderItem.cs</Link>
  108. <Visible>true</Visible>
  109. </Compile>
  110. <Compile Include="$(ProjectBasePath)\Automation\OANestedProjectItem.cs">
  111. <Link>ProjectBase\OANestedProjectItem.cs</Link>
  112. <Visible>true</Visible>
  113. </Compile>
  114. <Compile Include="$(ProjectBasePath)\Automation\OANullProperty.cs">
  115. <Link>ProjectBase\OANullProperty.cs</Link>
  116. <Visible>true</Visible>
  117. </Compile>
  118. <Compile Include="$(ProjectBasePath)\Automation\OAProject.cs">
  119. <Link>ProjectBase\OAProject.cs</Link>
  120. <Visible>true</Visible>
  121. </Compile>
  122. <Compile Include="$(ProjectBasePath)\Automation\OAProjectItem.cs">
  123. <Link>ProjectBase\OAProjectItem.cs</Link>
  124. <Visible>true</Visible>
  125. </Compile>
  126. <Compile Include="$(ProjectBasePath)\Automation\OAProjectItems.cs">
  127. <Link>ProjectBase\OAProjectItems.cs</Link>
  128. <Visible>true</Visible>
  129. </Compile>
  130. <Compile Include="$(ProjectBasePath)\Automation\OAProperties.cs">
  131. <Link>ProjectBase\OAProperties.cs</Link>
  132. <Visible>true</Visible>
  133. </Compile>
  134. <Compile Include="$(ProjectBasePath)\Automation\OAProperty.cs">
  135. <Link>ProjectBase\OAProperty.cs</Link>
  136. <Visible>true</Visible>
  137. </Compile>
  138. <Compile Include="$(ProjectBasePath)\Automation\OANavigableProjectItems.cs">
  139. <Link>ProjectBase\OANavigableProjectItems.cs</Link>
  140. <Visible>true</Visible>
  141. </Compile>
  142. <Compile Include="$(ProjectBasePath)\Automation\OAReferenceFolderItem.cs">
  143. <Link>ProjectBase\OAReferenceFolderItem.cs</Link>
  144. <Visible>true</Visible>
  145. </Compile>
  146. <Compile Include="$(ProjectBasePath)\Automation\OAReferenceItem.cs">
  147. <Link>ProjectBase\OARreferenceItem.cs</Link>
  148. <Visible>true</Visible>
  149. </Compile>
  150. <Compile Include="$(ProjectBasePath)\Automation\OASolutionFolder.cs">
  151. <Link>ProjectBase\OASolutionFolder.cs</Link>
  152. <Visible>true</Visible>
  153. </Compile>
  154. <!-- Objects needed to implement a Language Project -->
  155. <Compile Include="$(ProjectBasePath)\Automation\VSProject\OAAssemblyReference.cs">
  156. <Link>ProjectBase\LangProj\OAAssemblyReference.cs</Link>
  157. <Visible>true</Visible>
  158. </Compile>
  159. <Compile Include="$(ProjectBasePath)\Automation\VSProject\OABuildManager.cs">
  160. <Link>ProjectBase\LangProj\OABuildManager.cs</Link>
  161. <Visible>true</Visible>
  162. </Compile>
  163. <Compile Include="$(ProjectBasePath)\Automation\VSProject\OAComReference.cs">
  164. <Link>ProjectBase\LangProj\OAComReference.cs</Link>
  165. <Visible>true</Visible>
  166. </Compile>
  167. <Compile Include="$(ProjectBasePath)\Automation\VSProject\OAProjectReference.cs">
  168. <Link>ProjectBase\LangProj\OAProjectReference.cs</Link>
  169. <Visible>true</Visible>
  170. </Compile>
  171. <Compile Include="$(ProjectBasePath)\Automation\VSProject\OAReferenceBase.cs">
  172. <Link>ProjectBase\LangProj\OAReferenceBase.cs</Link>
  173. <Visible>true</Visible>
  174. </Compile>
  175. <Compile Include="$(ProjectBasePath)\Automation\VSProject\OAReferences.cs">
  176. <Link>ProjectBase\LangProj\OAReferences.cs</Link>
  177. <Visible>true</Visible>
  178. </Compile>
  179. <Compile Include="$(ProjectBasePath)\Automation\VSProject\OAVSProject.cs">
  180. <Link>ProjectBase\LangProj\OAVSProject.cs</Link>
  181. <Visible>true</Visible>
  182. </Compile>
  183. <Compile Include="$(ProjectBasePath)\Automation\VSProject\OAVSProjectItem.cs">
  184. <Link>ProjectBase\LangProj\OAVSProjectItem.cs</Link>
  185. <Visible>true</Visible>
  186. </Compile>
  187. <Compile Include="$(ProjectBasePath)\BuildDependency.cs">
  188. <Link>ProjectBase\BuildDependency.cs</Link>
  189. <Visible>true</Visible>
  190. </Compile>
  191. <Compile Include="$(ProjectBasePath)\BuildPropertyPage.cs">
  192. <Link>ProjectBase\BuildPropertyPage.cs</Link>
  193. <Visible>true</Visible>
  194. </Compile>
  195. <Compile Include="$(ProjectBasePath)\ComReferenceNode.cs">
  196. <Link>ProjectBase\ComReferenceNode.cs</Link>
  197. <Visible>true</Visible>
  198. </Compile>
  199. <Compile Include="$(ProjectBasePath)\ConfigProvider.cs">
  200. <Link>ProjectBase\ConfigProvider.cs</Link>
  201. <Visible>true</Visible>
  202. <SubType>Code</SubType>
  203. </Compile>
  204. <Compile Include="$(ProjectBasePath)\ConfigurationProperties.cs">
  205. <Link>ProjectBase\ConfigurationProperties.cs</Link>
  206. <Visible>true</Visible>
  207. <SubType>Code</SubType>
  208. </Compile>
  209. <Compile Include="$(ProjectBasePath)\DataObject.cs">
  210. <Link>ProjectBase\DataObject.cs</Link>
  211. <Visible>true</Visible>
  212. <SubType>Code</SubType>
  213. </Compile>
  214. <Compile Include="$(ProjectBasePath)\DesignPropertyDescriptor.cs">
  215. <Link>ProjectBase\DesignPropertyDescriptor.cs</Link>
  216. <Visible>true</Visible>
  217. </Compile>
  218. <Compile Include="$(ProjectBasePath)\DocumentManager.cs">
  219. <Link>ProjectBase\DocumentManager.cs</Link>
  220. <Visible>true</Visible>
  221. </Compile>
  222. <Compile Include="$(ProjectBasePath)\EnumDependencies.cs">
  223. <Link>ProjectBase\EnumDependencies.cs</Link>
  224. <Visible>true</Visible>
  225. </Compile>
  226. <Compile Include="$(ProjectBasePath)\FileChangeManager.cs">
  227. <Link>ProjectBase\FileChangeManager.cs</Link>
  228. <Visible>true</Visible>
  229. </Compile>
  230. <Compile Include="$(ProjectBasePath)\FileDocumentManager.cs">
  231. <Link>ProjectBase\FileDocumentManager.cs</Link>
  232. <Visible>true</Visible>
  233. </Compile>
  234. <Compile Include="$(ProjectBasePath)\FileNode.cs">
  235. <Link>ProjectBase\FileNode.cs</Link>
  236. <Visible>true</Visible>
  237. </Compile>
  238. <Compile Include="$(ProjectBasePath)\DependentFileNode.cs">
  239. <Link>ProjectBase\DependentFileNode.cs</Link>
  240. <Visible>true</Visible>
  241. </Compile>
  242. <Compile Include="$(ProjectBasePath)\FolderNode.cs">
  243. <Link>ProjectBase\FolderNode.cs</Link>
  244. <Visible>true</Visible>
  245. </Compile>
  246. <Compile Include="$(ProjectBasePath)\GlobalSuppressions.cs">
  247. <Link>ProjectBase\GlobalSuppressions.cs</Link>
  248. <Visible>true</Visible>
  249. </Compile>
  250. <Compile Include="$(ProjectBasePath)\HierarchyNode.cs">
  251. <Link>ProjectBase\HierarchyNode.cs</Link>
  252. <Visible>true</Visible>
  253. </Compile>
  254. <Compile Include="$(ProjectBasePath)\ImageHandler.cs">
  255. <Link>ProjectBase\ImageHandler.cs</Link>
  256. <Visible>true</Visible>
  257. </Compile>
  258. <Compile Include="$(ProjectBasePath)\Interfaces.cs">
  259. <Link>ProjectBase\IAggregatedHierarchy.cs</Link>
  260. <Visible>true</Visible>
  261. </Compile>
  262. <Compile Include="$(ProjectBasePath)\IDEBuildLogger.cs">
  263. <Link>ProjectBase\IDEBuildLogger.cs</Link>
  264. <Visible>true</Visible>
  265. </Compile>
  266. <Compile Include="$(ProjectBasePath)\LocalizableProperties.cs">
  267. <Link>ProjectBase\LocalizableProperties.cs</Link>
  268. <Visible>true</Visible>
  269. </Compile>
  270. <Compile Include="$(ProjectBasePath)\VisualStudio.Project.cs">
  271. <Link>ProjectBase\Project.cs</Link>
  272. <Visible>true</Visible>
  273. </Compile>
  274. <Compile Include="$(ProjectBasePath)\NestedProjectBuildDependency.cs">
  275. <Link>ProjectBase\NestedProjectBuildDependency.cs</Link>
  276. <Visible>true</Visible>
  277. </Compile>
  278. <Compile Include="$(ProjectBasePath)\NestedProjectNode.cs">
  279. <Link>ProjectBase\NestedProjectNode.cs</Link>
  280. <Visible>true</Visible>
  281. </Compile>
  282. <Compile Include="$(ProjectBasePath)\NodeProperties.cs">
  283. <Link>ProjectBase\NodeProperties.cs</Link>
  284. <Visible>true</Visible>
  285. </Compile>
  286. <Compile Include="$(ProjectBasePath)\OleServiceProvider.cs">
  287. <Link>ProjectBase\OleServiceProvider.cs</Link>
  288. <Visible>true</Visible>
  289. </Compile>
  290. <Compile Include="$(ProjectBasePath)\Output.cs">
  291. <Link>ProjectBase\Output.cs</Link>
  292. <Visible>true</Visible>
  293. </Compile>
  294. <Compile Include="$(ProjectBasePath)\OutputGroup.cs">
  295. <Link>ProjectBase\OutputGroup.cs</Link>
  296. <Visible>true</Visible>
  297. </Compile>
  298. <Compile Include="$(ProjectBasePath)\ProjectConfig.cs">
  299. <Link>ProjectBase\ProjectConfig.cs</Link>
  300. <Visible>true</Visible>
  301. </Compile>
  302. <Compile Include="$(ProjectBasePath)\ProjectContainerNode.cs">
  303. <Link>ProjectBase\ProjectContainerNode.cs</Link>
  304. <Visible>true</Visible>
  305. </Compile>
  306. <Compile Include="$(ProjectBasePath)\ProjectDesignerDocumentManager.cs">
  307. <Link>ProjectBase\ProjectDesignerDocumentManager.cs</Link>
  308. <Visible>true</Visible>
  309. </Compile>
  310. <Compile Include="$(ProjectBasePath)\ProjectElement.cs">
  311. <Link>ProjectBase\ProjectElement.cs</Link>
  312. <Visible>true</Visible>
  313. </Compile>
  314. <Compile Include="$(ProjectBasePath)\ProjectFactory.cs">
  315. <Link>ProjectBase\ProjectFactory.cs</Link>
  316. <Visible>true</Visible>
  317. </Compile>
  318. <Compile Include="$(ProjectBasePath)\ProjectFileConstants.cs">
  319. <Link>ProjectBase\ProjectFileConstants.cs</Link>
  320. <Visible>true</Visible>
  321. </Compile>
  322. <Compile Include="$(ProjectBasePath)\ProjectNode.cs">
  323. <Link>ProjectBase\ProjectNode.cs</Link>
  324. <Visible>true</Visible>
  325. </Compile>
  326. <Compile Include="$(ProjectBasePath)\ProjectNode.CopyPaste.cs">
  327. <Link>ProjectBase\ProjectNode.CopyPaste.cs</Link>
  328. <Visible>true</Visible>
  329. </Compile>
  330. <Compile Include="$(ProjectBasePath)\ProjectNode.Events.cs">
  331. <Link>ProjectBase\ProjectNode.Events.cs</Link>
  332. <Visible>true</Visible>
  333. </Compile>
  334. <Compile Include="$(ProjectBasePath)\ProjectOptions.cs">
  335. <Link>ProjectBase\ProjectOptions.cs</Link>
  336. <Visible>true</Visible>
  337. </Compile>
  338. <Compile Include="$(ProjectBasePath)\ProjectPackage.cs">
  339. <Link>ProjectBase\ProjectPackage.cs</Link>
  340. <Visible>true</Visible>
  341. </Compile>
  342. <Compile Include="$(ProjectBasePath)\ProjectReferenceNode.cs">
  343. <Link>ProjectBase\ProjectReferenceNode.cs</Link>
  344. <Visible>true</Visible>
  345. </Compile>
  346. <Compile Include="$(ProjectBasePath)\PropertiesEditorLauncher.cs">
  347. <Link>ProjectBase\PropertiesEditorLauncher.cs</Link>
  348. <Visible>true</Visible>
  349. </Compile>
  350. <Compile Include="$(ProjectBasePath)\ReferenceContainerNode.cs">
  351. <Link>ProjectBase\ReferenceContainerNode.cs</Link>
  352. <Visible>true</Visible>
  353. </Compile>
  354. <Compile Include="$(ProjectBasePath)\ReferenceNode.cs">
  355. <Link>ProjectBase\ReferenceNode.cs</Link>
  356. <Visible>true</Visible>
  357. </Compile>
  358. <Compile Include="$(ProjectBasePath)\RegisteredProjectType.cs">
  359. <Link>ProjectBase\RegisteredProjectType.cs</Link>
  360. <Visible>true</Visible>
  361. </Compile>
  362. <Compile Include="$(ProjectBasePath)\SettingsPage.cs">
  363. <Link>ProjectBase\SettingsPage.cs</Link>
  364. <Visible>true</Visible>
  365. </Compile>
  366. <Compile Include="$(ProjectBasePath)\SingleFileGenerator.cs">
  367. <Link>ProjectBase\SingleFileGenerator.cs</Link>
  368. <Visible>true</Visible>
  369. </Compile>
  370. <Compile Include="$(ProjectBasePath)\SingleFileGeneratorFactory.cs">
  371. <Link>ProjectBase\SingleFileGeneratorFactory.cs</Link>
  372. <Visible>true</Visible>
  373. </Compile>
  374. <Compile Include="$(ProjectBasePath)\SolutionListener.cs">
  375. <Link>ProjectBase\SolutionListener.cs</Link>
  376. <Visible>true</Visible>
  377. </Compile>
  378. <Compile Include="$(ProjectBasePath)\SolutionListenerForBuildDependencyUpdate.cs">
  379. <Link>ProjectBase\SolutionListenerForBuildDependencyUpdate.cs</Link>
  380. <Visible>true</Visible>
  381. </Compile>
  382. <Compile Include="$(ProjectBasePath)\SolutionListenerForProjectEvents.cs">
  383. <Link>ProjectBase\SolutionListenerForProjectEvents.cs</Link>
  384. <Visible>true</Visible>
  385. </Compile>
  386. <Compile Include="$(ProjectBasePath)\SolutionListenerForProjectOpen.cs">
  387. <Link>ProjectBase\SolutionListenerForProjectOpen.cs</Link>
  388. <Visible>true</Visible>
  389. </Compile>
  390. <Compile Include="$(ProjectBasePath)\SolutionListenerForProjectReferenceUpdate.cs">
  391. <Link>ProjectBase\SolutionListenerForProjectReferenceUpdate.cs</Link>
  392. <Visible>true</Visible>
  393. </Compile>
  394. <Compile Include="$(ProjectBasePath)\StructuresEnums.cs">
  395. <Link>ProjectBase\StructuresEnums.cs</Link>
  396. <Visible>true</Visible>
  397. </Compile>
  398. <Compile Include="$(ProjectBasePath)\SuspendFileChanges.cs">
  399. <Link>ProjectBase\SuspendFileChanges.cs</Link>
  400. <Visible>true</Visible>
  401. </Compile>
  402. <Compile Include="$(ProjectBasePath)\Tracing.cs">
  403. <Link>ProjectBase\Tracing.cs</Link>
  404. <Visible>true</Visible>
  405. </Compile>
  406. <Compile Include="$(ProjectBasePath)\TokenProcessor.cs">
  407. <Link>ProjectBase\TokenProcessor.cs</Link>
  408. <Visible>true</Visible>
  409. </Compile>
  410. <Compile Include="$(ProjectBasePath)\TrackDocumentsHelper.cs">
  411. <Link>ProjectBase\TrackDocumentsHelper.cs</Link>
  412. <Visible>true</Visible>
  413. </Compile>
  414. <Compile Include="$(ProjectBasePath)\TypeConverters.cs">
  415. <Link>ProjectBase\TypeConverters.cs</Link>
  416. <Visible>true</Visible>
  417. </Compile>
  418. <Compile Include="$(ProjectBasePath)\UpdateSolutionEventsListener.cs">
  419. <Link>ProjectBase\UpdateSolutionEventsListener.cs</Link>
  420. <Visible>true</Visible>
  421. </Compile>
  422. <Compile Include="$(ProjectBasePath)\Url.cs">
  423. <Link>ProjectBase\Url.cs</Link>
  424. <Visible>true</Visible>
  425. </Compile>
  426. <Compile Include="$(ProjectBasePath)\Utilities.cs">
  427. <Link>ProjectBase\Utilities.cs</Link>
  428. <Visible>true</Visible>
  429. </Compile>
  430. <Compile Include="$(ProjectBasePath)\VsCommands.cs">
  431. <Link>ProjectBase\VsCommands.cs</Link>
  432. <Visible>true</Visible>
  433. </Compile>
  434. <Compile Include="$(ProjectBasePath)\VSShellUtilities.cs">
  435. <Link>ProjectBase\VSShellUtilities.cs</Link>
  436. <Visible>true</Visible>
  437. </Compile>
  438. <Compile Include="$(ProjectBasePath)\SelectionListener.cs">
  439. <Link>ProjectBase\SelectionListener.cs</Link>
  440. <Visible>true</Visible>
  441. </Compile>
  442. <Compile Include="$(ProjectBasePath)\ProjectDocumentsListener.cs">
  443. <Link>ProjectBase\ProjectDocumentsListener.cs</Link>
  444. <Visible>true</Visible>
  445. </Compile>
  446. </ItemGroup>
  447. <ItemGroup>
  448. <EmbeddedResource Include="$(ProjectBasePath)\VisualStudio.Project.resx">
  449. <Link>VisualStudio.Package.Project.resx</Link>
  450. <Visible>true</Visible>
  451. <LogicalName>Microsoft.VisualStudio.Project.resources</LogicalName>
  452. </EmbeddedResource>
  453. </ItemGroup>
  454. <ItemGroup>
  455. <EmbeddedResource Include="$(ProjectBasePath)\Resources\imagelis.bmp">
  456. <Link>Resources\imagelis.bmp</Link>
  457. <Visible>true</Visible>
  458. <LogicalName>Microsoft.VisualStudio.Project.Resources.imagelis.bmp</LogicalName>
  459. </EmbeddedResource>
  460. </ItemGroup>
  461. </Project>