-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathOpenXP.sln
25 lines (25 loc) · 1.03 KB
/
OpenXP.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 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenXP", "OpenXP.csproj", "{B26167A7-171E-4266-9CE4-59A36787980C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B26167A7-171E-4266-9CE4-59A36787980C}.Debug|x86.ActiveCfg = Debug|Any CPU
{B26167A7-171E-4266-9CE4-59A36787980C}.Debug|x86.Build.0 = Debug|Any CPU
{B26167A7-171E-4266-9CE4-59A36787980C}.Release|x86.ActiveCfg = Release|Any CPU
{B26167A7-171E-4266-9CE4-59A36787980C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC8B60DD-C52D-4FF8-B6FD-6516638ADA7E}
EndGlobalSection
EndGlobal