Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Commit

Permalink
Revert fix for VS break
Browse files Browse the repository at this point in the history
  • Loading branch information
schellap committed Feb 6, 2016
1 parent 7e782f4 commit 3d2d89e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
23 changes: 0 additions & 23 deletions src/ILCompiler/desktop/App.config

This file was deleted.

13 changes: 4 additions & 9 deletions src/ILCompiler/desktop/desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseNuGetRuntimeIdentifier>win7</BaseNuGetRuntimeIdentifier>
<!-- AutoGenerateBindingRedirects is not honoring the unification
table, and thus breaking unification by explicitly listing
bindingRedirects for assemblies that only differ by revision -->
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<PlatformTarget>x64</PlatformTarget>
Expand Down Expand Up @@ -61,7 +57,6 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
Expand All @@ -70,13 +65,13 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Content Include="..\..\..\bin\Product\Windows_NT.$(Platform).$(Configuration)\.nuget\publish1\jitinterface.dll">
<Content Include="..\..\..\bin\Product\Windows_NT.$(Platform).$(Configuration)\.nuget\publish0\jitinterface.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\bin\Product\Windows_NT.$(Platform).$(Configuration)\.nuget\publish1\objwriter.dll">
<Content Include="..\..\..\bin\Product\Windows_NT.$(Platform).$(Configuration)\.nuget\publish0\objwriter.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\bin\Product\Windows_NT.$(Platform).$(Configuration)\.nuget\publish1\ryujit.dll">
<Content Include="..\..\..\bin\Product\Windows_NT.$(Platform).$(Configuration)\.nuget\publish0\ryujit.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit 3d2d89e

Please sign in to comment.