This repository has been archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNorman.sln
31 lines (31 loc) · 1.61 KB
/
Norman.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Norman", "src\Norman\Norman.csproj", "{79CED750-E4C1-4C35-93F8-9CD34CE2C844}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Norman.Tests", "tst\Norman.Tests\Norman.Tests.csproj", "{0B63A80A-686B-45DE-A235-7A5530246FA3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FC5BB2A8-9FA1-4387-AC5E-A132B1C6B829}"
ProjectSection(SolutionItems) = preProject
readme.markdown = readme.markdown
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79CED750-E4C1-4C35-93F8-9CD34CE2C844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79CED750-E4C1-4C35-93F8-9CD34CE2C844}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79CED750-E4C1-4C35-93F8-9CD34CE2C844}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79CED750-E4C1-4C35-93F8-9CD34CE2C844}.Release|Any CPU.Build.0 = Release|Any CPU
{0B63A80A-686B-45DE-A235-7A5530246FA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B63A80A-686B-45DE-A235-7A5530246FA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B63A80A-686B-45DE-A235-7A5530246FA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B63A80A-686B-45DE-A235-7A5530246FA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal