diff options
author | crupest <crupest@outlook.com> | 2021-04-29 19:17:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-29 19:17:03 +0800 |
commit | 3f955b03f9b0356b3cf4234f160ad317554136ed (patch) | |
tree | 0e1751b9bb71b75999b63aeafd297f31706fbdd5 /BackEnd/Timeline/Timeline.csproj | |
parent | fb3e62c89daa4ea497d544355a46a599ad29df25 (diff) | |
download | timeline-3f955b03f9b0356b3cf4234f160ad317554136ed.tar.gz timeline-3f955b03f9b0356b3cf4234f160ad317554136ed.tar.bz2 timeline-3f955b03f9b0356b3cf4234f160ad317554136ed.zip |
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 8cf1b31f..f77631c2 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -128,16 +128,6 @@ <AutoGen>True</AutoGen>
<DependentUpon>Validator.resx</DependentUpon>
</Compile>
- <Compile Update="Resources\Services\TimelineService.Designer.cs">
- <DesignTime>True</DesignTime>
- <AutoGen>True</AutoGen>
- <DependentUpon>TimelineService.resx</DependentUpon>
- </Compile>
- <Compile Update="Resources\Services\UserTokenService.Designer.cs">
- <DesignTime>True</DesignTime>
- <AutoGen>True</AutoGen>
- <DependentUpon>UserTokenService.resx</DependentUpon>
- </Compile>
<Compile Update="Services\DatabaseManagement\Resource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@@ -251,14 +241,6 @@ <Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Validator.Designer.cs</LastGenOutput>
</EmbeddedResource>
- <EmbeddedResource Update="Resources\Services\TimelineService.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>TimelineService.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Update="Resources\Services\UserTokenService.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>UserTokenService.Designer.cs</LastGenOutput>
- </EmbeddedResource>
<EmbeddedResource Update="Services\DatabaseManagement\Resource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
|