forked from dragouf/Ollert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ollert.sln
35 lines (35 loc) · 1.8 KB
/
Ollert.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ollert", "Ollert\Ollert.csproj", "{845DE619-06B3-4299-B978-3C6DD2006392}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ollert.Tests", "Ollert.Tests\Ollert.Tests.csproj", "{7C99E4FD-5DE0-49FC-87E3-AFE7BBC97860}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{EF0A59CE-C095-4F92-8773-8FF463ADB5FD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{848242DA-3488-442F-80EF-76E964BB7F66}"
ProjectSection(SolutionItems) = preProject
docs\TypeScript Language Specification.pdf = docs\TypeScript Language Specification.pdf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{845DE619-06B3-4299-B978-3C6DD2006392}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{845DE619-06B3-4299-B978-3C6DD2006392}.Debug|Any CPU.Build.0 = Debug|Any CPU
{845DE619-06B3-4299-B978-3C6DD2006392}.Release|Any CPU.ActiveCfg = Release|Any CPU
{845DE619-06B3-4299-B978-3C6DD2006392}.Release|Any CPU.Build.0 = Release|Any CPU
{7C99E4FD-5DE0-49FC-87E3-AFE7BBC97860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C99E4FD-5DE0-49FC-87E3-AFE7BBC97860}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C99E4FD-5DE0-49FC-87E3-AFE7BBC97860}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C99E4FD-5DE0-49FC-87E3-AFE7BBC97860}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal