-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathC19 Ex03 Ofir 313196750 Yael 314962663.sln
43 lines (43 loc) · 2.34 KB
/
C19 Ex03 Ofir 313196750 Yael 314962663.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GarageLogic", "GarageLogic\GarageLogic.csproj", "{2F35BF69-0187-4AA5-9BC3-606ACEA5D872}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleUI", "ConsoleUI\ConsoleUI.csproj", "{140BD4E4-B73E-49BD-B67B-1E4226FD8D1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Enums", "Enums\Enums.csproj", "{D949B935-24C9-48D2-9048-10FF3039EAB8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{460CA335-987B-43D5-8EAE-6F2507A38A5E}"
ProjectSection(SolutionItems) = preProject
C19 Ex03 Ofir 313196750 Yael 314962663.docx = C19 Ex03 Ofir 313196750 Yael 314962663.docx
ExerciseCheckingReport.txt = ExerciseCheckingReport.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F35BF69-0187-4AA5-9BC3-606ACEA5D872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F35BF69-0187-4AA5-9BC3-606ACEA5D872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F35BF69-0187-4AA5-9BC3-606ACEA5D872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F35BF69-0187-4AA5-9BC3-606ACEA5D872}.Release|Any CPU.Build.0 = Release|Any CPU
{140BD4E4-B73E-49BD-B67B-1E4226FD8D1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{140BD4E4-B73E-49BD-B67B-1E4226FD8D1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{140BD4E4-B73E-49BD-B67B-1E4226FD8D1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{140BD4E4-B73E-49BD-B67B-1E4226FD8D1B}.Release|Any CPU.Build.0 = Release|Any CPU
{D949B935-24C9-48D2-9048-10FF3039EAB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D949B935-24C9-48D2-9048-10FF3039EAB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D949B935-24C9-48D2-9048-10FF3039EAB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D949B935-24C9-48D2-9048-10FF3039EAB8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2BFF216D-6266-4AF9-9685-8FAE1C1308A5}
EndGlobalSection
EndGlobal