-
Notifications
You must be signed in to change notification settings - Fork 0
/
NumberWorder.sln
36 lines (36 loc) · 1.81 KB
/
NumberWorder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumberWorder", "NumberWorder\NumberWorder.csproj", "{92F741C0-AEA3-4F54-B008-B3BA6EB799EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NumberWordAPI", "NumberWordAPI\NumberWordAPI.csproj", "{6141321E-0EF3-4382-AB8F-4CEF239675E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Instructions", "Instructions", "{E8A3A317-A04D-42C2-A3E2-B7888C49FE94}"
ProjectSection(SolutionItems) = preProject
Instruction and Tests.txt = Instruction and Tests.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92F741C0-AEA3-4F54-B008-B3BA6EB799EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92F741C0-AEA3-4F54-B008-B3BA6EB799EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92F741C0-AEA3-4F54-B008-B3BA6EB799EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92F741C0-AEA3-4F54-B008-B3BA6EB799EC}.Release|Any CPU.Build.0 = Release|Any CPU
{6141321E-0EF3-4382-AB8F-4CEF239675E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6141321E-0EF3-4382-AB8F-4CEF239675E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6141321E-0EF3-4382-AB8F-4CEF239675E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6141321E-0EF3-4382-AB8F-4CEF239675E8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8B7BA1E-88ED-404D-B160-2ED0660A15F8}
EndGlobalSection
EndGlobal