-
Notifications
You must be signed in to change notification settings - Fork 10
/
ClickerHeroesTrackerWebsite.sln
55 lines (55 loc) · 2.67 KB
/
ClickerHeroesTrackerWebsite.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34302.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Website", "Website", "{D77FD0C8-CA68-4572-998D-F9475577CB7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6ADD8E67-6F76-4AC3-A1A6-F92F3AA664CE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Build.rsp = Directory.Build.rsp
Directory.Packages.props = Directory.Packages.props
NuGet.Config = NuGet.Config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{3D49839D-F575-4B78-917D-05495AA9B946}"
ProjectSection(SolutionItems) = preProject
build\CreateBuildInfo.ps1 = build\CreateBuildInfo.ps1
build\PostDeploy.ps1 = build\PostDeploy.ps1
build\stylecop.json = build\stylecop.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Website", "Website\Src\Website.csproj", "{DECD0F75-D8E0-41D4-B39B-A439E8022C74}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "Website\UnitTests\UnitTests.csproj", "{6CB42835-1C1F-46F3-B92F-C4EEF165595A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DECD0F75-D8E0-41D4-B39B-A439E8022C74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DECD0F75-D8E0-41D4-B39B-A439E8022C74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DECD0F75-D8E0-41D4-B39B-A439E8022C74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DECD0F75-D8E0-41D4-B39B-A439E8022C74}.Release|Any CPU.Build.0 = Release|Any CPU
{6CB42835-1C1F-46F3-B92F-C4EEF165595A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CB42835-1C1F-46F3-B92F-C4EEF165595A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CB42835-1C1F-46F3-B92F-C4EEF165595A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CB42835-1C1F-46F3-B92F-C4EEF165595A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DECD0F75-D8E0-41D4-B39B-A439E8022C74} = {D77FD0C8-CA68-4572-998D-F9475577CB7E}
{6CB42835-1C1F-46F3-B92F-C4EEF165595A} = {D77FD0C8-CA68-4572-998D-F9475577CB7E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FFEC186-6362-4BDD-B910-E59CEF282333}
EndGlobalSection
EndGlobal