forked from rebcabin/DotNetExtensionsImproved
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotNetExtensions.sln
43 lines (43 loc) · 2.58 KB
/
DotNetExtensions.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetExtensions", "DotNetExtensions.csproj", "{929C6B38-22D8-42EC-8D24-03678DFAF228}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetExtensionsTests", "DotNetExtensionsTestProject1\DotNetExtensionsTests.csproj", "{FACE70D1-ED03-498F-95ED-673E514229DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{60A996A6-0AE6-4C49-94FF-094A3B3A1B61}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Viterbi", "Viterbi\Viterbi.csproj", "{021A5039-3860-49DB-9D6F-B2B8C14497A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViterbiTests", "ViterbiTests\ViterbiTests.csproj", "{CF26536C-4497-4760-914E-4FCA8F57A283}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{929C6B38-22D8-42EC-8D24-03678DFAF228}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{929C6B38-22D8-42EC-8D24-03678DFAF228}.Debug|Any CPU.Build.0 = Debug|Any CPU
{929C6B38-22D8-42EC-8D24-03678DFAF228}.Release|Any CPU.ActiveCfg = Release|Any CPU
{929C6B38-22D8-42EC-8D24-03678DFAF228}.Release|Any CPU.Build.0 = Release|Any CPU
{FACE70D1-ED03-498F-95ED-673E514229DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FACE70D1-ED03-498F-95ED-673E514229DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FACE70D1-ED03-498F-95ED-673E514229DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FACE70D1-ED03-498F-95ED-673E514229DE}.Release|Any CPU.Build.0 = Release|Any CPU
{021A5039-3860-49DB-9D6F-B2B8C14497A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{021A5039-3860-49DB-9D6F-B2B8C14497A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{021A5039-3860-49DB-9D6F-B2B8C14497A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{021A5039-3860-49DB-9D6F-B2B8C14497A8}.Release|Any CPU.Build.0 = Release|Any CPU
{CF26536C-4497-4760-914E-4FCA8F57A283}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF26536C-4497-4760-914E-4FCA8F57A283}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF26536C-4497-4760-914E-4FCA8F57A283}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF26536C-4497-4760-914E-4FCA8F57A283}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal