|
@@ -71,22 +71,22 @@
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
- <IncludePath>.;$(HASHLINK)/include;$(HASHLINK);$(IncludePath)</IncludePath>
|
|
|
|
|
|
+ <IncludePath>.;$(HASHLINK)/include;$(HASHLINK)/src;$(IncludePath)</IncludePath>
|
|
<LibraryPath>$(HASHLINK);$(HASHLINK)/$(Configuration);$(LibraryPath)</LibraryPath>
|
|
<LibraryPath>$(HASHLINK);$(HASHLINK)/$(Configuration);$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
- <IncludePath>.;$(HASHLINK)/include;$(HASHLINK);$(IncludePath)</IncludePath>
|
|
|
|
|
|
+ <IncludePath>.;$(HASHLINK)/include;$(HASHLINK)/src;$(IncludePath)</IncludePath>
|
|
<LibraryPath>$(HASHLINK);$(HASHLINK)/x64/$(Configuration);$(LibraryPath)</LibraryPath>
|
|
<LibraryPath>$(HASHLINK);$(HASHLINK)/x64/$(Configuration);$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
- <IncludePath>.;$(HASHLINK)/include;$(HASHLINK);$(IncludePath)</IncludePath>
|
|
|
|
|
|
+ <IncludePath>.;$(HASHLINK)/include;$(HASHLINK)/src;$(IncludePath)</IncludePath>
|
|
<LibraryPath>$(HASHLINK);$(HASHLINK)/$(Configuration);$(LibraryPath)</LibraryPath>
|
|
<LibraryPath>$(HASHLINK);$(HASHLINK)/$(Configuration);$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
- <IncludePath>.;$(HASHLINK)/include;$(HASHLINK);$(IncludePath)</IncludePath>
|
|
|
|
|
|
+ <IncludePath>.;$(HASHLINK)/include;$(HASHLINK)/src;$(IncludePath)</IncludePath>
|
|
<LibraryPath>$(HASHLINK);$(HASHLINK)/x64/$(Configuration);$(LibraryPath)</LibraryPath>
|
|
<LibraryPath>$(HASHLINK);$(HASHLINK)/x64/$(Configuration);$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|