|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Razor"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFramework>net7.0</TargetFramework> |
5 | | - <ImplicitUsings>enable</ImplicitUsings><DebugType>None</DebugType> |
6 | 5 | <Nullable>enable</Nullable> |
| 6 | + <ImplicitUsings>enable</ImplicitUsings> |
| 7 | + <AddRazorSupportForMvc>true</AddRazorSupportForMvc> |
| 8 | + <DebugType>None</DebugType> |
7 | 9 | </PropertyGroup> |
8 | 10 |
|
9 | | - <!--<ItemGroup> |
10 | | - <None Remove="Pages\Account\AccessDenied.cshtml" /> |
11 | | - <None Remove="Pages\Account\ChangePassword\Index.cshtml" /> |
12 | | - <None Remove="Pages\Account\EmailConfirmation\Confirm.cshtml" /> |
13 | | - <None Remove="Pages\Account\ForgotPassword\Confirm.cshtml" /> |
14 | | - <None Remove="Pages\Account\ForgotPassword\Index.cshtml" /> |
15 | | - <None Remove="Pages\Account\Login\Index.cshtml" /> |
16 | | - <None Remove="Pages\Account\Logout\Index.cshtml" /> |
17 | | - <None Remove="Pages\Account\Logout\LoggedOut.cshtml" /> |
18 | | - <None Remove="Pages\Ciba\All.cshtml" /> |
19 | | - <None Remove="Pages\Ciba\Consent.cshtml" /> |
20 | | - <None Remove="Pages\Ciba\Index.cshtml" /> |
21 | | - <None Remove="Pages\Ciba\_ScopeListItem.cshtml" /> |
22 | | - <None Remove="Pages\Consent\Index.cshtml" /> |
23 | | - <None Remove="Pages\Consent\_ScopeListItem.cshtml" /> |
24 | | - <None Remove="Pages\Device\Index.cshtml" /> |
25 | | - <None Remove="Pages\Device\Success.cshtml" /> |
26 | | - <None Remove="Pages\Device\_ScopeListItem.cshtml" /> |
27 | | - <None Remove="Pages\Diagnostics\Index.cshtml" /> |
28 | | - <None Remove="Pages\ExternalLogin\Callback.cshtml" /> |
29 | | - <None Remove="Pages\ExternalLogin\Challenge.cshtml" /> |
30 | | - <None Remove="Pages\Grants\Index.cshtml" /> |
31 | | - <None Remove="Pages\Home\Error\Index.cshtml" /> |
32 | | - <None Remove="Pages\Index.cshtml" /> |
33 | | - <None Remove="Pages\Redirect\Index.cshtml" /> |
34 | | - <None Remove="Pages\Shared\_Layout.cshtml" /> |
35 | | - <None Remove="Pages\Shared\_Nav.cshtml" /> |
36 | | - <None Remove="Pages\Shared\_ValidationSummary.cshtml" /> |
37 | | - <None Remove="Pages\_ViewImports.cshtml" /> |
38 | | - <None Remove="Pages\_ViewStart.cshtml" /> |
39 | | - </ItemGroup>--> |
40 | | - |
41 | 11 | <ItemGroup> |
42 | | - <Content Include="Pages\Account\AccessDenied.cshtml"> |
43 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
44 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
45 | | - </Content> |
46 | | - <Content Include="Pages\Account\ChangePassword\Index.cshtml"> |
47 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
48 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
49 | | - </Content> |
50 | | - <Content Include="Pages\Account\EmailConfirmation\Confirm.cshtml"> |
51 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
52 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
53 | | - </Content> |
54 | | - <Content Include="Pages\Account\ForgotPassword\Confirm.cshtml"> |
55 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
56 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
57 | | - </Content> |
58 | | - <Content Include="Pages\Account\ForgotPassword\Index.cshtml"> |
59 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
60 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
61 | | - </Content> |
62 | | - <Content Include="Pages\Account\Login\Index.cshtml"> |
63 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
64 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
65 | | - </Content> |
66 | | - <Content Include="Pages\Account\Logout\Index.cshtml"> |
67 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
68 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
69 | | - </Content> |
70 | | - <Content Include="Pages\Account\Logout\LoggedOut.cshtml"> |
71 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
72 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
73 | | - </Content> |
74 | | - <Content Include="Pages\Ciba\All.cshtml"> |
75 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
76 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
77 | | - </Content> |
78 | | - <Content Include="Pages\Ciba\Consent.cshtml"> |
79 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
80 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
81 | | - </Content> |
82 | | - <Content Include="Pages\Ciba\Index.cshtml"> |
83 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
84 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
85 | | - </Content> |
86 | | - <Content Include="Pages\Ciba\_ScopeListItem.cshtml"> |
87 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
88 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
89 | | - </Content> |
90 | | - <Content Include="Pages\Consent\Index.cshtml"> |
91 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
92 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
93 | | - </Content> |
94 | | - <Content Include="Pages\Consent\_ScopeListItem.cshtml"> |
95 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
96 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
97 | | - </Content> |
98 | | - <Content Include="Pages\Device\Index.cshtml"> |
99 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
100 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
101 | | - </Content> |
102 | | - <Content Include="Pages\Device\Success.cshtml"> |
103 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
104 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
105 | | - </Content> |
106 | | - <Content Include="Pages\Device\_ScopeListItem.cshtml"> |
107 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
108 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
109 | | - </Content> |
110 | | - <Content Include="Pages\Diagnostics\Index.cshtml"> |
111 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
112 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
113 | | - </Content> |
114 | | - <Content Include="Pages\ExternalLogin\Callback.cshtml"> |
115 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
116 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
117 | | - </Content> |
118 | | - <Content Include="Pages\ExternalLogin\Challenge.cshtml"> |
119 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
120 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
121 | | - </Content> |
122 | | - <Content Include="Pages\Grants\Index.cshtml"> |
123 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
124 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
125 | | - </Content> |
126 | | - <Content Include="Pages\Home\Error\Index.cshtml"> |
127 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
128 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
129 | | - </Content> |
130 | | - <Content Include="Pages\Index.cshtml"> |
131 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
132 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
133 | | - </Content> |
134 | | - <Content Include="Pages\Redirect\Index.cshtml"> |
135 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
136 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
137 | | - </Content> |
138 | | - <Content Include="Pages\Shared\_Layout.cshtml"> |
139 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
140 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
141 | | - </Content> |
142 | | - <Content Include="Pages\Shared\_Nav.cshtml"> |
143 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
144 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
145 | | - </Content> |
146 | | - <Content Include="Pages\Shared\_ValidationSummary.cshtml"> |
147 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
148 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
149 | | - </Content> |
150 | | - <Content Include="Pages\_ViewImports.cshtml"> |
151 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
152 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
153 | | - </Content> |
154 | | - <Content Include="Pages\_ViewStart.cshtml"> |
155 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
156 | | - <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |
157 | | - </Content> |
| 12 | + <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
158 | 13 | </ItemGroup> |
159 | 14 |
|
160 | | - <ItemGroup> |
161 | | - <ProjectReference Include="..\SecurityService.BusinessLogic\SecurityService.BusinessLogic.csproj" /> |
162 | | - </ItemGroup> |
| 15 | + <ItemGroup> |
| 16 | + <PackageReference Include="Shared" Version="2022.12.2" /> |
| 17 | + </ItemGroup> |
| 18 | + |
| 19 | + <ItemGroup> |
| 20 | + <ProjectReference Include="..\SecurityService.BusinessLogic\SecurityService.BusinessLogic.csproj" /> |
| 21 | + </ItemGroup> |
163 | 22 |
|
164 | 23 | </Project> |
0 commit comments