Skip to content

Commit e40168b

Browse files
committed
Fix incorrect source path
1 parent 334878f commit e40168b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

msvc/Kanzi_VS2026.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6464
</ImportGroup>
6565
<PropertyGroup Label="UserMacros">
66-
<KanziSourceRoot>$(ProjectDir)..</KanziSourceRoot>
66+
<KanziSourceRoot>$(ProjectDir)..\src</KanziSourceRoot>
6767
</PropertyGroup>
6868
<PropertyGroup>
6969
<_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>

msvc/libkanzi_VS2026.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
7070
</ImportGroup>
7171
<PropertyGroup Label="UserMacros">
72-
<KanziSourceRoot>$(ProjectDir)..</KanziSourceRoot>
72+
<KanziSourceRoot>$(ProjectDir)..\src</KanziSourceRoot>
7373
</PropertyGroup>
7474
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
7575
<TargetExt>.lib</TargetExt>

0 commit comments

Comments
 (0)