diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-06-23 09:23:01 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-06-23 09:23:01 -0700 |
commit | 05fd4fe0436fadeb7c10bba2c326c9687d485a8d (patch) | |
tree | 27a37a9398c80583cda23504725cfc78020594a0 /src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.xproj | |
parent | 0224dcc2dcda932a171776de325fa2e66c95478f (diff) | |
parent | 60e98ec3feab9cc347d6eacb48fb98cecb88c089 (diff) |
Merge branch 'master' into epoll_changes
Diffstat (limited to 'src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.xproj')
-rw-r--r-- | src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.xproj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.xproj b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.xproj new file mode 100644 index 0000000000..5806a7af97 --- /dev/null +++ b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.xproj @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="14.0.25123" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0.25123</VisualStudioVersion> + <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> + </PropertyGroup> + <Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" /> + <PropertyGroup Label="Globals"> + <ProjectGuid>3be4ad0b-2bf0-4d68-b625-f6018ef0dcfa</ProjectGuid> + <RootNamespace>Grpc.HealthCheck</RootNamespace> + <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath> + <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> + </PropertyGroup> + <PropertyGroup> + <SchemaVersion>2.0</SchemaVersion> + </PropertyGroup> + <Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" /> +</Project>
\ No newline at end of file |