Added LwesBinaryInstaller0.1.486.19070.msi
[lwes-dotnet.git] / LwesBinaryInstaller / LwesBinaryInstaller.wixproj
blob9555443e2b90a75fcf5c074cb17574ebca5afbfe
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
6     <ProductVersion>3.0</ProductVersion>\r
7     <ProjectGuid>{8cfde627-6ad7-4da4-b016-3fbfc90c976b}</ProjectGuid>\r
8     <SchemaVersion>2.0</SchemaVersion>\r
9     <VersionStamp>0.1.486.19070</VersionStamp>\r
10     <OutputName>LwesBinaryInstaller$(VersionStamp)</OutputName>\r
11     <OutputType>Package</OutputType>\r
12     <WixToolPath>..\3rdParty\wix\v3.0.5419.0\</WixToolPath>\r
13     <WixTargetsPath Condition="Exists('$(WixToolPath)')">$(WixToolPath)wix.targets</WixTargetsPath>\r
14     <WixTasksPath>WixTasks.dll</WixTasksPath>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
17     <OutputPath>..\InstallerBuilds\</OutputPath>\r
18     <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>\r
19     <DefineConstants>Debug</DefineConstants>\r
20     <SuppressPdbOutput>True</SuppressPdbOutput>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
23     <OutputPath>..\InstallerBuilds\</OutputPath>\r
24     <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>\r
25   </PropertyGroup>\r
26   <ItemGroup>\r
27     <Compile Include="Product.wxs" />\r
28   </ItemGroup>\r
29   <ItemGroup>\r
30     <ProjectReference Include="..\Org.Lwes\Org.Lwes.csproj">\r
31       <Name>Org.Lwes</Name>\r
32       <Project>{67cfccf0-62a6-4e5a-93b9-71c99c1b394d}</Project>\r
33       <Private>True</Private>\r
34     </ProjectReference>\r
35   </ItemGroup>\r
36   <ItemGroup>\r
37     <WixExtension Include="WixUIExtension">\r
38       <HintPath>..\3rdParty\wix\v3.0.5419.0\WixUIExtension.dll</HintPath>\r
39     </WixExtension>\r
40   </ItemGroup>\r
41   <ItemGroup>\r
42     <Content Include="lgpl-3.0.rtf" />\r
43   </ItemGroup>\r
44   <Import Project="$(WixTargetsPath)" />\r
45   <!--\r
46         To modify your build process, add your task inside one of the targets below and uncomment it.\r
47         Other similar extension points exist, see Wix.targets.\r
48         <Target Name="BeforeBuild">\r
49         </Target>\r
50         <Target Name="AfterBuild">\r
51         </Target>\r
52         -->\r
53 </Project>