-
Notifications
You must be signed in to change notification settings - Fork 0
/
HackerRank.sln
37 lines (37 loc) · 2.06 KB
/
HackerRank.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HackerRank", "HackerRank\HackerRank.csproj", "{5B5615D9-9700-4CC0-A6E5-B912AA8B6F55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HackerRankUnitTesting", "HackerRankUnitTesting\HackerRankUnitTesting.csproj", "{59C0D1CD-2C97-4FA9-B413-9F62D574150D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XunitTesting", "XunitTesting\XunitTesting.csproj", "{7ED0004D-F06C-42B6-B19D-E06AD64FA405}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B5615D9-9700-4CC0-A6E5-B912AA8B6F55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B5615D9-9700-4CC0-A6E5-B912AA8B6F55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B5615D9-9700-4CC0-A6E5-B912AA8B6F55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B5615D9-9700-4CC0-A6E5-B912AA8B6F55}.Release|Any CPU.Build.0 = Release|Any CPU
{59C0D1CD-2C97-4FA9-B413-9F62D574150D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59C0D1CD-2C97-4FA9-B413-9F62D574150D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59C0D1CD-2C97-4FA9-B413-9F62D574150D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59C0D1CD-2C97-4FA9-B413-9F62D574150D}.Release|Any CPU.Build.0 = Release|Any CPU
{7ED0004D-F06C-42B6-B19D-E06AD64FA405}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ED0004D-F06C-42B6-B19D-E06AD64FA405}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ED0004D-F06C-42B6-B19D-E06AD64FA405}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ED0004D-F06C-42B6-B19D-E06AD64FA405}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72230ADE-1EF4-4E45-83D8-F63A79E33F56}
EndGlobalSection
EndGlobal