PageRenderTime 38ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/EventAggregation/Desktop/ModuleA.Tests/ModuleA.Tests.Desktop.csproj

#
MSBuild | 115 lines | 108 code | 0 blank | 7 comment | 0 complexity | f5398f64a10c70df5f81bbe0f2f0b1d8 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>{30F108DB-9679-43E6-9026-61A03D0CC6ED}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ModuleA.Tests</RootNamespace>
  11. <AssemblyName>ModuleA.Tests</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <FileUpgradeFlags></FileUpgradeFlags>
  16. <OldToolsVersion>3.5</OldToolsVersion>
  17. <UpgradeBackupLocation />
  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. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled></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. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  51. <RunCodeAnalysis>false</RunCodeAnalysis>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\..\..\..\LIB\Desktop\Unity\Microsoft.Practices.Unity.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  59. <Reference Include="System" />
  60. <Reference Include="System.Core">
  61. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  62. </Reference>
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="Microsoft.Practices.Prism">
  66. <HintPath>..\..\..\..\Bin\Desktop\Microsoft.Practices.Prism.dll</HintPath>
  67. </Reference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Mocks\MockEventAggregator.cs" />
  71. <Compile Include="Mocks\MockFundAddedEvent.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="AddFundPresenterFixture.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\EventAggregation.Infrastructure\EventAggregation.Infrastructure.Desktop.csproj">
  77. <Project>{8F3F1393-6AC3-47FA-8D7B-B01EC4511F4A}</Project>
  78. <Name>EventAggregation.Infrastructure.Desktop</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\ModuleA\ModuleA.Desktop.csproj">
  81. <Project>{46B1C8F8-BA08-492F-BE1A-8B321357D13D}</Project>
  82. <Name>ModuleA.Desktop</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  87. <Visible>False</Visible>
  88. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  89. <Install>true</Install>
  90. </BootstrapperPackage>
  91. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  92. <Visible>False</Visible>
  93. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  94. <Install>false</Install>
  95. </BootstrapperPackage>
  96. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  97. <Visible>False</Visible>
  98. <ProductName>.NET Framework 3.5 SP1</ProductName>
  99. <Install>false</Install>
  100. </BootstrapperPackage>
  101. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  102. <Visible>False</Visible>
  103. <ProductName>Windows Installer 3.1</ProductName>
  104. <Install>true</Install>
  105. </BootstrapperPackage>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>