/V1/trunk/Source/QuickStarts/UIComposition/UIComposition.Infrastructure.Tests/UIComposition.Infrastructure.Tests.csproj

# · MSBuild · 68 lines · 61 code · 0 blank · 7 comment · 4 complexity · 879e1917246369708a13d7d4e71f981c 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>{443C74C8-A5C7-4D09-912D-67D546C0E651}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>UIComposition.Infrastructure.Tests</RootNamespace>
  11. <AssemblyName>UIComposition.Infrastructure.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.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  34. <Reference Include="PresentationCore">
  35. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  36. </Reference>
  37. <Reference Include="PresentationFramework">
  38. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core">
  42. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  43. </Reference>
  44. <Reference Include="System.Data.Linq">
  45. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  46. </Reference>
  47. <Reference Include="WindowsBase">
  48. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  49. </Reference>
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Properties\AssemblyInfo.cs" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ProjectReference Include="..\UIComposition.Infrastructure\UIComposition.Infrastructure.csproj">
  56. <Project>{4511B435-FF23-484C-B5FE-9C4057F380C0}</Project>
  57. <Name>UIComposition.Infrastructure</Name>
  58. </ProjectReference>
  59. </ItemGroup>
  60. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  61. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  62. Other similar extension points exist, see Microsoft.Common.targets.
  63. <Target Name="BeforeBuild">
  64. </Target>
  65. <Target Name="AfterBuild">
  66. </Target>
  67. -->
  68. </Project>