-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.sln
29 lines (29 loc) · 1.33 KB
/
Project.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31220.234
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project", "src\Project.csproj", "{50A2EBB7-11C2-4CB2-971A-334BB3803277}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{87D09EEA-1861-455D-A43C-1971F04F2E79}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50A2EBB7-11C2-4CB2-971A-334BB3803277}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50A2EBB7-11C2-4CB2-971A-334BB3803277}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50A2EBB7-11C2-4CB2-971A-334BB3803277}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50A2EBB7-11C2-4CB2-971A-334BB3803277}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{50A2EBB7-11C2-4CB2-971A-334BB3803277} = {87D09EEA-1861-455D-A43C-1971F04F2E79}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {731F3238-E5A7-48C2-8031-505589F076BC}
EndGlobalSection
EndGlobal