11
22Microsoft Visual Studio Solution File, Format Version 12.00
3- # Visual Studio 15
4- VisualStudioVersion = 15.0.26228.4
3+ # Visual Studio Version 17
4+ VisualStudioVersion = 17.6.33815.320
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{604AAA61-6C9C-4421-9DA5-0805968113A8}"
77EndProject
88Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{C9018F64-4917-4F4F-8F78-3A674896029D}"
99 Project Section (SolutionItems ) = preProject
10+ .editorconfig = .editorconfig
1011 LICENSE = LICENSE
1112 readme .md = readme .md
12- .editorconfig = .editorconfig
1313 EndProject Section
1414EndProject
1515Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Unidecode.NET" , "src\Unidecode.NET.csproj" , "{3ED46251-F3F1-43F0-8776-A5055D96BB56}"
@@ -18,6 +18,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8F8EB995-9
1818EndProject
1919Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Unidecode.NET.Tests" , "test\Unidecode.NET.Tests.csproj" , "{C93F3F13-BFB7-4440-BC52-B1BFAC74EB1B}"
2020EndProject
21+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "benchmark" , "benchmark" , "{6B823939-68FD-4909-90D9-A6B4BE177ADA}"
22+ EndProject
23+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Unidecode.NET.Benchmark" , "benchmark\Unidecode.NET.Benchmark\Unidecode.NET.Benchmark.csproj" , "{BBB60B62-9870-460D-8629-4825D096F9A3}"
24+ EndProject
2125Global
2226 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
2327 Debug| Any CPU = Debug| Any CPU
@@ -32,12 +36,20 @@ Global
3236 {C93F3F13-BFB7-4440-BC52-B1BFAC74EB1B} .Debug| Any CPU .Build .0 = Debug| Any CPU
3337 {C93F3F13-BFB7-4440-BC52-B1BFAC74EB1B} .Release| Any CPU .ActiveCfg = Release| Any CPU
3438 {C93F3F13-BFB7-4440-BC52-B1BFAC74EB1B} .Release| Any CPU .Build .0 = Release| Any CPU
39+ {BBB60B62-9870-460D-8629-4825D096F9A3} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
40+ {BBB60B62-9870-460D-8629-4825D096F9A3} .Debug| Any CPU .Build .0 = Debug| Any CPU
41+ {BBB60B62-9870-460D-8629-4825D096F9A3} .Release| Any CPU .ActiveCfg = Release| Any CPU
42+ {BBB60B62-9870-460D-8629-4825D096F9A3} .Release| Any CPU .Build .0 = Release| Any CPU
3543 EndGlobalSection
3644 GlobalSection (SolutionProperties ) = preSolution
3745 HideSolutionNode = FALSE
3846 EndGlobalSection
3947 GlobalSection (NestedProjects ) = preSolution
4048 {3ED46251-F3F1-43F0-8776-A5055D96BB56} = {604AAA61-6C9C-4421-9DA5-0805968113A8}
4149 {C93F3F13-BFB7-4440-BC52-B1BFAC74EB1B} = {8F8EB995-97FD-41CD-B307-E2F8E987C468}
50+ {BBB60B62-9870-460D-8629-4825D096F9A3} = {6B823939-68FD-4909-90D9-A6B4BE177ADA}
51+ EndGlobalSection
52+ GlobalSection (ExtensibilityGlobals ) = postSolution
53+ SolutionGuid = {AFE6DE01-A43D-4110-90C8-75C670655EF1}
4254 EndGlobalSection
4355EndGlobal
0 commit comments