Added fields to maintenances model and config
This commit is contained in:
@@ -77,9 +77,9 @@
|
||||
<Compile Include="Controllers\UsersController.cs" />
|
||||
<Compile Include="Controllers\MachinesUsersController.cs" />
|
||||
<Compile Include="DatabaseContext.cs" />
|
||||
<Compile Include="Migrations\201802151533324_InitMigration.cs" />
|
||||
<Compile Include="Migrations\201802151533324_InitMigration.Designer.cs">
|
||||
<DependentUpon>201802151533324_InitMigration.cs</DependentUpon>
|
||||
<Compile Include="Migrations\201806051413536_InitMigration.cs" />
|
||||
<Compile Include="Migrations\201806051413536_InitMigration.Designer.cs">
|
||||
<DependentUpon>201806051413536_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\201802151533324_InitMigration.resx">
|
||||
<DependentUpon>201802151533324_InitMigration.cs</DependentUpon>
|
||||
<EmbeddedResource Include="Migrations\201806051413536_InitMigration.resx">
|
||||
<DependentUpon>201806051413536_InitMigration.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
||||
Reference in New Issue
Block a user