10 Star 31 Fork 14

Gitee 极速下载 / ShareX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ShareX/ShareX
克隆/下载
Directory.build.props 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
Jaex 提交于 2024-05-09 06:56 . Update version
<Project>
<PropertyGroup>
<Company>ShareX Team</Company>
<Product>ShareX</Product>
<Copyright>Copyright (c) 2007-2024 ShareX Team</Copyright>
<Version>16.1.1</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>
C#
1
https://gitee.com/mirrors/ShareX.git
git@gitee.com:mirrors/ShareX.git
mirrors
ShareX
ShareX
develop

搜索帮助