-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeautySalonBookingSystem.csproj
39 lines (39 loc) · 1.88 KB
/
BeautySalonBookingSystem.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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>805a4e0e-8523-4a8b-9689-908058a6c431</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>.</DockerfileContext>
</PropertyGroup>
<ItemGroup>
<Content Include="**/*.dothtml;**/*.dotmaster;**/*.dotcontrol" Exclude="obj/**/*.*;bin/**/*.*" CopyToPublishDirectory="Always" />
<None Remove="**/*.dothtml;**/*.dotmaster;**/*.dotcontrol" />
</ItemGroup>
<ItemGroup>
<None Remove="dotvvm_serialized_config.json.tmp" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\js\calendar.js" />
<None Include="wwwroot\js\customers.js" />
<None Include="wwwroot\lib\DataTables\datatables.min.js" />
<None Include="wwwroot\lib\fullcalendar%406.1.11\index.global.min.js" />
<None Include="wwwroot\lib\fullcalendar%406.1.11\locales\el.global.min.js" />
<None Include="wwwroot\lib\jquery-3.7.1.min.js" />
<None Include="wwwroot\lib\jquery\jquery.js" />
<None Include="wwwroot\lib\jquery\jquery.min.js" />
<None Include="wwwroot\lib\jquery\jquery.min.map" />
<None Include="wwwroot\lib\jquery\jquery.slim.js" />
<None Include="wwwroot\lib\jquery\jquery.slim.min.js" />
<None Include="wwwroot\lib\jquery\jquery.slim.min.map" />
<None Include="wwwroot\lib\moment.js" />
<None Include="wwwroot\Resources\Images\logo.webp" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="Coravel" Version="5.0.4" />
<PackageReference Include="DotVVM.AspNetCore" Version="4.2.0" />
<PackageReference Include="DotVVM.HotReload.AspNetCore" Version="4.2.0" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />
<PackageReference Include="MongoDB.Driver" Version="2.25.0" />
</ItemGroup>
</Project>