-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHumanBytes.sln
42 lines (42 loc) · 2.15 KB
/
HumanBytes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2C2F80D3-2600-4EC1-9975-4D9486BCFB54}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B833C8BF-80B1-48AB-A860-BB5A55B791D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HumanBytes", "src\HumanBytes\HumanBytes.csproj", "{0F5C3319-37B9-4641-98D7-ABFD30CA5C45}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D4432DBA-429A-48C5-8918-A08AB6700738}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HumanBytes.Tests", "tests\HumanBytes.Tests\HumanBytes.Tests.csproj", "{57DC4FF7-C28D-447F-90D2-15C5C0363B16}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F5C3319-37B9-4641-98D7-ABFD30CA5C45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F5C3319-37B9-4641-98D7-ABFD30CA5C45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F5C3319-37B9-4641-98D7-ABFD30CA5C45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F5C3319-37B9-4641-98D7-ABFD30CA5C45}.Release|Any CPU.Build.0 = Release|Any CPU
{57DC4FF7-C28D-447F-90D2-15C5C0363B16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57DC4FF7-C28D-447F-90D2-15C5C0363B16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57DC4FF7-C28D-447F-90D2-15C5C0363B16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57DC4FF7-C28D-447F-90D2-15C5C0363B16}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F5C3319-37B9-4641-98D7-ABFD30CA5C45} = {B833C8BF-80B1-48AB-A860-BB5A55B791D2}
{57DC4FF7-C28D-447F-90D2-15C5C0363B16} = {D4432DBA-429A-48C5-8918-A08AB6700738}
EndGlobalSection
EndGlobal