Added some initiating data for working further in this projekt
This commit is contained in:
@ -56,6 +56,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Author.cs" />
|
||||
<Compile Include="Category.cs" />
|
||||
<Compile Include="Course.cs" />
|
||||
<Compile Include="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
@ -67,6 +68,18 @@
|
||||
<Compile Include="Migrations\201911090857223_InitialModel.Designer.cs">
|
||||
<DependentUpon>201911090857223_InitialModel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201911122151493_AddCategoriesTable.cs" />
|
||||
<Compile Include="Migrations\201911122151493_AddCategoriesTable.Designer.cs">
|
||||
<DependentUpon>201911122151493_AddCategoriesTable.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201911122154224_AddCategoriesTable1.cs" />
|
||||
<Compile Include="Migrations\201911122154224_AddCategoriesTable1.Designer.cs">
|
||||
<DependentUpon>201911122154224_AddCategoriesTable1.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201911122203311_AddCategoryColumnToCoursesTable.cs" />
|
||||
<Compile Include="Migrations\201911122203311_AddCategoryColumnToCoursesTable.Designer.cs">
|
||||
<DependentUpon>201911122203311_AddCategoryColumnToCoursesTable.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="PlutoContext.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
@ -75,6 +88,15 @@
|
||||
<EmbeddedResource Include="Migrations\201911090857223_InitialModel.resx">
|
||||
<DependentUpon>201911090857223_InitialModel.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201911122151493_AddCategoriesTable.resx">
|
||||
<DependentUpon>201911122151493_AddCategoriesTable.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201911122154224_AddCategoriesTable1.resx">
|
||||
<DependentUpon>201911122154224_AddCategoriesTable1.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201911122203311_AddCategoryColumnToCoursesTable.resx">
|
||||
<DependentUpon>201911122203311_AddCategoryColumnToCoursesTable.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
|
||||
Reference in New Issue
Block a user