aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-13 17:05:03 +0800
committercrupest <crupest@outlook.com>2020-03-13 17:05:03 +0800
commit8833b4eb1e65dda51abd24b453b86531b3f5f7a8 (patch)
tree5e17bcec752435910ed20883ef93b84da7f55b80 /Timeline/Timeline.csproj
parent904f98bda60b3bd92331aacde3771dedde62d2b5 (diff)
downloadtimeline-8833b4eb1e65dda51abd24b453b86531b3f5f7a8.tar.gz
timeline-8833b4eb1e65dda51abd24b453b86531b3f5f7a8.tar.bz2
timeline-8833b4eb1e65dda51abd24b453b86531b3f5f7a8.zip
Abstract out data cache helper.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj9
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>