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
commitfe1ca658ca5afbe7cd74303bb9b75f1e735c0762 (patch)
tree4c4f297e4141d6723d42c4f3d05c7c43816a9cbf /ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
parentc2871e2c314b840bb938a74081299b34a94d88b7 (diff)
downloadtimeline-fe1ca658ca5afbe7cd74303bb9b75f1e735c0762.tar.gz
timeline-fe1ca658ca5afbe7cd74303bb9b75f1e735c0762.tar.bz2
timeline-fe1ca658ca5afbe7cd74303bb9b75f1e735c0762.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>