diff options
author | crupest <crupest@outlook.com> | 2021-04-25 19:30:12 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-25 19:30:12 +0800 |
commit | 434be212c77bdade04722046e92c3dac25d0aff3 (patch) | |
tree | 848ace05260e28ab8971a46fa3620ff9cb600b57 /BackEnd/Timeline/Timeline.csproj | |
parent | fdb1ce4d2ce51f5256ba64987790e6629b781108 (diff) | |
download | timeline-434be212c77bdade04722046e92c3dac25d0aff3.tar.gz timeline-434be212c77bdade04722046e92c3dac25d0aff3.tar.bz2 timeline-434be212c77bdade04722046e92c3dac25d0aff3.zip |
refactor: Remove splitted error code project.
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 0365d0fd..08441c85 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -48,10 +48,6 @@ </ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\Timeline.ErrorCodes\Timeline.ErrorCodes.csproj" />
- </ItemGroup>
-
- <ItemGroup>
<Compile Update="Auth\Resource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
|