aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-21 15:10:37 +0800
committercrupest <crupest@outlook.com>2020-02-21 15:10:37 +0800
commit1d5d0c85e24fe9f30d587dc714f1cd7a233c8073 (patch)
tree57a8579bc8b6d2be2831c8e55d5b5b0f552def35 /Timeline/Timeline.csproj
parent6cf3c7891fe8a810b20bb799db9f3fb97414c4de (diff)
downloadtimeline-1d5d0c85e24fe9f30d587dc714f1cd7a233c8073.tar.gz
timeline-1d5d0c85e24fe9f30d587dc714f1cd7a233c8073.tar.bz2
timeline-1d5d0c85e24fe9f30d587dc714f1cd7a233c8073.zip
Move jwt token key from configuration to database and auto generatable.
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 e82e80f9..2dcc3c9f 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -117,6 +117,11 @@
<AutoGen>True</AutoGen>
<DependentUpon>UserService.resx</DependentUpon>
</Compile>
+ <Compile Update="Resources\Services\UserTokenService.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>UserTokenService.resx</DependentUpon>
+ </Compile>
</ItemGroup>
<ItemGroup>
@@ -185,5 +190,9 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>UserService.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Update="Resources\Services\UserTokenService.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>UserTokenService.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
</ItemGroup>
</Project>