Rename MeshExplorer to Triangle.Viewer (keeping old namespace for now).

This commit is contained in:
wo80
2022-03-05 01:07:05 +01:00
parent 23c2682c6e
commit 4484c6c31a
60 changed files with 3 additions and 2 deletions
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MeshExplorer", "MeshExplorer\MeshExplorer.csproj", "{336AAF8A-5316-4303-9E73-5E38BD0B28AF}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Triangle.Viewer", "Triangle.Viewer\Triangle.Viewer.csproj", "{336AAF8A-5316-4303-9E73-5E38BD0B28AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Triangle.Rendering", "Triangle.Rendering\Triangle.Rendering.csproj", "{41022E0E-BD0F-439E-BC3A-AABB1B43471B}"
EndProject
@@ -3,7 +3,8 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<OutDir>$(SolutionDir)bin\$(Configuration)</OutDir>
<RootNamespace>MeshExplorer</RootNamespace>
<AssemblyName>Triangle.Viewer</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>