-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeWarsExercises.sln
44 lines (44 loc) · 2.34 KB
/
CodeWarsExercises.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 Version 17
VisualStudioVersion = 17.1.31903.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{528FBB28-A14D-4D89-B558-EF6E3C55E94D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{3BC20E03-6CD9-4A06-93A0-82E68C5CA74E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{378C3647-6568-41E2-BC9C-CC52AA153943}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KataExercises.UnitTests", "tests\KataPersistence.UnitTests\KataExercises.UnitTests.csproj", "{931A9088-F814-4685-89A5-715309AD1304}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KataExercises", "src\KataExercises\KataExercises.csproj", "{48BA3104-283E-4645-8FEA-8A8041F764EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{931A9088-F814-4685-89A5-715309AD1304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{931A9088-F814-4685-89A5-715309AD1304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{931A9088-F814-4685-89A5-715309AD1304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{931A9088-F814-4685-89A5-715309AD1304}.Release|Any CPU.Build.0 = Release|Any CPU
{48BA3104-283E-4645-8FEA-8A8041F764EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48BA3104-283E-4645-8FEA-8A8041F764EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48BA3104-283E-4645-8FEA-8A8041F764EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48BA3104-283E-4645-8FEA-8A8041F764EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{931A9088-F814-4685-89A5-715309AD1304} = {3BC20E03-6CD9-4A06-93A0-82E68C5CA74E}
{48BA3104-283E-4645-8FEA-8A8041F764EF} = {528FBB28-A14D-4D89-B558-EF6E3C55E94D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3824B94-D92B-4EE8-8828-0450EEF541A1}
EndGlobalSection
EndGlobal