File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 87
87
</DirectoryRef >
88
88
89
89
<Feature Id =" azurecmd" Title =" Microsoft Azure PowerShell" Level =" 1" Description =" Windows PowerShell commandlets" >
90
- <ComponentGroupRef Id =" azurecmdfiles" />
91
90
<ComponentRef Id =" PSModulePath.System" />
92
91
<ComponentRef Id =" AzureSdkShortcut" />
93
92
</Feature >
Original file line number Diff line number Diff line change 16
16
EndGlobalSection
17
17
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
18
18
{36D6E303-E057-4963-A093-C7AAE0FD92B3} .Debug| Any CPU .ActiveCfg = Debug| x86
19
+ {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Debug| Any CPU .Build .0 = Debug| x86
19
20
{36D6E303-E057-4963-A093-C7AAE0FD92B3} .Release| Any CPU .ActiveCfg = Release| x86
21
+ {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Release| Any CPU .Build .0 = Release| x86
20
22
{EA5BD11B-10B3-433D-A250-92AE76669D8D} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
21
23
{EA5BD11B-10B3-433D-A250-92AE76669D8D} .Debug| Any CPU .Build .0 = Debug| Any CPU
22
24
{EA5BD11B-10B3-433D-A250-92AE76669D8D} .Release| Any CPU .ActiveCfg = Release| Any CPU
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU </Platform >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86 </Platform >
6
6
<ProductVersion >3.5</ProductVersion >
7
7
<ProjectGuid >{36d6e303-e057-4963-a093-c7aae0fd92b3}</ProjectGuid >
8
8
<SchemaVersion >2.0</SchemaVersion >
12
12
<WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
13
13
<Name >AzurePowershell</Name >
14
14
</PropertyGroup >
15
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU ' " >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86 ' " >
16
16
<OutputPath >build\$(Configuration)\</OutputPath >
17
17
<IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
18
18
<DefineConstants >Debug</DefineConstants >
19
19
<SuppressIces >ICE30;ICE91;ICE64;ICE61;ICE69</SuppressIces >
20
20
</PropertyGroup >
21
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU ' " >
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86 ' " >
22
22
<OutputPath >build\$(Configuration)\</OutputPath >
23
23
<IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
24
24
<SuppressIces >ICE30;ICE91;ICE64;ICE61;ICE69</SuppressIces >
Original file line number Diff line number Diff line change 1
1
Microsoft Visual Studio Solution File, Format Version 12.00
2
2
# Visual Studio 2013
3
- VisualStudioVersion = 12.0.30110 .0
3
+ VisualStudioVersion = 12.0.40629 .0
4
4
MinimumVisualStudioVersion = 10.0.40219.1
5
-
6
5
Project ("{930C7802-8A8C-48F9-8165-68863BCCD9DD}" ) = "azurepowershell" , "azurepowershell.wixproj" , "{36D6E303-E057-4963-A093-C7AAE0FD92B3}"
7
6
Project Section (ProjectDependencies ) = postProject
8
7
{EA5BD11B-10B3-433D-A250-92AE76669D8D} = {EA5BD11B-10B3-433D-A250-92AE76669D8D}
@@ -16,10 +15,10 @@ Global
16
15
Release| Any CPU = Release| Any CPU
17
16
EndGlobalSection
18
17
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
19
- {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
20
- {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Debug| Any CPU .Build .0 = Debug| Any CPU
21
- {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Release| Any CPU .ActiveCfg = Release| Any CPU
22
- {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Release| Any CPU .Build .0 = Release| Any CPU
18
+ {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Debug| Any CPU .ActiveCfg = Debug| x86
19
+ {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Debug| Any CPU .Build .0 = Debug| x86
20
+ {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Release| Any CPU .ActiveCfg = Release| x86
21
+ {36D6E303-E057-4963-A093-C7AAE0FD92B3} .Release| Any CPU .Build .0 = Release| x86
23
22
{EA5BD11B-10B3-433D-A250-92AE76669D8D} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
24
23
{EA5BD11B-10B3-433D-A250-92AE76669D8D} .Debug| Any CPU .Build .0 = Debug| Any CPU
25
24
{EA5BD11B-10B3-433D-A250-92AE76669D8D} .Release| Any CPU .ActiveCfg = Release| Any CPU
Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU </Platform >
5
+ <Platform Condition =" '$(Platform)' == '' " >x86 </Platform >
6
6
<ProductVersion >3.5</ProductVersion >
7
7
<ProjectGuid >{36d6e303-e057-4963-a093-c7aae0fd92b3}</ProjectGuid >
8
8
<SchemaVersion >2.0</SchemaVersion >
12
12
<WixTargetsPath Condition =" '$(WixTargetsPath)' == '' " >$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath >
13
13
<Name >AzurePowershell</Name >
14
14
</PropertyGroup >
15
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU ' " >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86 ' " >
16
16
<OutputPath >build\$(Configuration)\</OutputPath >
17
17
<IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
18
18
<DefineConstants >Debug</DefineConstants >
19
19
<SuppressIces >ICE30;ICE91;ICE64;ICE61;ICE69</SuppressIces >
20
20
</PropertyGroup >
21
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU ' " >
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86 ' " >
22
22
<OutputPath >build\$(Configuration)\</OutputPath >
23
23
<IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
24
24
<SuppressIces >ICE30;ICE91;ICE64;ICE61;ICE69</SuppressIces >
You can’t perform that action at this time.
0 commit comments