Skip to content

Commit

Permalink
Build csc2/vbc2 as architecture independent IL-only
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke committed Mar 16, 2015
1 parent 4f77f6d commit 2e47777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/Compilers/CSharp/csc2/csc2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
<RootNamespace>Microsoft.CodeAnalysis.CSharp.CommandLine</RootNamespace>
<AssemblyName>csc2</AssemblyName>
<LargeAddressAware>true</LargeAddressAware>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<ItemGroup>
<Compile Include="Csc2.cs" />
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/Compilers/VisualBasic/vbc2/vbc2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<RootNamespace>Microsoft.CodeAnalysis.VisualBasic.CommandLine</RootNamespace>
<AssemblyName>vbc2</AssemblyName>
<LargeAddressAware>true</LargeAddressAware>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
Expand Down

0 comments on commit 2e47777

Please sign in to comment.