-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathReedSolomon.sln
37 lines (37 loc) · 2.04 KB
/
ReedSolomon.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 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReedSolomonTests", "ReedSolomonTests\ReedSolomonTests.csproj", "{9C552A70-50E8-4915-9614-2DEE0007D9D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReedSolomon", "ReedSolomon\ReedSolomon.csproj", "{DB499AF6-D7C9-48F3-AFD2-5052EAC1EFF3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReedSolomonCli", "ReedSolomonCli\ReedSolomonCli.csproj", "{54833120-2D8A-4BE2-9CD4-68E23F2982FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C552A70-50E8-4915-9614-2DEE0007D9D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C552A70-50E8-4915-9614-2DEE0007D9D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C552A70-50E8-4915-9614-2DEE0007D9D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C552A70-50E8-4915-9614-2DEE0007D9D8}.Release|Any CPU.Build.0 = Release|Any CPU
{DB499AF6-D7C9-48F3-AFD2-5052EAC1EFF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB499AF6-D7C9-48F3-AFD2-5052EAC1EFF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB499AF6-D7C9-48F3-AFD2-5052EAC1EFF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB499AF6-D7C9-48F3-AFD2-5052EAC1EFF3}.Release|Any CPU.Build.0 = Release|Any CPU
{54833120-2D8A-4BE2-9CD4-68E23F2982FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54833120-2D8A-4BE2-9CD4-68E23F2982FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54833120-2D8A-4BE2-9CD4-68E23F2982FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54833120-2D8A-4BE2-9CD4-68E23F2982FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D22C93A9-ADB8-4992-88DF-39A444B0A066}
EndGlobalSection
EndGlobal