1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6    <ProductVersion>3.10</ProductVersion>
7    <ProjectGuid>1fdef912-9783-4e0b-b656-fb80aa4b5f68</ProjectGuid>
8    <SchemaVersion>2.0</SchemaVersion>
9    <OutputName>storagenode</OutputName>
10    <OutputType>Package</OutputType>
11  </PropertyGroup>
12  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
13    <OutputPath>bin\$(Configuration)\</OutputPath>
14    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
15    <DefineConstants>Debug</DefineConstants>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
18    <OutputPath>bin\$(Configuration)\</OutputPath>
19    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
20  </PropertyGroup>
21  <ItemGroup>
22    <Compile Include="AllocatedStorageConfig.wxs" />
23    <Compile Include="StorjValidateUpgradeDlg.wxs" />
24    <Compile Include="StorjWelcomeDlg.wxs" />
25    <Compile Include="ValidationError.wxs" />
26    <Compile Include="InstallDirConfig.wxs" />
27    <Compile Include="CustomInstallDir.wxs" />
28    <Compile Include="EmailConfig.wxs" />
29    <Compile Include="PublicAddressConfig.wxs" />
30    <Compile Include="StorageDirConfig.wxs" />
31    <Compile Include="WalletConfig.wxs" />
32    <Compile Include="IdentityDir.wxs" />
33    <Compile Include="Product.wxs" />
34  </ItemGroup>
35  <ItemGroup>
36    <WixExtension Include="WixUtilExtension">
37      <HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath>
38      <Name>WixUtilExtension</Name>
39    </WixExtension>
40    <WixExtension Include="WixFirewallExtension">
41      <HintPath>$(WixExtDir)\WixFirewallExtension.dll</HintPath>
42      <Name>WixFirewallExtension</Name>
43    </WixExtension>
44    <WixExtension Include="WixUIExtension">
45      <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
46      <Name>WixUIExtension</Name>
47    </WixExtension>
48  </ItemGroup>
49  <ItemGroup>
50    <ProjectReference Include="Storj\Storj.csproj">
51      <Name>Storj</Name>
52      <Project>{ddd766c6-0aed-44c9-b61a-2d752d811b56}</Project>
53      <Private>True</Private>
54      <DoNotHarvest>True</DoNotHarvest>
55      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
56      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
57    </ProjectReference>
58  </ItemGroup>
59  <Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
60  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
61  <Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
62    <Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
63  </Target>
64  <!--
65	To modify your build process, add your task inside one of the targets below and uncomment it.
66	Other similar extension points exist, see Wix.targets.
67	<Target Name="BeforeBuild">
68	</Target>
69	<Target Name="AfterBuild">
70	</Target>
71	-->
72</Project>