Add some dummy files to ensure (empty) directories in the test project get created

This commit is contained in:
Sebastiaan Janssen
2012-10-04 15:15:23 -02:00
parent d10c3a960f
commit cf91933791
3 changed files with 5 additions and 2 deletions

View File

@@ -0,0 +1 @@
This file is just here to make sure the directory gets created.

View File

@@ -169,9 +169,10 @@
<Name>Umbraco.Web</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="Masterpages\" />
<Folder Include="Views\" />
<Content Include="Masterpages\dummy.txt" />
<Content Include="Views\dummy.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>

View File

@@ -0,0 +1 @@
This file is just here to make sure the directory gets created.