From 8c00ad0e4fb0eff75d33cf9aedd42c239c82c590 Mon Sep 17 00:00:00 2001 From: Ted John Date: Mon, 22 Aug 2016 18:31:52 +0100 Subject: [PATCH] Create custom task for 7z --- openrct2.proj | 7 +++- openrct2.props | 100 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 2 deletions(-) create mode 100644 openrct2.props diff --git a/openrct2.proj b/openrct2.proj index a5a912d22d..58150f5e74 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -1,5 +1,9 @@ + + + + @@ -53,10 +57,9 @@ - + <_7z Output="$(OutZip)" Inputs="$(TempDir)\*" /> - diff --git a/openrct2.props b/openrct2.props new file mode 100644 index 0000000000..e5065fc6e5 --- /dev/null +++ b/openrct2.props @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + +