Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
sowa705 committed Dec 8, 2024
1 parent f73bd60 commit 382283d
Show file tree
Hide file tree
Showing 8 changed files with 6,968 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.1.1</Version>
<Version>0.1.2</Version>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>12</LangVersion>
<Authors>Łukasz Sowa</Authors>
Expand Down
6 changes: 6 additions & 0 deletions MeshSimplifier.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeshSimplifier", "src/MeshSimplifier.csproj", "{6F59C523-02E1-49A4-B3F2-51569486C947}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MeshSimplifier.Tests", "test\MeshSimplifier.Tests\MeshSimplifier.Tests.csproj", "{A32432D6-DC27-4DF0-88A9-F67E23586B3B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -18,5 +20,9 @@ Global
{6F59C523-02E1-49A4-B3F2-51569486C947}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F59C523-02E1-49A4-B3F2-51569486C947}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F59C523-02E1-49A4-B3F2-51569486C947}.Release|Any CPU.Build.0 = Release|Any CPU
{A32432D6-DC27-4DF0-88A9-F67E23586B3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A32432D6-DC27-4DF0-88A9-F67E23586B3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A32432D6-DC27-4DF0-88A9-F67E23586B3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A32432D6-DC27-4DF0-88A9-F67E23586B3B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
Loading

0 comments on commit 382283d

Please sign in to comment.