aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-13 23:50:09 +0800
committercrupest <crupest@outlook.com>2020-06-13 23:50:09 +0800
commit41210c20cd6fef83530adbdaf5fb97e9f929ab6c (patch)
tree2f99a1c08b185890e7148e3876b1d9c53081952e /Timeline/Timeline.csproj
parentd6e9ae92a782f747752d9e26504dc2f27e723f04 (diff)
downloadtimeline-41210c20cd6fef83530adbdaf5fb97e9f929ab6c.tar.gz
timeline-41210c20cd6fef83530adbdaf5fb97e9f929ab6c.tar.bz2
timeline-41210c20cd6fef83530adbdaf5fb97e9f929ab6c.zip
feat(back): Add database migration to add unique id for timeline.
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 55acd805..53fd3b71 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -99,6 +99,11 @@
<AutoGen>True</AutoGen>
<DependentUpon>UserController.resx</DependentUpon>
</Compile>
+ <Compile Update="Resources\Entities.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Entities.resx</DependentUpon>
+ </Compile>
<Compile Update="Resources\Filters.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@@ -202,6 +207,10 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>UserController.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Update="Resources\Entities.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Entities.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
<EmbeddedResource Update="Resources\Filters.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Filters.Designer.cs</LastGenOutput>