Created
June 11, 2012 15:41
-
-
Save trullock/2910732 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<ItemGroup> | |
<ProjectReference Include="src\tests\Cms51.Admin.Tests\Cms51.Admin.Tests.csproj" /> | |
<ProjectReference Include="src\tests\Cms51.Core.Tests\Cms51.Core.Tests.csproj" /> | |
<ProjectReference Include="src\tests\Cms51.Events.Tests\Cms51.Events.Tests.csproj" /> | |
<ProjectReference Include="src\tests\Cms51.General.Tests\Cms51.General.Tests.csproj" /> | |
<ProjectReference Include="src\tests\Cms51.Navigation.Tests\Cms51.Navigation.Tests.csproj" /> | |
<ProjectReference Include="src\tests\Cms51.Navigation.Menus.Tests\Cms51.Navigation.Menus.Tests.csproj" /> | |
<ProjectReference Include="src\tests\Cms51.News.Tests\Cms51.News.Tests.csproj" /> | |
<ProjectReference Include="src\tests\Cms51.Search.Tests\Cms51.Search.Tests.csproj" /> | |
<ProjectReference Include="src\tests\Cms51.Seo.Tests\Cms51.Seo.Tests.csproj" /> | |
<ProjectReference Include="src\tests\Cms51.Social.Tests\Cms51.Social.Tests.csproj" /> | |
<ProjectReference Include="src\projects\Cms51.Upgrader\Cms51.Upgrader.csproj" /> | |
</ItemGroup> | |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment