6 references to s_consoleProject
dotnet.Tests (6)
CommandTests\Run\RunFileTests.cs (6)
559File.WriteAllText(Path.Join(testInstance.Path, "App.csproj"), s_consoleProject); 578File.WriteAllText(Path.Join(testInstance.Path, "proj", "App.csproj"), s_consoleProject); 596File.WriteAllText(Path.Join(testInstance.Path, "proj", "App.csproj"), s_consoleProject); 792File.WriteAllText(Path.Join(testInstance.Path, "nested", "App.csproj"), s_consoleProject); 810File.WriteAllText(Path.Join(testInstance.Path, "App.csproj"), s_consoleProject); 4217File.WriteAllText(Path.Join(testInstance.Path, "Program.csproj"), s_consoleProject);