aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Timeline.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-11-17 23:04:21 +0800
committercrupest <crupest@outlook.com>2019-11-17 23:04:21 +0800
commit5b5bb69c3ba2150816f120860be46d49c5bc37aa (patch)
tree46282455cd6bdf43bf2215d3918f5803b2a31674 /Timeline/Timeline.csproj
parent05f334fba5ac87c24938ac02094da72db9388d26 (diff)
downloadtimeline-5b5bb69c3ba2150816f120860be46d49c5bc37aa.tar.gz
timeline-5b5bb69c3ba2150816f120860be46d49c5bc37aa.tar.bz2
timeline-5b5bb69c3ba2150816f120860be46d49c5bc37aa.zip
Fix typo in path of personal timeline controller actions. Add timeline permission test.
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r--Timeline/Timeline.csproj10
1 files changed, 6 insertions, 4 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj
index 7e1dd4ef..6b4a2d6e 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -8,6 +8,12 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
+ <ItemGroup>
+ <Compile Remove="Resources\Filters\**" />
+ <Content Remove="Resources\Filters\**" />
+ <EmbeddedResource Remove="Resources\Filters\**" />
+ <None Remove="Resources\Filters\**" />
+ </ItemGroup>
<ItemGroup>
<Content Include="default-avatar.png">
@@ -174,8 +180,4 @@
<LastGenOutput>UserService.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
-
- <ItemGroup>
- <Folder Include="Resources\Filters\" />
- </ItemGroup>
</Project>