ShareX/Directory.build.props

25 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-01-20 23:53:57 +00:00
<Project>
<PropertyGroup>
2024-01-21 01:42:51 +00:00
<Company>ShareX Team</Company>
<Product>ShareX</Product>
<Copyright>Copyright (c) 2007-2024 ShareX Team</Copyright>
2024-04-23 03:07:05 +00:00
<Version>16.0.4</Version>
2024-01-21 14:18:24 +00:00
<EmbeddedResourceUseDependentUponConvention>true</EmbeddedResourceUseDependentUponConvention>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Configurations>Release;Debug;Steam;MicrosoftStore;MicrosoftStoreDebug</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Steam'">
<DefineConstants>$(DefineConstants);STEAM</DefineConstants>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'MicrosoftStore'">
2024-04-11 15:31:21 +00:00
<DefineConstants>$(DefineConstants);MicrosoftStore</DefineConstants>
2024-01-21 14:18:24 +00:00
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'MicrosoftStoreDebug'">
2024-04-11 15:31:21 +00:00
<DefineConstants>$(DefineConstants);DEBUG;MicrosoftStore</DefineConstants>
2024-01-21 14:18:24 +00:00
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
2024-01-20 23:53:57 +00:00
</PropertyGroup>
</Project>