TestTriggerMap\SelectTestsLayer1IntegrationTests.cs (6)
256WriteProject("src/Core/Core.csproj", compiles: ["Core.cs"], references: []);
266WriteProject("src/Mid/Mid.csproj", compiles: ["Mid.cs"], references: [@"..\..\src\Core\Core.csproj"]);
269WriteProject("tests/Core.Tests/Core.Tests.csproj", compiles: ["Core.Tests.cs"], references: [@"..\..\src\Mid\Mid.csproj"]);
283WriteProject("tests/Core.Tests/Core.Tests.csproj", compiles: ["Core.Tests.cs"], references: [@"..\..\src\Core\Core.csproj"]);
292WriteProject("src/Other/Other.csproj", compiles: ["Other.cs"], references: []);
295WriteProject("tests/Other.Tests/Other.Tests.csproj", compiles: ["Other.Tests.cs"], references: [@"..\..\src\Other\Other.csproj"]);