diff options
author | crupest <crupest@outlook.com> | 2021-05-15 19:22:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-15 19:22:13 +0800 |
commit | 2a3c2d60cadbae348632ad9f2023367c5ea1e905 (patch) | |
tree | b4f24fcf60bbbdffa23c399a23f897484f9126d5 /BackEnd/Timeline/Timeline.csproj | |
parent | e64abed06d37ac5ccbe2728b022489b7c2a9ceab (diff) | |
download | timeline-2a3c2d60cadbae348632ad9f2023367c5ea1e905.tar.gz timeline-2a3c2d60cadbae348632ad9f2023367c5ea1e905.tar.bz2 timeline-2a3c2d60cadbae348632ad9f2023367c5ea1e905.zip |
refactor: Move strings to resource.
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 955947af..0d0c08a0 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -123,6 +123,11 @@ <AutoGen>True</AutoGen>
<DependentUpon>Resource.resx</DependentUpon>
</Compile>
+ <Compile Update="SignalRHub\Resource.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Resource.resx</DependentUpon>
+ </Compile>
</ItemGroup>
<ItemGroup>
@@ -186,5 +191,9 @@ <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Update="SignalRHub\Resource.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Resource.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
</ItemGroup>
</Project>
\ No newline at end of file |