diff options
author | crupest <crupest@outlook.com> | 2020-03-13 18:09:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 18:09:50 +0800 |
commit | 067ef1edcb4409feda25a9356d49b146a9fd884b (patch) | |
tree | 23167ac72ad2a0a878eacbfec7fdd9b8b4a81c55 /Timeline/Timeline.csproj | |
parent | 904f98bda60b3bd92331aacde3771dedde62d2b5 (diff) | |
parent | 1af4f51abcd09be68bc0e2ad77b163569a50a6b3 (diff) | |
download | timeline-067ef1edcb4409feda25a9356d49b146a9fd884b.tar.gz timeline-067ef1edcb4409feda25a9356d49b146a9fd884b.tar.bz2 timeline-067ef1edcb4409feda25a9356d49b146a9fd884b.zip |
Merge pull request #71 from crupest/cache
Add cache support for timeline post data.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 245ff3e7..739f79dd 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -72,6 +72,11 @@ <AutoGen>True</AutoGen>
<DependentUpon>Filters.resx</DependentUpon>
</Compile>
+ <Compile Update="Resources\Helper\DataCacheHelper.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>DataCacheHelper.resx</DependentUpon>
+ </Compile>
<Compile Update="Resources\Messages.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@@ -159,6 +164,10 @@ <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Filters.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Update="Resources\Helper\DataCacheHelper.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>DataCacheHelper.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
<EmbeddedResource Update="Resources\Messages.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Messages.Designer.cs</LastGenOutput>
|