Skip to content

Commit

Permalink
Add RoslynDesktopRuntimeIdentifierX86
Browse files Browse the repository at this point in the history
  • Loading branch information
khyperia committed Nov 14, 2017
1 parent c90a892 commit 6729f2a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions build/Targets/Settings.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<RoslynPortableTargetFrameworks46>net46;netcoreapp2.0</RoslynPortableTargetFrameworks46>
<RoslynPortableRuntimeIdentifiers>win;win-x64;linux-x64;osx-x64</RoslynPortableRuntimeIdentifiers>
<RoslynDesktopRuntimeIdentifier>win</RoslynDesktopRuntimeIdentifier>
<RoslynDesktopRuntimeIdentifierX86>win-x86</RoslynDesktopRuntimeIdentifierX86>
<UseSharedCompilation>true</UseSharedCompilation>

<UsingToolPdbConverter>true</UsingToolPdbConverter>
Expand Down
2 changes: 1 addition & 1 deletion src/Interactive/HostTest/InteractiveHostTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RootNamespace>Roslyn.InteractiveHost.UnitTests</RootNamespace>
<AssemblyName>Roslyn.InteractiveHost.UnitTests</AssemblyName>
<TargetFramework>net461</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<RuntimeIdentifier>$(RoslynDesktopRuntimeIdentifierX86)</RuntimeIdentifier>
<RoslynProjectType>UnitTest</RoslynProjectType>
</PropertyGroup>
<ItemGroup Label="Project References">
Expand Down
2 changes: 1 addition & 1 deletion src/Samples/CSharp/TreeTransforms/TreeTransformsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ProductVersion>8.0.30703</ProductVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net46</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<RuntimeIdentifier>$(RoslynDesktopRuntimeIdentifierX86)</RuntimeIdentifier>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup Label="Project References">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RootNamespace>TreeTransformsVB</RootNamespace>
<MyType>Console</MyType>
<TargetFramework>net46</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<RuntimeIdentifier>$(RoslynDesktopRuntimeIdentifierX86)</RuntimeIdentifier>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<OptionStrict>Off</OptionStrict>
<NoWarn>$(NoWarn);42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<Platform Condition="'$(Platform)' == ''">x86</Platform>
<PlatformTarget>x86</PlatformTarget>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<RuntimeIdentifier>$(RoslynDesktopRuntimeIdentifierX86)</RuntimeIdentifier>
<OutputType>Library</OutputType>
<RootNamespace>Roslyn.VisualStudio.IntegrationTests</RootNamespace>
<AssemblyName>Roslyn.VisualStudio.IntegrationTests</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>Microsoft.VisualStudio.IntegrationTest.Setup</RootNamespace>
<AssemblyName>Microsoft.VisualStudio.IntegrationTest.Setup</AssemblyName>
<TargetFramework>net461</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<RuntimeIdentifier>$(RoslynDesktopRuntimeIdentifierX86)</RuntimeIdentifier>
<Nonshipping>true</Nonshipping>
<RoslynProjectType>Vsix</RoslynProjectType>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>Microsoft.VisualStudio.IntegrationTest.Utilities</RootNamespace>
<AssemblyName>Microsoft.VisualStudio.IntegrationTest.Utilities</AssemblyName>
<TargetFramework>net461</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<RuntimeIdentifier>$(RoslynDesktopRuntimeIdentifierX86)</RuntimeIdentifier>
<Nonshipping>true</Nonshipping>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'" />
Expand Down

0 comments on commit 6729f2a

Please sign in to comment.