代码拉取完成,页面将自动刷新
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。