~cbehrens/openstack-guest-agents/lp764221

« back to all changes in this revision

Viewing changes to src/xenserver/windows/src/Rackspace.Cloud.Server.Agent.Deployer/Rackspace.Cloud.Server.Agent.Deployer.wixproj

  • Committer: Antony Messerli
  • Date: 2011-03-02 21:56:51 UTC
  • Revision ID: amesserl@rackspace.com-20110302215651-0clqh49spumg13c6
Initial commit Rackspace Windows Guest Agent

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
2
  <PropertyGroup>
 
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
4
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 
5
    <ProductVersion>3.0</ProductVersion>
 
6
    <ProjectGuid>{6dcd721c-ec38-4b33-82cd-e3a5ff7c1113}</ProjectGuid>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <OutputName>RackspaceCloudServersAgent_$(var.BUILDNUMBER)</OutputName>
 
9
    <OutputType>Package</OutputType>
 
10
    <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>
 
11
    <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
14
    <OutputPath>bin\$(Configuration)\</OutputPath>
 
15
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
 
16
    <DefineConstants>Debug;BUILDNUMBER=1.0.1.0;CONFIG=Debug</DefineConstants>
 
17
    <SuppressAllWarnings>True</SuppressAllWarnings>
 
18
    <Pedantic>False</Pedantic>
 
19
  </PropertyGroup>
 
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
21
    <OutputPath>bin\$(Configuration)\</OutputPath>
 
22
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
 
23
  </PropertyGroup>
 
24
  <ItemGroup>
 
25
    <Compile Include="Product.wxs" />
 
26
  </ItemGroup>
 
27
  <Import Project="$(WixTargetsPath)" />
 
28
  <!--
 
29
        To modify your build process, add your task inside one of the targets below and uncomment it.
 
30
        Other similar extension points exist, see Wix.targets.
 
31
        <Target Name="BeforeBuild">
 
32
        </Target>
 
33
        <Target Name="AfterBuild">
 
34
        </Target>
 
35
        -->
 
36
</Project>
 
 
b'\\ No newline at end of file'