From 0759f007a1530e62d8037f0ac224f249efba580f Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 21 Jan 2021 14:44:42 -0600 Subject: [PATCH] Fixed Loader's dependency on Net3-Proxy --- BSIPA.sln | 27 ++------------------------- IPA.Loader/IPA.Loader.csproj | 4 ++-- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/BSIPA.sln b/BSIPA.sln index bd9cc8bb..e1df40a9 100644 --- a/BSIPA.sln +++ b/BSIPA.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.28729.10 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IPA", "IPA\IPA.csproj", "{14092533-98BB-40A4-9AFC-27BB75672A70}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPA", "IPA\IPA.csproj", "{14092533-98BB-40A4-9AFC-27BB75672A70}" ProjectSection(ProjectDependencies) = postProject {5F33B310-DC8D-4C0D-877E-BAC3908DE10F} = {5F33B310-DC8D-4C0D-877E-BAC3908DE10F} {10F0057C-6C1E-41AA-A4DE-2F9D2EABE55C} = {10F0057C-6C1E-41AA-A4DE-2F9D2EABE55C} @@ -42,6 +42,7 @@ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPA.Loader", "IPA.Loader\IPA.Loader.csproj", "{BBBA5CAD-B40E-4565-AE96-E8EC468DB54B}" ProjectSection(ProjectDependencies) = postProject {5F33B310-DC8D-4C0D-877E-BAC3908DE10F} = {5F33B310-DC8D-4C0D-877E-BAC3908DE10F} + {0DEDB099-9A26-4069-A4C1-A76CEB16283B} = {0DEDB099-9A26-4069-A4C1-A76CEB16283B} EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Net3-Proxy", "Net3-Proxy\Net3-Proxy.csproj", "{0DEDB099-9A26-4069-A4C1-A76CEB16283B}" @@ -220,30 +221,6 @@ Global {0DEDB099-9A26-4069-A4C1-A76CEB16283B}.Verbose|x64.Build.0 = Debug|Any CPU {0DEDB099-9A26-4069-A4C1-A76CEB16283B}.Verbose|x86.ActiveCfg = Debug|Any CPU {0DEDB099-9A26-4069-A4C1-A76CEB16283B}.Verbose|x86.Build.0 = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Debug|x64.ActiveCfg = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Debug|x64.Build.0 = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Debug|x86.ActiveCfg = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Debug|x86.Build.0 = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Release|Any CPU.Build.0 = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Release|x64.ActiveCfg = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Release|x64.Build.0 = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Release|x86.ActiveCfg = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Release|x86.Build.0 = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose_Release|Any CPU.ActiveCfg = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose_Release|Any CPU.Build.0 = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose_Release|x64.ActiveCfg = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose_Release|x64.Build.0 = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose_Release|x86.ActiveCfg = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose_Release|x86.Build.0 = Release|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose|Any CPU.ActiveCfg = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose|Any CPU.Build.0 = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose|x64.ActiveCfg = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose|x64.Build.0 = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose|x86.ActiveCfg = Debug|Any CPU - {A187A6D1-2994-421F-B625-11031F08F32D}.Verbose|x86.Build.0 = Debug|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/IPA.Loader/IPA.Loader.csproj b/IPA.Loader/IPA.Loader.csproj index afa14e6c..3ef4a9b0 100644 --- a/IPA.Loader/IPA.Loader.csproj +++ b/IPA.Loader/IPA.Loader.csproj @@ -44,8 +44,8 @@ - - + +