-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMPLVS.sln
executable file
·30 lines (30 loc) · 1.41 KB
/
MPLVS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MPLVS", "MPLVS\MPLVS.csproj", "{C3E47726-5E55-46D6-AA20-2944047AFBC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D51DAE2-1855-42A0-A761-7E0556827205}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C3E47726-5E55-46D6-AA20-2944047AFBC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3E47726-5E55-46D6-AA20-2944047AFBC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3E47726-5E55-46D6-AA20-2944047AFBC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3E47726-5E55-46D6-AA20-2944047AFBC3}.Release|Any CPU.Build.0 = Release|Any CPU
{C3E47726-5E55-46D6-AA20-2944047AFBC3}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45F47A94-16D0-4879-9B37-AB97B22AB5E0}
EndGlobalSection
EndGlobal