diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-06-15 09:49:40 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-06-15 09:49:40 -0700 |
commit | 5ff32fa9fde85d664b60b0a9ff4d0799e2e0a2b3 (patch) | |
tree | f691e0243646ed826fb5a35ef61e5a032846b287 /src/csharp/Grpc.IntegrationTesting.QpsWorker | |
parent | c58b3bbbaf01f3492aedce5bc88cd11873a4b8a0 (diff) |
update .xproj files
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.QpsWorker')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.xproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.xproj b/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.xproj index 7348004c98..15bec443d6 100644 --- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.xproj +++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.xproj @@ -9,9 +9,8 @@ <ProjectGuid>661b70d7-f56a-46e0-9b81-6227b591b5e7</ProjectGuid> <RootNamespace>Grpc.IntegrationTesting.QpsWorker</RootNamespace> <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath> - <OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath> + <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> </PropertyGroup> - <PropertyGroup> <SchemaVersion>2.0</SchemaVersion> </PropertyGroup> |