diff options
author | crupest <crupest@outlook.com> | 2020-10-27 15:14:03 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-27 15:14:03 +0800 |
commit | fe1ca658ca5afbe7cd74303bb9b75f1e735c0762 (patch) | |
tree | 4c4f297e4141d6723d42c4f3d05c7c43816a9cbf /Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj | |
parent | c2871e2c314b840bb938a74081299b34a94d88b7 (diff) | |
download | timeline-fe1ca658ca5afbe7cd74303bb9b75f1e735c0762.tar.gz timeline-fe1ca658ca5afbe7cd74303bb9b75f1e735c0762.tar.bz2 timeline-fe1ca658ca5afbe7cd74303bb9b75f1e735c0762.zip |
refactor(back): Rename code generator.
Diffstat (limited to 'Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj')
-rw-r--r-- | Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj b/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj new file mode 100644 index 00000000..c8eb97f3 --- /dev/null +++ b/Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj @@ -0,0 +1,16 @@ +<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>
|