提交 f7401cbc 编写于 作者: A angocke

Revert the compiler-specific changes and instead enable HighEntropyVA for...

Revert the compiler-specific changes and instead enable HighEntropyVA for every managed project. (changeset 1340693)
上级 543f9d48
......@@ -44,11 +44,8 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DefineConstants>TRACE;DEBUG</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "></PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
......
......@@ -56,11 +56,8 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DefineConstants>TRACE;DEBUG</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "></PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
......
......@@ -46,11 +46,9 @@
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
......
......@@ -28,11 +28,9 @@
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DefineConstants>TRACE;DEBUG;COMPILERCORE</DefineConstants>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DefineConstants>TRACE;COMPILERCORE</DefineConstants>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<ItemGroup>
<Compile Include="AdditionalFileStream.cs" />
......
......@@ -31,11 +31,9 @@
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DefineConstants>TRACE;DEBUG;COMPILERCORE</DefineConstants>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DefineConstants>TRACE;COMPILERCORE</DefineConstants>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<ItemGroup>
<Compile Include="Binding\AbstractLookupSymbolsInfo.cs" />
......
......@@ -59,13 +59,11 @@
<UseVSHostingProcess>false</UseVSHostingProcess>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<UseVSHostingProcess>false</UseVSHostingProcess>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
......
......@@ -49,7 +49,6 @@
<DebugType>full</DebugType>
<DocumentationFile>Microsoft.CodeAnalysis.VisualBasic.Desktop.xml</DocumentationFile>
<NoWarn>42014</NoWarn>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DefineTrace>true</DefineTrace>
......@@ -59,7 +58,6 @@
<DebugType>pdbonly</DebugType>
<DocumentationFile>Microsoft.CodeAnalysis.VisualBasic.Desktop.xml</DocumentationFile>
<NoWarn>42014</NoWarn>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
......
......@@ -60,7 +60,6 @@
<DebugType>full</DebugType>
<DocumentationFile>Microsoft.CodeAnalysis.VisualBasic.xml</DocumentationFile>
<NoWarn>42014</NoWarn>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DefineTrace>true</DefineTrace>
......@@ -70,7 +69,6 @@
<DebugType>pdbonly</DebugType>
<DocumentationFile>Microsoft.CodeAnalysis.VisualBasic.xml</DocumentationFile>
<NoWarn>42014</NoWarn>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
......
......@@ -46,12 +46,10 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>bin\Debug\</OutputPath>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>bin\Release\</OutputPath>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
......
......@@ -65,6 +65,7 @@
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
<PropertyGroup Condition="'$(OutDir)' == ''">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册