Skip to content

Commit

Permalink
20210717
Browse files Browse the repository at this point in the history
  • Loading branch information
ldcsaa committed Jul 17, 2021
1 parent c69094f commit 1a11870
Show file tree
Hide file tree
Showing 215 changed files with 1,433 additions and 265 deletions.
Binary file modified Doc/HP-Socket Development Guide.pdf
Binary file not shown.
19 changes: 19 additions & 0 deletions Linux/Change-APIs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# ======================================== #
HP-Socket v5.8.4 API Update List:
# ======================================== #
--------------------
1. TCP:
--------------------
HP_TcpServer_SetNoDelay (ADD)
HP_TcpAgent_SetNoDelay (ADD)
HP_TcpClient_SetNoDelay (ADD)
HP_TcpServer_IsNoDelay (ADD)
HP_TcpAgent_IsNoDelay (ADD)
HP_TcpClient_IsNoDelay (ADD)

--------------------
2. Global:
--------------------
SYS_Calloc (ADD)
SYS_Alloca (ADD)

# ======================================== #
HP-Socket v5.7.3 API Update List:
# ======================================== #
--------------------
Expand Down
18 changes: 17 additions & 1 deletion Linux/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
==========================================================================================
v5.8.4 Update:
==========================================================================================

> Major Upadate
-----------------
1. Add global functions: SYS_Calloc(), SYS_Alloca().
2. TCP series components add interface methods: SetNoDelay(), IsNoDelay().
3. Bug fix: mimalloc for NDK throws segment fault exception.
4. HP socket for NDK compilation script enable mimalloc by default.

> Third-party library Upadate
-----------------
1. mimalloc upgrade to version 1.7.2.
2. llhttp upgrade to version 6.0.4.

==========================================================================================
v5.8.3 Update:
==========================================================================================

> Major Upadate
-----------------
1. Bug fix: Deadlock may occur when ARQ UDP components send data.
2. HP socket for NDK compilation script does not introduce mimalloc by default.
2. HP socket for NDK compilation script disable mimalloc by default.

> Third-party library Upadate
-----------------
Expand Down
2 changes: 1 addition & 1 deletion Linux/build-android-ndk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if exist %LIBS_OUT% (
rd /s /q %LIBS_OUT%
)

call ndk-build NDK_PROJECT_PATH=%PROJECT_PATH% NDK_LIBS_OUT=%LIBS_OUT% NDK_OUT=%OBJ_OUT% _MIMALLOC_DISABLED=true %*
call ndk-build NDK_PROJECT_PATH=%PROJECT_PATH% NDK_LIBS_OUT=%LIBS_OUT% NDK_OUT=%OBJ_OUT% %*

call :cp_static_lib arm64-v8a
call :cp_static_lib armeabi-v7a
Expand Down
2 changes: 1 addition & 1 deletion Linux/build-android-ndk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function cp_static_lib

rm -rf $LIBS_OUT

ndk-build NDK_PROJECT_PATH=$PROJECT_PATH NDK_LIBS_OUT=$LIBS_OUT NDK_OUT=$OBJ_OUT _MIMALLOC_DISABLED=true $@
ndk-build NDK_PROJECT_PATH=$PROJECT_PATH NDK_LIBS_OUT=$LIBS_OUT NDK_OUT=$OBJ_OUT $@

cp_static_lib arm64-v8a
cp_static_lib armeabi-v7a
Expand Down
18 changes: 18 additions & 0 deletions Linux/demo/testecho-arq-pfm/client/client.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -84,6 +87,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -93,6 +99,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -102,6 +111,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -111,6 +123,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -120,6 +135,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\common\FileHelper.cpp" />
Expand Down
18 changes: 18 additions & 0 deletions Linux/demo/testecho-arq-pfm/server/server.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -84,6 +87,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -93,6 +99,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -102,6 +111,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -111,6 +123,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -120,6 +135,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\common\FileHelper.cpp" />
Expand Down
18 changes: 18 additions & 0 deletions Linux/demo/testecho-arq/client/client.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -84,6 +87,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -93,6 +99,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -102,6 +111,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -111,6 +123,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -120,6 +135,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\ArqHelper.cpp" />
Expand Down
18 changes: 18 additions & 0 deletions Linux/demo/testecho-arq/server/server.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -84,6 +87,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -93,6 +99,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -102,6 +111,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -111,6 +123,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<OutDir>../../$(Configuration)/$(Platform)/</OutDir>
Expand All @@ -120,6 +135,9 @@
<RemoteProjectDir>$(RemoteRootDir)/$(SolutionName)/$(ProjectName)</RemoteProjectDir>
<LocalRemoteCopySources>false</LocalRemoteCopySources>
<RemoteLinkLocalCopyOutput>false</RemoteLinkLocalCopyOutput>
<RemoteIntRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(IntDir)</RemoteIntRelDir>
<RemoteOutRelDir>$(RemoteProjectRelDir)/$(ProjectName)/$(OutDir)</RemoteOutRelDir>
<RemoteDeployDir>$(RemoteOutputRelDir)</RemoteDeployDir>
</PropertyGroup>
<ItemGroup>
<ClCompile Include="..\..\..\src\ArqHelper.cpp" />
Expand Down
Loading

0 comments on commit 1a11870

Please sign in to comment.