67 Star 529 Fork 71

indiff/qttabbar

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Installer.wixproj 3.19 KB
一键复制 编辑 原始数据 按行查看 历史
indiff 提交于 2022-11-05 09:54 +08:00 . release 1.5.5.8
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>3.5</ProductVersion>
<ProjectGuid>{1e197ba3-b592-44ac-85e1-7447e731856c}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>QTTabBar Setup</OutputName>
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug</DefineConstants>
<SuppressValidation>False</SuppressValidation>
<SuppressIces>ICE80</SuppressIces>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<SuppressValidation>False</SuppressValidation>
<SuppressIces>ICE80</SuppressIces>
<SuppressSpecificWarnings>1076;1118</SuppressSpecificWarnings>
<Cultures>en-US;zh-CN;de-DE;tr-TR;pt-BR;es-ES;ru-RU</Cultures>
</PropertyGroup>
<ItemGroup>
<Compile Include="CustomWelcomeEulaDlg.wxs" />
<Compile Include="Installer.wxs" />
<Compile Include="CustomWixUI_Minimal.wxs" />
</ItemGroup>
<ItemGroup>
<WixExtension Include="WixNetFxExtension">
<HintPath>$(WixExtDir)\WixNetFxExtension.dll</HintPath>
<Name>WixNetFxExtension</Name>
</WixExtension>
<WixExtension Include="WixUIExtension">
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
<Name>WixUIExtension</Name>
</WixExtension>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="lang.wxl" />
<EmbeddedResource Include="lang_es_ES.wxl" />
<EmbeddedResource Include="lang_pt_BR.wxl" />
<EmbeddedResource Include="lang_ru_RU.wxl" />
<EmbeddedResource Include="lang_tr_TR.wxl" />
<EmbeddedResource Include="lang_zh_CN.wxl" />
<EmbeddedResource Include="lang_de_DE.wxl" />
</ItemGroup>
<ItemGroup>
<Content Include="config.ini" />
<Content Include="libai.png" />
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<PropertyGroup>
<RunWixToolsOutOfProc>true</RunWixToolsOutOfProc>
<SetMsiAssemblyNameFileVersion>true</SetMsiAssemblyNameFileVersion>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent />
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/qwop/qttabbar.git
git@gitee.com:qwop/qttabbar.git
qwop
qttabbar
qttabbar
master

搜索帮助