From 73518d8cf273980c20c6820d3bc30c90abd79cd8 Mon Sep 17 00:00:00 2001 From: wo80 Date: Sun, 13 Feb 2022 12:44:42 +0100 Subject: [PATCH] Rename TestApp folder. --- .../Controls/AngleHistogram.cs | 0 .../Controls/ColorScheme.cs | 0 .../Controls/DarkButton.cs | 0 .../Controls/DarkCheckBox.cs | 0 .../Controls/DarkListBox.cs | 0 .../Controls/DarkSlider.cs | 0 .../Controls/DarkTabControl.cs | 0 .../Controls/DarkTextBox.cs | 0 .../Controls/DarkToolStripRenderer.cs | 0 src/{TestApp => MeshExplorer}/DarkMessageBox.cs | 0 .../FormExport.Designer.cs | 0 src/{TestApp => MeshExplorer}/FormExport.cs | 0 src/{TestApp => MeshExplorer}/FormExport.resx | 0 .../FormGenerator.Designer.cs | 0 src/{TestApp => MeshExplorer}/FormGenerator.cs | 0 src/{TestApp => MeshExplorer}/FormGenerator.resx | 0 src/{TestApp => MeshExplorer}/FormLog.Designer.cs | 0 src/{TestApp => MeshExplorer}/FormLog.cs | 0 src/{TestApp => MeshExplorer}/FormLog.resx | 0 src/{TestApp => MeshExplorer}/FormMain.Designer.cs | 0 src/{TestApp => MeshExplorer}/FormMain.cs | 0 src/{TestApp => MeshExplorer}/FormMain.resx | 0 .../FormTopology.Designer.cs | 0 src/{TestApp => MeshExplorer}/FormTopology.cs | 0 src/{TestApp => MeshExplorer}/FormTopology.resx | 0 .../Generators/BaseGenerator.cs | 0 .../Generators/BoxWithHole.cs | 0 .../Generators/CircleWithHole.cs | 0 .../Generators/IGenerator.cs | 0 .../Generators/RandomPoints.cs | 0 .../Generators/RandomPointsCircle.cs | 0 .../Generators/RingPolygon.cs | 0 .../Generators/StarInBox.cs | 0 src/{TestApp => MeshExplorer}/GenericEventArgs.cs | 0 src/{TestApp => MeshExplorer}/IO/FileProcessor.cs | 0 .../IO/Formats/JsonFile.cs | 0 .../IO/Formats/TriangleFile.cs | 0 src/{TestApp => MeshExplorer}/IO/IMeshFile.cs | 0 src/{TestApp => MeshExplorer}/IO/ImageWriter.cs | 0 src/{TestApp => MeshExplorer}/IO/JsonParser.cs | 0 src/{TestApp => MeshExplorer}/MeshExplorer.csproj | 0 src/{TestApp => MeshExplorer}/Program.cs | 0 src/{TestApp => MeshExplorer}/Settings.cs | 0 .../Topology/TopologyControlView.Designer.cs | 0 .../Topology/TopologyControlView.cs | 0 .../Topology/TopologyControlView.resx | 0 .../Topology/TopologyRenderControl.cs | 0 .../Topology/TopologyRenderer.cs | 0 src/{TestApp => MeshExplorer}/Util.cs | 0 .../Views/AboutView.Designer.cs | 0 src/{TestApp => MeshExplorer}/Views/AboutView.cs | 0 src/{TestApp => MeshExplorer}/Views/AboutView.resx | 0 src/{TestApp => MeshExplorer}/Views/IView.cs | 0 .../Views/MeshControlView.Designer.cs | 0 .../Views/MeshControlView.cs | 0 .../Views/MeshControlView.resx | 0 .../Views/StatisticView.Designer.cs | 0 .../Views/StatisticView.cs | 0 .../Views/StatisticView.resx | 0 src/Triangle.sln | 13 ++++++++----- 60 files changed, 8 insertions(+), 5 deletions(-) rename src/{TestApp => MeshExplorer}/Controls/AngleHistogram.cs (100%) rename src/{TestApp => MeshExplorer}/Controls/ColorScheme.cs (100%) rename src/{TestApp => MeshExplorer}/Controls/DarkButton.cs (100%) rename src/{TestApp => MeshExplorer}/Controls/DarkCheckBox.cs (100%) rename src/{TestApp => MeshExplorer}/Controls/DarkListBox.cs (100%) rename src/{TestApp => MeshExplorer}/Controls/DarkSlider.cs (100%) rename src/{TestApp => MeshExplorer}/Controls/DarkTabControl.cs (100%) rename src/{TestApp => MeshExplorer}/Controls/DarkTextBox.cs (100%) rename src/{TestApp => MeshExplorer}/Controls/DarkToolStripRenderer.cs (100%) rename src/{TestApp => MeshExplorer}/DarkMessageBox.cs (100%) rename src/{TestApp => MeshExplorer}/FormExport.Designer.cs (100%) rename src/{TestApp => MeshExplorer}/FormExport.cs (100%) rename src/{TestApp => MeshExplorer}/FormExport.resx (100%) rename src/{TestApp => MeshExplorer}/FormGenerator.Designer.cs (100%) rename src/{TestApp => MeshExplorer}/FormGenerator.cs (100%) rename src/{TestApp => MeshExplorer}/FormGenerator.resx (100%) rename src/{TestApp => MeshExplorer}/FormLog.Designer.cs (100%) rename src/{TestApp => MeshExplorer}/FormLog.cs (100%) rename src/{TestApp => MeshExplorer}/FormLog.resx (100%) rename src/{TestApp => MeshExplorer}/FormMain.Designer.cs (100%) rename src/{TestApp => MeshExplorer}/FormMain.cs (100%) rename src/{TestApp => MeshExplorer}/FormMain.resx (100%) rename src/{TestApp => MeshExplorer}/FormTopology.Designer.cs (100%) rename src/{TestApp => MeshExplorer}/FormTopology.cs (100%) rename src/{TestApp => MeshExplorer}/FormTopology.resx (100%) rename src/{TestApp => MeshExplorer}/Generators/BaseGenerator.cs (100%) rename src/{TestApp => MeshExplorer}/Generators/BoxWithHole.cs (100%) rename src/{TestApp => MeshExplorer}/Generators/CircleWithHole.cs (100%) rename src/{TestApp => MeshExplorer}/Generators/IGenerator.cs (100%) rename src/{TestApp => MeshExplorer}/Generators/RandomPoints.cs (100%) rename src/{TestApp => MeshExplorer}/Generators/RandomPointsCircle.cs (100%) rename src/{TestApp => MeshExplorer}/Generators/RingPolygon.cs (100%) rename src/{TestApp => MeshExplorer}/Generators/StarInBox.cs (100%) rename src/{TestApp => MeshExplorer}/GenericEventArgs.cs (100%) rename src/{TestApp => MeshExplorer}/IO/FileProcessor.cs (100%) rename src/{TestApp => MeshExplorer}/IO/Formats/JsonFile.cs (100%) rename src/{TestApp => MeshExplorer}/IO/Formats/TriangleFile.cs (100%) rename src/{TestApp => MeshExplorer}/IO/IMeshFile.cs (100%) rename src/{TestApp => MeshExplorer}/IO/ImageWriter.cs (100%) rename src/{TestApp => MeshExplorer}/IO/JsonParser.cs (100%) rename src/{TestApp => MeshExplorer}/MeshExplorer.csproj (100%) rename src/{TestApp => MeshExplorer}/Program.cs (100%) rename src/{TestApp => MeshExplorer}/Settings.cs (100%) rename src/{TestApp => MeshExplorer}/Topology/TopologyControlView.Designer.cs (100%) rename src/{TestApp => MeshExplorer}/Topology/TopologyControlView.cs (100%) rename src/{TestApp => MeshExplorer}/Topology/TopologyControlView.resx (100%) rename src/{TestApp => MeshExplorer}/Topology/TopologyRenderControl.cs (100%) rename src/{TestApp => MeshExplorer}/Topology/TopologyRenderer.cs (100%) rename src/{TestApp => MeshExplorer}/Util.cs (100%) rename src/{TestApp => MeshExplorer}/Views/AboutView.Designer.cs (100%) rename src/{TestApp => MeshExplorer}/Views/AboutView.cs (100%) rename src/{TestApp => MeshExplorer}/Views/AboutView.resx (100%) rename src/{TestApp => MeshExplorer}/Views/IView.cs (100%) rename src/{TestApp => MeshExplorer}/Views/MeshControlView.Designer.cs (100%) rename src/{TestApp => MeshExplorer}/Views/MeshControlView.cs (100%) rename src/{TestApp => MeshExplorer}/Views/MeshControlView.resx (100%) rename src/{TestApp => MeshExplorer}/Views/StatisticView.Designer.cs (100%) rename src/{TestApp => MeshExplorer}/Views/StatisticView.cs (100%) rename src/{TestApp => MeshExplorer}/Views/StatisticView.resx (100%) diff --git a/src/TestApp/Controls/AngleHistogram.cs b/src/MeshExplorer/Controls/AngleHistogram.cs similarity index 100% rename from src/TestApp/Controls/AngleHistogram.cs rename to src/MeshExplorer/Controls/AngleHistogram.cs diff --git a/src/TestApp/Controls/ColorScheme.cs b/src/MeshExplorer/Controls/ColorScheme.cs similarity index 100% rename from src/TestApp/Controls/ColorScheme.cs rename to src/MeshExplorer/Controls/ColorScheme.cs diff --git a/src/TestApp/Controls/DarkButton.cs b/src/MeshExplorer/Controls/DarkButton.cs similarity index 100% rename from src/TestApp/Controls/DarkButton.cs rename to src/MeshExplorer/Controls/DarkButton.cs diff --git a/src/TestApp/Controls/DarkCheckBox.cs b/src/MeshExplorer/Controls/DarkCheckBox.cs similarity index 100% rename from src/TestApp/Controls/DarkCheckBox.cs rename to src/MeshExplorer/Controls/DarkCheckBox.cs diff --git a/src/TestApp/Controls/DarkListBox.cs b/src/MeshExplorer/Controls/DarkListBox.cs similarity index 100% rename from src/TestApp/Controls/DarkListBox.cs rename to src/MeshExplorer/Controls/DarkListBox.cs diff --git a/src/TestApp/Controls/DarkSlider.cs b/src/MeshExplorer/Controls/DarkSlider.cs similarity index 100% rename from src/TestApp/Controls/DarkSlider.cs rename to src/MeshExplorer/Controls/DarkSlider.cs diff --git a/src/TestApp/Controls/DarkTabControl.cs b/src/MeshExplorer/Controls/DarkTabControl.cs similarity index 100% rename from src/TestApp/Controls/DarkTabControl.cs rename to src/MeshExplorer/Controls/DarkTabControl.cs diff --git a/src/TestApp/Controls/DarkTextBox.cs b/src/MeshExplorer/Controls/DarkTextBox.cs similarity index 100% rename from src/TestApp/Controls/DarkTextBox.cs rename to src/MeshExplorer/Controls/DarkTextBox.cs diff --git a/src/TestApp/Controls/DarkToolStripRenderer.cs b/src/MeshExplorer/Controls/DarkToolStripRenderer.cs similarity index 100% rename from src/TestApp/Controls/DarkToolStripRenderer.cs rename to src/MeshExplorer/Controls/DarkToolStripRenderer.cs diff --git a/src/TestApp/DarkMessageBox.cs b/src/MeshExplorer/DarkMessageBox.cs similarity index 100% rename from src/TestApp/DarkMessageBox.cs rename to src/MeshExplorer/DarkMessageBox.cs diff --git a/src/TestApp/FormExport.Designer.cs b/src/MeshExplorer/FormExport.Designer.cs similarity index 100% rename from src/TestApp/FormExport.Designer.cs rename to src/MeshExplorer/FormExport.Designer.cs diff --git a/src/TestApp/FormExport.cs b/src/MeshExplorer/FormExport.cs similarity index 100% rename from src/TestApp/FormExport.cs rename to src/MeshExplorer/FormExport.cs diff --git a/src/TestApp/FormExport.resx b/src/MeshExplorer/FormExport.resx similarity index 100% rename from src/TestApp/FormExport.resx rename to src/MeshExplorer/FormExport.resx diff --git a/src/TestApp/FormGenerator.Designer.cs b/src/MeshExplorer/FormGenerator.Designer.cs similarity index 100% rename from src/TestApp/FormGenerator.Designer.cs rename to src/MeshExplorer/FormGenerator.Designer.cs diff --git a/src/TestApp/FormGenerator.cs b/src/MeshExplorer/FormGenerator.cs similarity index 100% rename from src/TestApp/FormGenerator.cs rename to src/MeshExplorer/FormGenerator.cs diff --git a/src/TestApp/FormGenerator.resx b/src/MeshExplorer/FormGenerator.resx similarity index 100% rename from src/TestApp/FormGenerator.resx rename to src/MeshExplorer/FormGenerator.resx diff --git a/src/TestApp/FormLog.Designer.cs b/src/MeshExplorer/FormLog.Designer.cs similarity index 100% rename from src/TestApp/FormLog.Designer.cs rename to src/MeshExplorer/FormLog.Designer.cs diff --git a/src/TestApp/FormLog.cs b/src/MeshExplorer/FormLog.cs similarity index 100% rename from src/TestApp/FormLog.cs rename to src/MeshExplorer/FormLog.cs diff --git a/src/TestApp/FormLog.resx b/src/MeshExplorer/FormLog.resx similarity index 100% rename from src/TestApp/FormLog.resx rename to src/MeshExplorer/FormLog.resx diff --git a/src/TestApp/FormMain.Designer.cs b/src/MeshExplorer/FormMain.Designer.cs similarity index 100% rename from src/TestApp/FormMain.Designer.cs rename to src/MeshExplorer/FormMain.Designer.cs diff --git a/src/TestApp/FormMain.cs b/src/MeshExplorer/FormMain.cs similarity index 100% rename from src/TestApp/FormMain.cs rename to src/MeshExplorer/FormMain.cs diff --git a/src/TestApp/FormMain.resx b/src/MeshExplorer/FormMain.resx similarity index 100% rename from src/TestApp/FormMain.resx rename to src/MeshExplorer/FormMain.resx diff --git a/src/TestApp/FormTopology.Designer.cs b/src/MeshExplorer/FormTopology.Designer.cs similarity index 100% rename from src/TestApp/FormTopology.Designer.cs rename to src/MeshExplorer/FormTopology.Designer.cs diff --git a/src/TestApp/FormTopology.cs b/src/MeshExplorer/FormTopology.cs similarity index 100% rename from src/TestApp/FormTopology.cs rename to src/MeshExplorer/FormTopology.cs diff --git a/src/TestApp/FormTopology.resx b/src/MeshExplorer/FormTopology.resx similarity index 100% rename from src/TestApp/FormTopology.resx rename to src/MeshExplorer/FormTopology.resx diff --git a/src/TestApp/Generators/BaseGenerator.cs b/src/MeshExplorer/Generators/BaseGenerator.cs similarity index 100% rename from src/TestApp/Generators/BaseGenerator.cs rename to src/MeshExplorer/Generators/BaseGenerator.cs diff --git a/src/TestApp/Generators/BoxWithHole.cs b/src/MeshExplorer/Generators/BoxWithHole.cs similarity index 100% rename from src/TestApp/Generators/BoxWithHole.cs rename to src/MeshExplorer/Generators/BoxWithHole.cs diff --git a/src/TestApp/Generators/CircleWithHole.cs b/src/MeshExplorer/Generators/CircleWithHole.cs similarity index 100% rename from src/TestApp/Generators/CircleWithHole.cs rename to src/MeshExplorer/Generators/CircleWithHole.cs diff --git a/src/TestApp/Generators/IGenerator.cs b/src/MeshExplorer/Generators/IGenerator.cs similarity index 100% rename from src/TestApp/Generators/IGenerator.cs rename to src/MeshExplorer/Generators/IGenerator.cs diff --git a/src/TestApp/Generators/RandomPoints.cs b/src/MeshExplorer/Generators/RandomPoints.cs similarity index 100% rename from src/TestApp/Generators/RandomPoints.cs rename to src/MeshExplorer/Generators/RandomPoints.cs diff --git a/src/TestApp/Generators/RandomPointsCircle.cs b/src/MeshExplorer/Generators/RandomPointsCircle.cs similarity index 100% rename from src/TestApp/Generators/RandomPointsCircle.cs rename to src/MeshExplorer/Generators/RandomPointsCircle.cs diff --git a/src/TestApp/Generators/RingPolygon.cs b/src/MeshExplorer/Generators/RingPolygon.cs similarity index 100% rename from src/TestApp/Generators/RingPolygon.cs rename to src/MeshExplorer/Generators/RingPolygon.cs diff --git a/src/TestApp/Generators/StarInBox.cs b/src/MeshExplorer/Generators/StarInBox.cs similarity index 100% rename from src/TestApp/Generators/StarInBox.cs rename to src/MeshExplorer/Generators/StarInBox.cs diff --git a/src/TestApp/GenericEventArgs.cs b/src/MeshExplorer/GenericEventArgs.cs similarity index 100% rename from src/TestApp/GenericEventArgs.cs rename to src/MeshExplorer/GenericEventArgs.cs diff --git a/src/TestApp/IO/FileProcessor.cs b/src/MeshExplorer/IO/FileProcessor.cs similarity index 100% rename from src/TestApp/IO/FileProcessor.cs rename to src/MeshExplorer/IO/FileProcessor.cs diff --git a/src/TestApp/IO/Formats/JsonFile.cs b/src/MeshExplorer/IO/Formats/JsonFile.cs similarity index 100% rename from src/TestApp/IO/Formats/JsonFile.cs rename to src/MeshExplorer/IO/Formats/JsonFile.cs diff --git a/src/TestApp/IO/Formats/TriangleFile.cs b/src/MeshExplorer/IO/Formats/TriangleFile.cs similarity index 100% rename from src/TestApp/IO/Formats/TriangleFile.cs rename to src/MeshExplorer/IO/Formats/TriangleFile.cs diff --git a/src/TestApp/IO/IMeshFile.cs b/src/MeshExplorer/IO/IMeshFile.cs similarity index 100% rename from src/TestApp/IO/IMeshFile.cs rename to src/MeshExplorer/IO/IMeshFile.cs diff --git a/src/TestApp/IO/ImageWriter.cs b/src/MeshExplorer/IO/ImageWriter.cs similarity index 100% rename from src/TestApp/IO/ImageWriter.cs rename to src/MeshExplorer/IO/ImageWriter.cs diff --git a/src/TestApp/IO/JsonParser.cs b/src/MeshExplorer/IO/JsonParser.cs similarity index 100% rename from src/TestApp/IO/JsonParser.cs rename to src/MeshExplorer/IO/JsonParser.cs diff --git a/src/TestApp/MeshExplorer.csproj b/src/MeshExplorer/MeshExplorer.csproj similarity index 100% rename from src/TestApp/MeshExplorer.csproj rename to src/MeshExplorer/MeshExplorer.csproj diff --git a/src/TestApp/Program.cs b/src/MeshExplorer/Program.cs similarity index 100% rename from src/TestApp/Program.cs rename to src/MeshExplorer/Program.cs diff --git a/src/TestApp/Settings.cs b/src/MeshExplorer/Settings.cs similarity index 100% rename from src/TestApp/Settings.cs rename to src/MeshExplorer/Settings.cs diff --git a/src/TestApp/Topology/TopologyControlView.Designer.cs b/src/MeshExplorer/Topology/TopologyControlView.Designer.cs similarity index 100% rename from src/TestApp/Topology/TopologyControlView.Designer.cs rename to src/MeshExplorer/Topology/TopologyControlView.Designer.cs diff --git a/src/TestApp/Topology/TopologyControlView.cs b/src/MeshExplorer/Topology/TopologyControlView.cs similarity index 100% rename from src/TestApp/Topology/TopologyControlView.cs rename to src/MeshExplorer/Topology/TopologyControlView.cs diff --git a/src/TestApp/Topology/TopologyControlView.resx b/src/MeshExplorer/Topology/TopologyControlView.resx similarity index 100% rename from src/TestApp/Topology/TopologyControlView.resx rename to src/MeshExplorer/Topology/TopologyControlView.resx diff --git a/src/TestApp/Topology/TopologyRenderControl.cs b/src/MeshExplorer/Topology/TopologyRenderControl.cs similarity index 100% rename from src/TestApp/Topology/TopologyRenderControl.cs rename to src/MeshExplorer/Topology/TopologyRenderControl.cs diff --git a/src/TestApp/Topology/TopologyRenderer.cs b/src/MeshExplorer/Topology/TopologyRenderer.cs similarity index 100% rename from src/TestApp/Topology/TopologyRenderer.cs rename to src/MeshExplorer/Topology/TopologyRenderer.cs diff --git a/src/TestApp/Util.cs b/src/MeshExplorer/Util.cs similarity index 100% rename from src/TestApp/Util.cs rename to src/MeshExplorer/Util.cs diff --git a/src/TestApp/Views/AboutView.Designer.cs b/src/MeshExplorer/Views/AboutView.Designer.cs similarity index 100% rename from src/TestApp/Views/AboutView.Designer.cs rename to src/MeshExplorer/Views/AboutView.Designer.cs diff --git a/src/TestApp/Views/AboutView.cs b/src/MeshExplorer/Views/AboutView.cs similarity index 100% rename from src/TestApp/Views/AboutView.cs rename to src/MeshExplorer/Views/AboutView.cs diff --git a/src/TestApp/Views/AboutView.resx b/src/MeshExplorer/Views/AboutView.resx similarity index 100% rename from src/TestApp/Views/AboutView.resx rename to src/MeshExplorer/Views/AboutView.resx diff --git a/src/TestApp/Views/IView.cs b/src/MeshExplorer/Views/IView.cs similarity index 100% rename from src/TestApp/Views/IView.cs rename to src/MeshExplorer/Views/IView.cs diff --git a/src/TestApp/Views/MeshControlView.Designer.cs b/src/MeshExplorer/Views/MeshControlView.Designer.cs similarity index 100% rename from src/TestApp/Views/MeshControlView.Designer.cs rename to src/MeshExplorer/Views/MeshControlView.Designer.cs diff --git a/src/TestApp/Views/MeshControlView.cs b/src/MeshExplorer/Views/MeshControlView.cs similarity index 100% rename from src/TestApp/Views/MeshControlView.cs rename to src/MeshExplorer/Views/MeshControlView.cs diff --git a/src/TestApp/Views/MeshControlView.resx b/src/MeshExplorer/Views/MeshControlView.resx similarity index 100% rename from src/TestApp/Views/MeshControlView.resx rename to src/MeshExplorer/Views/MeshControlView.resx diff --git a/src/TestApp/Views/StatisticView.Designer.cs b/src/MeshExplorer/Views/StatisticView.Designer.cs similarity index 100% rename from src/TestApp/Views/StatisticView.Designer.cs rename to src/MeshExplorer/Views/StatisticView.Designer.cs diff --git a/src/TestApp/Views/StatisticView.cs b/src/MeshExplorer/Views/StatisticView.cs similarity index 100% rename from src/TestApp/Views/StatisticView.cs rename to src/MeshExplorer/Views/StatisticView.cs diff --git a/src/TestApp/Views/StatisticView.resx b/src/MeshExplorer/Views/StatisticView.resx similarity index 100% rename from src/TestApp/Views/StatisticView.resx rename to src/MeshExplorer/Views/StatisticView.resx diff --git a/src/Triangle.sln b/src/Triangle.sln index 6e7dda7..bddd024 100644 --- a/src/Triangle.sln +++ b/src/Triangle.sln @@ -1,13 +1,13 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31025.194 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32126.317 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Triangle", "Triangle\Triangle.csproj", "{F7907A0A-B75F-400B-9E78-BFAD00DB4D6B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Triangle", "Triangle\Triangle.csproj", "{F7907A0A-B75F-400B-9E78-BFAD00DB4D6B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mesh Explorer", "TestApp\Mesh Explorer.csproj", "{336AAF8A-5316-4303-9E73-5E38BD0B28AF}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeshExplorer", "MeshExplorer\MeshExplorer.csproj", "{336AAF8A-5316-4303-9E73-5E38BD0B28AF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Triangle.Rendering", "Triangle.Rendering\Triangle.Rendering.csproj", "{41022E0E-BD0F-439E-BC3A-AABB1B43471B}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Triangle.Rendering", "Triangle.Rendering\Triangle.Rendering.csproj", "{41022E0E-BD0F-439E-BC3A-AABB1B43471B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -45,4 +45,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {90F4F9E9-43D6-4A3D-91D5-B2DF113E13AE} + EndGlobalSection EndGlobal