From 247b8106d8f8013954f48a832116daf1fc884403 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 9 Feb 2016 17:01:24 -0600 Subject: [PATCH] Move FSharpTestProjects to the TestAssets folder. --- {test => TestAssets}/FSharpTestProjects/CompileFail/Program.fs | 0 {test => TestAssets}/FSharpTestProjects/CompileFail/project.json | 0 .../FSharpTestProjects/TestApp/FSharpTestApp.xproj | 0 {test => TestAssets}/FSharpTestProjects/TestApp/Program.fs | 0 {test => TestAssets}/FSharpTestProjects/TestApp/project.json | 0 .../FSharpTestProjects/TestAppWithArgs/Program.fs | 0 .../FSharpTestProjects/TestAppWithArgs/project.json | 0 .../FSharpTestProjects/TestLibrary/FSharpTestLibrary.xproj | 0 {test => TestAssets}/FSharpTestProjects/TestLibrary/Helper.fs | 0 {test => TestAssets}/FSharpTestProjects/TestLibrary/Helper2.fs | 0 {test => TestAssets}/FSharpTestProjects/TestLibrary/project.json | 0 {test => TestAssets}/FSharpTestProjects/global.json | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {test => TestAssets}/FSharpTestProjects/CompileFail/Program.fs (100%) rename {test => TestAssets}/FSharpTestProjects/CompileFail/project.json (100%) rename {test => TestAssets}/FSharpTestProjects/TestApp/FSharpTestApp.xproj (100%) rename {test => TestAssets}/FSharpTestProjects/TestApp/Program.fs (100%) rename {test => TestAssets}/FSharpTestProjects/TestApp/project.json (100%) rename {test => TestAssets}/FSharpTestProjects/TestAppWithArgs/Program.fs (100%) rename {test => TestAssets}/FSharpTestProjects/TestAppWithArgs/project.json (100%) rename {test => TestAssets}/FSharpTestProjects/TestLibrary/FSharpTestLibrary.xproj (100%) rename {test => TestAssets}/FSharpTestProjects/TestLibrary/Helper.fs (100%) rename {test => TestAssets}/FSharpTestProjects/TestLibrary/Helper2.fs (100%) rename {test => TestAssets}/FSharpTestProjects/TestLibrary/project.json (100%) rename {test => TestAssets}/FSharpTestProjects/global.json (100%) diff --git a/test/FSharpTestProjects/CompileFail/Program.fs b/TestAssets/FSharpTestProjects/CompileFail/Program.fs similarity index 100% rename from test/FSharpTestProjects/CompileFail/Program.fs rename to TestAssets/FSharpTestProjects/CompileFail/Program.fs diff --git a/test/FSharpTestProjects/CompileFail/project.json b/TestAssets/FSharpTestProjects/CompileFail/project.json similarity index 100% rename from test/FSharpTestProjects/CompileFail/project.json rename to TestAssets/FSharpTestProjects/CompileFail/project.json diff --git a/test/FSharpTestProjects/TestApp/FSharpTestApp.xproj b/TestAssets/FSharpTestProjects/TestApp/FSharpTestApp.xproj similarity index 100% rename from test/FSharpTestProjects/TestApp/FSharpTestApp.xproj rename to TestAssets/FSharpTestProjects/TestApp/FSharpTestApp.xproj diff --git a/test/FSharpTestProjects/TestApp/Program.fs b/TestAssets/FSharpTestProjects/TestApp/Program.fs similarity index 100% rename from test/FSharpTestProjects/TestApp/Program.fs rename to TestAssets/FSharpTestProjects/TestApp/Program.fs diff --git a/test/FSharpTestProjects/TestApp/project.json b/TestAssets/FSharpTestProjects/TestApp/project.json similarity index 100% rename from test/FSharpTestProjects/TestApp/project.json rename to TestAssets/FSharpTestProjects/TestApp/project.json diff --git a/test/FSharpTestProjects/TestAppWithArgs/Program.fs b/TestAssets/FSharpTestProjects/TestAppWithArgs/Program.fs similarity index 100% rename from test/FSharpTestProjects/TestAppWithArgs/Program.fs rename to TestAssets/FSharpTestProjects/TestAppWithArgs/Program.fs diff --git a/test/FSharpTestProjects/TestAppWithArgs/project.json b/TestAssets/FSharpTestProjects/TestAppWithArgs/project.json similarity index 100% rename from test/FSharpTestProjects/TestAppWithArgs/project.json rename to TestAssets/FSharpTestProjects/TestAppWithArgs/project.json diff --git a/test/FSharpTestProjects/TestLibrary/FSharpTestLibrary.xproj b/TestAssets/FSharpTestProjects/TestLibrary/FSharpTestLibrary.xproj similarity index 100% rename from test/FSharpTestProjects/TestLibrary/FSharpTestLibrary.xproj rename to TestAssets/FSharpTestProjects/TestLibrary/FSharpTestLibrary.xproj diff --git a/test/FSharpTestProjects/TestLibrary/Helper.fs b/TestAssets/FSharpTestProjects/TestLibrary/Helper.fs similarity index 100% rename from test/FSharpTestProjects/TestLibrary/Helper.fs rename to TestAssets/FSharpTestProjects/TestLibrary/Helper.fs diff --git a/test/FSharpTestProjects/TestLibrary/Helper2.fs b/TestAssets/FSharpTestProjects/TestLibrary/Helper2.fs similarity index 100% rename from test/FSharpTestProjects/TestLibrary/Helper2.fs rename to TestAssets/FSharpTestProjects/TestLibrary/Helper2.fs diff --git a/test/FSharpTestProjects/TestLibrary/project.json b/TestAssets/FSharpTestProjects/TestLibrary/project.json similarity index 100% rename from test/FSharpTestProjects/TestLibrary/project.json rename to TestAssets/FSharpTestProjects/TestLibrary/project.json diff --git a/test/FSharpTestProjects/global.json b/TestAssets/FSharpTestProjects/global.json similarity index 100% rename from test/FSharpTestProjects/global.json rename to TestAssets/FSharpTestProjects/global.json