-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPIDemoCore.csproj
More file actions
40 lines (40 loc) · 1.72 KB
/
Copy pathAPIDemoCore.csproj
File metadata and controls
40 lines (40 loc) · 1.72 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>30dc3595-bf90-4466-96bf-8529083e2620</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Content Remove="bundleconfig.json" />
<Content Remove="compilerconfig.json" />
<Content Remove="wwwroot\css\essentials.min.css" />
<Content Remove="wwwroot\css\site.css" />
<Content Remove="wwwroot\js\essentials.js" />
<Content Remove="wwwroot\js\pretty-print-json.js" />
<Content Remove="wwwroot\js\research.js" />
<Content Remove="wwwroot\js\verify.js" />
</ItemGroup>
<ItemGroup>
<None Include="bundleconfig.json" />
<None Include="compilerconfig.json" />
<None Include="Views\CharityCheck\Index.cshtml" />
<None Include="Views\Home\Index.cshtml" />
<None Include="Views\Home\Privacy.cshtml" />
<None Include="Views\Shared\Error.cshtml" />
<None Include="Views\Shared\_Layout.cshtml" />
<None Include="Views\Shared\_ValidationScriptsPartial.cshtml" />
<None Include="Views\_ViewImports.cshtml" />
<None Include="Views\_ViewStart.cshtml" />
<None Include="wwwroot\css\essentials.min.css" />
<None Include="wwwroot\css\site.css" />
<None Include="wwwroot\js\essentials.js" />
<None Include="wwwroot\js\pretty-print-json.js" />
<None Include="wwwroot\js\research.js" />
<None Include="wwwroot\js\verify.js" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Candid.GuideStarAPI" Version="1.0.0-CI-20201028-183406" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>