Add AsterNET as a dependency
This commit is contained in:
parent
060b4ee1a1
commit
69c9a0333c
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
[submodule "external/AsterNET"]
|
||||
path = external/AsterNET
|
||||
url = https://github.com/AsterNET/AsterNET.git
|
||||
branch = master
|
|
@ -23,6 +23,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\external\AsterNET\Asterisk.2013\Asterisk.NET\AsterNET.csproj" />
|
||||
<ProjectReference Include="..\PhoneToolMX.Models\PhoneToolMX.Models.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
1
external/AsterNET
vendored
Submodule
1
external/AsterNET
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c4df9d8ecb578460d6442f7cd673b9b11763fadd
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue