diff options
author | crupest <crupest@outlook.com> | 2020-01-31 00:10:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-31 00:10:23 +0800 |
commit | eaf6d126db56b7caedd311033403b1f721bb80bc (patch) | |
tree | dfd6ca1258d61ed91e59be620a39159919d07a3f /Timeline/Timeline.csproj | |
parent | 49bd47fb0eb81a88cce135f7ff7c25637790e63b (diff) | |
download | timeline-eaf6d126db56b7caedd311033403b1f721bb80bc.tar.gz timeline-eaf6d126db56b7caedd311033403b1f721bb80bc.tar.bz2 timeline-eaf6d126db56b7caedd311033403b1f721bb80bc.zip |
...
Diffstat (limited to 'Timeline/Timeline.csproj')
-rw-r--r-- | Timeline/Timeline.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj index 25d73068..1a3a07cd 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -44,6 +44,11 @@ <AutoGen>True</AutoGen>
<DependentUpon>AuthHandler.resx</DependentUpon>
</Compile>
+ <Compile Update="Resources\Controllers\ControllerAuthExtensions.Designer.cs">
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>ControllerAuthExtensions.resx</DependentUpon>
+ </Compile>
<Compile Update="Resources\Controllers\TimelineController.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@@ -121,6 +126,10 @@ <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>AuthHandler.Designer.cs</LastGenOutput>
</EmbeddedResource>
+ <EmbeddedResource Update="Resources\Controllers\ControllerAuthExtensions.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>ControllerAuthExtensions.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
<EmbeddedResource Update="Resources\Controllers\TimelineController.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>TimelineController.Designer.cs</LastGenOutput>
|