diff options
author | crupest <crupest@outlook.com> | 2020-03-05 23:27:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-05 23:27:41 +0800 |
commit | a48bc5842e83f72faf48cad46acca678ed5b0863 (patch) | |
tree | 1c72a605e8c12bd05a777653c8b7dfb4b13863f2 /Timeline/Timeline.csproj | |
parent | 7ebcea665bcca774428408fc32730505f4a06142 (diff) | |
download | timeline-a48bc5842e83f72faf48cad46acca678ed5b0863.tar.gz timeline-a48bc5842e83f72faf48cad46acca678ed5b0863.tar.bz2 timeline-a48bc5842e83f72faf48cad46acca678ed5b0863.zip |
Migrate avatar service. TODO: Migrate database.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 2dcc3c9f..72bc1572 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -97,6 +97,11 @@ <AutoGen>True</AutoGen>
<DependentUpon>Validator.resx</DependentUpon>
</Compile>
+ <Compile Update="Resources\Services\DataManager.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>DataManager.resx</DependentUpon>
+ </Compile>
<Compile Update="Resources\Services\Exception.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@@ -174,6 +179,10 @@ <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Validator.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Update="Resources\Services\DataManager.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>DataManager.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
<EmbeddedResource Update="Resources\Services\Exception.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Exception.Designer.cs</LastGenOutput>
|