aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-05 23:27:41 +0800
committercrupest <crupest@outlook.com>2020-03-05 23:27:41 +0800
commita88ce6495185e7e63c5c1362c7e3f8660b89333d (patch)
tree1c72a605e8c12bd05a777653c8b7dfb4b13863f2 /Timeline/Timeline.csproj
parent57b29adef10dcefcacf255df05cf6bc11512caf2 (diff)
downloadtimeline-a88ce6495185e7e63c5c1362c7e3f8660b89333d.tar.gz
timeline-a88ce6495185e7e63c5c1362c7e3f8660b89333d.tar.bz2
timeline-a88ce6495185e7e63c5c1362c7e3f8660b89333d.zip
Migrate avatar service. TODO: Migrate database.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj9
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>