-
Notifications
You must be signed in to change notification settings - Fork 1
/
MagicFirst.sln
31 lines (31 loc) · 1.51 KB
/
MagicFirst.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MagicFirst", "MagicFirst.csproj", "{31F8933E-BB20-4481-84A8-06203D1E0952}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "uep", "plugins\uep\uep.vcxproj", "{533122BB-0463-5BCF-847D-0CC91130A7E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31F8933E-BB20-4481-84A8-06203D1E0952}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31F8933E-BB20-4481-84A8-06203D1E0952}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31F8933E-BB20-4481-84A8-06203D1E0952}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31F8933E-BB20-4481-84A8-06203D1E0952}.Release|Any CPU.Build.0 = Release|Any CPU
{533122BB-0463-5BCF-847D-0CC91130A7E2}.Debug|Any CPU.ActiveCfg = Debug|x64
{533122BB-0463-5BCF-847D-0CC91130A7E2}.Debug|Any CPU.Build.0 = Debug|x64
{533122BB-0463-5BCF-847D-0CC91130A7E2}.Release|Any CPU.ActiveCfg = Release|x64
{533122BB-0463-5BCF-847D-0CC91130A7E2}.Release|Any CPU.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6C76E809-FA53-4E1B-BB08-9F7B19F9D225}
EndGlobalSection
EndGlobal