#18432: Fixing import/export for autoroute and adding data handler in setup recipes

Work Item: 18432

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-02-21 16:53:10 -08:00
parent 71831e6837
commit f11371ca91
4 changed files with 7 additions and 4 deletions

View File

@@ -13,6 +13,7 @@
<RootNamespace>Orchard.ImportExport</RootNamespace>
<AssemblyName>Orchard.ImportExport</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<UseIISExpress>false</UseIISExpress>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -48,7 +49,6 @@
<ItemGroup>
<Compile Include="AdminMenu.cs" />
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="RecipeHandlers\DataRecipeHandler.cs" />
<Compile Include="Models\ExportOptions.cs" />
<Compile Include="Permissions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -89,7 +89,9 @@
<ItemGroup>
<Content Include="Views\Admin\Export.cshtml" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Folder Include="RecipeHandlers\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
<ProjectExtensions>