aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-06 19:42:07 +0800
committerGitHub <noreply@github.com>2020-03-06 19:42:07 +0800
commiteb9554b4fe78eaced12329e7fd7d8d62a58a1c6c (patch)
tree8940de95d235020bbfc1b204cc572eeb47158d40 /Timeline/Timeline.csproj
parent3f5b4840ff863bed5fd11beb775d02447f022030 (diff)
parentcc57bddf48fee422850c8b458ac9a22ba0bfaa64 (diff)
downloadtimeline-eb9554b4fe78eaced12329e7fd7d8d62a58a1c6c.tar.gz
timeline-eb9554b4fe78eaced12329e7fd7d8d62a58a1c6c.tar.bz2
timeline-eb9554b4fe78eaced12329e7fd7d8d62a58a1c6c.zip
Merge pull request #68 from crupest/file
Unify data store.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj
index 2dcc3c9f..e993c0b3 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -7,6 +7,10 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
+ <ItemGroup>
+ <Compile Remove="Migrations\20200306101428_AddDataTable.cs" />
+ <Compile Remove="Migrations\20200306101428_AddDataTable.Designer.cs" />
+ </ItemGroup>
<ItemGroup>
<Content Include="default-avatar.png">
@@ -97,6 +101,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 +183,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>