PageRenderTime 48ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/V1/trunk/Source/QuickStarts/UIComposition/UIComposition.Modules.Project.Tests/UIComposition.Modules.Project.Tests.csproj

#
MSBuild | 91 lines | 84 code | 0 blank | 7 comment | 0 complexity | bd5bf7c1d86832c8add476b66d9fc0da MD5 | raw file
  1. <Project ToolsVersion="3.5" 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.21022</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{4C7FC8CC-1E27-4500-9D05-71049EA1A3B9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UIComposition.Modules.Project.Tests</RootNamespace>
  11. <AssemblyName>UIComposition.Modules.Project.Tests</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids></PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Microsoft.Practices.ObjectBuilder2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\..\..\Lib\Unity\Microsoft.Practices.ObjectBuilder2.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Microsoft.Practices.Unity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\..\..\Lib\Unity\Microsoft.Practices.Unity.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  42. <Reference Include="PresentationCore">
  43. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  44. </Reference>
  45. <Reference Include="PresentationFramework">
  46. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.XML" />
  54. <Reference Include="WindowsBase">
  55. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  56. </Reference>
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Mocks\MockProjectService.cs" />
  60. <Compile Include="Mocks\MockProjectsListView.cs" />
  61. <Compile Include="Mocks\MockRegion.cs" />
  62. <Compile Include="Mocks\MockRegionManager.cs" />
  63. <Compile Include="Mocks\MockUnityContainer.cs" />
  64. <Compile Include="ProjectModuleFixture.cs" />
  65. <Compile Include="Views\ProjectsListView\ProjectsListPresenterFixture.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="Services\ProjectServiceFixture.cs" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <ProjectReference Include="..\..\..\CAL\Composite\Composite.csproj">
  71. <Project>{77138947-1D13-4E22-AEE0-5D0DD046CA34}</Project>
  72. <Name>Composite</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\UIComposition.Infrastructure\UIComposition.Infrastructure.csproj">
  75. <Project>{4511B435-FF23-484C-B5FE-9C4057F380C0}</Project>
  76. <Name>UIComposition.Infrastructure</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\UIComposition.Modules.Project\UIComposition.Modules.Project.csproj">
  79. <Project>{A7DC4C1C-BFE1-4820-A821-1B7E37E3E0D0}</Project>
  80. <Name>UIComposition.Modules.Project</Name>
  81. </ProjectReference>
  82. </ItemGroup>
  83. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  84. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  85. Other similar extension points exist, see Microsoft.Common.targets.
  86. <Target Name="BeforeBuild">
  87. </Target>
  88. <Target Name="AfterBuild">
  89. </Target>
  90. -->
  91. </Project>