-
Notifications
You must be signed in to change notification settings - Fork 1
/
Aiursoft.ManHours.sln
36 lines (36 loc) · 1.93 KB
/
Aiursoft.ManHours.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 Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2D9A9B8B-7B97-446F-9A06-649F63C897F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aiursoft.ManHours", "src\Aiursoft.Manhours\Aiursoft.ManHours.csproj", "{24FFA180-AC0C-44D0-9E00-88D4DA79D08F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4EB4E01E-6A31-4962-8BAF-E8591FA4E3FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aiursoft.ManHours.Tests", "tests\Aiursoft.ManHours.Tests.csproj", "{2717C469-6FBF-48D0-A45D-758085A559EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{24FFA180-AC0C-44D0-9E00-88D4DA79D08F} = {2D9A9B8B-7B97-446F-9A06-649F63C897F1}
{2717C469-6FBF-48D0-A45D-758085A559EC} = {4EB4E01E-6A31-4962-8BAF-E8591FA4E3FD}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24FFA180-AC0C-44D0-9E00-88D4DA79D08F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24FFA180-AC0C-44D0-9E00-88D4DA79D08F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24FFA180-AC0C-44D0-9E00-88D4DA79D08F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24FFA180-AC0C-44D0-9E00-88D4DA79D08F}.Release|Any CPU.Build.0 = Release|Any CPU
{2717C469-6FBF-48D0-A45D-758085A559EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2717C469-6FBF-48D0-A45D-758085A559EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2717C469-6FBF-48D0-A45D-758085A559EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2717C469-6FBF-48D0-A45D-758085A559EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal