Skip to content

Commit 8ef2b7d

Browse files
GZidarflcdrg
authored andcommitted
Changed to x86
- Removed AnyCPU from solution file as well
1 parent 754f1c8 commit 8ef2b7d

3 files changed

Lines changed: 19 additions & 55 deletions

File tree

PowerShellActions/PowerShellActions.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5+
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
66
<ProductVersion>8.0.30703</ProductVersion>
77
<SchemaVersion>2.0</SchemaVersion>
88
<ProjectGuid>{0A83F788-68C1-4533-8732-6B8E3FBC5282}</ProjectGuid>
@@ -14,21 +14,21 @@
1414
<FileAlignment>512</FileAlignment>
1515
<WixCATargetsPath Condition=" '$(WixCATargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.CA.targets</WixCATargetsPath>
1616
</PropertyGroup>
17-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
17+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
1818
<DebugSymbols>true</DebugSymbols>
1919
<OutputPath>bin\Debug\</OutputPath>
2020
<DefineConstants>DEBUG;TRACE</DefineConstants>
2121
<DebugType>full</DebugType>
22-
<PlatformTarget>AnyCPU</PlatformTarget>
22+
<PlatformTarget>x86</PlatformTarget>
2323
<ErrorReport>prompt</ErrorReport>
2424
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
2525
</PropertyGroup>
26-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
26+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
2727
<OutputPath>bin\Release\</OutputPath>
2828
<DefineConstants>TRACE</DefineConstants>
2929
<Optimize>true</Optimize>
3030
<DebugType>pdbonly</DebugType>
31-
<PlatformTarget>AnyCPU</PlatformTarget>
31+
<PlatformTarget>x86</PlatformTarget>
3232
<ErrorReport>prompt</ErrorReport>
3333
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
3434
</PropertyGroup>

PowerShellWixExtension.sln

Lines changed: 10 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.28307.421
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31129.286
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PowerShellWixExtension", "PowerShellWixExtension\PowerShellWixExtension.csproj", "{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}"
77
ProjectSection(ProjectDependencies) = postProject
@@ -26,64 +26,28 @@ Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "PowerShellWixTest", "Tests\
2626
EndProject
2727
Global
2828
GlobalSection(SolutionConfigurationPlatforms) = preSolution
29-
Debug|Any CPU = Debug|Any CPU
30-
Debug|Mixed Platforms = Debug|Mixed Platforms
3129
Debug|x86 = Debug|x86
32-
Release|Any CPU = Release|Any CPU
33-
Release|Mixed Platforms = Release|Mixed Platforms
3430
Release|x86 = Release|x86
3531
EndGlobalSection
3632
GlobalSection(ProjectConfigurationPlatforms) = postSolution
37-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
39-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
40-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
41-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Debug|x86.ActiveCfg = Debug|Any CPU
42-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
43-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Release|Any CPU.Build.0 = Release|Any CPU
44-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
45-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
46-
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Release|x86.ActiveCfg = Release|Any CPU
47-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
48-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Debug|Any CPU.Build.0 = Debug|Any CPU
49-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
50-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
51-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Debug|x86.ActiveCfg = Debug|Any CPU
52-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Debug|x86.Build.0 = Debug|Any CPU
53-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Release|Any CPU.ActiveCfg = Release|Any CPU
54-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Release|Any CPU.Build.0 = Release|Any CPU
55-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
56-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Release|Mixed Platforms.Build.0 = Release|Any CPU
57-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Release|x86.ActiveCfg = Release|Any CPU
58-
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Release|x86.Build.0 = Release|Any CPU
59-
{598472F5-D044-41F2-A8F0-82976139C499}.Debug|Any CPU.ActiveCfg = Debug|x86
60-
{598472F5-D044-41F2-A8F0-82976139C499}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
61-
{598472F5-D044-41F2-A8F0-82976139C499}.Debug|Mixed Platforms.Build.0 = Debug|x86
33+
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Debug|x86.ActiveCfg = Debug|x86
34+
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Debug|x86.Build.0 = Debug|x86
35+
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Release|x86.ActiveCfg = Release|x86
36+
{C1A335B5-3575-4AEC-9260-8C18CE59DB9B}.Release|x86.Build.0 = Release|x86
37+
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Debug|x86.ActiveCfg = Debug|x86
38+
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Debug|x86.Build.0 = Debug|x86
39+
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Release|x86.ActiveCfg = Release|x86
40+
{0A83F788-68C1-4533-8732-6B8E3FBC5282}.Release|x86.Build.0 = Release|x86
6241
{598472F5-D044-41F2-A8F0-82976139C499}.Debug|x86.ActiveCfg = Debug|x86
6342
{598472F5-D044-41F2-A8F0-82976139C499}.Debug|x86.Build.0 = Debug|x86
64-
{598472F5-D044-41F2-A8F0-82976139C499}.Release|Any CPU.ActiveCfg = Release|x86
65-
{598472F5-D044-41F2-A8F0-82976139C499}.Release|Mixed Platforms.ActiveCfg = Release|x86
66-
{598472F5-D044-41F2-A8F0-82976139C499}.Release|Mixed Platforms.Build.0 = Release|x86
6743
{598472F5-D044-41F2-A8F0-82976139C499}.Release|x86.ActiveCfg = Release|x86
6844
{598472F5-D044-41F2-A8F0-82976139C499}.Release|x86.Build.0 = Release|x86
69-
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Debug|Any CPU.ActiveCfg = Debug|x86
70-
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
71-
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Debug|Mixed Platforms.Build.0 = Debug|x86
7245
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Debug|x86.ActiveCfg = Debug|x86
7346
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Debug|x86.Build.0 = Debug|x86
74-
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Release|Any CPU.ActiveCfg = Release|x86
75-
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Release|Mixed Platforms.ActiveCfg = Release|x86
76-
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Release|Mixed Platforms.Build.0 = Release|x86
7747
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Release|x86.ActiveCfg = Release|x86
7848
{BBA07F7F-E4D8-47F7-9A05-4CD6644236C2}.Release|x86.Build.0 = Release|x86
79-
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Debug|Any CPU.ActiveCfg = Debug|x86
80-
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
81-
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Debug|Mixed Platforms.Build.0 = Debug|x86
8249
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Debug|x86.ActiveCfg = Debug|x86
8350
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Debug|x86.Build.0 = Debug|x86
84-
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Release|Any CPU.ActiveCfg = Release|x86
85-
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Release|Mixed Platforms.ActiveCfg = Release|x86
86-
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Release|Mixed Platforms.Build.0 = Release|x86
8751
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Release|x86.ActiveCfg = Release|x86
8852
{0E852B37-0DD2-4FE9-8E20-123C0040F8BA}.Release|x86.Build.0 = Release|x86
8953
EndGlobalSection

PowerShellWixExtension/PowerShellWixExtension.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
</PropertyGroup>
15-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16-
<PlatformTarget>AnyCPU</PlatformTarget>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16+
<PlatformTarget>x86</PlatformTarget>
1717
<DebugSymbols>true</DebugSymbols>
1818
<DebugType>full</DebugType>
1919
<Optimize>false</Optimize>
@@ -22,8 +22,8 @@
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
25-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<PlatformTarget>AnyCPU</PlatformTarget>
25+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
26+
<PlatformTarget>x86</PlatformTarget>
2727
<DebugType>pdbonly</DebugType>
2828
<Optimize>true</Optimize>
2929
<OutputPath>bin\Release\</OutputPath>

0 commit comments

Comments
 (0)