forked from Davidobot/BetterJoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EvenBetterJoy.sln
60 lines (60 loc) · 3.23 KB
/
EvenBetterJoy.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
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EvenBetterJoy", "EvenBetterJoy\EvenBetterJoy.csproj", "{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{22511301-BE58-436B-8A83-461C88ABCBBE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
title.png = title.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EvenBetterJoy.Domain", "EvenBetterJoy.Domain\EvenBetterJoy.Domain.csproj", "{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Debug|x64.ActiveCfg = Debug|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Debug|x64.Build.0 = Debug|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Debug|x86.ActiveCfg = Debug|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Debug|x86.Build.0 = Debug|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Release|Any CPU.Build.0 = Release|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Release|x64.ActiveCfg = Release|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Release|x64.Build.0 = Release|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Release|x86.ActiveCfg = Release|Any CPU
{C6DD5EF9-984F-46F1-8A63-B9903B33AA0A}.Release|x86.Build.0 = Release|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Debug|x64.ActiveCfg = Debug|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Debug|x64.Build.0 = Debug|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Debug|x86.ActiveCfg = Debug|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Debug|x86.Build.0 = Debug|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Release|Any CPU.Build.0 = Release|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Release|x64.ActiveCfg = Release|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Release|x64.Build.0 = Release|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Release|x86.ActiveCfg = Release|Any CPU
{BEBF2F8B-CFDC-418D-9EF1-2D5FD7315CA9}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F928F866-3D27-4531-970D-25ADE4DDD979}
EndGlobalSection
EndGlobal