Skip to content

Commit 0d3cc36

Browse files
committed
Recompile wave07 as AnyCPU, not x86
1 parent 7c947e6 commit 0d3cc36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/resharper-angularjs.wave07.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>JetBrains.AngularJS</id>
55
<title>AngularJS</title>
6-
<version>1.6.3-rider1</version>
6+
<version>1.6.3-rider2</version>
77
<authors>JetBrains</authors>
88
<owners>JetBrains</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>

src/resharper-angularjs/resharper-angularjs.wave07.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<DefineConstants>TRACE;WAVE07</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
37-
<PlatformTarget>x86</PlatformTarget>
37+
<PlatformTarget>AnyCPU</PlatformTarget>
3838
<Prefer32Bit>false</Prefer32Bit>
3939
</PropertyGroup>
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
@@ -43,7 +43,7 @@
4343
<StartArguments>/ReSharper.Plugin $(AssemblyName).dll /ReSharper.Internal</StartArguments>
4444
<StartWorkingDirectory>$(MSBuildProjectDirectory)\$(OutputPath)</StartWorkingDirectory>
4545
<UseVSHostingProcess>false</UseVSHostingProcess>
46-
<PlatformTarget>x86</PlatformTarget>
46+
<PlatformTarget>AnyCPU</PlatformTarget>
4747
<Prefer32Bit>false</Prefer32Bit>
4848
</PropertyGroup>
4949
<ItemGroup>

0 commit comments

Comments
 (0)