ShareX/Directory.build.props
Jaex 489f3fc86d
Some checks failed
Build ShareX / Build (Debug, Any CPU) (push) Has been cancelled
Build ShareX / Build (MicrosoftStore, Any CPU) (push) Has been cancelled
Build ShareX / Build (MicrosoftStoreDebug, Any CPU) (push) Has been cancelled
Build ShareX / Build (Release, Any CPU) (push) Has been cancelled
Build ShareX / Build (Steam, Any CPU) (push) Has been cancelled
Build ShareX / Release (push) Has been cancelled
Update version
2025-09-08 19:14:42 +03:00

25 lines
1.2 KiB
XML

<Project>
<PropertyGroup>
<Company>ShareX Team</Company>
<Product>ShareX</Product>
<Copyright>Copyright (c) 2007-2025 ShareX Team</Copyright>
<Version>18.0.2</Version>
<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'">
<DefineConstants>$(DefineConstants);MicrosoftStore</DefineConstants>
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'MicrosoftStoreDebug'">
<DefineConstants>$(DefineConstants);DEBUG;MicrosoftStore</DefineConstants>
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
</PropertyGroup>
</Project>