From bec39b46a6b0282e659be30c9f0de04405ca3814 Mon Sep 17 00:00:00 2001 From: Alexandre Melotti Date: Sun, 31 Jul 2022 16:41:10 -0300 Subject: [PATCH] Unifying vb and csharp projects into one single solution --- .../csharp_for_fixes_1.cs | 0 .../csharp_project.csproj | 0 .../sample_project_fixes/dotnet_solution.sln | 31 +++++++++++++++++++ .../vbdotnet_for_fixes_1.vb | 0 .../vbdotnet_project.vbproj} | 0 5 files changed, 31 insertions(+) rename .automation/test/sample_project_fixes/{ => csharp_project}/csharp_for_fixes_1.cs (100%) rename .automation/test/sample_project_fixes/{ => csharp_project}/csharp_project.csproj (100%) create mode 100644 .automation/test/sample_project_fixes/dotnet_solution.sln rename .automation/test/sample_project_fixes/{ => vbdotnet_project}/vbdotnet_for_fixes_1.vb (100%) rename .automation/test/sample_project_fixes/{vb_projecty.vbproj => vbdotnet_project/vbdotnet_project.vbproj} (100%) diff --git a/.automation/test/sample_project_fixes/csharp_for_fixes_1.cs b/.automation/test/sample_project_fixes/csharp_project/csharp_for_fixes_1.cs similarity index 100% rename from .automation/test/sample_project_fixes/csharp_for_fixes_1.cs rename to .automation/test/sample_project_fixes/csharp_project/csharp_for_fixes_1.cs diff --git a/.automation/test/sample_project_fixes/csharp_project.csproj b/.automation/test/sample_project_fixes/csharp_project/csharp_project.csproj similarity index 100% rename from .automation/test/sample_project_fixes/csharp_project.csproj rename to .automation/test/sample_project_fixes/csharp_project/csharp_project.csproj diff --git a/.automation/test/sample_project_fixes/dotnet_solution.sln b/.automation/test/sample_project_fixes/dotnet_solution.sln new file mode 100644 index 00000000000..af0d713e994 --- /dev/null +++ b/.automation/test/sample_project_fixes/dotnet_solution.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.2.32630.192 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "csharp_project", "csharp_project\csharp_project.csproj", "{FF219771-9DBB-4FB0-8217-F77034831035}" +EndProject +Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "vbdotnet_project", "vbdotnet_project\vbdotnet_project.vbproj", "{AF06A915-8734-4B54-836D-A0E2BAE228EB}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FF219771-9DBB-4FB0-8217-F77034831035}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF219771-9DBB-4FB0-8217-F77034831035}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF219771-9DBB-4FB0-8217-F77034831035}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF219771-9DBB-4FB0-8217-F77034831035}.Release|Any CPU.Build.0 = Release|Any CPU + {AF06A915-8734-4B54-836D-A0E2BAE228EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AF06A915-8734-4B54-836D-A0E2BAE228EB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AF06A915-8734-4B54-836D-A0E2BAE228EB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AF06A915-8734-4B54-836D-A0E2BAE228EB}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {4DFF31ED-FADA-4A6E-B9D4-51D89C3C1FFC} + EndGlobalSection +EndGlobal diff --git a/.automation/test/sample_project_fixes/vbdotnet_for_fixes_1.vb b/.automation/test/sample_project_fixes/vbdotnet_project/vbdotnet_for_fixes_1.vb similarity index 100% rename from .automation/test/sample_project_fixes/vbdotnet_for_fixes_1.vb rename to .automation/test/sample_project_fixes/vbdotnet_project/vbdotnet_for_fixes_1.vb diff --git a/.automation/test/sample_project_fixes/vb_projecty.vbproj b/.automation/test/sample_project_fixes/vbdotnet_project/vbdotnet_project.vbproj similarity index 100% rename from .automation/test/sample_project_fixes/vb_projecty.vbproj rename to .automation/test/sample_project_fixes/vbdotnet_project/vbdotnet_project.vbproj