root/trunk/src/sharpview/OpenRasta.Codecs.SharpView.Tests.Unit/dependencies.targets @ 427

Revision 427, 354 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  <PropertyGroup>
4    <RootPath Condition="'$(RootPath)' == ''">$(MSBuildProjectDirectory)\..\..\..</RootPath>
5    <OpenRasta>2.0</OpenRasta>
6  </PropertyGroup>
7  <Import Project="$(RootPath)\Build\dependencymanager.proj"/>
8</Project>
Note: See TracBrowser for help on using the browser.