diff options
Diffstat (limited to 'msvc/projects/vc2015/test_threads/test_threads.vcxproj')
-rw-r--r-- | msvc/projects/vc2015/test_threads/test_threads.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/msvc/projects/vc2015/test_threads/test_threads.vcxproj b/msvc/projects/vc2015/test_threads/test_threads.vcxproj index f5e9898..325876d 100644 --- a/msvc/projects/vc2015/test_threads/test_threads.vcxproj +++ b/msvc/projects/vc2015/test_threads/test_threads.vcxproj @@ -310,8 +310,8 @@ </Link> </ItemDefinitionGroup> <ItemGroup> - <ClCompile Include="test_threads.cpp" /> - <ClCompile Include="test_threads_main.cpp" /> + <ClCompile Include="..\..\..\test_threads\test_threads.cpp" /> + <ClCompile Include="..\..\..\test_threads\test_threads_main.cpp" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\jemalloc\jemalloc.vcxproj"> @@ -319,7 +319,7 @@ </ProjectReference> </ItemGroup> <ItemGroup> - <ClInclude Include="test_threads.h" /> + <ClInclude Include="..\..\..\test_threads\test_threads.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |