-
Notifications
You must be signed in to change notification settings - Fork 9
/
ExpressBase.Web.csproj
66 lines (54 loc) · 2.02 KB
/
ExpressBase.Web.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
57
58
59
60
61
62
63
64
65
66
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Views\TenantUser\ManageRoles1.cshtml.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="bundleconfig.json" />
<Content Remove="Views\TenantUser\ManageRoles1.cshtml" />
</ItemGroup>
<ItemGroup>
<None Remove="robots.txt" />
</ItemGroup>
<ItemGroup>
<_ContentIncludedByDefault Remove="bundleconfig.json" />
</ItemGroup>
<ItemGroup>
<Content Include="robots.txt">
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Deterministic>false</Deterministic>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle" Version="1.8.9" />
<PackageReference Include="BuildBundlerMinifier" Version="3.2.447" />
<PackageReference Include="DiffPlex" Version="1.4.1" />
<PackageReference Include="Flurl" Version="2.7.1" />
<PackageReference Include="Flurl.Http" Version="2.3.2" />
<PackageReference Include="JWT" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.4" />
<PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.HttpOverrides" Version="2.1.1" />
</ItemGroup>
<ItemGroup>
<!--<ProjectReference Include="..\ServiceStack.Core\ServiceStack.Server\ServiceStack.Server.csproj" />-->
<ProjectReference Include="..\ExpressBase.Objects\ExpressBase.Objects.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
<Folder Include="Views\Shared\Components\FilterDialogBuilder\" />
</ItemGroup>
<ItemGroup>
<None Include="bundleconfig.json" />
</ItemGroup>
<ItemGroup>
<None Update="430831-most-popular-relaxing-desktop-background-1920x1080.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>