Removing auto generated Directory.Build.targets file to eliminate SVACE build error. 41/324841/1 tizen
authorazijurr <azijur.r@samsung.com>
Tue, 27 May 2025 13:40:35 +0000 (19:40 +0600)
committerazijurr <azijur.r@samsung.com>
Tue, 27 May 2025 13:40:35 +0000 (19:40 +0600)
Change-Id: I0c9fa15081b6e8dacfaef9ed68d751d3e105cc32
Signed-off-by: azijurr <azijur.r@samsung.com>
Notifications/Directory.Build.targets [deleted file]

diff --git a/Notifications/Directory.Build.targets b/Notifications/Directory.Build.targets
deleted file mode 100644 (file)
index e418e4c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<!--
-***********************************************************************************************
-<Build.Directory.targets>
-WARNING:  DO NOT MODIFY this file. Incorrect changes to this file will make it
-          impossible to load or build your projects from the IDE.
-
-***********************************************************************************************
--->
-
-<Project>    
-       <Target Name="BuildDotnet" AfterTargets="TizenPackage" >
-        <Message Text="Tizen Build starts here ------------" Importance="high"/>
-        <Message Text="$(MSBuildProjectDirectory)" Importance="high"/>
-        <PropertyGroup>
-            <WorkspaceFolder>$([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))</WorkspaceFolder>
-        </PropertyGroup>
-        <Message Text="Workspace: '$(WorkspaceFolder)'"  Importance="high" />
-
-               <Exec Command="D:\tizensdk\tools\tizen-core\tz.exe pack-chain  -S $(ProjectDir) $(ProjectDir)"> </Exec>
-    </Target>
-</Project>