-
Notifications
You must be signed in to change notification settings - Fork 0
/
TypedReader.sln
45 lines (45 loc) · 2.37 KB
/
TypedReader.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
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ProjectItems", "ProjectItems", "{7179EC31-7871-4535-8E9F-D8944A6F8FC7}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedReader", "TypedReader\TypedReader.csproj", "{EEF4E789-7B2C-49AA-9353-F320373EB731}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedReader.TestClient", "TypedReader.TestClient\TypedReader.TestClient.csproj", "{1358D331-76FE-4622-B076-7FDDBE6F584A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedReader.Tests", "TypedReader.Tests\TypedReader.Tests.csproj", "{C2B0D0DF-BFBF-4AD8-B94F-E9BF7CC107C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EEF4E789-7B2C-49AA-9353-F320373EB731}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEF4E789-7B2C-49AA-9353-F320373EB731}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEF4E789-7B2C-49AA-9353-F320373EB731}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEF4E789-7B2C-49AA-9353-F320373EB731}.Release|Any CPU.Build.0 = Release|Any CPU
{1358D331-76FE-4622-B076-7FDDBE6F584A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1358D331-76FE-4622-B076-7FDDBE6F584A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1358D331-76FE-4622-B076-7FDDBE6F584A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1358D331-76FE-4622-B076-7FDDBE6F584A}.Release|Any CPU.Build.0 = Release|Any CPU
{C2B0D0DF-BFBF-4AD8-B94F-E9BF7CC107C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2B0D0DF-BFBF-4AD8-B94F-E9BF7CC107C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2B0D0DF-BFBF-4AD8-B94F-E9BF7CC107C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2B0D0DF-BFBF-4AD8-B94F-E9BF7CC107C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D7A2685-E55B-41FA-AD65-30AB1256B9D4}
EndGlobalSection
EndGlobal