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