Creating a commandline option to create users

--HG--
branch : dev
This commit is contained in:
Andrew Ma
2010-08-05 16:27:42 -07:00
parent d328ac062d
commit afb8578d17
2 changed files with 65 additions and 0 deletions

View File

@@ -66,6 +66,7 @@
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="Commands\UserCommands.cs" />
<Compile Include="Controllers\AccountController.cs" />
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="DataMigrations\UsersDataMigration.cs" />