aboutsummaryrefslogtreecommitdiff
path: root/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-02 22:52:33 +0800
committercrupest <crupest@outlook.com>2020-02-02 22:52:33 +0800
commit10985f0a26010988d26777d5a6d985b4fbc0a776 (patch)
tree9a0a539cdaf50a8f35bfbcf65197fce26634feb1 /ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
parentc4fcf37d6018a0a0408920593fbfb7c01af96859 (diff)
downloadtimeline-10985f0a26010988d26777d5a6d985b4fbc0a776.tar.gz
timeline-10985f0a26010988d26777d5a6d985b4fbc0a776.tar.bz2
timeline-10985f0a26010988d26777d5a6d985b4fbc0a776.zip
Add copy to clipboard function to code generator.
Diffstat (limited to 'ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj')
-rw-r--r--ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj b/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
index e77a1ba3..8524b2e4 100644
--- a/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
+++ b/ErrorResponseCodeGenerator/ErrorResponseCodeGenerator.csproj
@@ -6,6 +6,10 @@
</PropertyGroup>
<ItemGroup>
+ <PackageReference Include="TextCopy" Version="3.0.0" />
+ </ItemGroup>
+
+ <ItemGroup>
<ProjectReference Include="..\Timeline.ErrorCodes\Timeline.ErrorCodes.csproj" />
</ItemGroup>