-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathembeder.sln
More file actions
25 lines (25 loc) · 1.12 KB
/
embeder.sln
File metadata and controls
25 lines (25 loc) · 1.12 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "embeder", "embeder.vcxproj", "{FE462DB2-5991-467A-9C5C-4BEC5598AF21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug console|x64 = Debug console|x64
Release console|x64 = Release console|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE462DB2-5991-467A-9C5C-4BEC5598AF21}.Debug console|x64.ActiveCfg = Release console|x64
{FE462DB2-5991-467A-9C5C-4BEC5598AF21}.Debug console|x64.Build.0 = Release console|x64
{FE462DB2-5991-467A-9C5C-4BEC5598AF21}.Release console|x64.ActiveCfg = Release console|x64
{FE462DB2-5991-467A-9C5C-4BEC5598AF21}.Release console|x64.Build.0 = Release console|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75B9EC0C-334F-4EE5-8F72-24CADBFFBBCB}
EndGlobalSection
EndGlobal