Models and migration

This commit is contained in:
Lucio Maranta
2018-06-25 17:18:10 +02:00
parent a791886cea
commit 76e1b695f7
13 changed files with 455 additions and 132 deletions
+5 -5
View File
@@ -77,9 +77,9 @@
<Compile Include="Controllers\UsersController.cs" />
<Compile Include="Controllers\MachinesUsersController.cs" />
<Compile Include="DatabaseContext.cs" />
<Compile Include="Migrations\201806220920193_InitMigration.cs" />
<Compile Include="Migrations\201806220920193_InitMigration.Designer.cs">
<DependentUpon>201806220920193_InitMigration.cs</DependentUpon>
<Compile Include="Migrations\201806251505054_InitMigration.cs" />
<Compile Include="Migrations\201806251505054_InitMigration.Designer.cs">
<DependentUpon>201806251505054_InitMigration.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -115,8 +115,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201806220920193_InitMigration.resx">
<DependentUpon>201806220920193_InitMigration.cs</DependentUpon>
<EmbeddedResource Include="Migrations\201806251505054_InitMigration.resx">
<DependentUpon>201806251505054_InitMigration.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />