forked from blurstudio/Py3dsMax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blurPython_msvc2010.sln
40 lines (40 loc) · 2.62 KB
/
blurPython_msvc2010.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "blurPython", "blurPython_msvc2010.vcxproj", "{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Max2012_Python24|Win32 = Max2012_Python24|Win32
Max2012_Python24|x64 = Max2012_Python24|x64
Max2012_Python27|Win32 = Max2012_Python27|Win32
Max2012_Python27|x64 = Max2012_Python27|x64
Max2012x64_Python26|Win32 = Max2012x64_Python26|Win32
Max2012x64_Python26|x64 = Max2012x64_Python26|x64
Max2013_Python27|Win32 = Max2013_Python27|Win32
Max2013_Python27|x64 = Max2013_Python27|x64
Max2014_Python27|Win32 = Max2014_Python27|Win32
Max2014_Python27|x64 = Max2014_Python27|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2012_Python24|Win32.ActiveCfg = Max2012_Python24|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2012_Python24|x64.ActiveCfg = Max2012_Python24|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2012_Python24|x64.Build.0 = Max2012_Python24|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2012_Python27|Win32.ActiveCfg = Max2012_Python24|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2012_Python27|x64.ActiveCfg = Max2012_Python24|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2012_Python27|x64.Build.0 = Max2012_Python24|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2012x64_Python26|Win32.ActiveCfg = Max2012x64_Python26|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2012x64_Python26|x64.ActiveCfg = Max2012x64_Python26|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2012x64_Python26|x64.Build.0 = Max2012x64_Python26|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2013_Python27|Win32.ActiveCfg = Max2013x32_Python27|Win32
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2013_Python27|Win32.Build.0 = Max2013x32_Python27|Win32
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2013_Python27|x64.ActiveCfg = Max2013x64_Python27|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2013_Python27|x64.Build.0 = Max2013x64_Python27|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2014_Python27|Win32.ActiveCfg = Max2014_Python27|Win32
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2014_Python27|Win32.Build.0 = Max2014_Python27|Win32
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2014_Python27|x64.ActiveCfg = Max2014_Python27|x64
{78FEBC09-C6EB-4D5F-A7A2-6D580847783E}.Max2014_Python27|x64.Build.0 = Max2014_Python27|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal