-
Notifications
You must be signed in to change notification settings - Fork 8
/
NickBuhro.Translit.sln
47 lines (47 loc) · 2.47 KB
/
NickBuhro.Translit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NickBuhro.Translit", "NickBuhro.Translit\NickBuhro.Translit.csproj", "{726F86C8-96FB-4152-AC91-8059B88FFE46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DAE9828-E276-4854-AFE9-46B40D2F6E7A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
coverage.bat = coverage.bat
GOST.pdf = GOST.pdf
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NickBuhro.Translit.Tests", "NickBuhro.Translit.Tests\NickBuhro.Translit.Tests.csproj", "{2277F7FC-79CF-44E1-BD06-09F2ADCDB1C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NickBuhro.Translit.Benchmark", "NickBuhro.Translit.Benchmark\NickBuhro.Translit.Benchmark.csproj", "{1CDBA3DF-03C2-47EA-BEA7-7907D27B6538}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{726F86C8-96FB-4152-AC91-8059B88FFE46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{726F86C8-96FB-4152-AC91-8059B88FFE46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{726F86C8-96FB-4152-AC91-8059B88FFE46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{726F86C8-96FB-4152-AC91-8059B88FFE46}.Release|Any CPU.Build.0 = Release|Any CPU
{2277F7FC-79CF-44E1-BD06-09F2ADCDB1C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2277F7FC-79CF-44E1-BD06-09F2ADCDB1C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2277F7FC-79CF-44E1-BD06-09F2ADCDB1C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2277F7FC-79CF-44E1-BD06-09F2ADCDB1C9}.Release|Any CPU.Build.0 = Release|Any CPU
{1CDBA3DF-03C2-47EA-BEA7-7907D27B6538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CDBA3DF-03C2-47EA-BEA7-7907D27B6538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CDBA3DF-03C2-47EA-BEA7-7907D27B6538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CDBA3DF-03C2-47EA-BEA7-7907D27B6538}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A95EF12C-4113-4342-A37C-03F0AB26F193}
EndGlobalSection
EndGlobal