From 64525347b8f8447a19b0131ebfcb85da34da4480 Mon Sep 17 00:00:00 2001
From: TSR Berry <20988865+TSRBerry@users.noreply.github.com>
Date: Thu, 15 Dec 2022 16:06:27 +0100
Subject: [PATCH] Add solution and project files
---
Directory.Packages.props | 9 ++++
Ryujinx.CustomTasks.sln | 16 ++++++
.../Ryujinx.CustomTasks.csproj | 50 +++++++++++++++++++
3 files changed, 75 insertions(+)
create mode 100644 Directory.Packages.props
create mode 100644 Ryujinx.CustomTasks.sln
create mode 100644 Ryujinx.CustomTasks/Ryujinx.CustomTasks.csproj
diff --git a/Directory.Packages.props b/Directory.Packages.props
new file mode 100644
index 0000000..6d1b8af
--- /dev/null
+++ b/Directory.Packages.props
@@ -0,0 +1,9 @@
+
+
+ true
+
+
+
+
+
+
diff --git a/Ryujinx.CustomTasks.sln b/Ryujinx.CustomTasks.sln
new file mode 100644
index 0000000..0c6e082
--- /dev/null
+++ b/Ryujinx.CustomTasks.sln
@@ -0,0 +1,16 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ryujinx.CustomTasks", "Ryujinx.CustomTasks\Ryujinx.CustomTasks.csproj", "{3CE98524-3E6A-469D-AEAB-C54594F571F7}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {3CE98524-3E6A-469D-AEAB-C54594F571F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3CE98524-3E6A-469D-AEAB-C54594F571F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3CE98524-3E6A-469D-AEAB-C54594F571F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3CE98524-3E6A-469D-AEAB-C54594F571F7}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+EndGlobal
diff --git a/Ryujinx.CustomTasks/Ryujinx.CustomTasks.csproj b/Ryujinx.CustomTasks/Ryujinx.CustomTasks.csproj
new file mode 100644
index 0000000..710b1d8
--- /dev/null
+++ b/Ryujinx.CustomTasks/Ryujinx.CustomTasks.csproj
@@ -0,0 +1,50 @@
+
+
+
+ netstandard2.0
+ true
+ Ryujinx.CustomTasks
+ Ryujinx.CustomTasks
+ A collection of custom MSBuild tasks.
+ 1.0.0
+ https://github.com/Ryujinx/Ryujinx.CustomTasks
+ MIT
+
+ true
+
+ $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage
+
+ tasks
+
+ NU5100
+
+ true
+ 8
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+