Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" 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>8c5e5162-3b75-42e2-bf29-6ba042f6a319</ProjectGuid>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <OutputName>WiXSandBox</OutputName>
  10. <OutputType>Package</OutputType>
  11. <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)MicrosoftWiXv3.xWix.targets</WixTargetsPath>
  12. <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)MicrosoftWiXv3.xWix.targets</WixTargetsPath>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  15. <OutputPath>bin$(Configuration)</OutputPath>
  16. <IntermediateOutputPath>obj$(Configuration)</IntermediateOutputPath>
  17. <DefineConstants>Debug</DefineConstants>
  18. <SuppressValidation>True</SuppressValidation>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  21. <OutputPath>bin$(Configuration)</OutputPath>
  22. <IntermediateOutputPath>obj$(Configuration)</IntermediateOutputPath>
  23. </PropertyGroup>
  24. <PropertyGroup>
  25. <EnableProjectHarvesting>True</EnableProjectHarvesting>
  26. </PropertyGroup>
  27. <ItemGroup>
  28. <Compile Include="Product.wxs" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <ProjectReference Include="..ClassForWixClassForWix.csproj">
  32. <Name>ClassForWix</Name>
  33. <Project>{ab79efb4-d5c5-4721-841c-446187c10d68}</Project>
  34. <Private>True</Private>
  35. <DoNotHarvest>
  36. </DoNotHarvest>
  37. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  38. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  39. </ProjectReference>
  40. <ProjectReference Include="..MainForWixMainForWix.csproj">
  41. <Name>MainForWix</Name>
  42. <Project>{200d1875-4d78-48e2-95a0-3bd418643abd}</Project>
  43. <Private>True</Private>
  44. <DoNotHarvest>
  45. </DoNotHarvest>
  46. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  47. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  48. </ProjectReference>
  49. </ItemGroup>
  50. <Import Project="$(WixTargetsPath)" />
  51.  
  52. <Target Name="BeforeBuild">
  53. <HeatDirectory ComponentGroupName="Harvested3rdPartyLibraries" Directory="..3rdPartyLibraries" AutoGenerateGuids="$(HarvestDirectoryAutogenerateGuids)" GenerateGuidsNow="$(HarvestDirectoryGenerateGuidsNow)" ToolPath="$(WixToolPath)" PreProcessorVariable="var.HarvestPath" OutputFile="HeatGenerated3rdPartyLibraries.wxs" DirectoryRefId="INSTALLFOLDER" SuppressRootDirectory="true" />
  54. </Target>
  55. </Project>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement