Skip to content

Commit 9fc3dc9

Browse files
committed
修正编译问题
1 parent 1563301 commit 9fc3dc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TrafficMonitor/TrafficMonitor.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<LinkIncremental>true</LinkIncremental>
215215
<ExcludePath />
216216
<OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\</OutDir>
217-
<IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath>
217+
<IncludePath>$(ProjectDir);$(ProjectDir)..\include;$(IncludePath)</IncludePath>
218218
<LibraryPath>$(SolutionDir)lib\x64;$(OutDir);$(SolutionDir)Bin\x64\$(Configuration)\;$(LibraryPath)</LibraryPath>
219219
</PropertyGroup>
220220
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (lite)|x64'">
@@ -228,7 +228,7 @@
228228
<LinkIncremental>true</LinkIncremental>
229229
<ExcludePath />
230230
<OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\</OutDir>
231-
<IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath>
231+
<IncludePath>$(ProjectDir);$(ProjectDir)..\include;$(IncludePath)</IncludePath>
232232
<LibraryPath>$(SolutionDir)lib\x64;$(OutDir);$(SolutionDir)Bin\x64\$(Configuration)\;$(LibraryPath)</LibraryPath>
233233
</PropertyGroup>
234234
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -256,7 +256,7 @@
256256
<LinkIncremental>false</LinkIncremental>
257257
<ExcludePath />
258258
<OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\</OutDir>
259-
<IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath>
259+
<IncludePath>$(ProjectDir);$(ProjectDir)..\include;$(IncludePath)</IncludePath>
260260
<LibraryPath>$(SolutionDir)lib\x64;$(OutDir);$(SolutionDir)Bin\x64\$(Configuration)\;$(LibraryPath)</LibraryPath>
261261
</PropertyGroup>
262262
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (lite)|x64'">
@@ -270,7 +270,7 @@
270270
<LinkIncremental>false</LinkIncremental>
271271
<ExcludePath />
272272
<OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\</OutDir>
273-
<IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath>
273+
<IncludePath>$(ProjectDir);$(ProjectDir)..\include;$(IncludePath)</IncludePath>
274274
<LibraryPath>$(SolutionDir)lib\x64;$(OutDir);$(SolutionDir)Bin\x64\$(Configuration)\;$(LibraryPath)</LibraryPath>
275275
</PropertyGroup>
276276
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

0 commit comments

Comments
 (0)