-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodilityChallenges.sln
More file actions
43 lines (43 loc) · 2.72 KB
/
CodilityChallenges.sln
File metadata and controls
43 lines (43 loc) · 2.72 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codility-IntegerSubstrings", "Codility-IntegerSubstrings\Codility-IntegerSubstrings.csproj", "{479B1465-1B30-456D-BEE4-C87E730BD418}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codility-IncrementArrayPositions", "Codility-IncrementArrayPositions\Codility-IncrementArrayPositions.csproj", "{12CAD527-E914-4DE7-8C93-2A4B0D9436FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codility-StringTransformation", "Codility-StringTransformation\Codility-StringTransformation.csproj", "{8F62B1A5-ED38-422F-B552-7903A8D1B8A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codility-CalculateListLengthFromArray", "Codility-CalculateListLengthFromArray\Codility-CalculateListLengthFromArray.csproj", "{FC8852FD-9F2E-4D34-A94E-831D55D32168}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{479B1465-1B30-456D-BEE4-C87E730BD418}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{479B1465-1B30-456D-BEE4-C87E730BD418}.Debug|Any CPU.Build.0 = Debug|Any CPU
{479B1465-1B30-456D-BEE4-C87E730BD418}.Release|Any CPU.ActiveCfg = Release|Any CPU
{479B1465-1B30-456D-BEE4-C87E730BD418}.Release|Any CPU.Build.0 = Release|Any CPU
{12CAD527-E914-4DE7-8C93-2A4B0D9436FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12CAD527-E914-4DE7-8C93-2A4B0D9436FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12CAD527-E914-4DE7-8C93-2A4B0D9436FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12CAD527-E914-4DE7-8C93-2A4B0D9436FE}.Release|Any CPU.Build.0 = Release|Any CPU
{8F62B1A5-ED38-422F-B552-7903A8D1B8A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F62B1A5-ED38-422F-B552-7903A8D1B8A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F62B1A5-ED38-422F-B552-7903A8D1B8A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F62B1A5-ED38-422F-B552-7903A8D1B8A8}.Release|Any CPU.Build.0 = Release|Any CPU
{FC8852FD-9F2E-4D34-A94E-831D55D32168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC8852FD-9F2E-4D34-A94E-831D55D32168}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC8852FD-9F2E-4D34-A94E-831D55D32168}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC8852FD-9F2E-4D34-A94E-831D55D32168}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4107076-CA4B-412D-8F53-BB2E8A8DEB44}
EndGlobalSection
EndGlobal