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 | 99a3ef877a406fbde78997dfec0c7a47f3366212 (patch) | |
tree | 8b82740de58f51661f5115a164115eda74c5bbb8 /Timeline.ErrorCodes.CodeGenerator/Timeline.ErrorCodes.CodeGenerator.csproj | |
parent | 4e010b980dad02985cf250bf5b8feb6b4fa385a1 (diff) | |
download | timeline-99a3ef877a406fbde78997dfec0c7a47f3366212.tar.gz timeline-99a3ef877a406fbde78997dfec0c7a47f3366212.tar.bz2 timeline-99a3ef877a406fbde78997dfec0c7a47f3366212.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>
|