diff options
author | crupest <crupest@outlook.com> | 2021-04-28 16:35:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-28 16:35:47 +0800 |
commit | 31be743207c09cc6e6cfff5f65d12126fb41cca3 (patch) | |
tree | fd4ce598916ece4a5cb14193b0b3ba421f6494de /BackEnd/Timeline/Timeline.csproj | |
parent | ab0fb093ee0769ff67b3b71efdfcccd34bd8683a (diff) | |
download | timeline-31be743207c09cc6e6cfff5f65d12126fb41cca3.tar.gz timeline-31be743207c09cc6e6cfff5f65d12126fb41cca3.tar.bz2 timeline-31be743207c09cc6e6cfff5f65d12126fb41cca3.zip |
refactor: ...
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 4c40f209..3ddcecaf 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -163,6 +163,11 @@ <AutoGen>True</AutoGen>
<DependentUpon>Resource.resx</DependentUpon>
</Compile>
+ <Compile Update="Services\User\Avatar\Resource.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Resource.resx</DependentUpon>
+ </Compile>
<Compile Update="Services\User\Resource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@@ -264,6 +269,10 @@ <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Update="Services\User\Avatar\Resource.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Resource.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
<EmbeddedResource Update="Services\User\Resource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
|