* fortune.csproj: Remove a version spec on Mvc

* Index.aspx: more style references :-)

* LocalizedText.resx:
* LocalizedText.fr.resx:
* LocalizedText.Designer.cs: Accueil

* LoginModel.cs: Enlarge my password
This commit is contained in:
Paul Schneider 2015-06-02 02:26:22 +02:00
commit 251b81f848
6 changed files with 105 additions and 102 deletions

View file

@ -33,7 +33,7 @@
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Reference Include="System.Web.Mvc" />
</ItemGroup>
<ItemGroup>
<Compile Include="MyClass.cs" />