diff options
-rw-r--r-- | builds/msvc/c_local_lat/c_local_lat.vcproj | 2 | ||||
-rw-r--r-- | builds/msvc/c_local_thr/c_local_thr.vcproj | 2 | ||||
-rw-r--r-- | builds/msvc/c_remote_lat/c_remote_lat.vcproj | 2 | ||||
-rw-r--r-- | builds/msvc/c_remote_thr/c_remote_thr.vcproj | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/builds/msvc/c_local_lat/c_local_lat.vcproj b/builds/msvc/c_local_lat/c_local_lat.vcproj index bacaadb..a8d9a8d 100644 --- a/builds/msvc/c_local_lat/c_local_lat.vcproj +++ b/builds/msvc/c_local_lat/c_local_lat.vcproj @@ -166,7 +166,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\perf\local_lat.c" + RelativePath="..\..\..\perf\local_lat.cpp" > </File> </Filter> diff --git a/builds/msvc/c_local_thr/c_local_thr.vcproj b/builds/msvc/c_local_thr/c_local_thr.vcproj index 578de42..38425cc 100644 --- a/builds/msvc/c_local_thr/c_local_thr.vcproj +++ b/builds/msvc/c_local_thr/c_local_thr.vcproj @@ -166,7 +166,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\perf\local_thr.c" + RelativePath="..\..\..\perf\local_thr.cpp" > </File> </Filter> diff --git a/builds/msvc/c_remote_lat/c_remote_lat.vcproj b/builds/msvc/c_remote_lat/c_remote_lat.vcproj index 3a4c94f..5bce7e9 100644 --- a/builds/msvc/c_remote_lat/c_remote_lat.vcproj +++ b/builds/msvc/c_remote_lat/c_remote_lat.vcproj @@ -166,7 +166,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\perf\remote_lat.c" + RelativePath="..\..\..\perf\remote_lat.cpp" > </File> </Filter> diff --git a/builds/msvc/c_remote_thr/c_remote_thr.vcproj b/builds/msvc/c_remote_thr/c_remote_thr.vcproj index cd71d7c..1089549 100644 --- a/builds/msvc/c_remote_thr/c_remote_thr.vcproj +++ b/builds/msvc/c_remote_thr/c_remote_thr.vcproj @@ -166,7 +166,7 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath="..\..\..\perf\remote_thr.c" + RelativePath="..\..\..\perf\remote_thr.cpp" > </File> </Filter> |