-
Notifications
You must be signed in to change notification settings - Fork 0
/
TED.sln
37 lines (37 loc) · 1.75 KB
/
TED.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TED", "TED\TED.csproj", "{74F3C314-B5ED-4F74-8B31-8425C8164B19}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TED.Tests", "TED.Tests\TED.Tests.csproj", "{3042C058-80F7-4D54-A93D-B8AE181B8FBB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{0E857E03-E69B-4BC6-9F36-9E9E87A7D7FE}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{74F3C314-B5ED-4F74-8B31-8425C8164B19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74F3C314-B5ED-4F74-8B31-8425C8164B19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74F3C314-B5ED-4F74-8B31-8425C8164B19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74F3C314-B5ED-4F74-8B31-8425C8164B19}.Release|Any CPU.Build.0 = Release|Any CPU
{3042C058-80F7-4D54-A93D-B8AE181B8FBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3042C058-80F7-4D54-A93D-B8AE181B8FBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3042C058-80F7-4D54-A93D-B8AE181B8FBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3042C058-80F7-4D54-A93D-B8AE181B8FBB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B795447C-3295-46D6-90B0-BE49C43F88DF}
EndGlobalSection
EndGlobal