WIP removed autoincrement

This commit is contained in:
Lucio Maranta
2018-09-25 15:27:58 +02:00
parent 830e36acbf
commit 1191750fe6
14 changed files with 189 additions and 164 deletions
+5 -5
View File
@@ -80,9 +80,9 @@
<Compile Include="Controllers\MachinesUsersController.cs" />
<Compile Include="Controllers\UserSoftkeysController.cs" />
<Compile Include="DatabaseContext.cs" />
<Compile Include="Migrations\201809181022557_InitMigration.cs" />
<Compile Include="Migrations\201809181022557_InitMigration.Designer.cs">
<DependentUpon>201809181022557_InitMigration.cs</DependentUpon>
<Compile Include="Migrations\201809251027480_InitMigration.cs" />
<Compile Include="Migrations\201809251027480_InitMigration.Designer.cs">
<DependentUpon>201809251027480_InitMigration.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -118,8 +118,8 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Migrations\201809181022557_InitMigration.resx">
<DependentUpon>201809181022557_InitMigration.cs</DependentUpon>
<EmbeddedResource Include="Migrations\201809251027480_InitMigration.resx">
<DependentUpon>201809251027480_InitMigration.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />