diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..aa899bb7 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,6 @@ + + + Philips + 1.0.2 + + \ No newline at end of file diff --git a/build/Common.Properties.proj b/build/Common.Properties.proj new file mode 100644 index 00000000..105c81ea --- /dev/null +++ b/build/Common.Properties.proj @@ -0,0 +1,62 @@ + + + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\')) + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\')) + $(ToolsDir)Common.Targets.proj + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/Common.Targets.proj b/build/Common.Targets.proj new file mode 100644 index 00000000..be7c3240 --- /dev/null +++ b/build/Common.Targets.proj @@ -0,0 +1,43 @@ + + + + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\')) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ++++ ServiceId Not Assigned ++++ + ++++ ServiceId Not Assigned ++++ + ++++ ServiceId Not Assigned ++++ + + + + + + \ No newline at end of file diff --git a/build/api_automation_build.proj b/build/api_automation_build.proj new file mode 100644 index 00000000..79b78aed --- /dev/null +++ b/build/api_automation_build.proj @@ -0,0 +1,21 @@ + + + + + + netcoreapp3.1 + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\AutomationTest\')) + + + + + + + + + + + + + + \ No newline at end of file