aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters
diff options
context:
space:
mode:
Diffstat (limited to 'vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters')
-rw-r--r--vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters24
1 files changed, 12 insertions, 12 deletions
diff --git a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters
index b20bd35723..e76ca188ef 100644
--- a/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters
+++ b/vsprojects/vcxproj/test/stress_test/stress_test.vcxproj.filters
@@ -1,42 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
- <ClCompile Include="..\..\..\..\test\proto\empty.proto">
+ <ClCompile Include="$(SolutionDir)\..\test\proto\empty.proto">
<Filter>test\proto</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\test\proto\messages.proto">
+ <ClCompile Include="$(SolutionDir)\..\test\proto\messages.proto">
<Filter>test\proto</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\test\proto\metrics.proto">
+ <ClCompile Include="$(SolutionDir)\..\test\proto\metrics.proto">
<Filter>test\proto</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\test\proto\test.proto">
+ <ClCompile Include="$(SolutionDir)\..\test\proto\test.proto">
<Filter>test\proto</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\test\cpp\interop\interop_client.cc">
+ <ClCompile Include="$(SolutionDir)\..\test\cpp\interop\interop_client.cc">
<Filter>test\cpp\interop</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\test\cpp\interop\stress_interop_client.cc">
+ <ClCompile Include="$(SolutionDir)\..\test\cpp\interop\stress_interop_client.cc">
<Filter>test\cpp\interop</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\test\cpp\interop\stress_test.cc">
+ <ClCompile Include="$(SolutionDir)\..\test\cpp\interop\stress_test.cc">
<Filter>test\cpp\interop</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\..\test\cpp\util\metrics_server.cc">
+ <ClCompile Include="$(SolutionDir)\..\test\cpp\util\metrics_server.cc">
<Filter>test\cpp\util</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="..\..\..\..\test\cpp\interop\client_helper.h">
+ <ClInclude Include="$(SolutionDir)\..\test\cpp\interop\client_helper.h">
<Filter>test\cpp\interop</Filter>
</ClInclude>
- <ClInclude Include="..\..\..\..\test\cpp\interop\interop_client.h">
+ <ClInclude Include="$(SolutionDir)\..\test\cpp\interop\interop_client.h">
<Filter>test\cpp\interop</Filter>
</ClInclude>
- <ClInclude Include="..\..\..\..\test\cpp\interop\stress_interop_client.h">
+ <ClInclude Include="$(SolutionDir)\..\test\cpp\interop\stress_interop_client.h">
<Filter>test\cpp\interop</Filter>
</ClInclude>
- <ClInclude Include="..\..\..\..\test\cpp\util\metrics_server.h">
+ <ClInclude Include="$(SolutionDir)\..\test\cpp\util\metrics_server.h">
<Filter>test\cpp\util</Filter>
</ClInclude>
</ItemGroup>