File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/coreclr/tools/aot/ILCompiler.Diagnostics Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4+ <OutputType >Library</OutputType >
5+ <AssemblyName >ILCompiler.Diagnostics</AssemblyName >
46 <TargetFramework >$(NetCoreAppToolCurrent)</TargetFramework >
7+ <DefineConstants >READYTORUN;$(DefineConstants)</DefineConstants >
8+ <EnableDefaultCompileItems >false</EnableDefaultCompileItems >
9+ <Platforms >x64;x86</Platforms >
10+ <PlatformTarget >AnyCPU</PlatformTarget >
11+ <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
12+
13+ <!-- We're binplacing these into an existing publish layout so that F5 build in VS updates
14+ the same bits tests expect to see in artifacts/crossgen2. That way we never need to wonder which
15+ binaries are up to date and which are stale. -->
16+ <GenerateDependencyFile >false</GenerateDependencyFile >
17+ <Configurations >Debug;Release;Checked</Configurations >
518 </PropertyGroup >
619
720</Project >
You can’t perform that action at this time.
0 commit comments