-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathactiverun.sln
42 lines (42 loc) · 1.86 KB
/
activerun.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
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "activerun", "activerun\activerun.vcxproj", "{C606C801-49EB-4A6C-9E34-21E92BAA721A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F34B80AD-3FC3-4197-A8F5-3C1CAB61511D}"
ProjectSection(SolutionItems) = preProject
Dev_guide.md = Dev_guide.md
makefile = makefile
User_guide.md = User_guide.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Debug|ARM.ActiveCfg = Debug|Win32
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Debug|x64.ActiveCfg = Debug|x64
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Debug|x64.Build.0 = Debug|x64
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Debug|x86.ActiveCfg = Debug|Win32
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Debug|x86.Build.0 = Debug|Win32
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Release|ARM.ActiveCfg = Release|Win32
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Release|x64.ActiveCfg = Release|x64
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Release|x64.Build.0 = Release|x64
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Release|x86.ActiveCfg = Release|Win32
{C606C801-49EB-4A6C-9E34-21E92BAA721A}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {90A16B83-54B4-49E3-BCC7-259A01FCDEF5}
EndGlobalSection
EndGlobal