Changeset 556
- Timestamp:
- 08/22/08 20:07:21 (11 years ago)
- Files:
-
- 4 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branch_0_3_1/Halite.sln
r503 r556 108 108 {00A33D18-879A-4143-BCAD-45993CCB5A8C}.Release64|x64.ActiveCfg = Release Logging|Win32 109 109 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Debug|Any CPU.ActiveCfg = Debug x86|Any CPU 110 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Debug|Win32.ActiveCfg = Debug x86| Any CPU111 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Debug|Win32.Build.0 = Debug x86| Any CPU110 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Debug|Win32.ActiveCfg = Debug x86|x86 111 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Debug|Win32.Build.0 = Debug x86|x86 112 112 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Debug|x64.ActiveCfg = Debug x86|Any CPU 113 113 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Release Logging|Any CPU.ActiveCfg = Release x86|Any CPU -
branch_0_3_1/sln/HalWiX/HalWiX.wixproj
r555 r556 142 142 </PropertyGroup> 143 143 <ItemGroup> 144 <ProjectReference Include="..\Halite\Halite.vcproj">145 <Name>Halite</Name>146 <Project>{ed987c84-fff9-4656-8f27-2a65fc0847fd}</Project>147 <Private>True</Private>148 </ProjectReference>149 </ItemGroup>150 <ItemGroup>151 144 <Compile Include="HalWiX.wxs" /> 152 145 </ItemGroup> 153 146 <ItemGroup> 147 <WixExtension Include="WixUIExtension"> 148 <HintPath>D:\Program Files (x86)\Windows Installer XML v3\bin\WixUIExtension.dll</HintPath> 149 </WixExtension> 150 <WixExtension Include="WixUIExtension"> 151 <HintPath>D:\Program Files (x86)\Windows Installer XML v3\bin\WixUIExtension.dll</HintPath> 152 </WixExtension> 153 <WixExtension Include="WixUIExtension"> 154 <HintPath>D:\Program Files (x86)\Windows Installer XML v3\bin\WixUIExtension.dll</HintPath> 155 </WixExtension> 154 156 <WixExtension Include="WixUIExtension"> 155 157 <HintPath>C:\Program Files (x86)\Windows Installer XML v3\bin\WixUIExtension.dll</HintPath> -
trunk/Halite.sln
r554 r556 1 1 2 2 Microsoft Visual Studio Solution File, Format Version 10.00 3 3 # Visual Studio 2008 … … 9 9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtorrent", "sln\libtorrent\libtorrent.vcproj", "{333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}" 10 10 EndProject 11 Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Hal WiX", "sln\HalWiX\HalWiX.wixproj", "{B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}"11 Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "HaliteWix", "sln\HaliteWix\HaliteWix.wixproj", "{96B9F803-98BB-4398-A0B6-77AB9143222F}" 12 12 EndProject 13 13 Global 14 14 GlobalSection(SolutionConfigurationPlatforms) = preSolution 15 Debug|Any CPU = Debug|Any CPU16 15 Debug|Win32 = Debug|Win32 17 16 Debug|x64 = Debug|x64 18 Release Logging|Any CPU = Release Logging|Any CPU17 Debug|x86 = Debug|x86 19 18 Release Logging|Win32 = Release Logging|Win32 20 19 Release Logging|x64 = Release Logging|x64 21 Release |Any CPU = Release|Any CPU20 Release Logging|x86 = Release Logging|x86 22 21 Release|Win32 = Release|Win32 23 22 Release|x64 = Release|x64 23 Release|x86 = Release|x86 24 24 EndGlobalSection 25 25 GlobalSection(ProjectConfigurationPlatforms) = postSolution 26 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Debug|Any CPU.ActiveCfg = Debug|x6427 26 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Debug|Win32.ActiveCfg = Debug|Win32 28 27 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Debug|Win32.Build.0 = Debug|Win32 29 28 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Debug|x64.ActiveCfg = Debug|x64 30 29 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Debug|x64.Build.0 = Debug|x64 31 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}. Release Logging|Any CPU.ActiveCfg = Release Logging|x6430 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Debug|x86.ActiveCfg = Debug|x64 32 31 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release Logging|Win32.ActiveCfg = Release Logging|Win32 33 32 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release Logging|Win32.Build.0 = Release Logging|Win32 34 33 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release Logging|x64.ActiveCfg = Release Logging|x64 35 34 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release Logging|x64.Build.0 = Release Logging|x64 36 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release |Any CPU.ActiveCfg = Release|x6435 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release Logging|x86.ActiveCfg = Release Logging|x64 37 36 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release|Win32.ActiveCfg = Release|Win32 38 37 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release|Win32.Build.0 = Release|Win32 39 38 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release|x64.ActiveCfg = Release|x64 40 39 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release|x64.Build.0 = Release|x64 41 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Debug|Any CPU.ActiveCfg = Debug|x64 40 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release|x86.ActiveCfg = Release|Win32 41 {ED987C84-FFF9-4656-8F27-2A65FC0847FD}.Release|x86.Build.0 = Release|Win32 42 42 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Debug|Win32.ActiveCfg = Debug|Win32 43 43 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Debug|Win32.Build.0 = Debug|Win32 44 44 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Debug|x64.ActiveCfg = Debug|x64 45 45 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Debug|x64.Build.0 = Debug|x64 46 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}. Release Logging|Any CPU.ActiveCfg = Release Logging|x6446 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Debug|x86.ActiveCfg = Debug|x64 47 47 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release Logging|Win32.ActiveCfg = Release Logging|Win32 48 48 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release Logging|Win32.Build.0 = Release Logging|Win32 49 49 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release Logging|x64.ActiveCfg = Release Logging|x64 50 50 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release Logging|x64.Build.0 = Release Logging|x64 51 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release |Any CPU.ActiveCfg = Release|x6451 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release Logging|x86.ActiveCfg = Release Logging|x64 52 52 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release|Win32.ActiveCfg = Release|Win32 53 53 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release|Win32.Build.0 = Release|Win32 54 54 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release|x64.ActiveCfg = Release|x64 55 55 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release|x64.Build.0 = Release|x64 56 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Debug|Any CPU.ActiveCfg = Debug x86|Any CPU 57 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Debug|Win32.ActiveCfg = Debug x86|Any CPU 58 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Debug|x64.ActiveCfg = Debug x86|Any CPU 59 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Release Logging|Any CPU.ActiveCfg = Release x86|Any CPU 60 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Release Logging|Win32.ActiveCfg = Release x86|Any CPU 61 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Release Logging|x64.ActiveCfg = Release x64|Any CPU 62 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Release|Any CPU.ActiveCfg = Release x86|Any CPU 63 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Release|Win32.ActiveCfg = Release x86|Any CPU 64 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Release|Win32.Build.0 = Release x86|Any CPU 65 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Release|x64.ActiveCfg = Release x64|Any CPU 66 {B9C9CB3A-22F4-466B-9AEA-79C621DCD40A}.Release|x64.Build.0 = Release x64|Any CPU 56 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release|x86.ActiveCfg = Release|Win32 57 {333ECB6F-575B-4B11-BDDA-3E7F7555BAD8}.Release|x86.Build.0 = Release|Win32 58 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Debug|Win32.ActiveCfg = Debug|x86 59 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Debug|x64.ActiveCfg = Debug|x64 60 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Debug|x86.ActiveCfg = Debug|x86 61 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Debug|x86.Build.0 = Debug|x86 62 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release Logging|Win32.ActiveCfg = Release|x86 63 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release Logging|Win32.Build.0 = Release|x86 64 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release Logging|x64.ActiveCfg = Release|x64 65 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release Logging|x64.Build.0 = Release|x64 66 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release Logging|x86.ActiveCfg = Release|x86 67 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release Logging|x86.Build.0 = Release|x86 68 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release|Win32.ActiveCfg = Release|x86 69 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release|Win32.Build.0 = Release|x86 70 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release|x64.ActiveCfg = Release|x64 71 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release|x64.Build.0 = Release|x64 72 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release|x86.ActiveCfg = Release|Win32 73 {96B9F803-98BB-4398-A0B6-77AB9143222F}.Release|x86.Build.0 = Release|Win32 67 74 EndGlobalSection 68 75 GlobalSection(SolutionProperties) = preSolution -
trunk/sln/HalWiX/HalWiX.wixproj
r554 r556 142 142 </PropertyGroup> 143 143 <ItemGroup> 144 <WixExtension Include="WixUIExtension">145 <HintPath>C:\Program Files (x86)\Windows Installer XML v3\bin\WixUIExtension.dll</HintPath>146 </WixExtension>147 </ItemGroup>148 <ItemGroup>149 144 <Compile Include="HalWiX.wxs" /> 150 145 </ItemGroup> … … 155 150 <Private>True</Private> 156 151 </ProjectReference> 152 </ItemGroup> 153 <ItemGroup> 154 <WixExtension Include="WixUIExtension"> 155 <HintPath>D:\Program Files (x86)\Windows Installer XML v3\bin\WixUIExtension.dll</HintPath> 156 </WixExtension> 157 <WixExtension Include="WixUIExtension"> 158 <HintPath>D:\Program Files (x86)\Windows Installer XML v3\bin\WixUIExtension.dll</HintPath> 159 </WixExtension> 157 160 </ItemGroup> 158 161 <Import Project="$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets" />
Note: See TracChangeset
for help on using the changeset viewer.