From 7a7fda5240ac41131c568b00eeafbaae772c711e Mon Sep 17 00:00:00 2001 From: aswin-in-philips Date: Thu, 5 May 2022 10:50:16 +0530 Subject: [PATCH] adding .proj files --- Directory.Build.props | 6 ++++ build/Common.Properties.proj | 62 +++++++++++++++++++++++++++++++++ build/Common.Targets.proj | 43 +++++++++++++++++++++++ build/api_automation_build.proj | 21 +++++++++++ 4 files changed, 132 insertions(+) create mode 100644 Directory.Build.props create mode 100644 build/Common.Properties.proj create mode 100644 build/Common.Targets.proj create mode 100644 build/api_automation_build.proj 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