root/trunk/src/aspnet/OpenRasta.Codecs.WebForms.Tests.Unit/dependencies.targets @ 427

Revision 427, 358 bytes (checked in by serialseb, 7 months ago)

trunk changes pre-RC

Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 
4  <PropertyGroup>
5    <RootPath Condition="'$(RootPath)' == ''">$(MSBuildProjectDirectory)\..\..\..</RootPath>
6    <OpenRasta>2.0</OpenRasta>
7  </PropertyGroup>
8  <Import Project="$(RootPath)\Build\dependencymanager.proj"/>
9</Project>
Note: See TracBrowser for help on using the browser.