Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
##
## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore

## Ignore vs files
.vs/

# Build results
[Dd]ebug/
[Dd]ebugPublic/
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed .vs/CCMovieDatabase/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file not shown.
1,021 changes: 0 additions & 1,021 deletions .vs/CCMovieDatabase/config/applicationhost.config

This file was deleted.

Binary file removed .vs/CCMovieDatabase/v17/.futdcache.v2
Binary file not shown.
Binary file removed .vs/CCMovieDatabase/v17/.suo
Binary file not shown.
144 changes: 0 additions & 144 deletions .vs/CCMovieDatabase/v17/DocumentLayout.backup.json

This file was deleted.

144 changes: 0 additions & 144 deletions .vs/CCMovieDatabase/v17/DocumentLayout.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions CCMovieDatabase/CCMovieDatabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,13 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
</ItemGroup>

</Project>
11 changes: 11 additions & 0 deletions CCMovieDatabase/CCMovieDatabase.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,16 @@
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActiveDebugProfile>https</ActiveDebugProfile>
<_SelectedScaffolderID>MvcControllerWithContextScaffolder</_SelectedScaffolderID>
<_SelectedScaffolderCategoryPath>root/Common</_SelectedScaffolderCategoryPath>
<WebStackScaffolding_ControllerDialogWidth>650</WebStackScaffolding_ControllerDialogWidth>
<WebStackScaffolding_DbContextDialogWidth>650</WebStackScaffolding_DbContextDialogWidth>
<WebStackScaffolding_IsLayoutPageSelected>True</WebStackScaffolding_IsLayoutPageSelected>
<WebStackScaffolding_IsPartialViewSelected>False</WebStackScaffolding_IsPartialViewSelected>
<WebStackScaffolding_IsReferencingScriptLibrariesSelected>True</WebStackScaffolding_IsReferencingScriptLibrariesSelected>
<WebStackScaffolding_LayoutPageFile />
<WebStackScaffolding_DbContextTypeFullName>CCMovieDatabase.Data.MovieContext</WebStackScaffolding_DbContextTypeFullName>
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
<WebStackScaffolding_IsViewGenerationSelected>True</WebStackScaffolding_IsViewGenerationSelected>
</PropertyGroup>
</Project>
Loading