diff options
Diffstat (limited to 'server/src/IOL.GreatOffice.Api.csproj')
| -rw-r--r-- | server/src/IOL.GreatOffice.Api.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/server/src/IOL.GreatOffice.Api.csproj b/server/src/IOL.GreatOffice.Api.csproj index 4ba9db3..3264d70 100644 --- a/server/src/IOL.GreatOffice.Api.csproj +++ b/server/src/IOL.GreatOffice.Api.csproj @@ -57,4 +57,15 @@ <ItemGroup> <Folder Include="wwwroot" /> </ItemGroup> + + <ItemGroup> + <None Remove="2022.crt" /> + <Resource Include="2022.crt"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Resource> + <None Remove="2022.pfx" /> + <Resource Include="2022.pfx"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Resource> + </ItemGroup> </Project> |
