-
Notifications
You must be signed in to change notification settings - Fork 0
/
outreach3.csproj
137 lines (123 loc) · 5.36 KB
/
outreach3.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-outreach3-8edd5fde-f266-4a22-83ad-43b0816a1446</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Pages\Mission\**" />
<Compile Remove="wwwroot\Content\**" />
<Compile Remove="~\**" />
<Content Remove="Pages\Mission\**" />
<Content Remove="wwwroot\Content\**" />
<Content Remove="~\**" />
<EmbeddedResource Remove="Pages\Mission\**" />
<EmbeddedResource Remove="wwwroot\Content\**" />
<EmbeddedResource Remove="~\**" />
<None Remove="Pages\Mission\**" />
<None Remove="wwwroot\Content\**" />
<None Remove="~\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Pages\Missions\Addresses.cshtml.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="Pages\Missions\Addresses.cshtml" />
</ItemGroup>
<ItemGroup>
<None Remove="Pages\Missions\blue.png" />
<None Remove="Pages\OutreachMinistries.pdf" />
</ItemGroup>
<ItemGroup>
<Compile Include="wwwroot\lib\ChartModels\ChartJs.cs" />
<Compile Include="wwwroot\lib\ChartModels\Data.cs" />
<Compile Include="wwwroot\lib\ChartModels\Dataset.cs" />
<Compile Include="wwwroot\lib\ChartModels\Options.cs" />
<Compile Include="wwwroot\lib\ChartModels\Scales.cs" />
<Compile Include="wwwroot\lib\ChartModels\Ticks.cs" />
<Compile Include="wwwroot\lib\ChartModels\Title.cs" />
<Compile Include="wwwroot\lib\ChartModels\xAxes.cs" />
<Compile Include="wwwroot\lib\ChartModels\yAxes.cs" />
</ItemGroup>
<ItemGroup>
<Resource Include="wwwroot\documentation\OutreachMinistries.pdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<Resource Include="Pages\Missions\blue.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.11" />
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.11">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.10" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Select.HtmlToPdf.NetCore" Version="23.1.0" />
<PackageReference Include="SimpleRazorScriptManager" Version="1.0.0" />
<PackageReference Include="System.Json" Version="4.7.1" />
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>
<ItemGroup>
<None Include="Pages\Churches\ChurchesMenu.cshtml" />
<None Include="Pages\Churches\ChurchMap.cshtml" />
<None Include="Pages\Churches\ChurchRegistration.cshtml" />
<None Include="Pages\Churches\Create.cshtml" />
<None Include="Pages\Churches\Delete.cshtml" />
<None Include="Pages\Churches\Details.cshtml" />
<None Include="Pages\Churches\Edit.cshtml" />
<None Include="Pages\Churches\ErrorTest.cshtml" />
<None Include="Pages\Churches\Index.cshtml" />
<None Include="Pages\Churches\Stats.cshtml" />
<None Include="Pages\Residents\Create.cshtml" />
<None Include="Pages\Residents\Delete.cshtml" />
<None Include="Pages\Residents\Details.cshtml" />
<None Include="Pages\Residents\Edit.cshtml" />
<None Include="Pages\Residents\Index.cshtml" />
<None Include="wwwroot\documentation\OutreachMinistries.pdf" />
</ItemGroup>
<ItemGroup>
<Folder Include="Content\Missions\" />
<Folder Include="wwwroot\lib\ChartModels\" />
<Folder Include="wwwroot\maps\" />
</ItemGroup>
<ItemGroup>
<Content Update="wwwroot\Images\blue.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Images\box.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Images\brown.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Images\green.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Images\Jesus.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Images\logo.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Images\red.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Images\white.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Images\yellow.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>