Removing empty folder

This commit is contained in:
Sebastien Ros
2015-08-26 14:38:33 -07:00
parent dcc7783f12
commit e6424e2589

View File

@@ -25,6 +25,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<TargetFrameworkProfile />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -106,9 +107,7 @@
<ItemGroup>
<Content Include="Views\Admin\Export.cshtml" />
</ItemGroup>
<ItemGroup>
<Folder Include="RecipeHandlers\" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="Views\Admin\ImportResult.cshtml" />
</ItemGroup>