PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/PrismLibrary/Desktop/Prism/Prism.Desktop.csproj

#
MSBuild | 412 lines | 405 code | 0 blank | 7 comment | 0 complexity | 6069d033c812a3fc08434d186b7312c6 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{77138947-1D13-4E22-AEE0-5D0DD046CA34}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Microsoft.Practices.Prism</RootNamespace>
  12. <AssemblyName>Microsoft.Practices.Prism</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment><FileUpgradeFlags>
  15. </FileUpgradeFlags>
  16. <OldToolsVersion>3.5</OldToolsVersion>
  17. <UpgradeBackupLocation />
  18. <IsWebBootstrapper>false</IsWebBootstrapper>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <RunCodeAnalysis>false</RunCodeAnalysis>
  44. <DocumentationFile>bin\Debug\Microsoft.Practices.Prism.XML</DocumentationFile>
  45. <CodeAnalysisRules>
  46. </CodeAnalysisRules>
  47. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  48. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  49. <NoWarn>0612</NoWarn>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. <RunCodeAnalysis>true</RunCodeAnalysis>
  59. <CodeAnalysisRules>
  60. </CodeAnalysisRules>
  61. <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  62. <DocumentationFile>bin\Release\Microsoft.Practices.Prism.XML</DocumentationFile>
  63. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  64. <NoWarn>0612</NoWarn>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\..\..\LIB\Desktop\CommonServiceLocation\Microsoft.Practices.ServiceLocation.dll</HintPath>
  70. </Reference>
  71. <Reference Include="PresentationCore" />
  72. <Reference Include="PresentationFramework">
  73. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.configuration" />
  77. <Reference Include="System.Core">
  78. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  79. </Reference>
  80. <Reference Include="System.Xaml" />
  81. <Reference Include="System.Xml.Linq">
  82. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  83. </Reference>
  84. <Reference Include="System.Data.DataSetExtensions">
  85. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  86. </Reference>
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Xml" />
  89. <Reference Include="WindowsBase">
  90. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  91. </Reference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Compile Include="..\..\Common\CommonAssemblyInfo.cs">
  95. <Link>CommonAssemblyInfo.cs</Link>
  96. </Compile>
  97. <Compile Include="Bootstrapper.cs">
  98. <SubType>Code</SubType>
  99. </Compile>
  100. <Compile Include="Commands\ButtonBaseClickCommandBehavior.cs">
  101. <SubType>Code</SubType>
  102. </Compile>
  103. <Compile Include="Commands\Click.cs">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="Commands\CommandBehaviorBase.cs">
  107. <SubType>Code</SubType>
  108. </Compile>
  109. <Compile Include="Commands\CompositeCommand.cs">
  110. <SubType>Code</SubType>
  111. </Compile>
  112. <Compile Include="Commands\DelegateCommand.cs">
  113. <SubType>Code</SubType>
  114. </Compile>
  115. <Compile Include="Commands\DelegateCommandBase.cs" />
  116. <Compile Include="Commands\WeakEventHandlerManager.Desktop.cs">
  117. <SubType>Code</SubType>
  118. </Compile>
  119. <Compile Include="Events\BackgroundEventSubscription.cs" />
  120. <Compile Include="Events\CompositePresentationEvent.cs">
  121. <SubType>Code</SubType>
  122. </Compile>
  123. <Compile Include="Events\DataEventArgs.cs" />
  124. <Compile Include="Events\DefaultDispatcher.Desktop.cs">
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="Events\DelegateReference.cs" />
  128. <Compile Include="Events\DispatcherEventSubscription.cs">
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Compile Include="Events\EventAggregator.cs" />
  132. <Compile Include="Events\EventBase.cs" />
  133. <Compile Include="Events\EventSubscription.cs" />
  134. <Compile Include="Events\IDelegateReference.cs" />
  135. <Compile Include="Events\IDispatcherFacade.cs">
  136. <SubType>Code</SubType>
  137. </Compile>
  138. <Compile Include="Events\IEventAggregator.cs" />
  139. <Compile Include="Events\IEventSubscription.cs" />
  140. <Compile Include="Events\SubscriptionToken.cs" />
  141. <Compile Include="Events\ThreadOption.cs">
  142. <SubType>Code</SubType>
  143. </Compile>
  144. <Compile Include="Events\WeakDelegatesManager.cs">
  145. <SubType>Code</SubType>
  146. </Compile>
  147. <Compile Include="GlobalSuppressions.cs" />
  148. <Compile Include="IActiveAware.cs" />
  149. <Compile Include="ListDictionary.cs" />
  150. <Compile Include="Logging\Category.cs" />
  151. <Compile Include="Logging\EmptyLogger.cs">
  152. <SubType>Code</SubType>
  153. </Compile>
  154. <Compile Include="Logging\ILoggerFacade.cs">
  155. <SubType>Code</SubType>
  156. </Compile>
  157. <Compile Include="Logging\Priority.cs" />
  158. <Compile Include="Logging\TextLogger.cs">
  159. <SubType>Code</SubType>
  160. </Compile>
  161. <Compile Include="Logging\TraceLogger.Desktop.cs">
  162. <SubType>Code</SubType>
  163. </Compile>
  164. <Compile Include="Modularity\AssemblyResolver.Desktop.cs" />
  165. <Compile Include="Modularity\ConfigurationStore.Desktop.cs" />
  166. <Compile Include="Modularity\FileModuleTypeLoader.Desktop.cs" />
  167. <Compile Include="Modularity\IAssemblyResolver.Desktop.cs" />
  168. <Compile Include="Modularity\ModularityException.cs" />
  169. <Compile Include="Modularity\ModularityException.Desktop.cs" />
  170. <Compile Include="Modularity\LoadModuleCompletedEventArgs.cs" />
  171. <Compile Include="Modularity\ModuleDownloadProgressChangedEventArgs.cs" />
  172. <Compile Include="Modularity\ModuleInfo.Desktop.cs" />
  173. <Compile Include="Modularity\ModuleNotFoundException.Desktop.cs" />
  174. <Compile Include="Modularity\CyclicDependencyFoundException.cs" />
  175. <Compile Include="Modularity\DuplicateModuleException.Desktop.cs" />
  176. <Compile Include="Modularity\IModule.cs" />
  177. <Compile Include="Modularity\IModuleCatalog.cs" />
  178. <Compile Include="Modularity\IModuleInitializer.cs" />
  179. <Compile Include="Modularity\IModuleManager.cs" />
  180. <Compile Include="Modularity\IModuleTypeLoader.cs">
  181. <SubType>Code</SubType>
  182. </Compile>
  183. <Compile Include="Modularity\ModuleInfoGroupExtensions.cs" />
  184. <Compile Include="Modularity\ModuleManager.cs" />
  185. <Compile Include="Modularity\ModuleAttribute.Desktop.cs" />
  186. <Compile Include="Modularity\ModuleCatalog.cs" />
  187. <Compile Include="Modularity\ModuleConfigurationElement.Desktop.cs" />
  188. <Compile Include="Modularity\ModuleConfigurationElementCollection.Desktop.cs" />
  189. <Compile Include="Modularity\ModuleDependencyAttribute.Desktop.cs" />
  190. <Compile Include="Modularity\ModuleDependencyCollection.Desktop.cs" />
  191. <Compile Include="Modularity\ModuleDependencyConfigurationElement.Desktop.cs" />
  192. <Compile Include="Modularity\ModuleDependencySolver.cs" />
  193. <Compile Include="Modularity\InitializationMode.cs" />
  194. <Compile Include="Modularity\ModuleInfo.cs">
  195. <SubType>Code</SubType>
  196. </Compile>
  197. <Compile Include="Modularity\ModuleInfoGroup.cs" />
  198. <Compile Include="Modularity\ModuleInitializer.cs" />
  199. <Compile Include="Modularity\ModuleManager.Desktop.cs" />
  200. <Compile Include="Modularity\ModuleNotFoundException.cs" />
  201. <Compile Include="Modularity\ModuleTypeLoadingException.cs" />
  202. <Compile Include="Modularity\ModulesConfigurationSection.Desktop.cs" />
  203. <Compile Include="Modularity\ModuleState.cs" />
  204. <Compile Include="Modularity\CyclicDependencyFoundException.Desktop.cs" />
  205. <Compile Include="ObservableObject.cs">
  206. <SubType>Code</SubType>
  207. </Compile>
  208. <Compile Include="Properties\AssemblyInfo.cs" />
  209. <Compile Include="Properties\Resources.Designer.cs">
  210. <AutoGen>True</AutoGen>
  211. <DesignTime>True</DesignTime>
  212. <DependentUpon>Resources.resx</DependentUpon>
  213. </Compile>
  214. <Compile Include="Regions\AllActiveRegion.cs">
  215. <SubType>Code</SubType>
  216. </Compile>
  217. <Compile Include="Regions\Behaviors\AutoPopulateRegionBehavior.cs">
  218. <SubType>Code</SubType>
  219. </Compile>
  220. <Compile Include="Regions\Behaviors\BindRegionContextToDependencyObjectBehavior.cs">
  221. <SubType>Code</SubType>
  222. </Compile>
  223. <Compile Include="Regions\Behaviors\ClearChildViewsRegionBehavior.cs" />
  224. <Compile Include="Regions\Behaviors\DelayedRegionCreationBehavior.cs">
  225. <SubType>Code</SubType>
  226. </Compile>
  227. <Compile Include="Regions\Behaviors\IHostAwareRegionBehavior.cs">
  228. <SubType>Code</SubType>
  229. </Compile>
  230. <Compile Include="Regions\Behaviors\RegionActiveAwareBehavior.cs">
  231. <SubType>Code</SubType>
  232. </Compile>
  233. <Compile Include="Regions\Behaviors\RegionCreationException.cs">
  234. <SubType>Code</SubType>
  235. </Compile>
  236. <Compile Include="Regions\Behaviors\RegionCreationException.Desktop.cs">
  237. <SubType>Code</SubType>
  238. </Compile>
  239. <Compile Include="Regions\Behaviors\RegionMemberLifetimeBehavior.cs" />
  240. <Compile Include="Regions\Behaviors\RegionManagerRegistrationBehavior.cs">
  241. <SubType>Code</SubType>
  242. </Compile>
  243. <Compile Include="Regions\Behaviors\SelectorItemsSourceSyncBehavior.cs">
  244. <SubType>Code</SubType>
  245. </Compile>
  246. <Compile Include="Regions\Behaviors\SyncRegionContextWithHostBehavior.cs">
  247. <SubType>Code</SubType>
  248. </Compile>
  249. <Compile Include="Regions\ContentControlRegionAdapter.cs">
  250. <SubType>Code</SubType>
  251. </Compile>
  252. <Compile Include="Regions\DefaultRegionManagerAccessor.cs">
  253. <SubType>Code</SubType>
  254. </Compile>
  255. <Compile Include="Regions\INavigateAsync.cs" />
  256. <Compile Include="Regions\INavigationAware.cs" />
  257. <Compile Include="Regions\IRegionMemberLifetime.cs" />
  258. <Compile Include="Regions\IRegionNavigationContentLoader.cs" />
  259. <Compile Include="Regions\IRegionBehaviorFactory.cs">
  260. <SubType>Code</SubType>
  261. </Compile>
  262. <Compile Include="Regions\IRegionManagerAccessor.cs">
  263. <SubType>Code</SubType>
  264. </Compile>
  265. <Compile Include="Regions\IRegionNavigationJournal.cs" />
  266. <Compile Include="Regions\IRegionNavigationJournalEntry.cs" />
  267. <Compile Include="Regions\IRegionNavigationService.cs" />
  268. <Compile Include="Regions\ItemMetadata.cs">
  269. <SubType>Code</SubType>
  270. </Compile>
  271. <Compile Include="Regions\ItemsControlRegionAdapter.cs">
  272. <SubType>Code</SubType>
  273. </Compile>
  274. <Compile Include="Regions\IConfirmNavigationRequest.cs" />
  275. <Compile Include="Regions\NavigationAsyncExtensions.cs" />
  276. <Compile Include="Regions\RegionMemberLifetimeAttribute.cs" />
  277. <Compile Include="Regions\RegionNavigationContentLoader.cs" />
  278. <Compile Include="Regions\NavigationContext.cs" />
  279. <Compile Include="Regions\NavigationResult.cs" />
  280. <Compile Include="Regions\Region.cs">
  281. <SubType>Code</SubType>
  282. </Compile>
  283. <Compile Include="Regions\RegionAdapterBase.cs">
  284. <SubType>Code</SubType>
  285. </Compile>
  286. <Compile Include="Regions\RegionAdapterMappings.cs">
  287. <SubType>Code</SubType>
  288. </Compile>
  289. <Compile Include="Regions\RegionBehavior.cs">
  290. <SubType>Code</SubType>
  291. </Compile>
  292. <Compile Include="Regions\RegionBehaviorCollection.cs">
  293. <SubType>Code</SubType>
  294. </Compile>
  295. <Compile Include="Regions\RegionBehaviorFactory.cs">
  296. <SubType>Code</SubType>
  297. </Compile>
  298. <Compile Include="Regions\RegionContext.cs">
  299. <SubType>Code</SubType>
  300. </Compile>
  301. <Compile Include="Regions\RegionManager.cs">
  302. <SubType>Code</SubType>
  303. </Compile>
  304. <Compile Include="Regions\RegionNavigationEventArgs.cs" />
  305. <Compile Include="Regions\RegionNavigationFailedEventArgs.cs" />
  306. <Compile Include="Regions\RegionNavigationJournal.cs" />
  307. <Compile Include="Regions\RegionNavigationJournalEntry.cs" />
  308. <Compile Include="Regions\RegionViewRegistry.cs">
  309. <SubType>Code</SubType>
  310. </Compile>
  311. <Compile Include="Regions\SelectorRegionAdapter.cs">
  312. <SubType>Code</SubType>
  313. </Compile>
  314. <Compile Include="Regions\SingleActiveRegion.cs">
  315. <SubType>Code</SubType>
  316. </Compile>
  317. <Compile Include="Regions\SyncActiveStateAttribute.cs" />
  318. <Compile Include="Regions\UpdateRegionsException.cs">
  319. <SubType>Code</SubType>
  320. </Compile>
  321. <Compile Include="Regions\UpdateRegionsException.Desktop.cs">
  322. <SubType>Code</SubType>
  323. </Compile>
  324. <Compile Include="Regions\ViewRegisteredEventArgs.cs" />
  325. <Compile Include="Regions\IRegion.cs" />
  326. <Compile Include="Regions\IRegionAdapter.cs" />
  327. <Compile Include="Regions\IRegionBehavior.cs">
  328. <SubType>Code</SubType>
  329. </Compile>
  330. <Compile Include="Regions\IRegionBehaviorCollection.cs" />
  331. <Compile Include="Regions\IRegionViewRegistry.cs" />
  332. <Compile Include="Regions\IRegionManager.cs" />
  333. <Compile Include="Regions\IViewsCollection.cs" />
  334. <Compile Include="Regions\RegionManagerExtensions.cs" />
  335. <Compile Include="Regions\ViewRegistrationException.cs">
  336. <SubType>Code</SubType>
  337. </Compile>
  338. <Compile Include="Regions\ViewRegistrationException.Desktop.cs">
  339. <SubType>Code</SubType>
  340. </Compile>
  341. <Compile Include="Regions\ViewsCollection.cs">
  342. <SubType>Code</SubType>
  343. </Compile>
  344. <Compile Include="Regions\ViewsCollection.Desktop.cs">
  345. <SubType>Code</SubType>
  346. </Compile>
  347. <Compile Include="Regions\ViewSortHintAttribute.cs" />
  348. <Compile Include="ServiceLocatorExtensions.cs" />
  349. <Compile Include="ViewModel\ErrorsContainer.cs" />
  350. <Compile Include="UriParsingHelper.cs" />
  351. <Compile Include="UriQuery.cs" />
  352. <Compile Include="ViewModel\NotificationObject.cs" />
  353. <Compile Include="ViewModel\PropertySupport.cs" />
  354. </ItemGroup>
  355. <ItemGroup>
  356. <EmbeddedResource Include="Properties\Resources.resx">
  357. <Generator>ResXFileCodeGenerator</Generator>
  358. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  359. <SubType>Designer</SubType>
  360. </EmbeddedResource>
  361. </ItemGroup>
  362. <ItemGroup>
  363. <Compile Include="CollectionExtensions.cs" />
  364. <Compile Include="ExceptionExtensions.cs" />
  365. <Compile Include="Modularity\ConfigurationModuleCatalog.Desktop.cs" />
  366. <Compile Include="Modularity\DirectoryModuleCatalog.Desktop.cs" />
  367. <Compile Include="Modularity\DuplicateModuleException.cs">
  368. <SubType>Code</SubType>
  369. </Compile>
  370. <Compile Include="Modularity\IConfigurationStore.Desktop.cs" />
  371. <Compile Include="Modularity\IModuleCatalogItem.cs" />
  372. <Compile Include="Modularity\ModuleInitializeException.cs" />
  373. <Compile Include="Modularity\ModuleInitializeException.Desktop.cs" />
  374. <Compile Include="Modularity\ModuleTypeLoadingException.Desktop.cs" />
  375. <Compile Include="Modularity\ModuleTypeLoaderNotFoundException.cs" />
  376. <Compile Include="Modularity\ModuleTypeLoaderNotFoundException.Desktop.cs" />
  377. <Compile Include="Regions\IRegionCollection.cs" />
  378. </ItemGroup>
  379. <ItemGroup>
  380. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  381. <Visible>False</Visible>
  382. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  383. <Install>false</Install>
  384. </BootstrapperPackage>
  385. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  386. <Visible>False</Visible>
  387. <ProductName>.NET Framework 3.5 SP1</ProductName>
  388. <Install>true</Install>
  389. </BootstrapperPackage>
  390. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  391. <Visible>False</Visible>
  392. <ProductName>Windows Installer 3.1</ProductName>
  393. <Install>true</Install>
  394. </BootstrapperPackage>
  395. </ItemGroup>
  396. <ItemGroup>
  397. <Compile Include="Regions\RegionNavigationService.cs" />
  398. </ItemGroup>
  399. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  400. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  401. Other similar extension points exist, see Microsoft.Common.targets.
  402. <Target Name="BeforeBuild">
  403. </Target>
  404. <Target Name="AfterBuild">
  405. </Target>
  406. -->
  407. <ProjectExtensions>
  408. <VisualStudio>
  409. <UserProperties ProjectLinkerExcludeFilter="\\wpf;\\silverlight;\.wpf;\.silverlight;\.xaml" />
  410. </VisualStudio>
  411. </ProjectExtensions>
  412. </Project>