diff options
author | crupest <crupest@outlook.com> | 2020-03-06 19:42:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 19:42:07 +0800 |
commit | eb9554b4fe78eaced12329e7fd7d8d62a58a1c6c (patch) | |
tree | 8940de95d235020bbfc1b204cc572eeb47158d40 /Timeline/Timeline.csproj | |
parent | 3f5b4840ff863bed5fd11beb775d02447f022030 (diff) | |
parent | cc57bddf48fee422850c8b458ac9a22ba0bfaa64 (diff) | |
download | timeline-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.csproj | 13 |
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>
|