-
Notifications
You must be signed in to change notification settings - Fork 0
/
GildedRoseKata.sln
39 lines (39 loc) · 1.96 KB
/
GildedRoseKata.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2B20B9F0-B8C2-4D8D-9821-9FFF5AD60813}"
ProjectSection(SolutionItems) = preProject
CodeAnalysisRules.ruleset = CodeAnalysisRules.ruleset
Directory.Build.props = Directory.Build.props
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GildedRoseKata.Core", "src\Core\GildedRoseKata.Core.csproj", "{7EA1582D-FAA7-4112-A903-E14573F15B54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GildedRoseKata.Core.Tests", "tests\Core.Tests\GildedRoseKata.Core.Tests.csproj", "{76EA4983-F023-4709-92DF-8BB47B0B296A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EA1582D-FAA7-4112-A903-E14573F15B54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EA1582D-FAA7-4112-A903-E14573F15B54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EA1582D-FAA7-4112-A903-E14573F15B54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EA1582D-FAA7-4112-A903-E14573F15B54}.Release|Any CPU.Build.0 = Release|Any CPU
{76EA4983-F023-4709-92DF-8BB47B0B296A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76EA4983-F023-4709-92DF-8BB47B0B296A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76EA4983-F023-4709-92DF-8BB47B0B296A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76EA4983-F023-4709-92DF-8BB47B0B296A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA2277E8-D707-4994-8DCA-1F692C900CCC}
EndGlobalSection
EndGlobal