|
51 | 51 | <ErrorReport>prompt</ErrorReport> |
52 | 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 | 53 | </PropertyGroup> |
54 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CoreCLR Debug|AnyCPU'"> |
55 | | - <TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier> |
56 | | - <DebugSymbols>true</DebugSymbols> |
57 | | - <OutputPath>bin\CoreCLR Debug\</OutputPath> |
58 | | - <DefineConstants>TRACE;DEBUG;CORECLR</DefineConstants> |
59 | | - <DebugType>full</DebugType> |
60 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
61 | | - <ErrorReport>prompt</ErrorReport> |
62 | | - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
63 | | - <TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier> |
64 | | - <TargetFrameworkVersion>v0.1</TargetFrameworkVersion> |
65 | | - </PropertyGroup> |
66 | | - <Choose> |
67 | | - <When Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'"> |
68 | | - <ItemGroup> |
69 | | - <Reference Include="Microsoft.CSharp" /> |
70 | | - <Reference Include="System" /> |
71 | | - <Reference Include="System.ComponentModel.Composition" /> |
72 | | - <Reference Include="System.Core" /> |
73 | | - <Reference Include="System.Data" /> |
74 | | - <Reference Include="System.Data.DataSetExtensions" /> |
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> |
| 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.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 62 | + <SpecificVersion>False</SpecificVersion> |
| 63 | + <HintPath>..\..\..\..\..\..\fbl_srv2_ci_mgmt.binaries.amd64chk\monad\System.Management.Automation.dll</HintPath> |
| 64 | + </Reference> |
| 65 | + <Reference Include="System.Xml" /> |
| 66 | + <Reference Include="System.Xml.Linq" /> |
| 67 | + </ItemGroup> |
84 | 68 | <ItemGroup> |
85 | 69 | <Compile Include="Commands\GetScriptAnalyzerRuleCommand.cs" /> |
86 | 70 | <Compile Include="Commands\InvokeScriptAnalyzerCommand.cs" /> |
|
107 | 91 | <Compile Include="Helper.cs" /> |
108 | 92 | <Compile Include="IOutputWriter.cs" /> |
109 | 93 | <Compile Include="Loggers\WriteObjectsLogger.cs" /> |
110 | | - <Compile Include="SafeDirectoryCatalog.cs" Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'" /> |
| 94 | + <Compile Include="SafeDirectoryCatalog.cs" /> |
111 | 95 | <Compile Include="ScriptAnalyzer.cs" /> |
112 | 96 | <Compile Include="SpecialVars.cs" /> |
113 | | - <Compile Include="Strings.Designer.Core.cs" Condition="'$(Configuration)|$(Platform)' == 'CoreCLR Debug|AnyCPU'"> |
114 | | - <DependentUpon>Strings.resx</DependentUpon> |
115 | | - </Compile> |
116 | | - <Compile Include="Strings.Designer.cs" Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'"> |
| 97 | + <Compile Include="Strings.Designer.cs"> |
117 | 98 | <AutoGen>True</AutoGen> |
118 | 99 | <DesignTime>True</DesignTime> |
119 | 100 | <DependentUpon>Strings.resx</DependentUpon> |
|
134 | 115 | </ItemGroup> |
135 | 116 | <ItemGroup> |
136 | 117 | <EmbeddedResource Include="Strings.resx"> |
137 | | - <Generator Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'">ResXFileCodeGenerator</Generator> |
138 | | - <LastGenOutput>Strings.Designer.cs</LastGenOutput> |
139 | | - <SubType>Designer</SubType> |
140 | | - </EmbeddedResource> |
141 | | - <!--<EmbeddedResource Include="Strings.resx"> |
142 | 118 | <Generator>ResXFileCodeGenerator</Generator> |
143 | 119 | <LastGenOutput>Strings.Designer.cs</LastGenOutput> |
144 | | - <SubType>Designer</SubType> |
145 | | - </EmbeddedResource>--> |
| 120 | + </EmbeddedResource> |
146 | 121 | </ItemGroup> |
147 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'" /> |
148 | | - <Import Project="$(SolutionDir)\Microsoft.CoreSys.CSHARP.Targets" Condition="'$(Configuration)|$(Platform)' == 'CoreCLR Debug|AnyCPU'" /> |
| 122 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" /> |
149 | 123 | <ProjectExtensions> |
150 | 124 | <VisualStudio AllowExistingFolder="true" /> |
151 | 125 | </ProjectExtensions> |
|
0 commit comments