Several changes before queryDatabase project
This commit is contained in:
@ -56,7 +56,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Author.cs" />
|
||||
<Compile Include="Category.cs" />
|
||||
<Compile Include="Course.cs" />
|
||||
<Compile Include="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
@ -80,6 +79,30 @@
|
||||
<Compile Include="Migrations\201911122203311_AddCategoryColumnToCoursesTable.Designer.cs">
|
||||
<DependentUpon>201911122203311_AddCategoryColumnToCoursesTable.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201911122214252_AddDatePublishedColumnToCoursesTable.cs" />
|
||||
<Compile Include="Migrations\201911122214252_AddDatePublishedColumnToCoursesTable.Designer.cs">
|
||||
<DependentUpon>201911122214252_AddDatePublishedColumnToCoursesTable.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201911122218222_RenameTitleColumnToNameInCoursesTable.cs" />
|
||||
<Compile Include="Migrations\201911122218222_RenameTitleColumnToNameInCoursesTable.Designer.cs">
|
||||
<DependentUpon>201911122218222_RenameTitleColumnToNameInCoursesTable.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201911122233106_DeleteDatePublishedColumnInCoursesTable.cs" />
|
||||
<Compile Include="Migrations\201911122233106_DeleteDatePublishedColumnInCoursesTable.Designer.cs">
|
||||
<DependentUpon>201911122233106_DeleteDatePublishedColumnInCoursesTable.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201911122236570_DeleteCategoryColumnFromCoursesTable.cs" />
|
||||
<Compile Include="Migrations\201911122236570_DeleteCategoryColumnFromCoursesTable.Designer.cs">
|
||||
<DependentUpon>201911122236570_DeleteCategoryColumnFromCoursesTable.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201911122240554_DeleteCategoriesTable.cs" />
|
||||
<Compile Include="Migrations\201911122240554_DeleteCategoriesTable.Designer.cs">
|
||||
<DependentUpon>201911122240554_DeleteCategoriesTable.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201911131933044_PopulateCategoriesTable.cs" />
|
||||
<Compile Include="Migrations\201911131933044_PopulateCategoriesTable.Designer.cs">
|
||||
<DependentUpon>201911131933044_PopulateCategoriesTable.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="PlutoContext.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
@ -97,6 +120,24 @@
|
||||
<EmbeddedResource Include="Migrations\201911122203311_AddCategoryColumnToCoursesTable.resx">
|
||||
<DependentUpon>201911122203311_AddCategoryColumnToCoursesTable.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201911122214252_AddDatePublishedColumnToCoursesTable.resx">
|
||||
<DependentUpon>201911122214252_AddDatePublishedColumnToCoursesTable.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201911122218222_RenameTitleColumnToNameInCoursesTable.resx">
|
||||
<DependentUpon>201911122218222_RenameTitleColumnToNameInCoursesTable.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201911122233106_DeleteDatePublishedColumnInCoursesTable.resx">
|
||||
<DependentUpon>201911122233106_DeleteDatePublishedColumnInCoursesTable.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201911122236570_DeleteCategoryColumnFromCoursesTable.resx">
|
||||
<DependentUpon>201911122236570_DeleteCategoryColumnFromCoursesTable.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201911122240554_DeleteCategoriesTable.resx">
|
||||
<DependentUpon>201911122240554_DeleteCategoriesTable.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201911131933044_PopulateCategoriesTable.resx">
|
||||
<DependentUpon>201911131933044_PopulateCategoriesTable.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
|
||||
Reference in New Issue
Block a user