PageRenderTime 488ms CodeModel.GetById 31ms RepoModel.GetById 17ms app.codeStats 0ms

/V4/Quickstarts/EventAggregation/Desktop/EventAggregation.Infrastructure/EventAggregation.Infrastructure.Desktop.csproj

#
MSBuild | 104 lines | 97 code | 0 blank | 7 comment | 0 complexity | 9a198b2a4a368534f7aa0d4b1c078586 MD5 | raw file
  1. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{8F3F1393-6AC3-47FA-8D7B-B01EC4511F4A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EventAggregation.Infrastructure</RootNamespace>
  11. <AssemblyName>EventAggregation.Infrastructure</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <FileUpgradeFlags></FileUpgradeFlags>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <UpgradeBackupLocation />
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled><TargetFrameworkProfile>Client</TargetFrameworkProfile>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <CodeAnalysisRules></CodeAnalysisRules>
  42. <RunCodeAnalysis>false</RunCodeAnalysis>
  43. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  53. <RunCodeAnalysis>true</RunCodeAnalysis>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core">
  58. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System.Xml.Linq">
  61. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  62. </Reference>
  63. <Reference Include="System.Data.DataSetExtensions">
  64. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  65. </Reference>
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. <Reference Include="Microsoft.Practices.Prism">
  69. <HintPath>..\..\..\..\Bin\Desktop\Microsoft.Practices.Prism.dll</HintPath>
  70. </Reference>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="FundAddedEvent.cs" />
  74. <Compile Include="FundOrder.cs" />
  75. <Compile Include="GlobalSuppressions.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup />
  79. <ItemGroup>
  80. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  81. <Visible>False</Visible>
  82. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  83. <Install>false</Install>
  84. </BootstrapperPackage>
  85. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  86. <Visible>False</Visible>
  87. <ProductName>.NET Framework 3.5 SP1</ProductName>
  88. <Install>true</Install>
  89. </BootstrapperPackage>
  90. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  91. <Visible>False</Visible>
  92. <ProductName>Windows Installer 3.1</ProductName>
  93. <Install>true</Install>
  94. </BootstrapperPackage>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>