Skip to content

Commit

Permalink
Add TizenProject prop
Browse files Browse the repository at this point in the history
Adding `TizenProject` property to mark this project as Tizen which is used when getting Tizen project list.
  • Loading branch information
JoonghyunCho committed Sep 5, 2024
1 parent a3737a0 commit 3c9d76e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workload/src/Samsung.Tizen.Sdk/Sdk/AutoImport.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ https://github.com/dotnet/designs/blob/4703666296f5e59964961464c25807c727282cae/
<TizenManifestFile Condition="'$(TizenManifestFile)' == ''">tizen-manifest.xml</TizenManifestFile>
<TizenResourcePrefix Condition="'$(TizenResourcePrefix)' == ''">res</TizenResourcePrefix>
<TizenSharedPrefix Condition="'$(TizenSharedPrefix)' == ''">shared</TizenSharedPrefix>
<TizenProject>true</TizenProject>
</PropertyGroup>

<ItemGroup>
Expand All @@ -32,4 +33,4 @@ https://github.com/dotnet/designs/blob/4703666296f5e59964961464c25807c727282cae/
<TizenSharedResource Include="$(TizenSharedPrefix)\**\*" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(TizenTpkUserExcludeFiles)" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 3c9d76e

Please sign in to comment.