-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYatzy.sln
56 lines (56 loc) · 3.25 KB
/
Yatzy.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
46
47
48
49
50
51
52
53
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yatzy", "Yatzy\Yatzy.csproj", "{D8AE5515-40F6-45D8-A2AE-0DE37058AA09}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yatzy.Tests", "Yatzy.Tests\Yatzy.Tests.csproj", "{BF15B146-143E-4BC9-9E54-8879F48695CE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{74AFBD03-8FFD-40C2-925D-8CF63F4E7F6D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yatzy.Runner", "Yatzy.Runner\Yatzy.Runner.csproj", "{EADD192F-3143-4C0A-9F44-6DE912118C8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yatzy.Logging", "Yatzy.Logging\Yatzy.Logging.csproj", "{2A5583B2-14C2-4471-AD0C-2CE3AF869D20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yatzy.Extentions", "Yatzy.Extentions\Yatzy.Extentions.csproj", "{8CDFEDB8-67D3-4E59-8086-BA43867665F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D8AE5515-40F6-45D8-A2AE-0DE37058AA09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8AE5515-40F6-45D8-A2AE-0DE37058AA09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8AE5515-40F6-45D8-A2AE-0DE37058AA09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8AE5515-40F6-45D8-A2AE-0DE37058AA09}.Release|Any CPU.Build.0 = Release|Any CPU
{BF15B146-143E-4BC9-9E54-8879F48695CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF15B146-143E-4BC9-9E54-8879F48695CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF15B146-143E-4BC9-9E54-8879F48695CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF15B146-143E-4BC9-9E54-8879F48695CE}.Release|Any CPU.Build.0 = Release|Any CPU
{EADD192F-3143-4C0A-9F44-6DE912118C8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EADD192F-3143-4C0A-9F44-6DE912118C8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EADD192F-3143-4C0A-9F44-6DE912118C8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EADD192F-3143-4C0A-9F44-6DE912118C8C}.Release|Any CPU.Build.0 = Release|Any CPU
{2A5583B2-14C2-4471-AD0C-2CE3AF869D20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A5583B2-14C2-4471-AD0C-2CE3AF869D20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A5583B2-14C2-4471-AD0C-2CE3AF869D20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A5583B2-14C2-4471-AD0C-2CE3AF869D20}.Release|Any CPU.Build.0 = Release|Any CPU
{8CDFEDB8-67D3-4E59-8086-BA43867665F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CDFEDB8-67D3-4E59-8086-BA43867665F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CDFEDB8-67D3-4E59-8086-BA43867665F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CDFEDB8-67D3-4E59-8086-BA43867665F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EE072FB5-C2C3-417D-92BB-D2C1D6C73BF3}
EndGlobalSection
EndGlobal