diff --git a/fcs-samples/EditorService/App.config b/docs/fcs-samples/EditorService/App.config
similarity index 100%
rename from fcs-samples/EditorService/App.config
rename to docs/fcs-samples/EditorService/App.config
diff --git a/fcs-samples/EditorService/EditorService.fsproj b/docs/fcs-samples/EditorService/EditorService.fsproj
similarity index 100%
rename from fcs-samples/EditorService/EditorService.fsproj
rename to docs/fcs-samples/EditorService/EditorService.fsproj
diff --git a/fcs-samples/EditorService/Program.fs b/docs/fcs-samples/EditorService/Program.fs
similarity index 100%
rename from fcs-samples/EditorService/Program.fs
rename to docs/fcs-samples/EditorService/Program.fs
diff --git a/fcs-samples/FscExe/App.config b/docs/fcs-samples/FscExe/App.config
similarity index 100%
rename from fcs-samples/FscExe/App.config
rename to docs/fcs-samples/FscExe/App.config
diff --git a/fcs-samples/FscExe/FscExe.fsproj b/docs/fcs-samples/FscExe/FscExe.fsproj
similarity index 100%
rename from fcs-samples/FscExe/FscExe.fsproj
rename to docs/fcs-samples/FscExe/FscExe.fsproj
diff --git a/fcs-samples/FscExe/FscMain.fs b/docs/fcs-samples/FscExe/FscMain.fs
similarity index 100%
rename from fcs-samples/FscExe/FscMain.fs
rename to docs/fcs-samples/FscExe/FscMain.fs
diff --git a/fcs-samples/FsiExe/App.config b/docs/fcs-samples/FsiExe/App.config
similarity index 100%
rename from fcs-samples/FsiExe/App.config
rename to docs/fcs-samples/FsiExe/App.config
diff --git a/fcs-samples/FsiExe/FsiExe.fsproj b/docs/fcs-samples/FsiExe/FsiExe.fsproj
similarity index 100%
rename from fcs-samples/FsiExe/FsiExe.fsproj
rename to docs/fcs-samples/FsiExe/FsiExe.fsproj
diff --git a/fcs-samples/FsiExe/console.fs b/docs/fcs-samples/FsiExe/console.fs
similarity index 100%
rename from fcs-samples/FsiExe/console.fs
rename to docs/fcs-samples/FsiExe/console.fs
diff --git a/fcs-samples/FsiExe/fsimain.fs b/docs/fcs-samples/FsiExe/fsimain.fs
similarity index 100%
rename from fcs-samples/FsiExe/fsimain.fs
rename to docs/fcs-samples/FsiExe/fsimain.fs
diff --git a/fcs-samples/FsiExe/fsiserver.fs b/docs/fcs-samples/FsiExe/fsiserver.fs
similarity index 100%
rename from fcs-samples/FsiExe/fsiserver.fs
rename to docs/fcs-samples/FsiExe/fsiserver.fs
diff --git a/fcs-samples/InteractiveService/App.config b/docs/fcs-samples/InteractiveService/App.config
similarity index 100%
rename from fcs-samples/InteractiveService/App.config
rename to docs/fcs-samples/InteractiveService/App.config
diff --git a/fcs-samples/InteractiveService/InteractiveService.fsproj b/docs/fcs-samples/InteractiveService/InteractiveService.fsproj
similarity index 100%
rename from fcs-samples/InteractiveService/InteractiveService.fsproj
rename to docs/fcs-samples/InteractiveService/InteractiveService.fsproj
diff --git a/fcs-samples/InteractiveService/Program.fs b/docs/fcs-samples/InteractiveService/Program.fs
similarity index 100%
rename from fcs-samples/InteractiveService/Program.fs
rename to docs/fcs-samples/InteractiveService/Program.fs
diff --git a/fcs-samples/Tokenizer/App.config b/docs/fcs-samples/Tokenizer/App.config
similarity index 100%
rename from fcs-samples/Tokenizer/App.config
rename to docs/fcs-samples/Tokenizer/App.config
diff --git a/fcs-samples/Tokenizer/Program.fs b/docs/fcs-samples/Tokenizer/Program.fs
similarity index 100%
rename from fcs-samples/Tokenizer/Program.fs
rename to docs/fcs-samples/Tokenizer/Program.fs
diff --git a/fcs-samples/Tokenizer/Tokenizer.fsproj b/docs/fcs-samples/Tokenizer/Tokenizer.fsproj
similarity index 100%
rename from fcs-samples/Tokenizer/Tokenizer.fsproj
rename to docs/fcs-samples/Tokenizer/Tokenizer.fsproj
diff --git a/fcs-samples/UntypedTree/App.config b/docs/fcs-samples/UntypedTree/App.config
similarity index 100%
rename from fcs-samples/UntypedTree/App.config
rename to docs/fcs-samples/UntypedTree/App.config
diff --git a/fcs-samples/UntypedTree/Program.fs b/docs/fcs-samples/UntypedTree/Program.fs
similarity index 100%
rename from fcs-samples/UntypedTree/Program.fs
rename to docs/fcs-samples/UntypedTree/Program.fs
diff --git a/fcs-samples/UntypedTree/UntypedTree.fsproj b/docs/fcs-samples/UntypedTree/UntypedTree.fsproj
similarity index 100%
rename from fcs-samples/UntypedTree/UntypedTree.fsproj
rename to docs/fcs-samples/UntypedTree/UntypedTree.fsproj
diff --git a/tests/projects/Directory.Build.props b/tests/projects/Directory.Build.props
deleted file mode 100644
index bb5b23d29d0..00000000000
--- a/tests/projects/Directory.Build.props
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/tests/projects/Directory.Build.targets b/tests/projects/Directory.Build.targets
deleted file mode 100644
index bb5b23d29d0..00000000000
--- a/tests/projects/Directory.Build.targets
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
diff --git a/tests/projects/Sample_ConsoleApp_FileSystemTests/Program.fs b/tests/projects/Sample_ConsoleApp_FileSystemTests/Program.fs
deleted file mode 100644
index 75e0a053f4f..00000000000
--- a/tests/projects/Sample_ConsoleApp_FileSystemTests/Program.fs
+++ /dev/null
@@ -1 +0,0 @@
-[] let main _ = 0
diff --git a/tests/projects/Sample_ConsoleApp_FileSystemTests/Sample_ConsoleApp_net7.fsproj b/tests/projects/Sample_ConsoleApp_FileSystemTests/Sample_ConsoleApp_net7.fsproj
deleted file mode 100644
index 6fa21d9b264..00000000000
--- a/tests/projects/Sample_ConsoleApp_FileSystemTests/Sample_ConsoleApp_net7.fsproj
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- Exe
- $(FSharpNetCoreProductTargetFramework)
- true
-
-
-
- $(MSBuildThisFileDirectory)../../../artifacts/bin/fsc/Debug/$(FSharpNetCoreProductTargetFramework)/fsc.dll
- $(MSBuildThisFileDirectory)../../../artifacts/bin/fsc/Debug/$(FSharpNetCoreProductTargetFramework)/fsc.dll
- False
- True
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/projects/Sample_ConsoleApp_net7/Program.fs b/tests/projects/Sample_ConsoleApp_net7/Program.fs
deleted file mode 100644
index c6b3afc58b6..00000000000
--- a/tests/projects/Sample_ConsoleApp_net7/Program.fs
+++ /dev/null
@@ -1,117 +0,0 @@
-// SDK version 7.0.100-preview.6 or newer has to be installed for this to work
-open System.Numerics
-
-type IAdditionOperator<'T when 'T :> IAdditionOperator<'T>> =
- static abstract op_Addition: 'T * 'T -> 'T // Produces FS3535, advanced feature warning.
-
-type ISinOperator<'T when 'T :> ISinOperator<'T>> =
- static abstract Sin: 'T -> 'T // Produces FS3535, advanced feature warning.
-
-let square (x: 'T when 'T :> IMultiplyOperators<'T,'T,'T>) = x * x
-// ^--- autocompletion works here
-
-let zero (x: 'T when 'T :> INumber<'T>) = 'T.Zero
-
-let add<'T when IAdditionOperators<'T, 'T, 'T>>(x: 'T) (y: 'T) = x + y
-let min<'T when INumber<'T>> (x: 'T) (y: 'T) = 'T.Min(x, y)
-// ^ ^-------^--- no type params autocompletion
-// +-- no completion here
-
-// Some declaration tests:
-let fAdd<'T when 'T :> IAdditionOperator<'T>>(x: 'T, y: 'T) = x + y
-let fSin<'T when ISinOperator<'T>>(x: 'T) = sin x
-let fAdd'(x: 'T when 'T :> IAdditionOperator<'T>, y: 'T) = x + y
-let fSin'(x: 'T when ISinOperator<'T>) = sin x
-let fAdd''(x: #IAdditionOperator<'T>, y) = x + y // Produces FS0064 for x (the construct causes code to be less generic...)
-let fSin''(x: #ISinOperator<'T>) = sin x // Produces FS0064 for x (the construct causes code to be less generic...)
-let fAdd'''(x: #IAdditionOperator<_>, y) = x + y // Does not produce FS0064
-let fSin'''(x: #ISinOperator<_>) = sin x // Does not produce FS0064
-
-type AverageOps<'T when 'T: (static member (+): 'T * 'T -> 'T)
- and 'T: (static member DivideByInt : 'T*int -> 'T)
- and 'T: (static member Zero : 'T)> = 'T
-
-let inline f_AverageOps<'T when AverageOps<'T>>(xs: 'T[]) =
- let mutable sum = 'T.Zero
- for x in xs do
- sum <- sum + x
- 'T.DivideByInt(sum, xs.Length)
-// ^--- autocomplete works here just fine
-
-let testZeroProp () =
- let i = 1I
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1m
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1y
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1uy
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1s
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1us
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1l
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1ul
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1u
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1un
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1L
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1UL
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1F
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i = 1.0
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
- let i : char = 'a'
- let z = zero i
- let h = System.Convert.ToByte(z).ToString("x2")
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {h} ({i.GetType().ToString()})"
-
- let i = '1'B
- let z = zero i
- printfn $"Get zero for {i} ({i.GetType().ToString()}) = {z} ({i.GetType().ToString()})"
-
-[]
-let main _ =
- let x = 40
- let y = 20
- printfn $"Square of {x} is {square x}!"
- printfn $"{x} + {y} is {add x y}!"
- printfn $"Min of {x} and {y} is {min x y}"
-
- testZeroProp ()
-
- 0
diff --git a/tests/projects/Sample_ConsoleApp_net7/Sample_ConsoleApp_net7.fsproj b/tests/projects/Sample_ConsoleApp_net7/Sample_ConsoleApp_net7.fsproj
deleted file mode 100644
index 94e78cddcfc..00000000000
--- a/tests/projects/Sample_ConsoleApp_net7/Sample_ConsoleApp_net7.fsproj
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- Exe
- $(FSharpNetCoreProductTargetFramework)
- preview
-
-
-
- $(MSBuildThisFileDirectory)../../../artifacts/bin/fsc/Debug/$(FSharpNetCoreProductTargetFramework)/fsc.dll
- $(MSBuildThisFileDirectory)../../../artifacts/bin/fsc/Debug/$(FSharpNetCoreProductTargetFramework)/fsc.dll
- False
- True
-
-
-
-
-
-
-
diff --git a/tests/projects/Sample_Local_Compiler_and_FSLib/LocalCompilerAndFslib.fsproj b/tests/projects/Sample_Local_Compiler_and_FSLib/LocalCompilerAndFslib.fsproj
deleted file mode 100644
index 4f47ab1a711..00000000000
--- a/tests/projects/Sample_Local_Compiler_and_FSLib/LocalCompilerAndFslib.fsproj
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- Exe
- $(FSharpNetCoreProductTargetFramework)
- preview
- true
-
-
-
- true
- $(MSBuildThisFileDirectory)../../../artifacts/bin/fsc/Debug/$(FSharpNetCoreProductTargetFramework)/fsc.dll
- $(MSBuildThisFileDirectory)../../../artifacts/bin/fsc/Debug/$(FSharpNetCoreProductTargetFramework)/fsc.dll
- False
- True
-
-
-
-
-
-
-
-
diff --git a/tests/projects/Sample_Local_Compiler_and_FSLib/Program.fs b/tests/projects/Sample_Local_Compiler_and_FSLib/Program.fs
deleted file mode 100644
index 1ffa8063569..00000000000
--- a/tests/projects/Sample_Local_Compiler_and_FSLib/Program.fs
+++ /dev/null
@@ -1,25 +0,0 @@
-module Program
-
-type CBuilder() =
- []
- member this.Foo _ = "Foo"
- []
- member this.foo _ = "foo"
- member this.Yield _ = ()
- member this.Zero _ = ()
-
-
-[]
-let main _ =
- let cb = CBuilder()
-
- let x = cb { Foo }
- let y = cb { foo }
- printfn $"{x}"
- printfn $"{y}"
-
- if x <> "Foo" then
- failwith "not Foo"
- if y <> "foo" then
- failwith "not foo"
- 0
diff --git a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard1.6/Library1.fs b/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard1.6/Library1.fs
deleted file mode 100644
index d661424c2e0..00000000000
--- a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard1.6/Library1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Library_net451
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard1.6/Sample_NETCoreSDK_FSharp_Library_netstandard1.6.fsproj b/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard1.6/Sample_NETCoreSDK_FSharp_Library_netstandard1.6.fsproj
deleted file mode 100644
index a237159916f..00000000000
--- a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard1.6/Sample_NETCoreSDK_FSharp_Library_netstandard1.6.fsproj
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- netstandard2.0
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Directory.Build.props b/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Directory.Build.props
deleted file mode 100644
index 8c119d5413b..00000000000
--- a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Directory.Build.props
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
diff --git a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Directory.Build.targets b/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Directory.Build.targets
deleted file mode 100644
index 8c119d5413b..00000000000
--- a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Directory.Build.targets
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
diff --git a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Library1.fs b/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Library1.fs
deleted file mode 100644
index 0eba466d884..00000000000
--- a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Library1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_NETCoreSDK_FSharp_Library_netstandard2_0
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Sample_NETCoreSDK_FSharp_Library_netstandard2_0.fsproj b/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Sample_NETCoreSDK_FSharp_Library_netstandard2_0.fsproj
deleted file mode 100644
index 621cb1ecb89..00000000000
--- a/tests/projects/Sample_NETCoreSDK_FSharp_Library_netstandard2_0/Sample_NETCoreSDK_FSharp_Library_netstandard2_0.fsproj
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
- netstandard2.0
- true
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp.sln b/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp.sln
deleted file mode 100644
index afc209b0df2..00000000000
--- a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SampleVisualStudio2010FSharpConsoleApp", "SampleVisualStudio2010FSharpConsoleApp\SampleVisualStudio2010FSharpConsoleApp.fsproj", "{116CC2F9-F987-4B3D-915A-34CAC04A73DA}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Debug|x86.ActiveCfg = Debug|x86
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Debug|x86.Build.0 = Debug|x86
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Release|x86.ActiveCfg = Release|x86
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/Program.fs b/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/Program.fs
deleted file mode 100644
index 6216cf1338b..00000000000
--- a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/Program.fs
+++ /dev/null
@@ -1,22 +0,0 @@
-// This is a sample F# app created in Visual Studio 2010, targeting .NET 3.5
-
-// On Windows, the build should target
-// -r:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll"
-// -r:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\System.dll"
-// and should reference one of these depending on the language version of F# being used
-// Program Files\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v2.0\FSharp.Core.dll
-// Program Files\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\v2.0\FSharp.Core.dll
-//
-// On Mac, you'll get
-//
-// -r:"/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/2.0/FSharp.Core.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/2.0/mscorlib.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/2.0/System.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/2.0/System.Core.dll"
-
-module M
-
-[]
-let main args =
- System.Console.WriteLine "Hello world"
- 0
diff --git a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj b/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj
deleted file mode 100644
index 3fad0eb6479..00000000000
--- a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
- Debug
- x86
- 8.0.30703
- 2.0
- {116cc2f9-f987-4b3d-915a-34cac04a73da}
- Exe
- SampleVisualStudio2010FSharpConsoleApp
- SampleVisualStudio2010FSharpConsoleApp
- v3.5
- SampleVisualStudio2010FSharpConsoleApp
- false
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- x86
- bin\Debug\SampleVisualStudio2010FSharpConsoleApp.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- x86
- bin\Release\SampleVisualStudio2010FSharpConsoleApp.xml
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net40/SampleVisualStudio2010FSharpConsoleApp.sln b/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net40/SampleVisualStudio2010FSharpConsoleApp.sln
deleted file mode 100644
index afc209b0df2..00000000000
--- a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net40/SampleVisualStudio2010FSharpConsoleApp.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SampleVisualStudio2010FSharpConsoleApp", "SampleVisualStudio2010FSharpConsoleApp\SampleVisualStudio2010FSharpConsoleApp.fsproj", "{116CC2F9-F987-4B3D-915A-34CAC04A73DA}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Debug|x86.ActiveCfg = Debug|x86
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Debug|x86.Build.0 = Debug|x86
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Release|x86.ActiveCfg = Release|x86
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net40/SampleVisualStudio2010FSharpConsoleApp/Program.fs b/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net40/SampleVisualStudio2010FSharpConsoleApp/Program.fs
deleted file mode 100644
index 9b3943ef811..00000000000
--- a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net40/SampleVisualStudio2010FSharpConsoleApp/Program.fs
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is a sample F# app created in Visual Studio 2012, included for testing purposes.
-
-
-[]
-let main args =
- System.Console.WriteLine "Hello world"
- printfn "Hello world"
- 0
diff --git a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net40/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj b/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net40/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj
deleted file mode 100644
index 64055a54d3b..00000000000
--- a/tests/projects/Sample_VS2010_FSharp_ConsoleApp_net40/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
- Debug
- x86
- 8.0.30703
- 2.0
- {116cc2f9-f987-4b3d-915a-34cac04a73da}
- Exe
- SampleVisualStudio2010FSharpConsoleApp
- SampleVisualStudio2010FSharpConsoleApp
- SampleVisualStudio2010FSharpConsoleApp
- false
-
-
- Program.fs
-
-
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- x86
- bin\Debug\SampleVisualStudio2010FSharpConsoleApp.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- x86
- bin\Release\SampleVisualStudio2010FSharpConsoleApp.xml
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp.sln b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp.sln
deleted file mode 100644
index 926e90988aa..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SampleVisualStudio2010FSharpConsoleApp", "SampleVisualStudio2010FSharpConsoleApp\SampleVisualStudio2010FSharpConsoleApp.fsproj", "{116CC2F9-F987-4B3D-915A-34CAC04A73DA}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Debug|x86.ActiveCfg = Debug|x86
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Debug|x86.Build.0 = Debug|x86
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Release|x86.ActiveCfg = Release|x86
- {116CC2F9-F987-4B3D-915A-34CAC04A73DA}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/Program.fs b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/Program.fs
deleted file mode 100644
index c923928cc3c..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/Program.fs
+++ /dev/null
@@ -1,6 +0,0 @@
-// This is a sample F# app created in Visual Studio 2012, included for testing purposes.
-
-[]
-let main args =
- System.Console.WriteLine "Hello world"
- 0
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj
deleted file mode 100644
index 209b54359fd..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net35/SampleVisualStudio2010FSharpConsoleApp/SampleVisualStudio2010FSharpConsoleApp.fsproj
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
- Debug
- x86
- 8.0.30703
- 2.0
- {116cc2f9-f987-4b3d-915a-34cac04a73da}
- Exe
- SampleVisualStudio2010FSharpConsoleApp
- SampleVisualStudio2010FSharpConsoleApp
- v3.5
- SampleVisualStudio2010FSharpConsoleApp
- false
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- x86
- bin\Debug\SampleVisualStudio2010FSharpConsoleApp.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- x86
- bin\Release\SampleVisualStudio2010FSharpConsoleApp.xml
- false
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.sln b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.sln
deleted file mode 100644
index 852f5a4cd69..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2012_FSharp_ConsoleApp_net40", "Sample_VS2012_FSharp_ConsoleApp_net40\Sample_VS2012_FSharp_ConsoleApp_net40.fsproj", "{563C9D5C-966A-4121-84BA-3EF62626D999}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {563C9D5C-966A-4121-84BA-3EF62626D999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {563C9D5C-966A-4121-84BA-3EF62626D999}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {563C9D5C-966A-4121-84BA-3EF62626D999}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {563C9D5C-966A-4121-84BA-3EF62626D999}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/App.config b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/App.config
deleted file mode 100644
index 305c9d22d90..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/App.config
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/Program.fs b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/Program.fs
deleted file mode 100644
index 3a4d70364d7..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/Program.fs
+++ /dev/null
@@ -1,31 +0,0 @@
-// This is a sample F# app created in Visual Studio 2012, targeting .NET 4.0
-
-// On Windows, the build should reference
-// -r:"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll"
-// -r:"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll"
-// -r:"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll"
-// -r:"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Numerics.dll"
-// and should reference one of these depending on the language version of F# being used
-// -r:"C:Program Files\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v4.0\FSharp.Core.dll"
-// -r:"C:Program Files\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\v4.0\FSharp.Core.dll"
-//
-// On Mac, you'll get something like this:
-// -r:"/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.0/FSharp.Core.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/mscorlib.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Core.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Numerics.dll"
-
-module M
-
-type C() =
- member val x = 1
-
-System.Console.WriteLine "Helo World"
-
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
-
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.fsproj b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.fsproj
deleted file mode 100644
index bc17dde6120..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40/Sample_VS2012_FSharp_ConsoleApp_net40.fsproj
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 563c9d5c-966a-4121-84ba-3ef62626d999
- Exe
- Sample_VS2012_FSharp_ConsoleApp_net40
- Sample_VS2012_FSharp_ConsoleApp_net40
- Sample_VS2012_FSharp_ConsoleApp_net40
- 10.0.0
- False
-
-
- True
- full
- False
- False
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2012_FSharp_ConsoleApp_net40.xml
- true
-
-
- pdbonly
- True
- True
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2012_FSharp_ConsoleApp_net40.xml
- true
- False
-
-
-
-
-
-
-
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+sl5+netcore45\FSharp.Core.dll
-
-
-
-
-
-
-
- 11
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.sln b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.sln
deleted file mode 100644
index 9570dd9f436..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013", "Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013\Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.fsproj", "{563C9D5C-966A-4121-84BA-3EF62626D999}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {563C9D5C-966A-4121-84BA-3EF62626D999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {563C9D5C-966A-4121-84BA-3EF62626D999}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {563C9D5C-966A-4121-84BA-3EF62626D999}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {563C9D5C-966A-4121-84BA-3EF62626D999}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/App.config b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/App.config
deleted file mode 100644
index 305c9d22d90..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/App.config
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Program.fs b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Program.fs
deleted file mode 100644
index 3a4d70364d7..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Program.fs
+++ /dev/null
@@ -1,31 +0,0 @@
-// This is a sample F# app created in Visual Studio 2012, targeting .NET 4.0
-
-// On Windows, the build should reference
-// -r:"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll"
-// -r:"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll"
-// -r:"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll"
-// -r:"C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Numerics.dll"
-// and should reference one of these depending on the language version of F# being used
-// -r:"C:Program Files\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v4.0\FSharp.Core.dll"
-// -r:"C:Program Files\Reference Assemblies\Microsoft\FSharp\3.0\Runtime\v4.0\FSharp.Core.dll"
-//
-// On Mac, you'll get something like this:
-// -r:"/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.0/FSharp.Core.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/mscorlib.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Core.dll"
-// -r:"/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Numerics.dll"
-
-module M
-
-type C() =
- member val x = 1
-
-System.Console.WriteLine "Helo World"
-
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
-
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.fsproj b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.fsproj
deleted file mode 100644
index bc7a0ed88b5..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013/Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.fsproj
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 563c9d5c-966a-4121-84ba-3ef62626d999
- Exe
- Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013
- Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013
- Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013
- 10.0.0
- False
-
-
- True
- full
- False
- False
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.xml
- true
-
-
- pdbonly
- True
- True
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2012_FSharp_ConsoleApp_net40_upgraded_VS2013.xml
- true
- False
-
-
-
-
-
-
-
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+sl5+netcore45\FSharp.Core.dll
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.sln b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.sln
deleted file mode 100644
index eafa35f10d6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2012_FSharp_ConsoleApp_net45", "Sample_VS2012_FSharp_ConsoleApp_net45\Sample_VS2012_FSharp_ConsoleApp_net45.fsproj", "{B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45/App.config b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45/App.config
deleted file mode 100644
index fc4ffd195b6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45/App.config
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45/Program.fs b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45/Program.fs
deleted file mode 100644
index 6b8cf4831fc..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45/Program.fs
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is a sample F# app created in Visual Studio 2012, targeting .NET 4.5
-
-// At time of submission it won't build by default because MD doesn't support .NET 4.5 as yet
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj
deleted file mode 100644
index 97948e84f12..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- b5b8c6fd-d77d-46e6-a9c5-5d78200668cc
- Exe
- Sample_VS2012_FSharp_ConsoleApp_net45
- Sample_VS2012_FSharp_ConsoleApp_net45
- v4.5
- Sample_VS2012_FSharp_ConsoleApp_net45
- 10.0.0
- False
-
-
- True
- full
- False
- False
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2012_FSharp_ConsoleApp_net45.xml
- true
-
-
- pdbonly
- True
- True
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2012_FSharp_ConsoleApp_net45.xml
- true
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/FSCompLinkedInSuperDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/FSCompLinkedInSuperDir.txt
deleted file mode 100644
index f6b195b49ad..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/FSCompLinkedInSuperDir.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Old-style error strings getting moved over
-undefinedNameNamespace,"The namespace '%s' is not defined"
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/NOTE.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/NOTE.txt
deleted file mode 100644
index 48f399c3752..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/NOTE.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-Tests a project file with a resource.
-
-You should see
- --resource:obj/Debug/Sample_VS2012_FSharp_ConsoleApp_net45.resource.txt
-
-on the command line when you run xbuild on the .fsproj file
-
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45.sln b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45.sln
deleted file mode 100644
index eafa35f10d6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2012_FSharp_ConsoleApp_net45", "Sample_VS2012_FSharp_ConsoleApp_net45\Sample_VS2012_FSharp_ConsoleApp_net45.fsproj", "{B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/App.config b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/App.config
deleted file mode 100644
index fc4ffd195b6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/App.config
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/ExplicitCompiledResource.resources b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/ExplicitCompiledResource.resources
deleted file mode 100644
index 0b4504dddfa..00000000000
Binary files a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/ExplicitCompiledResource.resources and /dev/null differ
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/FSComp.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/FSComp.txt
deleted file mode 100644
index f6b195b49ad..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/FSComp.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Old-style error strings getting moved over
-undefinedNameNamespace,"The namespace '%s' is not defined"
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/FSCompLinkedInSameDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/FSCompLinkedInSameDir.txt
deleted file mode 100644
index f6b195b49ad..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/FSCompLinkedInSameDir.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Old-style error strings getting moved over
-undefinedNameNamespace,"The namespace '%s' is not defined"
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResource.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResource.txt
deleted file mode 100644
index 3b18e512dba..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResource.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResourceWithLogicalName.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResourceWithLogicalName.txt
deleted file mode 100644
index 3b18e512dba..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResourceWithLogicalName.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Program.fs b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Program.fs
deleted file mode 100644
index 6b8cf4831fc..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Program.fs
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is a sample F# app created in Visual Studio 2012, targeting .NET 4.5
-
-// At time of submission it won't build by default because MD doesn't support .NET 4.5 as yet
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResource.resx b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResource.resx
deleted file mode 100644
index 4fdb1b6aff6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResource.resx
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResourceWithLogicalName.resx b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResourceWithLogicalName.resx
deleted file mode 100644
index 4fdb1b6aff6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResourceWithLogicalName.resx
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj
deleted file mode 100644
index 7cbff76e35d..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- b5b8c6fd-d77d-46e6-a9c5-5d78200668cc
- Exe
- Sample_VS2012_FSharp_ConsoleApp_net45
- Sample_VS2012_FSharp_ConsoleApp_net45
- v4.5
- Sample_VS2012_FSharp_ConsoleApp_net45
- 10.0.0
- False
- 4.3.0.0
-
-
- True
- full
- False
- False
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2012_FSharp_ConsoleApp_net45.XML
- true
-
-
- pdbonly
- True
- True
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2012_FSharp_ConsoleApp_net45.XML
- true
- False
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
-
-
- FSCompLinkedInSuperDir.txt
-
-
- FSCompLinkedInSameDir.txt
-
-
- FSCompLinkedInSubDir.txt
-
-
-
-
- true
-
-
- true
- The.Explicit.Name.Of.ResxResourceWithLogicalName
-
-
- The.Explicit.Name.Of.NonResxResourceWithLogicalName
-
-
-
- PreserveNewest
-
-
-
-
- true
-
-
- true
- The.Explicit.Name.Of.ResxResourceWithLogicalNameInSubDir
-
-
- The.Explicit.Name.Of.NonResxResourceWithLogicalNameInSubDir
-
-
-
-
- True
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ExplicitCompiledResourceInSubDir.resources b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ExplicitCompiledResourceInSubDir.resources
deleted file mode 100644
index 0b4504dddfa..00000000000
Binary files a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ExplicitCompiledResourceInSubDir.resources and /dev/null differ
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/FSCompLinkedInSubDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/FSCompLinkedInSubDir.txt
deleted file mode 100644
index f6b195b49ad..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/FSCompLinkedInSubDir.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Old-style error strings getting moved over
-undefinedNameNamespace,"The namespace '%s' is not defined"
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceInSubDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceInSubDir.txt
deleted file mode 100644
index 3b18e512dba..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceInSubDir.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceWithLogicalNameInSubDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceWithLogicalNameInSubDir.txt
deleted file mode 100644
index 3b18e512dba..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceWithLogicalNameInSubDir.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceInSubDir.resx b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceInSubDir.resx
deleted file mode 100644
index 4fdb1b6aff6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceInSubDir.resx
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceWithLogicalNameInSubDir.resx b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceWithLogicalNameInSubDir.resx
deleted file mode 100644
index 4fdb1b6aff6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceWithLogicalNameInSubDir.resx
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/content.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/content.txt
deleted file mode 100644
index 5e6775136ae..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/Sample_VS2012_FSharp_ConsoleApp_net45/content.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world content
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/UpgradeLog.htm b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/UpgradeLog.htm
deleted file mode 100644
index 2fabc9865b7..00000000000
Binary files a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource/UpgradeLog.htm and /dev/null differ
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/FSCompLinkedInSuperDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/FSCompLinkedInSuperDir.txt
deleted file mode 100644
index f6b195b49ad..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/FSCompLinkedInSuperDir.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Old-style error strings getting moved over
-undefinedNameNamespace,"The namespace '%s' is not defined"
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/NOTE.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/NOTE.txt
deleted file mode 100644
index 48f399c3752..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/NOTE.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-
-Tests a project file with a resource.
-
-You should see
- --resource:obj/Debug/Sample_VS2012_FSharp_ConsoleApp_net45.resource.txt
-
-on the command line when you run xbuild on the .fsproj file
-
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45.sln b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45.sln
deleted file mode 100644
index eafa35f10d6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2012_FSharp_ConsoleApp_net45", "Sample_VS2012_FSharp_ConsoleApp_net45\Sample_VS2012_FSharp_ConsoleApp_net45.fsproj", "{B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B5B8C6FD-D77D-46E6-A9C5-5D78200668CC}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/App.config b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/App.config
deleted file mode 100644
index fc4ffd195b6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/App.config
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/ExplicitCompiledResource.resources b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/ExplicitCompiledResource.resources
deleted file mode 100644
index 0b4504dddfa..00000000000
Binary files a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/ExplicitCompiledResource.resources and /dev/null differ
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/FSComp.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/FSComp.txt
deleted file mode 100644
index f6b195b49ad..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/FSComp.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Old-style error strings getting moved over
-undefinedNameNamespace,"The namespace '%s' is not defined"
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/FSCompLinkedInSameDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/FSCompLinkedInSameDir.txt
deleted file mode 100644
index f6b195b49ad..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/FSCompLinkedInSameDir.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Old-style error strings getting moved over
-undefinedNameNamespace,"The namespace '%s' is not defined"
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResource.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResource.txt
deleted file mode 100644
index 3b18e512dba..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResource.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResourceWithLogicalName.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResourceWithLogicalName.txt
deleted file mode 100644
index 3b18e512dba..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/NonResxResourceWithLogicalName.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/Program.fs b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/Program.fs
deleted file mode 100644
index 6b8cf4831fc..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/Program.fs
+++ /dev/null
@@ -1,8 +0,0 @@
-// This is a sample F# app created in Visual Studio 2012, targeting .NET 4.5
-
-// At time of submission it won't build by default because MD doesn't support .NET 4.5 as yet
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResource.resx b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResource.resx
deleted file mode 100644
index 4fdb1b6aff6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResource.resx
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResourceWithLogicalName.resx b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResourceWithLogicalName.resx
deleted file mode 100644
index 4fdb1b6aff6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/ResxResourceWithLogicalName.resx
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj
deleted file mode 100644
index fbbac89edf7..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- b5b8c6fd-d77d-46e6-a9c5-5d78200668cc
- Exe
- Sample_VS2012_FSharp_ConsoleApp_net45
- Sample_VS2012_FSharp_ConsoleApp_net45
- v4.5
- Sample_VS2012_FSharp_ConsoleApp_net45
- 10.0.0
- False
- 4.4.0.0
- $(MSBuildProjectDirectory)\..\..\..\..\packages\FSharp.Compiler.Tools\tools
- $(MSBuildProjectDirectory)\..\..\..\..\packages\FSharp.Compiler.Tools.4.1.5\tools
- $(MSBuildProjectDirectory)\..\..\..\..\packages\FSharp.Compiler.Tools.4.1.27\tools
-
-
- True
- full
- False
- False
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2012_FSharp_ConsoleApp_net45.XML
- true
-
-
- pdbonly
- True
- True
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2012_FSharp_ConsoleApp_net45.XML
- true
- False
-
-
- 11
-
-
-
-
-
-
- FSCompLinkedInSuperDir.txt
-
-
- FSCompLinkedInSameDir.txt
-
-
- FSCompLinkedInSubDir.txt
-
-
-
-
- true
-
-
- true
- The.Explicit.Name.Of.ResxResourceWithLogicalName
-
-
- The.Explicit.Name.Of.NonResxResourceWithLogicalName
-
-
-
- PreserveNewest
-
-
-
-
- true
-
-
- true
- The.Explicit.Name.Of.ResxResourceWithLogicalNameInSubDir
-
-
- The.Explicit.Name.Of.NonResxResourceWithLogicalNameInSubDir
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ExplicitCompiledResourceInSubDir.resources b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ExplicitCompiledResourceInSubDir.resources
deleted file mode 100644
index 0b4504dddfa..00000000000
Binary files a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ExplicitCompiledResourceInSubDir.resources and /dev/null differ
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/FSCompLinkedInSubDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/FSCompLinkedInSubDir.txt
deleted file mode 100644
index f6b195b49ad..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/FSCompLinkedInSubDir.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-# Old-style error strings getting moved over
-undefinedNameNamespace,"The namespace '%s' is not defined"
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceInSubDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceInSubDir.txt
deleted file mode 100644
index 3b18e512dba..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceInSubDir.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceWithLogicalNameInSubDir.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceWithLogicalNameInSubDir.txt
deleted file mode 100644
index 3b18e512dba..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/NonResxResourceWithLogicalNameInSubDir.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceInSubDir.resx b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceInSubDir.resx
deleted file mode 100644
index 4fdb1b6aff6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceInSubDir.resx
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceWithLogicalNameInSubDir.resx b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceWithLogicalNameInSubDir.resx
deleted file mode 100644
index 4fdb1b6aff6..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/SubDir/ResxResourceWithLogicalNameInSubDir.resx
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 1.3
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/content.txt b/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/content.txt
deleted file mode 100644
index 5e6775136ae..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/content.txt
+++ /dev/null
@@ -1 +0,0 @@
-hello world content
diff --git a/tests/projects/Sample_VS2012_FSharp_Portable_Library/PortableLibrary1.fs b/tests/projects/Sample_VS2012_FSharp_Portable_Library/PortableLibrary1.fs
deleted file mode 100644
index 69dddb8d140..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_Portable_Library/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2012_FSharp_Portable_Library
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2012_FSharp_Portable_Library/Sample_VS2012_FSharp_Portable_Library.fsproj b/tests/projects/Sample_VS2012_FSharp_Portable_Library/Sample_VS2012_FSharp_Portable_Library.fsproj
deleted file mode 100644
index 9c27d79cb85..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_Portable_Library/Sample_VS2012_FSharp_Portable_Library.fsproj
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- ce7e16a8-8d0d-4ae5-a1f8-906d6aeee094
- Library
- Sample_VS2012_FSharp_Portable_Library
- Sample_VS2012_FSharp_Portable_Library
- v4.0
- Profile47
- Sample_VS2012_FSharp_Portable_Library
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2012_FSharp_Portable_Library.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2012_FSharp_Portable_Library.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+sl5+netcore45\FSharp.Core.dll
-
-
-
-
-
-
-
- 11
-
-
-
-
diff --git a/tests/projects/Sample_VS2012_FSharp_Portable_Library/Sample_VS2012_FSharp_Portable_Library.sln b/tests/projects/Sample_VS2012_FSharp_Portable_Library/Sample_VS2012_FSharp_Portable_Library.sln
deleted file mode 100644
index 9d80f05ba26..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_Portable_Library/Sample_VS2012_FSharp_Portable_Library.sln
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2012_FSharp_Portable_Library", "Sample_VS2012_FSharp_Portable_Library.fsproj", "{CE7E16A8-8D0D-4AE5-A1F8-906D6AEEE094}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CE7E16A8-8D0D-4AE5-A1F8-906D6AEEE094}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {CE7E16A8-8D0D-4AE5-A1F8-906D6AEEE094}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {CE7E16A8-8D0D-4AE5-A1F8-906D6AEEE094}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {CE7E16A8-8D0D-4AE5-A1F8-906D6AEEE094}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2012_FSharp_Portable_Library/Script.fsx b/tests/projects/Sample_VS2012_FSharp_Portable_Library/Script.fsx
deleted file mode 100644
index 16869bd3d45..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_Portable_Library/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2012_FSharp_Portable_Library
-
diff --git a/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/PortableLibrary1.fs b/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/PortableLibrary1.fs
deleted file mode 100644
index 48308971366..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2012_FSharp_Portable_Library_upgraded_2013
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/Sample_VS2012_FSharp_Portable_Library_upgraded_2013.fsproj b/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/Sample_VS2012_FSharp_Portable_Library_upgraded_2013.fsproj
deleted file mode 100644
index 56d6c2b9cfe..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/Sample_VS2012_FSharp_Portable_Library_upgraded_2013.fsproj
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 2bda2a08-0156-42d3-bebe-3d7c80f7baca
- Library
- Sample_VS2012_FSharp_Portable_Library_upgraded_2013
- Sample_VS2012_FSharp_Portable_Library_upgraded_2013
- v4.0
- Profile47
- Sample_VS2012_FSharp_Portable_Library_upgraded_2013
- 2.3.5.0
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2012_FSharp_Portable_Library_upgraded_2013.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2012_FSharp_Portable_Library_upgraded_2013.xml
-
-
-
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+sl5+netcore45\FSharp.Core.dll
- True
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.Portable.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.Portable.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/Sample_VS2012_FSharp_Portable_Library_upgraded_2013.sln b/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/Sample_VS2012_FSharp_Portable_Library_upgraded_2013.sln
deleted file mode 100644
index e604e24d79d..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/Sample_VS2012_FSharp_Portable_Library_upgraded_2013.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.30110.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2012_FSharp_Portable_Library_upgraded_2013", "Sample_VS2012_FSharp_Portable_Library_upgraded_2013.fsproj", "{2BDA2A08-0156-42D3-BEBE-3D7C80F7BACA}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2BDA2A08-0156-42D3-BEBE-3D7C80F7BACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {2BDA2A08-0156-42D3-BEBE-3D7C80F7BACA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {2BDA2A08-0156-42D3-BEBE-3D7C80F7BACA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {2BDA2A08-0156-42D3-BEBE-3D7C80F7BACA}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/Script.fsx b/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/Script.fsx
deleted file mode 100644
index 82a1f4a2965..00000000000
--- a/tests/projects/Sample_VS2012_FSharp_Portable_Library_upgraded_2013/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2012_FSharp_Portable_Library_upgraded_2013
-
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/App.config b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/App.config
deleted file mode 100644
index 2d7731d98b4..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/Program.fs b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/Program.fs
deleted file mode 100644
index da84161c54a..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/Program.fs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Learn more about F# at https://fsharp.org
-// See the 'F# Tutorial' project for more help.
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/Sample_VS2013_FSharp_ConsoleApp_net40.fsproj b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/Sample_VS2013_FSharp_ConsoleApp_net40.fsproj
deleted file mode 100644
index b6aabb4ef14..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/Sample_VS2013_FSharp_ConsoleApp_net40.fsproj
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 0c351344-e446-4b36-98a1-bad9b3ce9846
- Exe
- Sample_VS2013_FSharp_ConsoleApp_net40
- Sample_VS2013_FSharp_ConsoleApp_net40
- v4.0
- true
- 4.3.1.0
- Sample_VS2013_FSharp_ConsoleApp_net40
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2013_FSharp_ConsoleApp_net40.xml
- true
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2013_FSharp_ConsoleApp_net40.xml
- true
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/Sample_VS2013_FSharp_ConsoleApp_net40.sln b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/Sample_VS2013_FSharp_ConsoleApp_net40.sln
deleted file mode 100644
index 3132c065fc0..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net40/Sample_VS2013_FSharp_ConsoleApp_net40.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_ConsoleApp_net40", "Sample_VS2013_FSharp_ConsoleApp_net40.fsproj", "{0C351344-E446-4B36-98A1-BAD9B3CE9846}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0C351344-E446-4B36-98A1-BAD9B3CE9846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0C351344-E446-4B36-98A1-BAD9B3CE9846}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0C351344-E446-4B36-98A1-BAD9B3CE9846}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0C351344-E446-4B36-98A1-BAD9B3CE9846}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/App.config b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/App.config
deleted file mode 100644
index f888c777ac1..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/App.config
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/Program.fs b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/Program.fs
deleted file mode 100644
index 4aa6a19242a..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/Program.fs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Learn more about F# at http://fsharp.net
-// See the 'F# Tutorial' project for more help.
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/Sample_VS2013_FSharp_ConsoleApp_net45.fsproj b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/Sample_VS2013_FSharp_ConsoleApp_net45.fsproj
deleted file mode 100644
index 1265690dc7c..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/Sample_VS2013_FSharp_ConsoleApp_net45.fsproj
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 74530562-d829-4a14-9b97-546361f5fc26
- Exe
- Sample_VS2013_FSharp_ConsoleApp_net45
- Sample_VS2013_FSharp_ConsoleApp_net45
- v4.5
- true
- 4.3.1.0
- Sample_VS2013_FSharp_ConsoleApp_net45
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2013_FSharp_ConsoleApp_net45.xml
- true
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2013_FSharp_ConsoleApp_net45.xml
- true
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/Sample_VS2013_FSharp_ConsoleApp_net45.sln b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/Sample_VS2013_FSharp_ConsoleApp_net45.sln
deleted file mode 100644
index 9c5b70d3dc5..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net45/Sample_VS2013_FSharp_ConsoleApp_net45.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_ConsoleApp_net45", "Sample_VS2013_FSharp_ConsoleApp_net45.fsproj", "{74530562-D829-4A14-9B97-546361F5FC26}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {74530562-D829-4A14-9B97-546361F5FC26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {74530562-D829-4A14-9B97-546361F5FC26}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {74530562-D829-4A14-9B97-546361F5FC26}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {74530562-D829-4A14-9B97-546361F5FC26}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/App.config b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/App.config
deleted file mode 100644
index 9c05822ff53..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/Program.fs b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/Program.fs
deleted file mode 100644
index 4aa6a19242a..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/Program.fs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Learn more about F# at http://fsharp.net
-// See the 'F# Tutorial' project for more help.
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/Sample_VS2013_FSharp_ConsoleApp_net451.fsproj b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/Sample_VS2013_FSharp_ConsoleApp_net451.fsproj
deleted file mode 100644
index dfd4faaa626..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/Sample_VS2013_FSharp_ConsoleApp_net451.fsproj
+++ /dev/null
@@ -1,76 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- e4f593f3-04fe-455e-be2f-e693f3a5704c
- Exe
- Sample_VS2013_FSharp_ConsoleApp_net451
- Sample_VS2013_FSharp_ConsoleApp_net451
- v4.5.1
- true
- 4.3.1.0
- Sample_VS2013_FSharp_ConsoleApp_net451
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2013_FSharp_ConsoleApp_net451.xml
- true
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2013_FSharp_ConsoleApp_net451.xml
- true
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/Sample_VS2013_FSharp_ConsoleApp_net451.sln b/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/Sample_VS2013_FSharp_ConsoleApp_net451.sln
deleted file mode 100644
index 045eebbd94b..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_ConsoleApp_net451/Sample_VS2013_FSharp_ConsoleApp_net451.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_ConsoleApp_net451", "Sample_VS2013_FSharp_ConsoleApp_net451.fsproj", "{E4F593F3-04FE-455E-BE2F-E693F3A5704C}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E4F593F3-04FE-455E-BE2F-E693F3A5704C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E4F593F3-04FE-455E-BE2F-E693F3A5704C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E4F593F3-04FE-455E-BE2F-E693F3A5704C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E4F593F3-04FE-455E-BE2F-E693F3A5704C}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net40/Library1.fs b/tests/projects/Sample_VS2013_FSharp_Library_net40/Library1.fs
deleted file mode 100644
index 43c0a89bb79..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net40/Library1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Library_net40
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net40/Sample_VS2013_FSharp_Library_net40.fsproj b/tests/projects/Sample_VS2013_FSharp_Library_net40/Sample_VS2013_FSharp_Library_net40.fsproj
deleted file mode 100644
index 6c30bd7491a..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net40/Sample_VS2013_FSharp_Library_net40.fsproj
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 5c7660c1-bb28-4d88-a653-0cc8a2064854
- Library
- Sample_VS2013_FSharp_Library_net40
- Sample_VS2013_FSharp_Library_net40
- v4.0
- 4.3.1.0
- Sample_VS2013_FSharp_Library_net40
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Library_net40.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Library_net40.xml
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net40/Sample_VS2013_FSharp_Library_net40.sln b/tests/projects/Sample_VS2013_FSharp_Library_net40/Sample_VS2013_FSharp_Library_net40.sln
deleted file mode 100644
index 521d00f1103..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net40/Sample_VS2013_FSharp_Library_net40.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Library_net40", "Sample_VS2013_FSharp_Library_net40.fsproj", "{5C7660C1-BB28-4D88-A653-0CC8A2064854}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5C7660C1-BB28-4D88-A653-0CC8A2064854}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5C7660C1-BB28-4D88-A653-0CC8A2064854}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5C7660C1-BB28-4D88-A653-0CC8A2064854}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5C7660C1-BB28-4D88-A653-0CC8A2064854}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net40/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Library_net40/Script.fsx
deleted file mode 100644
index 3293473b793..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net40/Script.fsx
+++ /dev/null
@@ -1,8 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "Library1.fs"
-open Sample_VS2013_FSharp_Library_net40
-
-// Define your library scripting code here
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net45/Library1.fs b/tests/projects/Sample_VS2013_FSharp_Library_net45/Library1.fs
deleted file mode 100644
index dd1347a4a00..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net45/Library1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Library_net45
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net45/Sample_VS2013_FSharp_Library_net45.fsproj b/tests/projects/Sample_VS2013_FSharp_Library_net45/Sample_VS2013_FSharp_Library_net45.fsproj
deleted file mode 100644
index 0239acf1422..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net45/Sample_VS2013_FSharp_Library_net45.fsproj
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- fb12397e-fe25-4db4-b20c-ff75eec6bba7
- Library
- Sample_VS2013_FSharp_Library_net45
- Sample_VS2013_FSharp_Library_net45
- v4.5
- 4.3.1.0
- Sample_VS2013_FSharp_Library_net45
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Library_net45.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Library_net45.xml
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net45/Sample_VS2013_FSharp_Library_net45.sln b/tests/projects/Sample_VS2013_FSharp_Library_net45/Sample_VS2013_FSharp_Library_net45.sln
deleted file mode 100644
index cb1ce681159..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net45/Sample_VS2013_FSharp_Library_net45.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Library_net45", "Sample_VS2013_FSharp_Library_net45.fsproj", "{FB12397E-FE25-4DB4-B20C-FF75EEC6BBA7}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FB12397E-FE25-4DB4-B20C-FF75EEC6BBA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FB12397E-FE25-4DB4-B20C-FF75EEC6BBA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FB12397E-FE25-4DB4-B20C-FF75EEC6BBA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FB12397E-FE25-4DB4-B20C-FF75EEC6BBA7}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net45/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Library_net45/Script.fsx
deleted file mode 100644
index 7108711d037..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net45/Script.fsx
+++ /dev/null
@@ -1,8 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "Library1.fs"
-open Sample_VS2013_FSharp_Library_net45
-
-// Define your library scripting code here
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net451/Library1.fs b/tests/projects/Sample_VS2013_FSharp_Library_net451/Library1.fs
deleted file mode 100644
index d661424c2e0..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net451/Library1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Library_net451
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net451/Sample_VS2013_FSharp_Library_net451.fsproj b/tests/projects/Sample_VS2013_FSharp_Library_net451/Sample_VS2013_FSharp_Library_net451.fsproj
deleted file mode 100644
index 8a766b99b40..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net451/Sample_VS2013_FSharp_Library_net451.fsproj
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- cb3b174a-3ec3-47e8-80ef-18bb00bd6a12
- Library
- Sample_VS2013_FSharp_Library_net451
- Sample_VS2013_FSharp_Library_net451
- v4.5.1
- 4.3.1.0
- Sample_VS2013_FSharp_Library_net451
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Library_net451.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Library_net451.xml
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net451/Sample_VS2013_FSharp_Library_net451.sln b/tests/projects/Sample_VS2013_FSharp_Library_net451/Sample_VS2013_FSharp_Library_net451.sln
deleted file mode 100644
index fe2e8d14b80..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net451/Sample_VS2013_FSharp_Library_net451.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Library_net451", "Sample_VS2013_FSharp_Library_net451.fsproj", "{CB3B174A-3EC3-47E8-80EF-18BB00BD6A12}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {CB3B174A-3EC3-47E8-80EF-18BB00BD6A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {CB3B174A-3EC3-47E8-80EF-18BB00BD6A12}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {CB3B174A-3EC3-47E8-80EF-18BB00BD6A12}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {CB3B174A-3EC3-47E8-80EF-18BB00BD6A12}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Library_net451/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Library_net451/Script.fsx
deleted file mode 100644
index 501f0a3db77..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Library_net451/Script.fsx
+++ /dev/null
@@ -1,8 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "Library1.fs"
-open Sample_VS2013_FSharp_Library_net451
-
-// Define your library scripting code here
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/PortableLibrary1.fs b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/PortableLibrary1.fs
deleted file mode 100644
index 96e5b85e659..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Portable_Library_Legacy_net40
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/Sample_VS2013_FSharp_Portable_Library_Legacy_net40.fsproj b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/Sample_VS2013_FSharp_Portable_Library_Legacy_net40.fsproj
deleted file mode 100644
index 7774a0a2c1f..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/Sample_VS2013_FSharp_Portable_Library_Legacy_net40.fsproj
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- e899e920-1804-47d5-ac77-541accf03070
- Library
- Sample_VS2013_FSharp_Portable_Library_Legacy_net40
- Sample_VS2013_FSharp_Portable_Library_Legacy_net40
- v4.0
- Profile47
- 2.3.5.1
- Sample_VS2013_FSharp_Portable_Library_Legacy_net40
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Portable_Library_Legacy_net40.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Portable_Library_Legacy_net40.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+sl5+netcore45\FSharp.Core.dll
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.Portable.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.Portable.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/Sample_VS2013_FSharp_Portable_Library_Legacy_net40.sln b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/Sample_VS2013_FSharp_Portable_Library_Legacy_net40.sln
deleted file mode 100644
index d6306daa321..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/Sample_VS2013_FSharp_Portable_Library_Legacy_net40.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Portable_Library_Legacy_net40", "Sample_VS2013_FSharp_Portable_Library_Legacy_net40.fsproj", "{E899E920-1804-47D5-AC77-541ACCF03070}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E899E920-1804-47D5-AC77-541ACCF03070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E899E920-1804-47D5-AC77-541ACCF03070}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E899E920-1804-47D5-AC77-541ACCF03070}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E899E920-1804-47D5-AC77-541ACCF03070}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/Script.fsx
deleted file mode 100644
index 71671dfef30..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net40/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2013_FSharp_Portable_Library_Legacy_net40
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/PortableLibrary1.fs b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/PortableLibrary1.fs
deleted file mode 100644
index 770bab833bb..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Portable_Library_Legacy_net45
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/Sample_VS2013_FSharp_Portable_Library_Legacy_net45.fsproj b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/Sample_VS2013_FSharp_Portable_Library_Legacy_net45.fsproj
deleted file mode 100644
index 906473f386f..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/Sample_VS2013_FSharp_Portable_Library_Legacy_net45.fsproj
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- a63d0e40-3fac-4e69-a13e-caeb73b17516
- Library
- Sample_VS2013_FSharp_Portable_Library_Legacy_net45
- Sample_VS2013_FSharp_Portable_Library_Legacy_net45
- v4.0
- Profile47
- 2.3.5.1
- Sample_VS2013_FSharp_Portable_Library_Legacy_net45
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Portable_Library_Legacy_net45.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Portable_Library_Legacy_net45.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+sl5+netcore45\FSharp.Core.dll
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.Portable.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.Portable.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/Sample_VS2013_FSharp_Portable_Library_Legacy_net45.sln b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/Sample_VS2013_FSharp_Portable_Library_Legacy_net45.sln
deleted file mode 100644
index 81eb9f1ffe8..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/Sample_VS2013_FSharp_Portable_Library_Legacy_net45.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Portable_Library_Legacy_net45", "Sample_VS2013_FSharp_Portable_Library_Legacy_net45.fsproj", "{A63D0E40-3FAC-4E69-A13E-CAEB73B17516}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A63D0E40-3FAC-4E69-A13E-CAEB73B17516}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A63D0E40-3FAC-4E69-A13E-CAEB73B17516}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A63D0E40-3FAC-4E69-A13E-CAEB73B17516}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A63D0E40-3FAC-4E69-A13E-CAEB73B17516}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/Script.fsx
deleted file mode 100644
index 4824995da68..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net45/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2013_FSharp_Portable_Library_Legacy_net45
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/PortableLibrary1.fs b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/PortableLibrary1.fs
deleted file mode 100644
index 6876d560b10..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Portable_Library_Legacy_net451
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/Sample_VS2013_FSharp_Portable_Library_Legacy_net451.fsproj b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/Sample_VS2013_FSharp_Portable_Library_Legacy_net451.fsproj
deleted file mode 100644
index 68d22cdc7ef..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/Sample_VS2013_FSharp_Portable_Library_Legacy_net451.fsproj
+++ /dev/null
@@ -1,70 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 7725eeca-3a8c-4e2f-adce-5e8d086c4228
- Library
- Sample_VS2013_FSharp_Portable_Library_Legacy_net451
- Sample_VS2013_FSharp_Portable_Library_Legacy_net451
- v4.0
- Profile47
- 2.3.5.1
- Sample_VS2013_FSharp_Portable_Library_Legacy_net451
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Portable_Library_Legacy_net451.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Portable_Library_Legacy_net451.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+sl5+netcore45\FSharp.Core.dll
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.Portable.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.Portable.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/Sample_VS2013_FSharp_Portable_Library_Legacy_net451.sln b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/Sample_VS2013_FSharp_Portable_Library_Legacy_net451.sln
deleted file mode 100644
index dfc69ab1b3d..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/Sample_VS2013_FSharp_Portable_Library_Legacy_net451.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Portable_Library_Legacy_net451", "Sample_VS2013_FSharp_Portable_Library_Legacy_net451.fsproj", "{7725EECA-3A8C-4E2F-ADCE-5E8D086C4228}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7725EECA-3A8C-4E2F-ADCE-5E8D086C4228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7725EECA-3A8C-4E2F-ADCE-5E8D086C4228}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7725EECA-3A8C-4E2F-ADCE-5E8D086C4228}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7725EECA-3A8C-4E2F-ADCE-5E8D086C4228}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/Script.fsx
deleted file mode 100644
index 9e6971a265a..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_Legacy_net451/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2013_FSharp_Portable_Library_Legacy_net451
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/PortableLibrary1.fs b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/PortableLibrary1.fs
deleted file mode 100644
index 8f07020d603..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Portable_Library_net45
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Sample_VS2013_FSharp_Portable_Library_net45.fsproj b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Sample_VS2013_FSharp_Portable_Library_net45.fsproj
deleted file mode 100644
index c55b136d487..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Sample_VS2013_FSharp_Portable_Library_net45.fsproj
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- b63d9f75-a5e2-44c6-a182-f612ee2b3d0c
- Library
- Sample_VS2013_FSharp_Portable_Library_net45
- Sample_VS2013_FSharp_Portable_Library_net45
- v4.5
- Profile7
- netcore
- 3.3.1.0
- Sample_VS2013_FSharp_Portable_Library_net45
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Portable_Library_net45.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Portable_Library_net45.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+netcore45\FSharp.Core.dll
-
-
-
-
-
-
-
- 12
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Sample_VS2013_FSharp_Portable_Library_net45.sln b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Sample_VS2013_FSharp_Portable_Library_net45.sln
deleted file mode 100644
index 05513fce63e..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Sample_VS2013_FSharp_Portable_Library_net45.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Portable_Library_net45", "Sample_VS2013_FSharp_Portable_Library_net45.fsproj", "{B63D9F75-A5E2-44C6-A182-F612EE2B3D0C}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B63D9F75-A5E2-44C6-A182-F612EE2B3D0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B63D9F75-A5E2-44C6-A182-F612EE2B3D0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B63D9F75-A5E2-44C6-A182-F612EE2B3D0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B63D9F75-A5E2-44C6-A182-F612EE2B3D0C}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Script.fsx
deleted file mode 100644
index bfb61dde482..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net45/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2013_FSharp_Portable_Library_net45
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/PortableLibrary1.fs b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/PortableLibrary1.fs
deleted file mode 100644
index 11366d8a079..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Portable_Library_net451
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/Sample_VS2013_FSharp_Portable_Library_net451.fsproj b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/Sample_VS2013_FSharp_Portable_Library_net451.fsproj
deleted file mode 100644
index 04ed727eea2..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/Sample_VS2013_FSharp_Portable_Library_net451.fsproj
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 1b9989ff-645a-4cbd-ba59-db5c201a6607
- Library
- Sample_VS2013_FSharp_Portable_Library_net451
- Sample_VS2013_FSharp_Portable_Library_net451
- v4.5
- Profile7
- netcore
- 3.3.1.0
- Sample_VS2013_FSharp_Portable_Library_net451
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Portable_Library_net451.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Portable_Library_net451.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+netcore45\FSharp.Core.dll
-
-
-
-
-
-
-
- 12
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/Sample_VS2013_FSharp_Portable_Library_net451.sln b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/Sample_VS2013_FSharp_Portable_Library_net451.sln
deleted file mode 100644
index b58056fafe6..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/Sample_VS2013_FSharp_Portable_Library_net451.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Portable_Library_net451", "Sample_VS2013_FSharp_Portable_Library_net451.fsproj", "{1B9989FF-645A-4CBD-BA59-DB5C201A6607}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/Script.fsx
deleted file mode 100644
index 769825e38d2..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2013_FSharp_Portable_Library_net451
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/PortableLibrary1.fs b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/PortableLibrary1.fs
deleted file mode 100644
index 11366d8a079..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Portable_Library_net451
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Sample_VS2013_FSharp_Portable_Library_net451.fsproj b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Sample_VS2013_FSharp_Portable_Library_net451.fsproj
deleted file mode 100644
index c1db72928d7..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Sample_VS2013_FSharp_Portable_Library_net451.fsproj
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 1b9989ff-645a-4cbd-ba59-db5c201a6607
- Library
- Sample_VS2013_FSharp_Portable_Library_net451
- Sample_VS2013_FSharp_Portable_Library_net451
- v4.5
- Profile259
- netcore
- 3.259.3.1
- Sample_VS2013_FSharp_Portable_Library_net451
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Portable_Library_net451.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Portable_Library_net451.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll
-
-
-
-
-
-
-
- 12
-
-
-
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Sample_VS2013_FSharp_Portable_Library_net451.sln b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Sample_VS2013_FSharp_Portable_Library_net451.sln
deleted file mode 100644
index b58056fafe6..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Sample_VS2013_FSharp_Portable_Library_net451.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Portable_Library_net451", "Sample_VS2013_FSharp_Portable_Library_net451.fsproj", "{1B9989FF-645A-4CBD-BA59-DB5C201A6607}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Script.fsx
deleted file mode 100644
index 769825e38d2..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile259/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2013_FSharp_Portable_Library_net451
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/PortableLibrary1.fs b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/PortableLibrary1.fs
deleted file mode 100644
index 11366d8a079..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2013_FSharp_Portable_Library_net451
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Sample_VS2013_FSharp_Portable_Library_net451.fsproj b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Sample_VS2013_FSharp_Portable_Library_net451.fsproj
deleted file mode 100644
index 58174f27f47..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Sample_VS2013_FSharp_Portable_Library_net451.fsproj
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 1b9989ff-645a-4cbd-ba59-db5c201a6607
- Library
- Sample_VS2013_FSharp_Portable_Library_net451
- Sample_VS2013_FSharp_Portable_Library_net451
- v4.5
- Profile78
- netcore
- 3.78.3.1
- Sample_VS2013_FSharp_Portable_Library_net451
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2013_FSharp_Portable_Library_net451.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2013_FSharp_Portable_Library_net451.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+netcore45+wp8\FSharp.Core.dll
-
-
-
-
-
-
-
- 12
-
-
-
-
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Sample_VS2013_FSharp_Portable_Library_net451.sln b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Sample_VS2013_FSharp_Portable_Library_net451.sln
deleted file mode 100644
index b58056fafe6..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Sample_VS2013_FSharp_Portable_Library_net451.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.21005.1
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2013_FSharp_Portable_Library_net451", "Sample_VS2013_FSharp_Portable_Library_net451.fsproj", "{1B9989FF-645A-4CBD-BA59-DB5C201A6607}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1B9989FF-645A-4CBD-BA59-DB5C201A6607}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Script.fsx b/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Script.fsx
deleted file mode 100644
index 769825e38d2..00000000000
--- a/tests/projects/Sample_VS2013_FSharp_Portable_Library_net451_adjusted_to_profile78/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at http://fsharp.net. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2013_FSharp_Portable_Library_net451
-
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/App.config b/tests/projects/Sample_VS2015_FSharp_Console_App_net40/App.config
deleted file mode 100644
index 3407403d347..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net40/AssemblyInfo.fs
deleted file mode 100644
index 92cbf4f1446..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Sample_VS2015_FSharp_Console_App_net40.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/Program.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net40/Program.fs
deleted file mode 100644
index da84161c54a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/Program.fs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Learn more about F# at https://fsharp.org
-// See the 'F# Tutorial' project for more help.
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/Sample_VS2015_FSharp_Console_App_net40.fsproj b/tests/projects/Sample_VS2015_FSharp_Console_App_net40/Sample_VS2015_FSharp_Console_App_net40.fsproj
deleted file mode 100644
index 253bd753168..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/Sample_VS2015_FSharp_Console_App_net40.fsproj
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- fb1619a2-05ef-4599-90e0-29e6ad469b1b
- Exe
- Sample_VS2015_FSharp_Console_App_net40
- Sample_VS2015_FSharp_Console_App_net40
- v4.0
- true
- 4.3.0.0
- Sample_VS2015_FSharp_Console_App_net40
-
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2015_FSharp_Console_App_net40.xml
- true
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2015_FSharp_Console_App_net40.xml
- true
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/Sample_VS2015_FSharp_Console_App_net40.sln b/tests/projects/Sample_VS2015_FSharp_Console_App_net40/Sample_VS2015_FSharp_Console_App_net40.sln
deleted file mode 100644
index ba268e93219..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net40/Sample_VS2015_FSharp_Console_App_net40.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Console_App_net40", "Sample_VS2015_FSharp_Console_App_net40.fsproj", "{FB1619A2-05EF-4599-90E0-29E6AD469B1B}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FB1619A2-05EF-4599-90E0-29E6AD469B1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FB1619A2-05EF-4599-90E0-29E6AD469B1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FB1619A2-05EF-4599-90E0-29E6AD469B1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FB1619A2-05EF-4599-90E0-29E6AD469B1B}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/App.config b/tests/projects/Sample_VS2015_FSharp_Console_App_net45/App.config
deleted file mode 100644
index 8e15646352e..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net45/AssemblyInfo.fs
deleted file mode 100644
index 1c6478d939c..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Sample_VS2015_FSharp_Console_App_net45.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/Program.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net45/Program.fs
deleted file mode 100644
index da84161c54a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/Program.fs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Learn more about F# at https://fsharp.org
-// See the 'F# Tutorial' project for more help.
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/Sample_VS2015_FSharp_Console_App_net45.fsproj b/tests/projects/Sample_VS2015_FSharp_Console_App_net45/Sample_VS2015_FSharp_Console_App_net45.fsproj
deleted file mode 100644
index fd97aca2bac..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/Sample_VS2015_FSharp_Console_App_net45.fsproj
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- b92ebe2e-23f6-49b2-9e79-f1104de1ddeb
- Exe
- Sample_VS2015_FSharp_Console_App_net45
- Sample_VS2015_FSharp_Console_App_net45
- v4.5
- true
- 4.4.0.0
- Sample_VS2015_FSharp_Console_App_net45
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2015_FSharp_Console_App_net45.xml
- true
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2015_FSharp_Console_App_net45.xml
- true
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/Sample_VS2015_FSharp_Console_App_net45.sln b/tests/projects/Sample_VS2015_FSharp_Console_App_net45/Sample_VS2015_FSharp_Console_App_net45.sln
deleted file mode 100644
index 05a16d88b00..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net45/Sample_VS2015_FSharp_Console_App_net45.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Console_App_net45", "Sample_VS2015_FSharp_Console_App_net45.fsproj", "{B92EBE2E-23F6-49B2-9E79-F1104DE1DDEB}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {B92EBE2E-23F6-49B2-9E79-F1104DE1DDEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {B92EBE2E-23F6-49B2-9E79-F1104DE1DDEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {B92EBE2E-23F6-49B2-9E79-F1104DE1DDEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {B92EBE2E-23F6-49B2-9E79-F1104DE1DDEB}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/App.config b/tests/projects/Sample_VS2015_FSharp_Console_App_net451/App.config
deleted file mode 100644
index b319c5ee8c1..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net451/AssemblyInfo.fs
deleted file mode 100644
index 86c6ad06e0c..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Sample_VS2015_FSharp_Console_App_net451.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/Program.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net451/Program.fs
deleted file mode 100644
index da84161c54a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/Program.fs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Learn more about F# at https://fsharp.org
-// See the 'F# Tutorial' project for more help.
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/Sample_VS2015_FSharp_Console_App_net451.fsproj b/tests/projects/Sample_VS2015_FSharp_Console_App_net451/Sample_VS2015_FSharp_Console_App_net451.fsproj
deleted file mode 100644
index 735f5de7db6..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/Sample_VS2015_FSharp_Console_App_net451.fsproj
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 361d29d1-5896-446b-a9f5-59f7f25cddc2
- Exe
- Sample_VS2015_FSharp_Console_App_net451
- Sample_VS2015_FSharp_Console_App_net451
- v4.5.1
- true
- 4.4.0.0
- Sample_VS2015_FSharp_Console_App_net451
-
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2015_FSharp_Console_App_net451.xml
- true
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2015_FSharp_Console_App_net451.xml
- true
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/Sample_VS2015_FSharp_Console_App_net451.sln b/tests/projects/Sample_VS2015_FSharp_Console_App_net451/Sample_VS2015_FSharp_Console_App_net451.sln
deleted file mode 100644
index f36e8f4fc7f..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net451/Sample_VS2015_FSharp_Console_App_net451.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Console_App_net451", "Sample_VS2015_FSharp_Console_App_net451.fsproj", "{361D29D1-5896-446B-A9F5-59F7F25CDDC2}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {361D29D1-5896-446B-A9F5-59F7F25CDDC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {361D29D1-5896-446B-A9F5-59F7F25CDDC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {361D29D1-5896-446B-A9F5-59F7F25CDDC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {361D29D1-5896-446B-A9F5-59F7F25CDDC2}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/App.config b/tests/projects/Sample_VS2015_FSharp_Console_App_net452/App.config
deleted file mode 100644
index 7aebc210b67..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net452/AssemblyInfo.fs
deleted file mode 100644
index ce45ddfc652..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Sample_VS2015_FSharp_Console_App_net452.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/Program.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net452/Program.fs
deleted file mode 100644
index da84161c54a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/Program.fs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Learn more about F# at https://fsharp.org
-// See the 'F# Tutorial' project for more help.
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/Sample_VS2015_FSharp_Console_App_net452.fsproj b/tests/projects/Sample_VS2015_FSharp_Console_App_net452/Sample_VS2015_FSharp_Console_App_net452.fsproj
deleted file mode 100644
index 44cae010bf2..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/Sample_VS2015_FSharp_Console_App_net452.fsproj
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 61501d08-5718-43f0-b0e6-39da0b7ac4a9
- Exe
- Sample_VS2015_FSharp_Console_App_net452
- Sample_VS2015_FSharp_Console_App_net452
- v4.5.2
- true
- 4.4.0.0
- Sample_VS2015_FSharp_Console_App_net452
-
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2015_FSharp_Console_App_net452.xml
- true
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2015_FSharp_Console_App_net452.xml
- true
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/Sample_VS2015_FSharp_Console_App_net452.sln b/tests/projects/Sample_VS2015_FSharp_Console_App_net452/Sample_VS2015_FSharp_Console_App_net452.sln
deleted file mode 100644
index f19e2e6902e..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net452/Sample_VS2015_FSharp_Console_App_net452.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Console_App_net452", "Sample_VS2015_FSharp_Console_App_net452.fsproj", "{61501D08-5718-43F0-B0E6-39DA0B7AC4A9}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {61501D08-5718-43F0-B0E6-39DA0B7AC4A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {61501D08-5718-43F0-B0E6-39DA0B7AC4A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {61501D08-5718-43F0-B0E6-39DA0B7AC4A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {61501D08-5718-43F0-B0E6-39DA0B7AC4A9}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/App.config b/tests/projects/Sample_VS2015_FSharp_Console_App_net46/App.config
deleted file mode 100644
index cd505a46bd5..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net46/AssemblyInfo.fs
deleted file mode 100644
index d8c9e0b58d2..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Sample_VS2015_FSharp_Console_App_net46.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/Program.fs b/tests/projects/Sample_VS2015_FSharp_Console_App_net46/Program.fs
deleted file mode 100644
index da84161c54a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/Program.fs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Learn more about F# at https://fsharp.org
-// See the 'F# Tutorial' project for more help.
-
-[]
-let main argv =
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/Sample_VS2015_FSharp_Console_App_net46.fsproj b/tests/projects/Sample_VS2015_FSharp_Console_App_net46/Sample_VS2015_FSharp_Console_App_net46.fsproj
deleted file mode 100644
index 1d4c3953ad4..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/Sample_VS2015_FSharp_Console_App_net46.fsproj
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- acb52518-8086-448d-bf0a-eab1c2cf852f
- Exe
- Sample_VS2015_FSharp_Console_App_net46
- Sample_VS2015_FSharp_Console_App_net46
- v4.6
- true
- 4.4.0.0
- Sample_VS2015_FSharp_Console_App_net46
-
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- AnyCPU
- bin\Debug\Sample_VS2015_FSharp_Console_App_net46.xml
- true
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- AnyCPU
- bin\Release\Sample_VS2015_FSharp_Console_App_net46.xml
- true
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/Sample_VS2015_FSharp_Console_App_net46.sln b/tests/projects/Sample_VS2015_FSharp_Console_App_net46/Sample_VS2015_FSharp_Console_App_net46.sln
deleted file mode 100644
index a86c81b88a3..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Console_App_net46/Sample_VS2015_FSharp_Console_App_net46.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Console_App_net46", "Sample_VS2015_FSharp_Console_App_net46.fsproj", "{ACB52518-8086-448D-BF0A-EAB1C2CF852F}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {ACB52518-8086-448D-BF0A-EAB1C2CF852F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {ACB52518-8086-448D-BF0A-EAB1C2CF852F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {ACB52518-8086-448D-BF0A-EAB1C2CF852F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {ACB52518-8086-448D-BF0A-EAB1C2CF852F}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net40/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Library_net40/AssemblyInfo.fs
deleted file mode 100644
index 16576573434..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net40/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Sample_VS2015_FSharp_Library_net40.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net40/Library1.fs b/tests/projects/Sample_VS2015_FSharp_Library_net40/Library1.fs
deleted file mode 100644
index f38a02c33b4..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net40/Library1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2015_FSharp_Library_net40
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net40/Sample_VS2015_FSharp_Library_net40.fsproj b/tests/projects/Sample_VS2015_FSharp_Library_net40/Sample_VS2015_FSharp_Library_net40.fsproj
deleted file mode 100644
index f40e10ace1d..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net40/Sample_VS2015_FSharp_Library_net40.fsproj
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 38fe8d84-4720-4089-9dfc-2a3bcf1b24e7
- Library
- Sample_VS2015_FSharp_Library_net40
- Sample_VS2015_FSharp_Library_net40
- v4.0
- 4.3.0.0
- true
- Sample_VS2015_FSharp_Library_net40
-
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2015_FSharp_Library_net40.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2015_FSharp_Library_net40.xml
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net40/Sample_VS2015_FSharp_Library_net40.sln b/tests/projects/Sample_VS2015_FSharp_Library_net40/Sample_VS2015_FSharp_Library_net40.sln
deleted file mode 100644
index cd9ec5a558a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net40/Sample_VS2015_FSharp_Library_net40.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Library_net40", "Sample_VS2015_FSharp_Library_net40.fsproj", "{38FE8D84-4720-4089-9DFC-2A3BCF1B24E7}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {38FE8D84-4720-4089-9DFC-2A3BCF1B24E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {38FE8D84-4720-4089-9DFC-2A3BCF1B24E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {38FE8D84-4720-4089-9DFC-2A3BCF1B24E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {38FE8D84-4720-4089-9DFC-2A3BCF1B24E7}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net40/Script.fsx b/tests/projects/Sample_VS2015_FSharp_Library_net40/Script.fsx
deleted file mode 100644
index 4dd0639ebe0..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net40/Script.fsx
+++ /dev/null
@@ -1,8 +0,0 @@
-// Learn more about F# at https://fsharp.org. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "Library1.fs"
-open Sample_VS2015_FSharp_Library_net40
-
-// Define your library scripting code here
-
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Library_net45/AssemblyInfo.fs
deleted file mode 100644
index f0a17eb9025..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Sample_VS2015_FSharp_Library_net45.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45/Library1.fs b/tests/projects/Sample_VS2015_FSharp_Library_net45/Library1.fs
deleted file mode 100644
index 23736cf2fff..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45/Library1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2015_FSharp_Library_net45
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45/Sample_VS2015_FSharp_Library_net45.fsproj b/tests/projects/Sample_VS2015_FSharp_Library_net45/Sample_VS2015_FSharp_Library_net45.fsproj
deleted file mode 100644
index 67303314b19..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45/Sample_VS2015_FSharp_Library_net45.fsproj
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 7114eb5b-c1e0-476a-b384-25bb209df8ae
- Library
- Sample_VS2015_FSharp_Library_net45
- Sample_VS2015_FSharp_Library_net45
- v4.5
- 4.4.0.0
- true
- Sample_VS2015_FSharp_Library_net45
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2015_FSharp_Library_net45.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2015_FSharp_Library_net45.xml
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45/Sample_VS2015_FSharp_Library_net45.sln b/tests/projects/Sample_VS2015_FSharp_Library_net45/Sample_VS2015_FSharp_Library_net45.sln
deleted file mode 100644
index b558f2eb47b..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45/Sample_VS2015_FSharp_Library_net45.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Library_net45", "Sample_VS2015_FSharp_Library_net45.fsproj", "{7114EB5B-C1E0-476A-B384-25BB209DF8AE}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {7114EB5B-C1E0-476A-B384-25BB209DF8AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {7114EB5B-C1E0-476A-B384-25BB209DF8AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {7114EB5B-C1E0-476A-B384-25BB209DF8AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {7114EB5B-C1E0-476A-B384-25BB209DF8AE}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45/Script.fsx b/tests/projects/Sample_VS2015_FSharp_Library_net45/Script.fsx
deleted file mode 100644
index 58b6520867e..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45/Script.fsx
+++ /dev/null
@@ -1,8 +0,0 @@
-// Learn more about F# at https://fsharp.org. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "Library1.fs"
-open Sample_VS2015_FSharp_Library_net45
-
-// Define your library scripting code here
-
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/AssemblyInfo.fs
deleted file mode 100644
index e3b2a3eb727..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Sample_VS2015_FSharp_Library_net45_fsharp_30.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Library1.fs b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Library1.fs
deleted file mode 100644
index 8c95a4daa3a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Library1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2015_FSharp_Library_net45_fsharp_30
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Sample_VS2015_FSharp_Library_net45_fsharp_30.fsproj b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Sample_VS2015_FSharp_Library_net45_fsharp_30.fsproj
deleted file mode 100644
index d3ee8c8385a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Sample_VS2015_FSharp_Library_net45_fsharp_30.fsproj
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- d2da9cc5-3e34-4b14-86ac-ef468a8dc64b
- Library
- Sample_VS2015_FSharp_Library_net45_fsharp_30
- Sample_VS2015_FSharp_Library_net45_fsharp_30
- v4.5
- 4.3.0.0
- true
- Sample_VS2015_FSharp_Library_net45_fsharp_30
-
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2015_FSharp_Library_net45_fsharp_30.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2015_FSharp_Library_net45_fsharp_30.xml
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Sample_VS2015_FSharp_Library_net45_fsharp_30.sln b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Sample_VS2015_FSharp_Library_net45_fsharp_30.sln
deleted file mode 100644
index c56dc8933da..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Sample_VS2015_FSharp_Library_net45_fsharp_30.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Library_net45_fsharp_30", "Sample_VS2015_FSharp_Library_net45_fsharp_30.fsproj", "{D2DA9CC5-3E34-4B14-86AC-EF468A8DC64B}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {D2DA9CC5-3E34-4B14-86AC-EF468A8DC64B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D2DA9CC5-3E34-4B14-86AC-EF468A8DC64B}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D2DA9CC5-3E34-4B14-86AC-EF468A8DC64B}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D2DA9CC5-3E34-4B14-86AC-EF468A8DC64B}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Script.fsx b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Script.fsx
deleted file mode 100644
index 4fb010b6580..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_30/Script.fsx
+++ /dev/null
@@ -1,8 +0,0 @@
-// Learn more about F# at https://fsharp.org. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "Library1.fs"
-open Sample_VS2015_FSharp_Library_net45_fsharp_30
-
-// Define your library scripting code here
-
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/AssemblyInfo.fs
deleted file mode 100644
index 274de36de5c..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Sample_VS2015_FSharp_Library_net45_fsharp_31.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Library1.fs b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Library1.fs
deleted file mode 100644
index 55ef4decf44..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Library1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2015_FSharp_Library_net45_fsharp_31
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Sample_VS2015_FSharp_Library_net45_fsharp_31.fsproj b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Sample_VS2015_FSharp_Library_net45_fsharp_31.fsproj
deleted file mode 100644
index c80784ceca8..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Sample_VS2015_FSharp_Library_net45_fsharp_31.fsproj
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 9a5f1c40-a185-429a-b1aa-f43c8b839e6a
- Library
- Sample_VS2015_FSharp_Library_net45_fsharp_31
- Sample_VS2015_FSharp_Library_net45_fsharp_31
- v4.5
- 4.3.1.0
- true
- Sample_VS2015_FSharp_Library_net45_fsharp_31
-
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2015_FSharp_Library_net45_fsharp_31.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2015_FSharp_Library_net45_fsharp_31.xml
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Sample_VS2015_FSharp_Library_net45_fsharp_31.sln b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Sample_VS2015_FSharp_Library_net45_fsharp_31.sln
deleted file mode 100644
index 60459520e09..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Sample_VS2015_FSharp_Library_net45_fsharp_31.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Library_net45_fsharp_31", "Sample_VS2015_FSharp_Library_net45_fsharp_31.fsproj", "{9A5F1C40-A185-429A-B1AA-F43C8B839E6A}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9A5F1C40-A185-429A-B1AA-F43C8B839E6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9A5F1C40-A185-429A-B1AA-F43C8B839E6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9A5F1C40-A185-429A-B1AA-F43C8B839E6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9A5F1C40-A185-429A-B1AA-F43C8B839E6A}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Script.fsx b/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Script.fsx
deleted file mode 100644
index 2a30bb2dde1..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Library_net45_fsharp_31/Script.fsx
+++ /dev/null
@@ -1,8 +0,0 @@
-// Learn more about F# at https://fsharp.org. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "Library1.fs"
-open Sample_VS2015_FSharp_Library_net45_fsharp_31
-
-// Define your library scripting code here
-
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Portable259_Library/AssemblyInfo.fs
deleted file mode 100644
index 32f0a7854d1..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/AssemblyInfo.fs
+++ /dev/null
@@ -1,35 +0,0 @@
-namespace Sample_VS2015_FSharp_Portable259_Library.AssemblyInfo
-
-open System.Resources
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/PortableLibrary1.fs b/tests/projects/Sample_VS2015_FSharp_Portable259_Library/PortableLibrary1.fs
deleted file mode 100644
index de2753a77e8..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2015_FSharp_Portable259_Library
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/Sample_VS2015_FSharp_Portable259_Library.fsproj b/tests/projects/Sample_VS2015_FSharp_Portable259_Library/Sample_VS2015_FSharp_Portable259_Library.fsproj
deleted file mode 100644
index 313b99560d0..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/Sample_VS2015_FSharp_Portable259_Library.fsproj
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- a7f12d45-4552-4d8a-a3da-cb4a4e40db58
- Library
- Sample_VS2015_FSharp_Portable259_Library
- Sample_VS2015_FSharp_Portable259_Library
- v4.5
- Profile259
- netcore
- 3.259.4.0
- true
- Sample_VS2015_FSharp_Portable259_Library
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2015_FSharp_Portable259_Library.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2015_FSharp_Portable259_Library.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll
-
-
-
-
-
-
-
-
- 12
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/Sample_VS2015_FSharp_Portable259_Library.sln b/tests/projects/Sample_VS2015_FSharp_Portable259_Library/Sample_VS2015_FSharp_Portable259_Library.sln
deleted file mode 100644
index 254fb6d979c..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/Sample_VS2015_FSharp_Portable259_Library.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Portable259_Library", "Sample_VS2015_FSharp_Portable259_Library.fsproj", "{A7F12D45-4552-4D8A-A3DA-CB4A4E40DB58}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A7F12D45-4552-4D8A-A3DA-CB4A4E40DB58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A7F12D45-4552-4D8A-A3DA-CB4A4E40DB58}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A7F12D45-4552-4D8A-A3DA-CB4A4E40DB58}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A7F12D45-4552-4D8A-A3DA-CB4A4E40DB58}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/Script.fsx b/tests/projects/Sample_VS2015_FSharp_Portable259_Library/Script.fsx
deleted file mode 100644
index aa7d556c8ac..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable259_Library/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at https://fsharp.org. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2015_FSharp_Portable259_Library
-
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Portable47_Library/AssemblyInfo.fs
deleted file mode 100644
index 6ca8416b670..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/AssemblyInfo.fs
+++ /dev/null
@@ -1,35 +0,0 @@
-namespace Sample_VS2015_FSharp_Portable47_Library.AssemblyInfo
-
-open System.Resources
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/PortableLibrary1.fs b/tests/projects/Sample_VS2015_FSharp_Portable47_Library/PortableLibrary1.fs
deleted file mode 100644
index 4ee40184273..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2015_FSharp_Portable47_Library
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/Sample_VS2015_FSharp_Portable47_Library.fsproj b/tests/projects/Sample_VS2015_FSharp_Portable47_Library/Sample_VS2015_FSharp_Portable47_Library.fsproj
deleted file mode 100644
index 1c7684916c3..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/Sample_VS2015_FSharp_Portable47_Library.fsproj
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- 4bd1abac-55f2-4ae6-b562-fe68ee86134d
- Library
- Sample_VS2015_FSharp_Portable47_Library
- Sample_VS2015_FSharp_Portable47_Library
- v4.0
- Profile47
- 3.47.4.0
- true
- Sample_VS2015_FSharp_Portable47_Library
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2015_FSharp_Portable47_Library.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2015_FSharp_Portable47_Library.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+sl5+netcore45\FSharp.Core.dll
-
-
-
-
-
-
-
-
- 11
-
-
-
-
- $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.Portable.FSharp.Targets
-
-
-
-
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\FSharp\Microsoft.Portable.FSharp.Targets
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/Sample_VS2015_FSharp_Portable47_Library.sln b/tests/projects/Sample_VS2015_FSharp_Portable47_Library/Sample_VS2015_FSharp_Portable47_Library.sln
deleted file mode 100644
index a1633cbc311..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/Sample_VS2015_FSharp_Portable47_Library.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Portable47_Library", "Sample_VS2015_FSharp_Portable47_Library.fsproj", "{4BD1ABAC-55F2-4AE6-B562-FE68EE86134D}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {4BD1ABAC-55F2-4AE6-B562-FE68EE86134D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4BD1ABAC-55F2-4AE6-B562-FE68EE86134D}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4BD1ABAC-55F2-4AE6-B562-FE68EE86134D}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4BD1ABAC-55F2-4AE6-B562-FE68EE86134D}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/Script.fsx b/tests/projects/Sample_VS2015_FSharp_Portable47_Library/Script.fsx
deleted file mode 100644
index b7004bad149..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable47_Library/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at https://fsharp.org. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2015_FSharp_Portable47_Library
-
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Portable78_Library/AssemblyInfo.fs
deleted file mode 100644
index 757fadc38ee..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/AssemblyInfo.fs
+++ /dev/null
@@ -1,35 +0,0 @@
-namespace Sample_VS2015_FSharp_Portable78_Library.AssemblyInfo
-
-open System.Resources
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/PortableLibrary1.fs b/tests/projects/Sample_VS2015_FSharp_Portable78_Library/PortableLibrary1.fs
deleted file mode 100644
index 67f6591366f..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2015_FSharp_Portable78_Library
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/Sample_VS2015_FSharp_Portable78_Library.fsproj b/tests/projects/Sample_VS2015_FSharp_Portable78_Library/Sample_VS2015_FSharp_Portable78_Library.fsproj
deleted file mode 100644
index 5040c8b8b45..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/Sample_VS2015_FSharp_Portable78_Library.fsproj
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- a5bbc2b7-8130-49e1-af64-8fdb3c1d6f00
- Library
- Sample_VS2015_FSharp_Portable78_Library
- Sample_VS2015_FSharp_Portable78_Library
- v4.5
- Profile78
- netcore
- 3.78.4.0
- true
- Sample_VS2015_FSharp_Portable78_Library
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2015_FSharp_Portable78_Library.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2015_FSharp_Portable78_Library.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+netcore45+wp8\FSharp.Core.dll
-
-
-
-
-
-
-
-
- 12
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/Sample_VS2015_FSharp_Portable78_Library.sln b/tests/projects/Sample_VS2015_FSharp_Portable78_Library/Sample_VS2015_FSharp_Portable78_Library.sln
deleted file mode 100644
index 514a44fee5a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/Sample_VS2015_FSharp_Portable78_Library.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Portable78_Library", "Sample_VS2015_FSharp_Portable78_Library.fsproj", "{A5BBC2B7-8130-49E1-AF64-8FDB3C1D6F00}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A5BBC2B7-8130-49E1-AF64-8FDB3C1D6F00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A5BBC2B7-8130-49E1-AF64-8FDB3C1D6F00}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A5BBC2B7-8130-49E1-AF64-8FDB3C1D6F00}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A5BBC2B7-8130-49E1-AF64-8FDB3C1D6F00}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/Script.fsx b/tests/projects/Sample_VS2015_FSharp_Portable78_Library/Script.fsx
deleted file mode 100644
index bee838c9143..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable78_Library/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at https://fsharp.org. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2015_FSharp_Portable78_Library
-
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/AssemblyInfo.fs b/tests/projects/Sample_VS2015_FSharp_Portable7_Library/AssemblyInfo.fs
deleted file mode 100644
index fe1f926516a..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/AssemblyInfo.fs
+++ /dev/null
@@ -1,35 +0,0 @@
-namespace Sample_VS2015_FSharp_Portable7_Library.AssemblyInfo
-
-open System.Resources
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/PortableLibrary1.fs b/tests/projects/Sample_VS2015_FSharp_Portable7_Library/PortableLibrary1.fs
deleted file mode 100644
index 9fe27bbfe21..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/PortableLibrary1.fs
+++ /dev/null
@@ -1,4 +0,0 @@
-namespace Sample_VS2015_FSharp_Portable7_Library
-
-type Class1() =
- member this.X = "F#"
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/Sample_VS2015_FSharp_Portable7_Library.fsproj b/tests/projects/Sample_VS2015_FSharp_Portable7_Library/Sample_VS2015_FSharp_Portable7_Library.fsproj
deleted file mode 100644
index c3566afa245..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/Sample_VS2015_FSharp_Portable7_Library.fsproj
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- 2.0
- fd3dae06-92b6-4bb6-8609-85c9d9c904ec
- Library
- Sample_VS2015_FSharp_Portable7_Library
- Sample_VS2015_FSharp_Portable7_Library
- v4.5
- Profile7
- netcore
- 3.7.4.0
- true
- Sample_VS2015_FSharp_Portable7_Library
-
-
- true
- full
- false
- false
- bin\Debug\
- DEBUG;TRACE
- 3
- bin\Debug\Sample_VS2015_FSharp_Portable7_Library.xml
-
-
- pdbonly
- true
- true
- bin\Release\
- TRACE
- 3
- bin\Release\Sample_VS2015_FSharp_Portable7_Library.xml
-
-
-
- FSharp.Core
- FSharp.Core.dll
- ..\..\..\packages\Microsoft.Portable.FSharp.Core.10.1.0\lib\profiles\portable-net45+netcore45+wpa81+wp8\FSharp.Core.dll
-
-
-
-
-
-
-
-
- 12
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/Sample_VS2015_FSharp_Portable7_Library.sln b/tests/projects/Sample_VS2015_FSharp_Portable7_Library/Sample_VS2015_FSharp_Portable7_Library.sln
deleted file mode 100644
index 93fdb6f48e1..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/Sample_VS2015_FSharp_Portable7_Library.sln
+++ /dev/null
@@ -1,22 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample_VS2015_FSharp_Portable7_Library", "Sample_VS2015_FSharp_Portable7_Library.fsproj", "{FD3DAE06-92B6-4BB6-8609-85C9D9C904EC}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FD3DAE06-92B6-4BB6-8609-85C9D9C904EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FD3DAE06-92B6-4BB6-8609-85C9D9C904EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FD3DAE06-92B6-4BB6-8609-85C9D9C904EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FD3DAE06-92B6-4BB6-8609-85C9D9C904EC}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/Script.fsx b/tests/projects/Sample_VS2015_FSharp_Portable7_Library/Script.fsx
deleted file mode 100644
index 504af39e3a0..00000000000
--- a/tests/projects/Sample_VS2015_FSharp_Portable7_Library/Script.fsx
+++ /dev/null
@@ -1,6 +0,0 @@
-// Learn more about F# at https://fsharp.org. See the 'F# Tutorial' project
-// for more guidance on F# programming.
-
-#load "PortableLibrary1.fs"
-open Sample_VS2015_FSharp_Portable7_Library
-
diff --git a/tests/projects/Sample_VS2017_FSharp_ConsoleApp_net35_old_fsharp_core/Program.fs b/tests/projects/Sample_VS2017_FSharp_ConsoleApp_net35_old_fsharp_core/Program.fs
deleted file mode 100644
index bbdd1d9e0a0..00000000000
--- a/tests/projects/Sample_VS2017_FSharp_ConsoleApp_net35_old_fsharp_core/Program.fs
+++ /dev/null
@@ -1,9 +0,0 @@
-// Learn more about F# at http://fsharp.org
-
-open System
-
-
-[]
-let main argv =
- printfn "Hello World from F#!"
- 0 // return an integer exit code
diff --git a/tests/projects/Sample_VS2017_FSharp_ConsoleApp_net35_old_fsharp_core/Sample_VS2017_FSharp_ConsoleApp_net35_old_fsharp_core.fsproj b/tests/projects/Sample_VS2017_FSharp_ConsoleApp_net35_old_fsharp_core/Sample_VS2017_FSharp_ConsoleApp_net35_old_fsharp_core.fsproj
deleted file mode 100644
index d47c2dfe412..00000000000
--- a/tests/projects/Sample_VS2017_FSharp_ConsoleApp_net35_old_fsharp_core/Sample_VS2017_FSharp_ConsoleApp_net35_old_fsharp_core.fsproj
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- Exe
- net35
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/projects/misc/Directory.Build.props b/tests/projects/misc/Directory.Build.props
deleted file mode 100644
index 056d3552497..00000000000
--- a/tests/projects/misc/Directory.Build.props
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/tests/projects/misc/Directory.Build.targets b/tests/projects/misc/Directory.Build.targets
deleted file mode 100644
index 056d3552497..00000000000
--- a/tests/projects/misc/Directory.Build.targets
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/App.config b/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/App.config
deleted file mode 100644
index 88fa4027bda..00000000000
--- a/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/AssemblyInfo.fs b/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/AssemblyInfo.fs
deleted file mode 100644
index 540132cd52e..00000000000
--- a/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace ProjectWithBuildErrors.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/Program.fs b/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/Program.fs
deleted file mode 100644
index b9271d25525..00000000000
--- a/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/Program.fs
+++ /dev/null
@@ -1,20 +0,0 @@
-// Learn more about F# at https://fsharp.org
-// See the 'F# Tutorial' project for more help.
-
-
-let private x : int = failwith ""
-
-let inline f () = x
-
-let f1 argv =
- //let x = 1 + 1.0
- let y = argx // this gives a multi-line error message
- printfn "%A" argv
- 0 // return an integer exit code
-
-[]
-let main argv =
- //let x = 1 + 1.0
- //let y = argx // this gives
- printfn "%A" argv
- 0 // return an integer exit code
diff --git a/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/ProjectWithBuildErrors.fsproj b/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/ProjectWithBuildErrors.fsproj
deleted file mode 100644
index b1a44ceda79..00000000000
--- a/tests/projects/misc/ProjectWithBuildErrors/ProjectWithBuildErrors/ProjectWithBuildErrors.fsproj
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
- net452
- 4.4.1.0
-
-
-
-
-
-
-
-
-
diff --git a/tests/projects/misc/SameFileBelongsToMultipleProjects/Library1/AssemblyInfo.fs b/tests/projects/misc/SameFileBelongsToMultipleProjects/Library1/AssemblyInfo.fs
deleted file mode 100644
index b4d90369ae9..00000000000
--- a/tests/projects/misc/SameFileBelongsToMultipleProjects/Library1/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Library1.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/misc/SameFileBelongsToMultipleProjects/Library2/AssemblyInfo.fs b/tests/projects/misc/SameFileBelongsToMultipleProjects/Library2/AssemblyInfo.fs
deleted file mode 100644
index f5d828440f1..00000000000
--- a/tests/projects/misc/SameFileBelongsToMultipleProjects/Library2/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Library2.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/misc/SameFileBelongsToMultipleProjects/Library2/Library2.fsproj b/tests/projects/misc/SameFileBelongsToMultipleProjects/Library2/Library2.fsproj
deleted file mode 100644
index 090a7331af6..00000000000
--- a/tests/projects/misc/SameFileBelongsToMultipleProjects/Library2/Library2.fsproj
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
- net452
- 4.4.1.0
-
-
-
-
-
-
- Class.fs
-
-
-
-
diff --git a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects.sln b/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects.sln
deleted file mode 100644
index b4e57f4ea29..00000000000
--- a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects.sln
+++ /dev/null
@@ -1,34 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.26228.4
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "SameFileBelongsToMultipleProjects", "SameFileBelongsToMultipleProjects\SameFileBelongsToMultipleProjects.fsproj", "{DF29450F-ABD7-49FB-96C5-C9CAE9A54F40}"
-EndProject
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Library1", "Library1\Library1.fsproj", "{9F36577A-657B-4117-A118-F69AB182AA31}"
-EndProject
-Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Library2", "Library2\Library2.fsproj", "{E72EE9DE-323E-4F99-8D7E-1A1ED8A3477C}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DF29450F-ABD7-49FB-96C5-C9CAE9A54F40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DF29450F-ABD7-49FB-96C5-C9CAE9A54F40}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DF29450F-ABD7-49FB-96C5-C9CAE9A54F40}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DF29450F-ABD7-49FB-96C5-C9CAE9A54F40}.Release|Any CPU.Build.0 = Release|Any CPU
- {9F36577A-657B-4117-A118-F69AB182AA31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {9F36577A-657B-4117-A118-F69AB182AA31}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {9F36577A-657B-4117-A118-F69AB182AA31}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {9F36577A-657B-4117-A118-F69AB182AA31}.Release|Any CPU.Build.0 = Release|Any CPU
- {E72EE9DE-323E-4F99-8D7E-1A1ED8A3477C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E72EE9DE-323E-4F99-8D7E-1A1ED8A3477C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E72EE9DE-323E-4F99-8D7E-1A1ED8A3477C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
- {E72EE9DE-323E-4F99-8D7E-1A1ED8A3477C}.Release|Any CPU.Build.0 = Debug|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/App.config b/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/App.config
deleted file mode 100644
index 88fa4027bda..00000000000
--- a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/App.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/AssemblyInfo.fs b/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/AssemblyInfo.fs
deleted file mode 100644
index 973e1b5c8a2..00000000000
--- a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace ConsoleApplication1.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// []
-[]
-[]
-
-do
- ()
\ No newline at end of file
diff --git a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/Program.fs b/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/Program.fs
deleted file mode 100644
index 9f122841b1f..00000000000
--- a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/Program.fs
+++ /dev/null
@@ -1,9 +0,0 @@
-// Learn more about F# at https://fsharp.org
-// See the 'F# Tutorial' project for more help.
-
-[]
-let main argv =
- printfn "%A" argv
- let c1 = Library1.Class.PropertyAlwaysAvailable
- let c1 = Library2.Class.PropertyAlwaysAvailable
- 0 // return an integer exit code
diff --git a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects.fsproj b/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects.fsproj
deleted file mode 100644
index b9d8973a69a..00000000000
--- a/tests/projects/misc/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects/SameFileBelongsToMultipleProjects.fsproj
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
- net452
- 4.4.1.0
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/projects/misc/SelfDefinedTailCallAttribute/Attribute.fs b/tests/projects/misc/SelfDefinedTailCallAttribute/Attribute.fs
deleted file mode 100644
index afa7331896d..00000000000
--- a/tests/projects/misc/SelfDefinedTailCallAttribute/Attribute.fs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Microsoft.FSharp.Core
-
- open System
-
- []
- type TailCallAttribute() = inherit Attribute()
diff --git a/tests/projects/misc/SelfDefinedTailCallAttribute/Program.fs b/tests/projects/misc/SelfDefinedTailCallAttribute/Program.fs
deleted file mode 100644
index 7652c7c2ecb..00000000000
--- a/tests/projects/misc/SelfDefinedTailCallAttribute/Program.fs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace N
-
- module M =
-
- open Microsoft.FSharp.Core
-
- []
- let rec f x = 1 + f x
-
- []
- let main argv =
- printfn "Hello from F#"
- 0
diff --git a/tests/projects/misc/SelfDefinedTailCallAttribute/tailcallaltattr.fsproj b/tests/projects/misc/SelfDefinedTailCallAttribute/tailcallaltattr.fsproj
deleted file mode 100644
index 45f9002aa14..00000000000
--- a/tests/projects/misc/SelfDefinedTailCallAttribute/tailcallaltattr.fsproj
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
- Exe
- net6.0
- true
- preview
-
-
-
- $(MSBuildThisFileDirectory)../../../../artifacts/bin/fsc/Debug/$(FSharpNetCoreProductTargetFramework)/fsc.dll
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/tests/projects/misc/TestProjectChanges/Library1AlwaysInMatchingConfiguration/AssemblyInfo.fs b/tests/projects/misc/TestProjectChanges/Library1AlwaysInMatchingConfiguration/AssemblyInfo.fs
deleted file mode 100644
index 6d9185a23ff..00000000000
--- a/tests/projects/misc/TestProjectChanges/Library1AlwaysInMatchingConfiguration/AssemblyInfo.fs
+++ /dev/null
@@ -1,41 +0,0 @@
-namespace Library1AlwaysInMatchingConfiguration.AssemblyInfo
-
-open System.Reflection
-open System.Runtime.CompilerServices
-open System.Runtime.InteropServices
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-[]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [