-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reader.sln
28 lines (28 loc) · 1.72 KB
/
Reader.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reader", "Reader\Reader.csproj", "{8AE72769-0EEF-42FB-AF4A-37C4FE5BCE36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reader.Parser", "Reader.Parser\Reader.Parser.csproj", "{D48C357E-29DC-457B-967F-34BFB1C66408}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Reader.Parser.Tests", "Reader.Parser.Tests\Reader.Parser.Tests.csproj", "{FD30BA95-C3DD-483E-9F98-9AEAC809DF32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8AE72769-0EEF-42FB-AF4A-37C4FE5BCE36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AE72769-0EEF-42FB-AF4A-37C4FE5BCE36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AE72769-0EEF-42FB-AF4A-37C4FE5BCE36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AE72769-0EEF-42FB-AF4A-37C4FE5BCE36}.Release|Any CPU.Build.0 = Release|Any CPU
{D48C357E-29DC-457B-967F-34BFB1C66408}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D48C357E-29DC-457B-967F-34BFB1C66408}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D48C357E-29DC-457B-967F-34BFB1C66408}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D48C357E-29DC-457B-967F-34BFB1C66408}.Release|Any CPU.Build.0 = Release|Any CPU
{FD30BA95-C3DD-483E-9F98-9AEAC809DF32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD30BA95-C3DD-483E-9F98-9AEAC809DF32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD30BA95-C3DD-483E-9F98-9AEAC809DF32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD30BA95-C3DD-483E-9F98-9AEAC809DF32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal