-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmneca.sln
35 lines (35 loc) · 1.38 KB
/
mneca.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30802.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mneca", "src\mneca.vcxproj", "{5D729834-EE22-4A38-9FFB-75B839214BC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7C2F89AC-FBC5-458A-964C-839D253E7B60}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
clear.bat = clear.bat
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D729834-EE22-4A38-9FFB-75B839214BC2}.Debug|x64.ActiveCfg = Debug|x64
{5D729834-EE22-4A38-9FFB-75B839214BC2}.Debug|x64.Build.0 = Debug|x64
{5D729834-EE22-4A38-9FFB-75B839214BC2}.Release|x64.ActiveCfg = Release|x64
{5D729834-EE22-4A38-9FFB-75B839214BC2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {42E56F33-C931-48BB-A204-59CFB849FA6B}
EndGlobalSection
EndGlobal