diff options
author | crupest <crupest@outlook.com> | 2020-06-13 23:50:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-13 23:50:09 +0800 |
commit | 2f8ffdb2db682b1c1407313816def20fde58d35f (patch) | |
tree | b824b63e1e7b8f453373bb1c9a3c3644635cd1f0 /Timeline/Timeline.csproj | |
parent | eba8e9698c09b805d8ac2a8f58db93b947ac29e3 (diff) | |
download | timeline-2f8ffdb2db682b1c1407313816def20fde58d35f.tar.gz timeline-2f8ffdb2db682b1c1407313816def20fde58d35f.tar.bz2 timeline-2f8ffdb2db682b1c1407313816def20fde58d35f.zip |
feat(back): Add database migration to add unique id for timeline.
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 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>
|