Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/aspnetwebstack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Web.Mvc/System.Web.Mvc.csproj')
-rw-r--r--src/System.Web.Mvc/System.Web.Mvc.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/System.Web.Mvc/System.Web.Mvc.csproj b/src/System.Web.Mvc/System.Web.Mvc.csproj
index eb19b321..7b8cb5c0 100644
--- a/src/System.Web.Mvc/System.Web.Mvc.csproj
+++ b/src/System.Web.Mvc/System.Web.Mvc.csproj
@@ -67,6 +67,9 @@
<Compile Include="..\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
+ <Compile Include="..\Common\PrefixContainer.cs">
+ <Link>Common\PrefixContainer.cs</Link>
+ </Compile>
<Compile Include="..\Common\TaskHelpers.cs">
<Link>Common\TaskHelpers.cs</Link>
</Compile>
@@ -229,7 +232,7 @@
<Compile Include="ValueProviderFactory.cs" />
<Compile Include="ValueProviderFactoryCollection.cs" />
<Compile Include="ValueProviderCollection.cs" />
- <Compile Include="DictionaryValueProvider`1.cs" />
+ <Compile Include="DictionaryValueProvider.cs" />
<Compile Include="NameValueCollectionValueProvider.cs" />
<Compile Include="ValueProviderUtil.cs" />
<Compile Include="IValueProvider.cs" />