From 69c9a0333c5b19d53538c8df0ad01d33d056c3c4 Mon Sep 17 00:00:00 2001 From: snow flurry Date: Sat, 21 Oct 2023 13:45:38 -0700 Subject: [PATCH] Add AsterNET as a dependency --- .gitmodules | 4 ++++ PhoneToolMX/PhoneToolMX.csproj | 1 + external/AsterNET | 1 + ptmx-asp.sln | 8 ++++++++ 4 files changed, 14 insertions(+) create mode 100644 .gitmodules create mode 160000 external/AsterNET diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..69a9c19 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "external/AsterNET"] + path = external/AsterNET + url = https://github.com/AsterNET/AsterNET.git + branch = master diff --git a/PhoneToolMX/PhoneToolMX.csproj b/PhoneToolMX/PhoneToolMX.csproj index 83189c1..64f11dc 100644 --- a/PhoneToolMX/PhoneToolMX.csproj +++ b/PhoneToolMX/PhoneToolMX.csproj @@ -23,6 +23,7 @@ + diff --git a/external/AsterNET b/external/AsterNET new file mode 160000 index 0000000..c4df9d8 --- /dev/null +++ b/external/AsterNET @@ -0,0 +1 @@ +Subproject commit c4df9d8ecb578460d6442f7cd673b9b11763fadd diff --git a/ptmx-asp.sln b/ptmx-asp.sln index 005ca1a..4bf747a 100644 --- a/ptmx-asp.sln +++ b/ptmx-asp.sln @@ -9,6 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PhoneToolMX.Models", "Phone EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PolyProv", "PolyProv\PolyProv.csproj", "{18199094-90AE-4C58-BE9E-65D486ECCC38}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsterNET", "external\AsterNET\Asterisk.2013\Asterisk.NET\AsterNET.csproj", "{DBBFEA95-BA6F-4D5D-93A3-7DC59A63BBDE}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -39,5 +41,11 @@ Global {18199094-90AE-4C58-BE9E-65D486ECCC38}.Release|Any CPU.Build.0 = Release|Any CPU {18199094-90AE-4C58-BE9E-65D486ECCC38}.Release|x64.ActiveCfg = Release|Any CPU {18199094-90AE-4C58-BE9E-65D486ECCC38}.Release|x64.Build.0 = Release|Any CPU + {DBBFEA95-BA6F-4D5D-93A3-7DC59A63BBDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DBBFEA95-BA6F-4D5D-93A3-7DC59A63BBDE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DBBFEA95-BA6F-4D5D-93A3-7DC59A63BBDE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DBBFEA95-BA6F-4D5D-93A3-7DC59A63BBDE}.Release|Any CPU.Build.0 = Release|Any CPU + {DBBFEA95-BA6F-4D5D-93A3-7DC59A63BBDE}.Release|x64.ActiveCfg = Release|Any CPU + {DBBFEA95-BA6F-4D5D-93A3-7DC59A63BBDE}.Release|x64.Build.0 = Release|Any CPU EndGlobalSection EndGlobal