|
51 | 51 | <ErrorReport>prompt</ErrorReport> |
52 | 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
53 | 53 | </PropertyGroup> |
54 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CoreCLR Debug|AnyCPU'"> |
| 54 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'CoreCLR Debug|AnyCPU'"> |
55 | 55 | <TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier> |
56 | | - <TargetFrameworkVersion>v0.1</TargetFrameworkVersion> |
57 | 56 | <DebugSymbols>true</DebugSymbols> |
58 | 57 | <OutputPath>bin\CoreCLR Debug\</OutputPath> |
59 | 58 | <DefineConstants>TRACE;DEBUG;CORECLR</DefineConstants> |
60 | 59 | <DebugType>full</DebugType> |
61 | 60 | <PlatformTarget>AnyCPU</PlatformTarget> |
62 | 61 | <ErrorReport>prompt</ErrorReport> |
63 | 62 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 63 | + <TargetFrameworkIdentifier>.NETCore</TargetFrameworkIdentifier> |
| 64 | + <TargetFrameworkVersion>v0.1</TargetFrameworkVersion> |
64 | 65 | </PropertyGroup> |
65 | 66 | <Choose> |
66 | 67 | <When Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'"> |
|
106 | 107 | <Compile Include="Helper.cs" /> |
107 | 108 | <Compile Include="IOutputWriter.cs" /> |
108 | 109 | <Compile Include="Loggers\WriteObjectsLogger.cs" /> |
109 | | - <Compile Include="SafeDirectoryCatalog.cs" Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'"/> |
| 110 | + <Compile Include="SafeDirectoryCatalog.cs" Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'" /> |
110 | 111 | <Compile Include="ScriptAnalyzer.cs" /> |
111 | 112 | <Compile Include="SpecialVars.cs" /> |
112 | | - <Compile Include="Strings.Designer.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'"> |
113 | 117 | <AutoGen>True</AutoGen> |
114 | 118 | <DesignTime>True</DesignTime> |
115 | 119 | <DependentUpon>Strings.resx</DependentUpon> |
|
130 | 134 | </ItemGroup> |
131 | 135 | <ItemGroup> |
132 | 136 | <EmbeddedResource Include="Strings.resx"> |
133 | | - <Generator>ResXFileCodeGenerator</Generator> |
| 137 | + <Generator Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'">ResXFileCodeGenerator</Generator> |
134 | 138 | <LastGenOutput>Strings.Designer.cs</LastGenOutput> |
| 139 | + <SubType>Designer</SubType> |
135 | 140 | </EmbeddedResource> |
| 141 | + <!--<EmbeddedResource Include="Strings.resx"> |
| 142 | + <Generator>ResXFileCodeGenerator</Generator> |
| 143 | + <LastGenOutput>Strings.Designer.cs</LastGenOutput> |
| 144 | + <SubType>Designer</SubType> |
| 145 | + </EmbeddedResource>--> |
136 | 146 | </ItemGroup> |
137 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSHARP.Targets" Condition="'$(Configuration)|$(Platform)' != 'CoreCLR Debug|AnyCPU'"/> |
138 | | - <Import Project="$(SolutionDir)\Microsoft.CoreSys.CSHARP.Targets" Condition="'$(Configuration)|$(Platform)' == 'CoreCLR Debug|AnyCPU'"/> |
| 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'" /> |
139 | 149 | <ProjectExtensions> |
140 | 150 | <VisualStudio AllowExistingFolder="true" /> |
141 | 151 | </ProjectExtensions> |
|
0 commit comments