aboutsummaryrefslogtreecommitdiff
path: root/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-27 15:14:03 +0800
committercrupest <crupest@outlook.com>2020-10-27 15:14:03 +0800
commit99a3ef877a406fbde78997dfec0c7a47f3366212 (patch)
tree8b82740de58f51661f5115a164115eda74c5bbb8 /ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
parent4e010b980dad02985cf250bf5b8feb6b4fa385a1 (diff)
downloadtimeline-99a3ef877a406fbde78997dfec0c7a47f3366212.tar.gz
timeline-99a3ef877a406fbde78997dfec0c7a47f3366212.tar.bz2
timeline-99a3ef877a406fbde78997dfec0c7a47f3366212.zip
refactor(back): Rename code generator.
Diffstat (limited to 'ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj')
-rw-r--r--ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj16
1 files changed, 0 insertions, 16 deletions
diff --git a/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj b/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
deleted file mode 100644
index c8eb97f3..00000000
--- a/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
+++ /dev/null
@@ -1,16 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="TextCopy" Version="4.2.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\Timeline.ErrorCodes\Timeline.ErrorCodes.csproj" />
- </ItemGroup>
-
-</Project>