📄 svcprowix.wixproj
字号:
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProductVersion>3.0</ProductVersion>
<ProjectGuid>{a8df9dda-f4b2-43ff-8663-cce5fd06675f}</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>ServiceProfiles</OutputName>
<OutputType>Package</OutputType>
<WixToolPath>$(ProgramFiles)\Windows Installer XML v3\bin\</WixToolPath>
<Name>SvcProWix</Name>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
<DefineConstants>Debug</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
<DefineConstants>Platform=Intel;ProgramFilesFolder=ProgramFilesFolder;Win64Ans=no;ReleaseFolder=</DefineConstants>
<IncludeSearchPaths>
</IncludeSearchPaths>
<Pedantic>False</Pedantic>
<ShowSourceTrace>False</ShowSourceTrace>
<SuppressSchemaValidation>False</SuppressSchemaValidation>
<SuppressSpecificWarnings>
</SuppressSpecificWarnings>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<VerboseOutput>False</VerboseOutput>
<AllowIdenticalRows>False</AllowIdenticalRows>
<CabinetCachePath>
</CabinetCachePath>
<CabinetCreationThreadCount>-1</CabinetCreationThreadCount>
<Cultures>en-US</Cultures>
<LeaveTemporaryFiles>False</LeaveTemporaryFiles>
<LinkerPedantic>False</LinkerPedantic>
<ReuseCabinetCache>False</ReuseCabinetCache>
<SetMsiAssemblyNameFileVersion>False</SetMsiAssemblyNameFileVersion>
<SuppressAclReset>False</SuppressAclReset>
<SuppressAssemblies>False</SuppressAssemblies>
<SuppressDefaultAdminSequenceActions>False</SuppressDefaultAdminSequenceActions>
<SuppressDefaultAdvSequenceActions>False</SuppressDefaultAdvSequenceActions>
<SuppressDefaultUISequenceActions>False</SuppressDefaultUISequenceActions>
<SuppressDroppingUnrealTables>False</SuppressDroppingUnrealTables>
<SuppressFileHashAndInfo>False</SuppressFileHashAndInfo>
<SuppressFiles>False</SuppressFiles>
<SuppressIces>
</SuppressIces>
<LinkerSuppressIntermediateFileVersionMatching>False</LinkerSuppressIntermediateFileVersionMatching>
<SuppressLayout>False</SuppressLayout>
<SuppressMsiAssemblyTableProcessing>False</SuppressMsiAssemblyTableProcessing>
<LinkerSuppressSchemaValidation>False</LinkerSuppressSchemaValidation>
<LinkerSuppressSpecificWarnings>
</LinkerSuppressSpecificWarnings>
<SuppressValidation>False</SuppressValidation>
<LinkerTreatWarningsAsErrors>False</LinkerTreatWarningsAsErrors>
<LinkerVerboseOutput>False</LinkerVerboseOutput>
<WixVariables>
</WixVariables>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release64' ">
<IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
<OutputPath>bin\Release64\</OutputPath>
<DefineConstants>Platform=x64;ProgramFilesFolder=ProgramFiles64Folder;Win64Ans=yes;ReleaseFolder=x64\</DefineConstants>
<IncludeSearchPaths>
</IncludeSearchPaths>
<Pedantic>False</Pedantic>
<ShowSourceTrace>False</ShowSourceTrace>
<SuppressSchemaValidation>False</SuppressSchemaValidation>
<SuppressSpecificWarnings>
</SuppressSpecificWarnings>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<VerboseOutput>False</VerboseOutput>
<AllowIdenticalRows>False</AllowIdenticalRows>
<CabinetCachePath>
</CabinetCachePath>
<CabinetCreationThreadCount>-1</CabinetCreationThreadCount>
<Cultures>en-US</Cultures>
<LeaveTemporaryFiles>False</LeaveTemporaryFiles>
<LinkerPedantic>False</LinkerPedantic>
<ReuseCabinetCache>False</ReuseCabinetCache>
<SetMsiAssemblyNameFileVersion>False</SetMsiAssemblyNameFileVersion>
<SuppressAclReset>False</SuppressAclReset>
<SuppressAssemblies>False</SuppressAssemblies>
<SuppressDefaultAdminSequenceActions>False</SuppressDefaultAdminSequenceActions>
<SuppressDefaultAdvSequenceActions>False</SuppressDefaultAdvSequenceActions>
<SuppressDefaultUISequenceActions>False</SuppressDefaultUISequenceActions>
<SuppressDroppingUnrealTables>False</SuppressDroppingUnrealTables>
<SuppressFileHashAndInfo>False</SuppressFileHashAndInfo>
<SuppressFiles>False</SuppressFiles>
<SuppressIces>
</SuppressIces>
<LinkerSuppressIntermediateFileVersionMatching>False</LinkerSuppressIntermediateFileVersionMatching>
<SuppressLayout>False</SuppressLayout>
<SuppressMsiAssemblyTableProcessing>False</SuppressMsiAssemblyTableProcessing>
<LinkerSuppressSchemaValidation>False</LinkerSuppressSchemaValidation>
<LinkerSuppressSpecificWarnings>
</LinkerSuppressSpecificWarnings>
<SuppressValidation>False</SuppressValidation>
<LinkerTreatWarningsAsErrors>False</LinkerTreatWarningsAsErrors>
<LinkerVerboseOutput>False</LinkerVerboseOutput>
<WixVariables>
</WixVariables>
</PropertyGroup>
<ItemGroup>
<Compile Include="SvcProWix.wxs" />
</ItemGroup>
<ItemGroup>
<WixExtension Include="C:\Program Files (x86)\Windows Installer XML v3\bin\WixUIExtension.dll" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets" />
<!--
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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -