|
15 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
16 | 16 | <RestorePackages>true</RestorePackages> |
17 | 17 | <TargetFrameworkProfile /> |
18 | | - <NuGetPackageImportStamp>d5c39bc3</NuGetPackageImportStamp> |
| 18 | + <NuGetPackageImportStamp>265a1279</NuGetPackageImportStamp> |
19 | 19 | </PropertyGroup> |
20 | 20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
21 | 21 | <DebugSymbols>true</DebugSymbols> |
|
78 | 78 | <Compile Include="Arguments\MultipleArgumentsProvidedForTheSameStep.cs" /> |
79 | 79 | <Compile Include="Configuration\SequentialKeyGeneratorTests.cs" /> |
80 | 80 | <Compile Include="Configuration\TestRunnerTests.cs" /> |
81 | | - <Compile Include="ModuleInitializer.cs" /> |
82 | 81 | <Compile Include="Reporters\TextReporter\TextReporterTests.cs" /> |
83 | 82 | <Compile Include="Reporters\Html\MetroReportBuilderTests.cs" /> |
84 | 83 | <Compile Include="Processors\TestRunnerTests.cs" /> |
|
175 | 174 | <None Include="Reporters\Html\MetroReportBuilderTests.ShouldProduceExpectedHtml.approved.txt" /> |
176 | 175 | </ItemGroup> |
177 | 176 | <ItemGroup> |
178 | | - <Content Include="FodyWeavers.xml" /> |
179 | 177 | <Content Include="Reporters\Html\ClassicReportBuilderTests.ShouldProduceExpectedHtmlWithExamples.approved.txt" /> |
180 | 178 | <Content Include="Reporters\Html\MetroReportBuilderTests.ShouldProduceExpectedHtmlWithExamples.approved.txt" /> |
181 | 179 | <Content Include="Reporters\MarkDown\MarkDownReportBuilderTests.ShouldProduceExpectedMarkdown.approved.txt" /> |
|
187 | 185 | </ItemGroup> |
188 | 186 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
189 | 187 | <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
190 | | - <Import Project="..\packages\Fody.1.23.2\build\Fody.targets" Condition="Exists('..\packages\Fody.1.23.2\build\Fody.targets')" /> |
191 | | - <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
192 | | - <PropertyGroup> |
193 | | - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
194 | | - </PropertyGroup> |
195 | | - <Error Condition="!Exists('..\packages\Fody.1.23.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.23.2\build\Fody.targets'))" /> |
196 | | - </Target> |
197 | 188 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
198 | 189 | Other similar extension points exist, see Microsoft.Common.targets. |
199 | 190 | <Target Name="BeforeBuild"> |
|
0 commit comments