-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGoogleHashCode.sln
More file actions
44 lines (44 loc) · 2.36 KB
/
GoogleHashCode.sln
File metadata and controls
44 lines (44 loc) · 2.36 KB
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 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{89BF8810-D63F-47C6-AF79-F1506E5F9F92}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
Environment\Input\a_an_example.in.txt = Environment\Input\a_an_example.in.txt
Environment\Input\b_better_start_small.in.txt = Environment\Input\b_better_start_small.in.txt
Environment\Input\c_collaboration.in.txt = Environment\Input\c_collaboration.in.txt
Environment\Input\d_dense_schedule.in.txt = Environment\Input\d_dense_schedule.in.txt
Environment\Input\e_exceptional_skills.in.txt = Environment\Input\e_exceptional_skills.in.txt
Environment\Input\f_find_great_mentors.in.txt = Environment\Input\f_find_great_mentors.in.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{8710159F-B588-4724-BE93-34E321B49752}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoogleHashCode", "GoogleHashCode\GoogleHashCode.csproj", "{BBE34027-FFEE-4CE0-84AB-BBE505EC9C9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8710159F-B588-4724-BE93-34E321B49752}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8710159F-B588-4724-BE93-34E321B49752}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8710159F-B588-4724-BE93-34E321B49752}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8710159F-B588-4724-BE93-34E321B49752}.Release|Any CPU.Build.0 = Release|Any CPU
{BBE34027-FFEE-4CE0-84AB-BBE505EC9C9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBE34027-FFEE-4CE0-84AB-BBE505EC9C9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBE34027-FFEE-4CE0-84AB-BBE505EC9C9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBE34027-FFEE-4CE0-84AB-BBE505EC9C9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4FAC21D7-A0D6-4003-B28A-A6D8243397D6}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal