-
Notifications
You must be signed in to change notification settings - Fork 6
/
PrjFunNowWeb.csproj
56 lines (47 loc) · 2.2 KB
/
PrjFunNowWeb.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
45
46
47
48
49
50
51
52
53
54
55
56
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="wwwroot\image\hotel_test_01.png" />
<_ContentIncludedByDefault Remove="wwwroot\image\hotel_test_021.png" />
<_ContentIncludedByDefault Remove="wwwroot\image\louieee_img\default-picture.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="efpt.config.json.user" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AspNetCore.ReCaptcha" Version="1.8.1" />
<PackageReference Include="DotNetEnv" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.QuickGrid.EntityFrameworkAdapter" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Cors" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.2" />
<PackageReference Include="TinyPinyin" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<Content Update="Views\Shared\_Layout_thankyou.cshtml">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
<Content Update="wwwroot\Ting\images\FunNowlogo1.jpg">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\dist\" />
<Folder Include="wwwroot\uploads\" />
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties /></VisualStudio></ProjectExtensions>
<ItemGroup>
<_ContentIncludedByDefault Remove="wwwroot\Ting\htmlpage.html" />
</ItemGroup>
</Project>