-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPersianSearch.sln
More file actions
27 lines (27 loc) · 1.56 KB
/
PersianSearch.sln
File metadata and controls
27 lines (27 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersianSearch", "PersianSearch\PersianSearch.csproj", "{B946DA9D-9C0F-4B6A-9E7E-2F4706D39D9F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{128E7C06-2A9F-44D7-BF5F-5DF3043B16D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPersianNormalizer.UnitTest", "EasyPersianNormalizer.UnitTest\EasyPersianNormalizer.UnitTest.csproj", "{327C954C-F144-4AC5-9F1B-F990802D3970}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B946DA9D-9C0F-4B6A-9E7E-2F4706D39D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B946DA9D-9C0F-4B6A-9E7E-2F4706D39D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B946DA9D-9C0F-4B6A-9E7E-2F4706D39D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B946DA9D-9C0F-4B6A-9E7E-2F4706D39D9F}.Release|Any CPU.Build.0 = Release|Any CPU
{327C954C-F144-4AC5-9F1B-F990802D3970}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{327C954C-F144-4AC5-9F1B-F990802D3970}.Debug|Any CPU.Build.0 = Debug|Any CPU
{327C954C-F144-4AC5-9F1B-F990802D3970}.Release|Any CPU.ActiveCfg = Release|Any CPU
{327C954C-F144-4AC5-9F1B-F990802D3970}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{327C954C-F144-4AC5-9F1B-F990802D3970} = {128E7C06-2A9F-44D7-BF5F-5DF3043B16D5}
EndGlobalSection
EndGlobal