-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheck-in-out.sln
37 lines (37 loc) · 2.1 KB
/
check-in-out.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31613.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "check-in-out.Common", "check-in-out.Common\check-in-out.Common.csproj", "{B0FAF669-D4DC-423F-8238-2737B5A81CDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "check-in-out.Functions", "check-in-out.Functions\check-in-out.Functions.csproj", "{F63E22D4-F6D7-4A35-B1A4-38373E518FCC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "check-in-out.Test", "check-in-out.Test\check-in-out.Test.csproj", "{533E9D12-80E8-44EB-81BD-96907C26C336}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0FAF669-D4DC-423F-8238-2737B5A81CDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0FAF669-D4DC-423F-8238-2737B5A81CDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0FAF669-D4DC-423F-8238-2737B5A81CDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0FAF669-D4DC-423F-8238-2737B5A81CDA}.Release|Any CPU.Build.0 = Release|Any CPU
{F63E22D4-F6D7-4A35-B1A4-38373E518FCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F63E22D4-F6D7-4A35-B1A4-38373E518FCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F63E22D4-F6D7-4A35-B1A4-38373E518FCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F63E22D4-F6D7-4A35-B1A4-38373E518FCC}.Release|Any CPU.Build.0 = Release|Any CPU
{533E9D12-80E8-44EB-81BD-96907C26C336}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{533E9D12-80E8-44EB-81BD-96907C26C336}.Debug|Any CPU.Build.0 = Debug|Any CPU
{533E9D12-80E8-44EB-81BD-96907C26C336}.Release|Any CPU.ActiveCfg = Release|Any CPU
{533E9D12-80E8-44EB-81BD-96907C26C336}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48C634E2-39AB-4BCF-9E71-7F3393881306}
EndGlobalSection
EndGlobal