diff options
author | crupest <crupest@outlook.com> | 2019-11-17 23:04:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-11-17 23:04:21 +0800 |
commit | 59c10650fc36e8c79c1def088240fd90a5151250 (patch) | |
tree | 46282455cd6bdf43bf2215d3918f5803b2a31674 /Timeline/Timeline.csproj | |
parent | c2b107eda8a14f836d663638641a3e3f17373b5d (diff) | |
download | timeline-59c10650fc36e8c79c1def088240fd90a5151250.tar.gz timeline-59c10650fc36e8c79c1def088240fd90a5151250.tar.bz2 timeline-59c10650fc36e8c79c1def088240fd90a5151250.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.csproj | 10 |
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>
|