Fixed references in visual_studio_cpp exaple
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <windows.h>
|
||||
#include <strsafe.h>
|
||||
|
||||
#include "C:\msys\home\ZeroTier\libzt\include\libzt.h"
|
||||
#include "..\..\..\..\include\libzt.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
@@ -155,10 +155,7 @@
|
||||
<ClCompile Include="stdafx.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\..\..\..\..\..\msys\home\ZeroTier\libzt\libzt.dll" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Library Include="..\..\..\..\..\..\..\msys\home\ZeroTier\libzt\libzt.lib" />
|
||||
<Library Include="..\..\..\..\build\mingw32_nt-6.2\libzt.lib" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
||||
@@ -37,9 +37,6 @@
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\..\..\..\..\..\..\msys\home\ZeroTier\libzt\libzt.dll" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Library Include="..\..\..\..\..\..\..\msys\home\ZeroTier\libzt\libzt.lib" />
|
||||
<Library Include="..\..\..\..\build\mingw32_nt-6.2\libzt.lib" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user