forked from KoenZomers/SunSetRiseLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SunSetRiseLib.sln
44 lines (44 loc) · 2.33 KB
/
SunSetRiseLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "Library\Library.csproj", "{4AF77D30-E449-4109-81C5-E3786D768F63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsole", "TestConsole\TestConsole.v4.5.1\TestConsole.csproj", "{393CFE8B-CBF7-4235-A56B-CF5EF305F91F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{77F597EA-80E1-4540-9F6A-3E3D9D8AFB25}"
ProjectSection(SolutionItems) = preProject
Key.snk = Key.snk
README.md = README.md
SampleOutput.png = SampleOutput.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SunSetRiseLib.UnitTest", "SunSetRiseLib.UnitTest\SunSetRiseLib.UnitTest.csproj", "{6E65FD07-8457-4484-86E5-6F4D704F00D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AF77D30-E449-4109-81C5-E3786D768F63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AF77D30-E449-4109-81C5-E3786D768F63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AF77D30-E449-4109-81C5-E3786D768F63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AF77D30-E449-4109-81C5-E3786D768F63}.Release|Any CPU.Build.0 = Release|Any CPU
{393CFE8B-CBF7-4235-A56B-CF5EF305F91F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{393CFE8B-CBF7-4235-A56B-CF5EF305F91F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{393CFE8B-CBF7-4235-A56B-CF5EF305F91F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{393CFE8B-CBF7-4235-A56B-CF5EF305F91F}.Release|Any CPU.Build.0 = Release|Any CPU
{6E65FD07-8457-4484-86E5-6F4D704F00D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E65FD07-8457-4484-86E5-6F4D704F00D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E65FD07-8457-4484-86E5-6F4D704F00D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E65FD07-8457-4484-86E5-6F4D704F00D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F74186F2-129B-44FF-A298-BB4F5F4DEB88}
EndGlobalSection
EndGlobal