diff options
author | crupest <crupest@outlook.com> | 2021-04-24 19:13:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-24 19:13:35 +0800 |
commit | 6877db6a535e57fd1d7e01c966a6451dc6f186f0 (patch) | |
tree | be832b34ae3fc6dca963fb376d7f9b7527fa8444 /BackEnd/Timeline/Timeline.csproj | |
parent | 93527cceffcd2c7848294093ab9ba3a0e0f569bb (diff) | |
download | timeline-6877db6a535e57fd1d7e01c966a6451dc6f186f0.tar.gz timeline-6877db6a535e57fd1d7e01c966a6451dc6f186f0.tar.bz2 timeline-6877db6a535e57fd1d7e01c966a6451dc6f186f0.zip |
refactor: Refactor auth handler messages.
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 6b565598..272c8b1e 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -56,10 +56,10 @@ </ItemGroup>
<ItemGroup>
- <Compile Update="Resources\Authentication\AuthHandler.Designer.cs">
- <DesignTime>True</DesignTime>
- <AutoGen>True</AutoGen>
- <DependentUpon>AuthHandler.resx</DependentUpon>
+ <Compile Update="Auth\Resource.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Resource.resx</DependentUpon>
</Compile>
<Compile Update="Resources\Controllers\ControllerAuthExtensions.Designer.cs">
<DesignTime>True</DesignTime>
@@ -169,9 +169,9 @@ </ItemGroup>
<ItemGroup>
- <EmbeddedResource Update="Resources\Authentication\AuthHandler.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>AuthHandler.Designer.cs</LastGenOutput>
+ <EmbeddedResource Update="Auth\Resource.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Resource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\Controllers\ControllerAuthExtensions.resx">
<Generator>ResXFileCodeGenerator</Generator>
|