2019-09-23 21:43:32 +01:00
<?xml version="1.0" encoding="utf-8"?>
2019-11-14 12:02:03 +00:00
<Project ToolsVersion= "12.0" DefaultTargets= "Build" InitialTargets= "EnsureWixToolsetInstalled" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2019-09-23 21:43:32 +01:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > x86</Platform>
<ProductVersion > 8.0.30703</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {DDD766C6-0AED-44C9-B61A-2D752D811B56}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > Storj</RootNamespace>
<AssemblyName > Storj</AssemblyName>
2019-11-14 12:02:03 +00:00
<TargetFrameworkVersion > v4.5.2</TargetFrameworkVersion>
2019-09-23 21:43:32 +01:00
<FileAlignment > 512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|x86' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|x86' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<Prefer32Bit > false</Prefer32Bit>
</PropertyGroup>
<ItemGroup >
2019-11-14 12:02:03 +00:00
<Reference Include= "Microsoft.CSharp" />
2019-09-23 21:43:32 +01:00
<Reference Include= "System" />
2019-11-14 12:02:03 +00:00
<Reference Include= "System.IO.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.Abstractions.7.0.7\lib\net40\System.IO.Abstractions.dll</HintPath>
</Reference>
2019-09-23 21:43:32 +01:00
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
<Reference Include= "Microsoft.Deployment.WindowsInstaller" >
<Private > True</Private>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "CustomAction.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Content Include= "CustomAction.config" />
</ItemGroup>
2019-11-14 12:02:03 +00:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2019-09-23 21:43:32 +01:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project= "$(WixCATargetsPath)" Condition= " '$(WixCATargetsPath)' != '' " />
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.CA.targets" Condition= " '$(WixCATargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.CA.targets') " />
<Target Name= "EnsureWixToolsetInstalled" Condition= " '$(WixCATargetsImported)' != 'true' " >
<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/" />
</Target>
</Project>