Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Commit

Permalink
update include path
Browse files Browse the repository at this point in the history
  • Loading branch information
es3n1n committed Jan 6, 2022
1 parent 44b6c7c commit 0d2062c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dolboeb-executor/dolboeb-executor.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,28 +78,28 @@
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)output\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)intermediates\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<IncludePath>$(SolutionDir)phymem-sample\;$(SolutionDir)lib-dolboeb-executor\;$(IncludePath)</IncludePath>
<IncludePath>$(ProjectDir)..\phymem-sample\;$(ProjectDir)..\lib-dolboeb-executor\;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)output\$(Configuration)\;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)output\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)intermediates\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<IncludePath>$(SolutionDir)phymem-sample\;$(SolutionDir)lib-dolboeb-executor\;$(IncludePath)</IncludePath>
<IncludePath>$(ProjectDir)..\phymem-sample\;$(ProjectDir)..\lib-dolboeb-executor\;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)output\$(Configuration)\;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)output\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)intermediates\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<IncludePath>$(SolutionDir)phymem-sample\;$(SolutionDir)lib-dolboeb-executor\;$(IncludePath)</IncludePath>
<IncludePath>$(ProjectDir)..\phymem-sample\;$(ProjectDir)..\lib-dolboeb-executor\;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)output\$(Configuration)\;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)output\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)intermediates\$(Configuration)\$(MSBuildProjectName)\</IntDir>
<IncludePath>$(SolutionDir)phymem-sample\;$(SolutionDir)lib-dolboeb-executor\;$(IncludePath)</IncludePath>
<IncludePath>$(ProjectDir)..\phymem-sample\;$(ProjectDir)..\lib-dolboeb-executor\;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)output\$(Configuration)\;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand Down
8 changes: 4 additions & 4 deletions phymem-sample/phymem-sample.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,28 +80,28 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>$(SolutionDir)lib-dolboeb-executor\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectDir)..\lib-dolboeb-executor\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>$(SolutionDir)output\$(Configuration)\;$(LibraryPath)</LibraryPath>
<OutDir>$(SolutionDir)output\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)intermediates\$(Configuration)\$(MSBuildProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(SolutionDir)lib-dolboeb-executor\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectDir)..\lib-dolboeb-executor\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>$(SolutionDir)output\$(Configuration)\;$(LibraryPath)</LibraryPath>
<OutDir>$(SolutionDir)output\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)intermediates\$(Configuration)\$(MSBuildProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>$(SolutionDir)lib-dolboeb-executor\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectDir)..\lib-dolboeb-executor\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>$(SolutionDir)output\$(Configuration)\;$(LibraryPath)</LibraryPath>
<OutDir>$(SolutionDir)output\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)intermediates\$(Configuration)\$(MSBuildProjectName)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(SolutionDir)lib-dolboeb-executor\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<IncludePath>$(ProjectDir)..\lib-dolboeb-executor\;$(VC_IncludePath);$(WindowsSDK_IncludePath);</IncludePath>
<LibraryPath>$(SolutionDir)output\$(Configuration)\;$(LibraryPath)</LibraryPath>
<OutDir>$(SolutionDir)output\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)intermediates\$(Configuration)\$(MSBuildProjectName)\</IntDir>
Expand Down

0 comments on commit 0d2062c

Please sign in to comment.