-
Notifications
You must be signed in to change notification settings - Fork 1
/
uARMRE.sln
25 lines (25 loc) · 1.05 KB
/
uARMRE.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uARMRE", "uARMRE.vcxproj", "{2F4F6905-61A3-4997-8214-0A7034809161}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F4F6905-61A3-4997-8214-0A7034809161}.Debug|x86.ActiveCfg = Debug|Win32
{2F4F6905-61A3-4997-8214-0A7034809161}.Debug|x86.Build.0 = Debug|Win32
{2F4F6905-61A3-4997-8214-0A7034809161}.Release|x86.ActiveCfg = Release|Win32
{2F4F6905-61A3-4997-8214-0A7034809161}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7C93176-7924-4BA5-A055-21129F473A37}
EndGlobalSection
EndGlobal