PageRenderTime 53ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

/SelfRenderedControl.Tests/SelfRenderedControl.Tests.csproj

https://bitbucket.org/alex_razv/selfrenderedcontrol
MSBuild | 79 lines | 72 code | 0 blank | 7 comment | 0 complexity | 32780575a408cde1ea892c7101f14cc7 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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{30BA7496-1CC4-423C-A410-D58F2F236673}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SelfRenderedControl.Tests</RootNamespace>
  12. <AssemblyName>SelfRenderedControl.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="FluentAssertions">
  37. <HintPath>..\packages\FluentAssertions.1.5.0.0\Lib\.NetFramework 4.0\FluentAssertions.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Moq">
  40. <HintPath>..\packages\Moq.4.0.10827\lib\NET40\Moq.dll</HintPath>
  41. </Reference>
  42. <Reference Include="nunit.framework">
  43. <HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Web" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="..\SolutionInfo.cs">
  51. <Link>Properties\SolutionInfo.cs</Link>
  52. </Compile>
  53. <Compile Include="ControlTypePathMapperTest.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. <Compile Include="UserControlExtensionTest.cs" />
  56. <Compile Include="UserControlStub.cs">
  57. <SubType>ASPXCodeBehind</SubType>
  58. </Compile>
  59. <Compile Include="Utilities\Empty.cs" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <None Include="packages.config" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ProjectReference Include="..\SelfRenderedControl\SelfRenderedControl.csproj">
  66. <Project>{40DC21A3-0B38-4304-8B42-A62AC8168641}</Project>
  67. <Name>SelfRenderedControl</Name>
  68. </ProjectReference>
  69. </ItemGroup>
  70. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  71. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  72. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  73. Other similar extension points exist, see Microsoft.Common.targets.
  74. <Target Name="BeforeBuild">
  75. </Target>
  76. <Target Name="AfterBuild">
  77. </Target>
  78. -->
  79. </Project>