-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIP_Booking_Overtime.sln
43 lines (43 loc) · 2.56 KB
/
IP_Booking_Overtime.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 Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IP_Booking_Overtime", "IP_Booking_Overtime\IP_Booking_Overtime.csproj", "{49870C39-67A4-4436-8395-9F2EFB995D99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLayerTesting", "BusinessLayerTesting\BusinessLayerTesting.csproj", "{8F40FB0C-6F79-4D66-B928-9598D57219FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OvertimeWPF", "OvertimeWPF\OvertimeWPF.csproj", "{D7EA7D70-E0D0-4618-8AB9-C708CC801482}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IP_BusinessLayer", "IP_BusinessLayer\IP_BusinessLayer.csproj", "{5B64EF9E-BA13-4957-8FAF-3C75F747FBC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{49870C39-67A4-4436-8395-9F2EFB995D99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49870C39-67A4-4436-8395-9F2EFB995D99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49870C39-67A4-4436-8395-9F2EFB995D99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49870C39-67A4-4436-8395-9F2EFB995D99}.Release|Any CPU.Build.0 = Release|Any CPU
{8F40FB0C-6F79-4D66-B928-9598D57219FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F40FB0C-6F79-4D66-B928-9598D57219FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F40FB0C-6F79-4D66-B928-9598D57219FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F40FB0C-6F79-4D66-B928-9598D57219FC}.Release|Any CPU.Build.0 = Release|Any CPU
{D7EA7D70-E0D0-4618-8AB9-C708CC801482}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7EA7D70-E0D0-4618-8AB9-C708CC801482}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7EA7D70-E0D0-4618-8AB9-C708CC801482}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7EA7D70-E0D0-4618-8AB9-C708CC801482}.Release|Any CPU.Build.0 = Release|Any CPU
{5B64EF9E-BA13-4957-8FAF-3C75F747FBC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B64EF9E-BA13-4957-8FAF-3C75F747FBC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B64EF9E-BA13-4957-8FAF-3C75F747FBC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B64EF9E-BA13-4957-8FAF-3C75F747FBC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C63DA106-E0C9-4BFD-ACB5-0FFD4F3016E9}
EndGlobalSection
EndGlobal