Add Masterpages and Views folder in the unit tests to project so almost 250 more tests will run properly

This commit is contained in:
Sebastiaan Janssen
2012-10-04 15:03:40 -02:00
parent c66d70fbd8
commit 4d6d89dbe7

View File

@@ -169,7 +169,10 @@
<Name>Umbraco.Web</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="Masterpages\" />
<Folder Include="Views\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy "$(ProjectDir)"..\..\lib\SQLCE4\amd64\*.* "$(TargetDir)amd64\" /Y /F /E /D