diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-20 16:24:11 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-20 16:24:11 +0800 |
commit | c9cc1e18fb36df25ad28778c26e4b2bd88b6a96d (patch) | |
tree | 27c788de2ef4475dd50c5720209eb6f1df866130 /Timeline/Timeline.csproj | |
parent | 7bcf891d9d68ac0f12570b94938347ab8eec3247 (diff) | |
download | timeline-c9cc1e18fb36df25ad28778c26e4b2bd88b6a96d.tar.gz timeline-c9cc1e18fb36df25ad28778c26e4b2bd88b6a96d.tar.bz2 timeline-c9cc1e18fb36df25ad28778c26e4b2bd88b6a96d.zip |
...
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index c634563a..01207ae2 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -26,4 +26,19 @@ <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-dev002868" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
</ItemGroup>
+
+ <ItemGroup>
+ <Compile Update="Resources\Controllers\TokenController.en.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>TokenController.en.resx</DependentUpon>
+ </Compile>
+ </ItemGroup>
+
+ <ItemGroup>
+ <EmbeddedResource Update="Resources\Controllers\TokenController.en.resx">
+ <Generator>PublicResXFileCodeGenerator</Generator>
+ <LastGenOutput>TokenController.en.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ </ItemGroup>
</Project>
|