-
Notifications
You must be signed in to change notification settings - Fork 1
/
LittleReviewer.sln
31 lines (31 loc) · 1.33 KB
/
LittleReviewer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LittleReviewer", "src\LittleReviewer.csproj", "{520E9232-3E02-42D2-A414-D2CE327F0091}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Info", "Info", "{C198ABAA-678E-4EA6-B80A-716F2DBC4136}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{520E9232-3E02-42D2-A414-D2CE327F0091}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{520E9232-3E02-42D2-A414-D2CE327F0091}.Debug|Any CPU.Build.0 = Debug|Any CPU
{520E9232-3E02-42D2-A414-D2CE327F0091}.Release|Any CPU.ActiveCfg = Release|Any CPU
{520E9232-3E02-42D2-A414-D2CE327F0091}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D8B90D8-BA9E-4FD7-9B6D-AA3D13533C56}
EndGlobalSection
EndGlobal