Skip to content

Commit

Permalink
Introducing HealthcareApis (#6839)
Browse files Browse the repository at this point in the history
* Checkin Related to HealthcareApis

* Changes as per feedback
  • Loading branch information
poadhika authored and erich-wang committed Jul 11, 2019
1 parent 3a55474 commit 19df98e
Show file tree
Hide file tree
Showing 56 changed files with 8,426 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>HealthcareApis_2018-08-20-preview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.438
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.HealthcareApis", "src\Microsoft.Azure.Management.HealthcareApis.csproj", "{6F4E6681-FA47-4FFC-8E02-32212FDEDDC9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Management.HealthcareApis.Tests", "tests\Microsoft.Azure.Management.HealthcareApis.Tests.csproj", "{FC36BDC8-F7B8-474D-BC49-15C11CA3C46A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F4E6681-FA47-4FFC-8E02-32212FDEDDC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F4E6681-FA47-4FFC-8E02-32212FDEDDC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F4E6681-FA47-4FFC-8E02-32212FDEDDC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F4E6681-FA47-4FFC-8E02-32212FDEDDC9}.Release|Any CPU.Build.0 = Release|Any CPU
{FC36BDC8-F7B8-474D-BC49-15C11CA3C46A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC36BDC8-F7B8-474D-BC49-15C11CA3C46A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC36BDC8-F7B8-474D-BC49-15C11CA3C46A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC36BDC8-F7B8-474D-BC49-15C11CA3C46A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1BFC1207-8DBF-48D2-834F-C7E26B272818}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 19df98e

Please sign in to comment.