Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const razorRoot = path.join(__dirname, '..', '..', '..');
export const testAppsRoot = path.join(razorRoot, 'test', 'testapps');
export const mvcWithComponentsRoot = path.join(testAppsRoot, 'MvcWithComponents');
export const simpleMvc21Root = path.join(testAppsRoot, 'SimpleMvc21');
export const simpleMvc11Root = path.join(testAppsRoot, 'SimpleMvc11');

export async function pollUntil(fn: () => boolean, timeoutMs: number, pollInterval?: number) {
const resolvedPollInterval = pollInterval ? pollInterval : 50;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\SimpleMvc11NetFx\SimpleMvc11NetFx.csproj" />
<ProjectReference Include="..\SimpleMvc11\SimpleMvc11.csproj" />
<ProjectReference Include="..\SimpleMvc21\SimpleMvc21.csproj" />
<ProjectReference Include="..\SimpleMvc22\SimpleMvc22.csproj" />
<ProjectReference Include="..\SimpleMvc22NetFx\SimpleMvc22NetFx.csproj" />
Expand Down
13 changes: 0 additions & 13 deletions src/Razor/test/testapps/SimpleMvc11/Program.cs

This file was deleted.

23 changes: 0 additions & 23 deletions src/Razor/test/testapps/SimpleMvc11/SimpleMvc11.csproj

This file was deleted.

108 changes: 0 additions & 108 deletions src/Razor/test/testapps/SimpleMvc11/Views/Home/Index.cshtml

This file was deleted.

71 changes: 0 additions & 71 deletions src/Razor/test/testapps/SimpleMvc11/Views/Shared/_Layout.cshtml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions src/Razor/test/testapps/SimpleMvc11/Views/_ViewStart.cshtml

This file was deleted.

13 changes: 0 additions & 13 deletions src/Razor/test/testapps/SimpleMvc11NetFx/Program.cs

This file was deleted.

This file was deleted.

Loading