Skip to content
Snippets Groups Projects
Select Git revision
  • archive
  • master default protected
  • v7.14.3
  • v7.14.2
  • v7.14.1
  • v7.14
  • v7.13
  • v7.12
  • v7.11
  • v7.10
  • v7.9
  • v7.8
  • v7.7
  • v7.6
  • v7.5
  • v7.4
  • v7.3
  • v7.3_MultiCellType
  • v7.2
  • v7.2_MultiCell
  • v7.1
  • v7.1_MultiCell
22 results

LEVER Bundle.wixproj

Blame
  • LEVER Bundle.wixproj 2.33 KiB
    <?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.9</ProductVersion>
        <ProjectGuid>376927e6-92fc-432a-9c5a-5470be49b447</ProjectGuid>
        <SchemaVersion>2.0</SchemaVersion>
        <OutputName>LEVER Install</OutputName>
        <OutputType>Bundle</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>installer\</OutputPath>
        <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
        <DefineConstants>Debug</DefineConstants>
      </PropertyGroup>
      <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
        <OutputPath>installer\</OutputPath>
        <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
      </PropertyGroup>
      <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
        <DefineConstants>Debug</DefineConstants>
        <OutputPath>installer\</OutputPath>
        <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
      </PropertyGroup>
      <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
        <OutputPath>installer\</OutputPath>
        <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
      </PropertyGroup>
      <ItemGroup>
        <WixExtension Include="WixBalExtension">
          <HintPath>$(WixExtDir)\WixBalExtension.dll</HintPath>
          <Name>WixBalExtension</Name>
        </WixExtension>
      </ItemGroup>
      <ItemGroup>
        <Compile Include="LEVER-Bundle.wxs" />
      </ItemGroup>
      <Import Project="$(WixTargetsPath)" />
      <!--
    	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>