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 | 8f88c6c995b340a64086aedd27d312d5732d3e7d (patch) | |
tree | e7448b5e5dbefe348abab8e0225f36082fb56f3c /BackEnd/Timeline/Timeline.csproj | |
parent | fbe66b184ae53712a66f68edbb9e7ee4227bd711 (diff) | |
download | timeline-8f88c6c995b340a64086aedd27d312d5732d3e7d.tar.gz timeline-8f88c6c995b340a64086aedd27d312d5732d3e7d.tar.bz2 timeline-8f88c6c995b340a64086aedd27d312d5732d3e7d.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 |