diff --git a/IPA.Loader/Config/Stores/Attributes.cs b/IPA.Loader/Config/Stores/Attributes.cs new file mode 100644 index 00000000..420e7b2a --- /dev/null +++ b/IPA.Loader/Config/Stores/Attributes.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace IPA.Config.Stores.Attributes +{ + +} diff --git a/IPA.Loader/Config/Stores/GeneratedStoreCollections.cs b/IPA.Loader/Config/Stores/GeneratedStoreCollections.cs new file mode 100644 index 00000000..04348438 --- /dev/null +++ b/IPA.Loader/Config/Stores/GeneratedStoreCollections.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace IPA.Config.Stores.GeneratedCollections +{ + +} diff --git a/IPA.Loader/IPA.Loader.csproj b/IPA.Loader/IPA.Loader.csproj index 1785dc84..9c3e5602 100644 --- a/IPA.Loader/IPA.Loader.csproj +++ b/IPA.Loader/IPA.Loader.csproj @@ -94,7 +94,9 @@ + +