-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChuckNorris.sln
51 lines (51 loc) · 3.02 KB
/
ChuckNorris.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2018
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChuckNorris.Api", "ChuckNorris.Api\ChuckNorris.Api.csproj", "{0BB08BB5-1068-4B37-8812-7496BE7B8B06}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChuckNorris.Web.Admin", "ChuckNorris.Web.Admin\ChuckNorris.Web.Admin.csproj", "{01E387B3-1D63-49BF-9D5C-E84D593EC8BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ChuckNorris.Web", "ChuckNorris.Web\ChuckNorris.Web.csproj", "{6AE26571-E599-4C86-94C1-55FBC0989987}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BB08BB5-1068-4B37-8812-7496BE7B8B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BB08BB5-1068-4B37-8812-7496BE7B8B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BB08BB5-1068-4B37-8812-7496BE7B8B06}.Debug|x64.ActiveCfg = Debug|Any CPU
{0BB08BB5-1068-4B37-8812-7496BE7B8B06}.Debug|x64.Build.0 = Debug|Any CPU
{0BB08BB5-1068-4B37-8812-7496BE7B8B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BB08BB5-1068-4B37-8812-7496BE7B8B06}.Release|Any CPU.Build.0 = Release|Any CPU
{0BB08BB5-1068-4B37-8812-7496BE7B8B06}.Release|x64.ActiveCfg = Release|Any CPU
{0BB08BB5-1068-4B37-8812-7496BE7B8B06}.Release|x64.Build.0 = Release|Any CPU
{01E387B3-1D63-49BF-9D5C-E84D593EC8BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01E387B3-1D63-49BF-9D5C-E84D593EC8BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01E387B3-1D63-49BF-9D5C-E84D593EC8BA}.Debug|x64.ActiveCfg = Debug|Any CPU
{01E387B3-1D63-49BF-9D5C-E84D593EC8BA}.Debug|x64.Build.0 = Debug|Any CPU
{01E387B3-1D63-49BF-9D5C-E84D593EC8BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01E387B3-1D63-49BF-9D5C-E84D593EC8BA}.Release|Any CPU.Build.0 = Release|Any CPU
{01E387B3-1D63-49BF-9D5C-E84D593EC8BA}.Release|x64.ActiveCfg = Release|Any CPU
{01E387B3-1D63-49BF-9D5C-E84D593EC8BA}.Release|x64.Build.0 = Release|Any CPU
{6AE26571-E599-4C86-94C1-55FBC0989987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AE26571-E599-4C86-94C1-55FBC0989987}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AE26571-E599-4C86-94C1-55FBC0989987}.Debug|x64.ActiveCfg = Debug|x64
{6AE26571-E599-4C86-94C1-55FBC0989987}.Debug|x64.Build.0 = Debug|x64
{6AE26571-E599-4C86-94C1-55FBC0989987}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AE26571-E599-4C86-94C1-55FBC0989987}.Release|Any CPU.Build.0 = Release|Any CPU
{6AE26571-E599-4C86-94C1-55FBC0989987}.Release|x64.ActiveCfg = Release|x64
{6AE26571-E599-4C86-94C1-55FBC0989987}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D3728D5-0AFE-4DCB-A348-073C15030980}
EndGlobalSection
EndGlobal