From 98600536a2a0b7c71d4400e635736f55f22df904 Mon Sep 17 00:00:00 2001
From: TSR Berry <20988865+TSRBerry@users.noreply.github.com>
Date: Thu, 15 Dec 2022 16:49:21 +0100
Subject: [PATCH] Add props and targets file for MSBuild
---
.../build/Ryujinx.CustomTasks.props | 12 ++++++++
.../build/Ryujinx.CustomTasks.targets | 29 +++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 Ryujinx.CustomTasks/build/Ryujinx.CustomTasks.props
create mode 100644 Ryujinx.CustomTasks/build/Ryujinx.CustomTasks.targets
diff --git a/Ryujinx.CustomTasks/build/Ryujinx.CustomTasks.props b/Ryujinx.CustomTasks/build/Ryujinx.CustomTasks.props
new file mode 100644
index 0000000..9888b52
--- /dev/null
+++ b/Ryujinx.CustomTasks/build/Ryujinx.CustomTasks.props
@@ -0,0 +1,12 @@
+
+
+
+
+ <_TaskFolder>$(MSBuildThisFileDirectory)..\tasks\netstandard2.0
+
+ $(_TaskFolder)\$(MSBuildThisFileName).dll
+
+
+
+
+
diff --git a/Ryujinx.CustomTasks/build/Ryujinx.CustomTasks.targets b/Ryujinx.CustomTasks/build/Ryujinx.CustomTasks.targets
new file mode 100644
index 0000000..2da6a7b
--- /dev/null
+++ b/Ryujinx.CustomTasks/build/Ryujinx.CustomTasks.targets
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+