-
Notifications
You must be signed in to change notification settings - Fork 5
/
RomanizationNet.sln
50 lines (50 loc) · 2.42 KB
/
RomanizationNet.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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Romanization", "Romanization\Romanization.csproj", "{65A48061-345B-4991-BB33-8A63B6FE7B3F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RomanizationTests", "RomanizationTests\RomanizationTests.csproj", "{79BC896C-4ECE-4E4C-82A7-368F98EF4B5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Miscellaneous", "Miscellaneous", "{F468514C-AC49-4444-A66C-A322B46D6761}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
Scripts\deploy.sh = Scripts\deploy.sh
Documentation\docfx.json = Documentation\docfx.json
Documentation\globalMetadata.json = Documentation\globalMetadata.json
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{DA912C97-5257-4241-87C5-63B2BE4A5296}"
ProjectSection(SolutionItems) = preProject
Scripts\deploy.sh = Scripts\deploy.sh
Scripts\updateDocs.sh = Scripts\updateDocs.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65A48061-345B-4991-BB33-8A63B6FE7B3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65A48061-345B-4991-BB33-8A63B6FE7B3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65A48061-345B-4991-BB33-8A63B6FE7B3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65A48061-345B-4991-BB33-8A63B6FE7B3F}.Release|Any CPU.Build.0 = Release|Any CPU
{79BC896C-4ECE-4E4C-82A7-368F98EF4B5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79BC896C-4ECE-4E4C-82A7-368F98EF4B5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79BC896C-4ECE-4E4C-82A7-368F98EF4B5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79BC896C-4ECE-4E4C-82A7-368F98EF4B5E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DA912C97-5257-4241-87C5-63B2BE4A5296} = {F468514C-AC49-4444-A66C-A322B46D6761}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05F02F5C-A383-45FE-8328-2F3FF95298A8}
EndGlobalSection
EndGlobal