f# - Unable to open .Net Core solution using VS 20017 Preview 2 -
i unable open following solution using vs 20017 preview 2.
within solution explorer, fsharp projects displayed incompatible.
i have following version installed:
microsoft visual studio community 2017 preview (2) version 15.3.0 preview 6.0 visualstudio.15.preview/15.3.0-pre.6.0+26724.1 microsoft .net framework version 4.7.02046 installed version: community
the solution file following:
microsoft visual studio solution file, format version 12.00 # visual studio 15 visualstudioversion = 15.0.26124.0 minimumvisualstudioversion = 15.0.26124.0 project("{6ec3ee1d-3c4e-46dd-8f32-0cc8e7565705}") = "nikeza.server", "nikeza.server/nikeza.server.fsproj", "{a608adda-8c89-4eb3-a739-d2bf5da7ce9e}" endproject project("{6ec3ee1d-3c4e-46dd-8f32-0cc8e7565705}") = "video-youtube", "video-youtube\video-youtube.fsproj", "{30d28c83-97b8-4fa5-8d99-ec27e4cff0e3}" endproject global globalsection(solutionconfigurationplatforms) = presolution debug|any cpu = debug|any cpu debug|x64 = debug|x64 debug|x86 = debug|x86 release|any cpu = release|any cpu release|x64 = release|x64 release|x86 = release|x86 endglobalsection globalsection(solutionproperties) = presolution hidesolutionnode = false endglobalsection globalsection(projectconfigurationplatforms) = postsolution {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.debug|any cpu.activecfg = debug|any cpu {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.debug|any cpu.build.0 = debug|any cpu {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.debug|x64.activecfg = debug|x64 {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.debug|x64.build.0 = debug|x64 {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.debug|x86.activecfg = debug|x86 {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.debug|x86.build.0 = debug|x86 {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.release|any cpu.activecfg = release|any cpu {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.release|any cpu.build.0 = release|any cpu {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.release|x64.activecfg = release|x64 {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.release|x64.build.0 = release|x64 {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.release|x86.activecfg = release|x86 {a608adda-8c89-4eb3-a739-d2bf5da7ce9e}.release|x86.build.0 = release|x86 {e6e142e5-6247-45c7-a375-9c9a74e249ae}.debug|any cpu.activecfg = debug|any cpu {e6e142e5-6247-45c7-a375-9c9a74e249ae}.debug|any cpu.build.0 = debug|any cpu {e6e142e5-6247-45c7-a375-9c9a74e249ae}.debug|x64.activecfg = debug|x64 {e6e142e5-6247-45c7-a375-9c9a74e249ae}.debug|x64.build.0 = debug|x64 {e6e142e5-6247-45c7-a375-9c9a74e249ae}.debug|x86.activecfg = debug|x86 {e6e142e5-6247-45c7-a375-9c9a74e249ae}.debug|x86.build.0 = debug|x86 {e6e142e5-6247-45c7-a375-9c9a74e249ae}.release|any cpu.activecfg = release|any cpu {e6e142e5-6247-45c7-a375-9c9a74e249ae}.release|any cpu.build.0 = release|any cpu {e6e142e5-6247-45c7-a375-9c9a74e249ae}.release|x64.activecfg = release|x64 {e6e142e5-6247-45c7-a375-9c9a74e249ae}.release|x64.build.0 = release|x64 {e6e142e5-6247-45c7-a375-9c9a74e249ae}.release|x86.activecfg = release|x86 {e6e142e5-6247-45c7-a375-9c9a74e249ae}.release|x86.build.0 = release|x86 endglobalsection endglobal
Comments
Post a Comment