From 643d6037323417ce7f373d2d68b9b2e8f42dab84 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Mon, 3 Sep 2018 21:23:47 -0500 Subject: [PATCH] Add project information to csproj file --- LibHac/LibHac.csproj | 16 ++++++++++++++++ hactoolnet/hactoolnet.csproj | 5 +++++ 2 files changed, 21 insertions(+) diff --git a/LibHac/LibHac.csproj b/LibHac/LibHac.csproj index b555bb87..ec8f05e0 100644 --- a/LibHac/LibHac.csproj +++ b/LibHac/LibHac.csproj @@ -6,6 +6,22 @@ 7.3 + + Alex Barney + Copyright © 2018 Alex Barney + A library for reading content formats used by the Nintendo Switch. + Nintendo;"Nintendo Switch";nca;xci;savefile + https://github.com/Thealexbarney/LibHac + https://github.com/Thealexbarney/LibHac/blob/master/LICENSE + git + https://github.com/Thealexbarney/LibHac + + 0.1.1 + $(MSBuildProjectDirectory)=C:/LibHac/ + true + true + + $(DefineConstants);USE_RSA_CNG diff --git a/hactoolnet/hactoolnet.csproj b/hactoolnet/hactoolnet.csproj index dff3c276..7c167067 100644 --- a/hactoolnet/hactoolnet.csproj +++ b/hactoolnet/hactoolnet.csproj @@ -6,6 +6,11 @@ 7.3 + + 0.1.1 + $(MSBuildProjectDirectory)=C:/hactoolnet/ + +