Added favorite softkey API
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Controllers\FavoriteUserSoftkeysController.cs" />
|
||||
<Compile Include="Controllers\FunctionsAccessController.cs" />
|
||||
<Compile Include="Controllers\MachinesController.cs" />
|
||||
<Compile Include="Controllers\MaintenancesController.cs" />
|
||||
@@ -77,9 +78,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\201807120908403_InitMigration.cs" />
|
||||
<Compile Include="Migrations\201807120908403_InitMigration.Designer.cs">
|
||||
<DependentUpon>201807120908403_InitMigration.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
@@ -115,8 +116,8 @@
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Migrations\201806220920193_InitMigration.resx">
|
||||
<DependentUpon>201806220920193_InitMigration.cs</DependentUpon>
|
||||
<EmbeddedResource Include="Migrations\201807120908403_InitMigration.resx">
|
||||
<DependentUpon>201807120908403_InitMigration.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
|
||||
Reference in New Issue
Block a user