Included web.config instead of csproj, so updates to csproj was missing.

This commit is contained in:
Morten@Thinkpad-X220
2012-10-03 12:57:52 -02:00
parent ce1de7d8c8
commit 6326772ec5

View File

@@ -295,6 +295,7 @@
<Compile Include="Mvc\UmbracoPageResult.cs" />
<Compile Include="PropertyEditors\RteMacroRenderingPropertyEditorValueConverter.cs" />
<Compile Include="PublishedMediaStoreResolver.cs" />
<Compile Include="Publishing\PublishingStrategy.cs" />
<Compile Include="RenderFieldCaseType.cs" />
<Compile Include="RenderFieldEncodingType.cs" />
<Compile Include="RouteCollectionExtensions.cs" />
@@ -302,6 +303,8 @@
<Compile Include="Routing\NoTemplateHandler.cs" />
<Compile Include="Mvc\SurfaceControllerResolver.cs" />
<Compile Include="Routing\RenderingEngine.cs" />
<Compile Include="Services\ContentService.cs" />
<Compile Include="Services\IContentService.cs" />
<Compile Include="Templates\TemplateUtilities.cs" />
<Compile Include="umbraco.presentation\Default.aspx.cs">
<SubType>ASPXCodeBehind</SubType>