|
51 | 51 | <ErrorReport>prompt</ErrorReport>
|
52 | 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
53 | 53 | </PropertyGroup>
|
54 |
| - <ItemGroup> |
55 |
| - <Reference Include="Microsoft.CSharp" /> |
56 |
| - <Reference Include="System" /> |
57 |
| - <Reference Include="System.ComponentModel.Composition" /> |
58 |
| - <Reference Include="System.Core" /> |
59 |
| - <Reference Include="System.Data" /> |
60 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
61 |
| - <Reference Include="System.Data.Entity.Design" /> |
62 |
| - <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
63 |
| - <SpecificVersion>False</SpecificVersion> |
64 |
| - <HintPath>..\..\..\..\..\..\fbl_srv2_ci_mgmt.binaries.amd64chk\monad\System.Management.Automation.dll</HintPath> |
65 |
| - </Reference> |
66 |
| - <Reference Include="System.Xml" /> |
67 |
| - <Reference Include="System.Xml.Linq" /> |
68 |
| - </ItemGroup> |
| 54 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CoreCLR Debug|AnyCPU'"> |
| 55 | + <TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier> |
| 56 | + <TargetFrameworkVersion>v0.1</TargetFrameworkVersion> |
| 57 | + <DebugSymbols>true</DebugSymbols> |
| 58 | + <OutputPath>bin\CoreCLR Debug\</OutputPath> |
| 59 | + <DefineConstants>TRACE;DEBUG;CORECLR</DefineConstants> |
| 60 | + <DebugType>full</DebugType> |
| 61 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 62 | + <ErrorReport>prompt</ErrorReport> |
| 63 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 64 | + </PropertyGroup> |
| 65 | + <Choose> |
| 66 | + <When Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'"> |
| 67 | + <ItemGroup> |
| 68 | + <Reference Include="Microsoft.CSharp" /> |
| 69 | + <Reference Include="System" /> |
| 70 | + <Reference Include="System.ComponentModel.Composition" /> |
| 71 | + <Reference Include="System.Core" /> |
| 72 | + <Reference Include="System.Data" /> |
| 73 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 74 | + <Reference Include="System.Data.Entity.Design" /> |
| 75 | + <Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 76 | + <SpecificVersion>False</SpecificVersion> |
| 77 | + <HintPath>..\..\..\..\..\..\fbl_srv2_ci_mgmt.binaries.amd64chk\monad\System.Management.Automation.dll</HintPath> |
| 78 | + </Reference> |
| 79 | + <Reference Include="System.Xml" /> |
| 80 | + <Reference Include="System.Xml.Linq" /> |
| 81 | + </ItemGroup> |
| 82 | + </When> |
| 83 | + </Choose> |
69 | 84 | <ItemGroup>
|
70 | 85 | <Compile Include="AvoidAlias.cs" />
|
71 | 86 | <Compile Include="AvoidDefaultTrueValueSwitchParameter.cs" />
|
|
127 | 142 | <LastGenOutput>Strings.Designer.cs</LastGenOutput>
|
128 | 143 | </EmbeddedResource>
|
129 | 144 | </ItemGroup>
|
130 |
| - <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" /> |
| 145 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'"/> |
| 146 | + <Import Project="$(SolutionDir)\Microsoft.CoreSys.CSHARP.Targets" Condition="'$(Configuration)|$(Platform)' == 'CoreCLR Debug|AnyCPU'"/> |
131 | 147 | <ProjectExtensions>
|
132 | 148 | <VisualStudio AllowExistingFolder="true" />
|
133 | 149 | </ProjectExtensions>
|
|
0 commit comments