forked from markjprice/cs10dotnet6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chapter02.sln
55 lines (54 loc) · 3.46 KB
/
Chapter02.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
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.218
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vocabulary", "Vocabulary\Vocabulary.csproj", "{A9E17252-FCFA-41A9-B004-EE7AB4B2717F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Arguments", "Arguments\Arguments.csproj", "{8AB27D04-FC2B-4379-835E-2D4E1A79E935}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Exercise03", "Exercise03\Exercise03.csproj", "{68B69046-3524-4805-A5F1-75F6ED93FE55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Formatting", "Formatting\Formatting.csproj", "{7401EDC0-C4BA-4ADB-B86F-D25FED5946B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Numbers", "Numbers\Numbers.csproj", "{E7EA2D6A-67EF-4649-B414-9354DA4B406C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Variables", "Variables\Variables.csproj", "{DC21C727-B1CE-4966-911C-750156EF3999}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A9E17252-FCFA-41A9-B004-EE7AB4B2717F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9E17252-FCFA-41A9-B004-EE7AB4B2717F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9E17252-FCFA-41A9-B004-EE7AB4B2717F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9E17252-FCFA-41A9-B004-EE7AB4B2717F}.Release|Any CPU.Build.0 = Release|Any CPU
{8AB27D04-FC2B-4379-835E-2D4E1A79E935}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AB27D04-FC2B-4379-835E-2D4E1A79E935}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AB27D04-FC2B-4379-835E-2D4E1A79E935}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AB27D04-FC2B-4379-835E-2D4E1A79E935}.Release|Any CPU.Build.0 = Release|Any CPU
{68B69046-3524-4805-A5F1-75F6ED93FE55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68B69046-3524-4805-A5F1-75F6ED93FE55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68B69046-3524-4805-A5F1-75F6ED93FE55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68B69046-3524-4805-A5F1-75F6ED93FE55}.Release|Any CPU.Build.0 = Release|Any CPU
{7401EDC0-C4BA-4ADB-B86F-D25FED5946B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7401EDC0-C4BA-4ADB-B86F-D25FED5946B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7401EDC0-C4BA-4ADB-B86F-D25FED5946B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7401EDC0-C4BA-4ADB-B86F-D25FED5946B0}.Release|Any CPU.Build.0 = Release|Any CPU
{E7EA2D6A-67EF-4649-B414-9354DA4B406C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7EA2D6A-67EF-4649-B414-9354DA4B406C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7EA2D6A-67EF-4649-B414-9354DA4B406C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7EA2D6A-67EF-4649-B414-9354DA4B406C}.Release|Any CPU.Build.0 = Release|Any CPU
{DC21C727-B1CE-4966-911C-750156EF3999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC21C727-B1CE-4966-911C-750156EF3999}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC21C727-B1CE-4966-911C-750156EF3999}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC21C727-B1CE-4966-911C-750156EF3999}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C8B5A56-1D01-4952-BD0D-6269174810D2}
EndGlobalSection
EndGlobal