Changeset 526
- Timestamp:
- 11/13/2008 2:15:45 AM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Installer/Installer.wixproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Installer/Installer.wixproj
r522 r526 6 6 <ProjectGuid>{318964cf-278d-41b2-a825-b9a0d1f5d766}</ProjectGuid> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 <OutputName> Installer</OutputName>8 <OutputName>Eraser</OutputName> 9 9 <OutputType>Package</OutputType> 10 10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath> 11 11 </PropertyGroup> 12 12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 13 <OutputPath>..\bin\ $(Configuration)\</OutputPath>13 <OutputPath>..\bin\Installer\$(Platform)\$(Configuration)\</OutputPath> 14 14 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> 15 15 <DefineConstants>Debug</DefineConstants> … … 17 17 </PropertyGroup> 18 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 19 <OutputPath>..\bin\ $(Configuration)\</OutputPath>19 <OutputPath>..\bin\Installer\$(Platform)\$(Configuration)\</OutputPath> 20 20 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> 21 </PropertyGroup> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 23 <DefineConstants>Debug</DefineConstants> 24 <VerboseOutput>True</VerboseOutput> 25 <OutputPath>..\bin\Installer\$(Platform)\$(Configuration)\</OutputPath> 26 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> 27 </PropertyGroup> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 29 <OutputPath>..\bin\Installer\$(Platform)\$(Configuration)\</OutputPath> 30 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> 21 31 </PropertyGroup> 22 32 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.
