diff --git a/Build/NuGet.csproj b/Build/NuGet.csproj index e5c6bbdc..e3229738 100644 --- a/Build/NuGet.csproj +++ b/Build/NuGet.csproj @@ -7,26 +7,22 @@ - - + + all runtime; build; native; contentfiles; analyzers - + all runtime; build; native; contentfiles; analyzers - - - - - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/Directory.Packages.props b/Directory.Packages.props index 13cad125..14481088 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,5 +1,23 @@ - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MCS.sln b/MCS.sln index 57935269..5fa4033e 100644 --- a/MCS.sln +++ b/MCS.sln @@ -1,11 +1,19 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29728.190 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32929.385 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "MCS", "MCS\MCS.fsproj", "{FBAA818A-A049-4149-9032-31C8D244AEA6}" +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "MCS", "MCS\MCS.fsproj", "{FBAA818A-A049-4149-9032-31C8D244AEA6}" EndProject -Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Sample4LongForm", "Samples\Sample4\Sample4LongForm.fsproj", "{607161F1-86BE-471A-9837-3D19BFAAA5FA}" +Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Sample4LongForm", "Samples\Sample4\Sample4LongForm.fsproj", "{607161F1-86BE-471A-9837-3D19BFAAA5FA}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{121FB9B3-C225-4FF9-AD1D-F4AE9537BACF}" + ProjectSection(SolutionItems) = preProject + Directory.Packages.props = Directory.Packages.props + NuGet.config = NuGet.config + EndProjectSection +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet", "Build\NuGet.csproj", "{C79CBF0D-3272-4DAE-A33B-D0A6546F7131}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -21,10 +29,15 @@ Global {607161F1-86BE-471A-9837-3D19BFAAA5FA}.Debug|Any CPU.Build.0 = Debug|Any CPU {607161F1-86BE-471A-9837-3D19BFAAA5FA}.Release|Any CPU.ActiveCfg = Release|Any CPU {607161F1-86BE-471A-9837-3D19BFAAA5FA}.Release|Any CPU.Build.0 = Release|Any CPU + {C79CBF0D-3272-4DAE-A33B-D0A6546F7131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C79CBF0D-3272-4DAE-A33B-D0A6546F7131}.Release|Any CPU.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {C79CBF0D-3272-4DAE-A33B-D0A6546F7131} = {121FB9B3-C225-4FF9-AD1D-F4AE9537BACF} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {F8935BED-9DF1-47CF-9A24-00B6C1250E99} EndGlobalSection diff --git a/MCS/MCS.fsproj b/MCS/MCS.fsproj index 9a801e7c..71fd8d85 100644 --- a/MCS/MCS.fsproj +++ b/MCS/MCS.fsproj @@ -23,13 +23,9 @@ - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + diff --git a/NuGet.config b/NuGet.config index 18aee5e9..c79e7f8c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,4 +3,10 @@ + + + + + + \ No newline at end of file