aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/IOL.GreatOffice.Api.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'code/api/src/IOL.GreatOffice.Api.csproj')
-rw-r--r--code/api/src/IOL.GreatOffice.Api.csproj30
1 files changed, 23 insertions, 7 deletions
diff --git a/code/api/src/IOL.GreatOffice.Api.csproj b/code/api/src/IOL.GreatOffice.Api.csproj
index 1a3c97e..a5154db 100644
--- a/code/api/src/IOL.GreatOffice.Api.csproj
+++ b/code/api/src/IOL.GreatOffice.Api.csproj
@@ -21,6 +21,8 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
+ <PackageReference Include="MR.AspNetCore.Pagination" Version="1.0.1" />
+ <PackageReference Include="MR.AspNetCore.Pagination.Swashbuckle" Version="1.0.1" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.7" />
<PackageReference Include="Quartz.Extensions.Hosting" Version="3.5.0" />
<PackageReference Include="Serilog.AspNetCore" Version="6.0.1" />
@@ -38,19 +40,33 @@
<Content Include="..\build_and_push.sh">
<Link>build_and_push.sh</Link>
</Content>
- <Content Include="..\CHANGELOG.md">
- <Link>CHANGELOG.md</Link>
- </Content>
- <Content Include="..\cliff.toml">
- <Link>cliff.toml</Link>
- </Content>
<Content Include="..\Dockerfile">
<Link>Dockerfile</Link>
</Content>
</ItemGroup>
<ItemGroup>
- <Folder Include="Resources" />
+ <EmbeddedResource Update="Resources\SharedResources.en.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>SharedResources.en.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ <EmbeddedResource Update="Resources\SharedResources.nb.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>SharedResources.nb.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Update="Resources\SharedResources.en.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>SharedResource.en.resx</DependentUpon>
+ </Compile>
+ <Compile Update="Resources\SharedResources.nb.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>SharedResources.nb.resx</DependentUpon>
+ </Compile>
</ItemGroup>
</Project>