-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLearningCSharp.sln
More file actions
38 lines (38 loc) · 2.08 KB
/
LearningCSharp.sln
File metadata and controls
38 lines (38 loc) · 2.08 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{300E0329-90EB-4F9F-9B73-5491F0169429}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BF8D1B4A-BD03-49D1-BB34-0FA42DC3E118}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CE7B2CB4-793E-4C83-8B93-CB339F696FD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningCSharp.Test", "test\LearningCSharp.Test\LearningCSharp.Test.csproj", "{022C36DC-46E7-4158-9124-A3B63DBBCB90}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LearningCSharp.Service", "src\LearningCSharp.Service\LearningCSharp.Service.csproj", "{2526790F-F5E5-4D75-A5B0-9435DE1A38B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{022C36DC-46E7-4158-9124-A3B63DBBCB90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{022C36DC-46E7-4158-9124-A3B63DBBCB90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{022C36DC-46E7-4158-9124-A3B63DBBCB90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{022C36DC-46E7-4158-9124-A3B63DBBCB90}.Release|Any CPU.Build.0 = Release|Any CPU
{2526790F-F5E5-4D75-A5B0-9435DE1A38B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2526790F-F5E5-4D75-A5B0-9435DE1A38B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2526790F-F5E5-4D75-A5B0-9435DE1A38B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2526790F-F5E5-4D75-A5B0-9435DE1A38B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{022C36DC-46E7-4158-9124-A3B63DBBCB90} = {300E0329-90EB-4F9F-9B73-5491F0169429}
{2526790F-F5E5-4D75-A5B0-9435DE1A38B7} = {CE7B2CB4-793E-4C83-8B93-CB339F696FD4}
EndGlobalSection
EndGlobal