Skip to content

Commit 0faa31d

Browse files
committed
Fix sources.proj reference to SafeInt3.hpp.
Wrong path was used, causing VS to always touch the project.
1 parent 4c8f1fe commit 0faa31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/src/build/sources.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<ClInclude Include="$(CasablancaIncludeDir)\cpprest\rawptrstream.h">
8383
<Filter>Header Files\cpprest</Filter>
8484
</ClInclude>
85-
<ClInclude Include="$(CasablancaIncludeDir)\cpprest\compat\SafeInt3.hpp">
85+
<ClInclude Include="$(CasablancaIncludeDir)\compat\SafeInt3.hpp">
8686
<Filter>Header Files\cpprest</Filter>
8787
</ClInclude>
8888
<ClInclude Include="$(CasablancaIncludeDir)\cpprest\streams.h">

0 commit comments

Comments
 (0)