diff --git a/.gitmodules b/.gitmodules index 2727fc7e54f..e9d24b32c73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,3 +17,11 @@ path = external/opentk url = https://github.com/mono/opentk.git branch = master +[submodule "external/libzip"] + path = external/libzip + url = https://github.com/nih-at/libzip.git + branch = master +[submodule "external/LibZipSharp"] + path = external/LibZipSharp + url = https://github.com/grendello/LibZipSharp.git + branch = master diff --git a/Configuration.props b/Configuration.props index dbcad332af3..4a5e0874391 100644 --- a/Configuration.props +++ b/Configuration.props @@ -28,6 +28,8 @@ $(MSBuildThisFileDirectory)external\Java.Interop $(MSBuildThisFileDirectory)external\mono $(MSBuildThisFileDirectory)external\opentk + $(MSBuildThisFileDirectory)external\libzip + $(MSBuildThisFileDirectory)external\LibZipSharp $(MSBuildThisFileDirectory)external\sqlite $(MSBuildThisFileDirectory) armeabi;armeabi-v7a;x86 @@ -40,6 +42,8 @@ $([System.IO.Path]::GetFullPath ('$(MonoSourceDirectory)')) $([System.IO.Path]::GetFullPath ('$(SqliteSourceDirectory)')) $([System.IO.Path]::GetFullPath ('$(OpenTKSourceDirectory)')) + $([System.IO.Path]::GetFullPath ('$(LibZipSourceDirectory)')) + $([System.IO.Path]::GetFullPath ('$(LibZipSharpSourceDirectory)'))