-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBetaCinemas.csproj
44 lines (38 loc) · 1.99 KB
/
BetaCinemas.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>aspnet-BetaCinemas-CC2DF39F-BB7F-47FC-AC84-857ED774AB84</UserSecretsId>
<CopyRefAssembliesToPublishDirectory>false</CopyRefAssembliesToPublishDirectory>
</PropertyGroup>
<ItemGroup>
<Content Remove="wwwroot\images\logo-beta-cinemas.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="wwwroot\images\logo-beta-cinemas.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.6" />
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.2.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Areas\Administrator\Data\" />
<Folder Include="Areas\Administrator\Models\" />
<Folder Include="wwwroot\css\" />
<Folder Include="wwwroot\js\" />
<Folder Include="wwwroot\lib\bootstrap\" />
<Folder Include="wwwroot\lib\bootstrap\dist\css\" />
<Folder Include="wwwroot\lib\bootstrap\dist\js\" />
<Folder Include="wwwroot\lib\jquery-validation-unobtrusive\" />
<Folder Include="wwwroot\lib\jquery-validation\" />
<Folder Include="wwwroot\lib\jquery-validation\dist\" />
<Folder Include="wwwroot\lib\jquery\" />
<Folder Include="wwwroot\lib\jquery\dist\" />
</ItemGroup>
</Project>