-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDiacriticsSolution.sln
49 lines (49 loc) · 3.05 KB
/
DiacriticsSolution.sln
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiacriticsProject1", "Diacritics-project1\DiacriticsProject1.csproj", "{43111188-9DCC-4DBF-B618-2102C4B82666}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiacriticsProject1.UnitTests", "Diacritics-project1.UnitTests\DiacriticsProject1.UnitTests.csproj", "{E8643E6E-B41D-499F-A9BD-21E8C3C369D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiacriticsWeb", "DiacriticsWeb\DiacriticsWeb.csproj", "{E5146E55-ADEF-44FA-ABAB-C883ED2C104F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Diacritics", "Diacritics\Diacritics.csproj", "{8348EA31-0990-4D86-9C5C-B3FDC52981B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Diacritics.Tester", "Diacritics.Tester\Diacritics.Tester.csproj", "{4B30FAB6-FE15-4408-A4FB-9DB3849FCDDB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43111188-9DCC-4DBF-B618-2102C4B82666}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43111188-9DCC-4DBF-B618-2102C4B82666}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43111188-9DCC-4DBF-B618-2102C4B82666}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43111188-9DCC-4DBF-B618-2102C4B82666}.Release|Any CPU.Build.0 = Release|Any CPU
{E8643E6E-B41D-499F-A9BD-21E8C3C369D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8643E6E-B41D-499F-A9BD-21E8C3C369D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8643E6E-B41D-499F-A9BD-21E8C3C369D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8643E6E-B41D-499F-A9BD-21E8C3C369D0}.Release|Any CPU.Build.0 = Release|Any CPU
{E5146E55-ADEF-44FA-ABAB-C883ED2C104F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5146E55-ADEF-44FA-ABAB-C883ED2C104F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5146E55-ADEF-44FA-ABAB-C883ED2C104F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5146E55-ADEF-44FA-ABAB-C883ED2C104F}.Release|Any CPU.Build.0 = Release|Any CPU
{8348EA31-0990-4D86-9C5C-B3FDC52981B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8348EA31-0990-4D86-9C5C-B3FDC52981B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8348EA31-0990-4D86-9C5C-B3FDC52981B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8348EA31-0990-4D86-9C5C-B3FDC52981B0}.Release|Any CPU.Build.0 = Release|Any CPU
{4B30FAB6-FE15-4408-A4FB-9DB3849FCDDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B30FAB6-FE15-4408-A4FB-9DB3849FCDDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B30FAB6-FE15-4408-A4FB-9DB3849FCDDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B30FAB6-FE15-4408-A4FB-9DB3849FCDDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C507979F-417E-4F4D-B248-B8C9D8137FA0}
EndGlobalSection
EndGlobal