6 references to s_consoleProject
dotnet.Tests (6)
CommandTests\Run\RunFileTests.cs (6)
551File.WriteAllText(Path.Join(testInstance.Path, "App.csproj"), s_consoleProject); 570File.WriteAllText(Path.Join(testInstance.Path, "proj", "App.csproj"), s_consoleProject); 588File.WriteAllText(Path.Join(testInstance.Path, "proj", "App.csproj"), s_consoleProject); 784File.WriteAllText(Path.Join(testInstance.Path, "nested", "App.csproj"), s_consoleProject); 802File.WriteAllText(Path.Join(testInstance.Path, "App.csproj"), s_consoleProject); 3626File.WriteAllText(Path.Join(testInstance.Path, "Program.csproj"), s_consoleProject);