-
Notifications
You must be signed in to change notification settings - Fork 16
/
pyrfa.sln
50 lines (50 loc) · 2.95 KB
/
pyrfa.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
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pyrfa", "pyrfa.vcxproj", "{B80438DE-DAB0-4C60-940A-1E4F45730DE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Python26|Win32 = Python26|Win32
Python26|x64 = Python26|x64
Python27|Win32 = Python27|Win32
Python27|x64 = Python27|x64
Python34|Win32 = Python34|Win32
Python34|x64 = Python34|x64
Python35|Win32 = Python35|Win32
Python35|x64 = Python35|x64
Python36|Win32 = Python36|Win32
Python36|x64 = Python36|x64
Python37|Win32 = Python37|Win32
Python37|x64 = Python37|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python26|Win32.ActiveCfg = Release_Python26|Win32
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python26|Win32.Build.0 = Release_Python26|Win32
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python26|x64.ActiveCfg = Release_Python26|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python26|x64.Build.0 = Release_Python26|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python27|Win32.ActiveCfg = Release_Python27|Win32
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python27|Win32.Build.0 = Release_Python27|Win32
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python27|x64.ActiveCfg = Release_Python27|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python27|x64.Build.0 = Release_Python27|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python34|Win32.ActiveCfg = Release_Python34|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python34|Win32.Build.0 = Release_Python34|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python34|x64.ActiveCfg = Release_Python34|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python34|x64.Build.0 = Release_Python34|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python35|Win32.ActiveCfg = Release_Python35|Win32
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python35|Win32.Build.0 = Release_Python35|Win32
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python35|x64.ActiveCfg = Release_Python35|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python35|x64.Build.0 = Release_Python35|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python36|Win32.ActiveCfg = Release_Python36|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python36|Win32.Build.0 = Release_Python36|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python36|x64.ActiveCfg = Release_Python36|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python36|x64.Build.0 = Release_Python36|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python37|Win32.ActiveCfg = Release_Python37|Win32
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python37|Win32.Build.0 = Release_Python37|Win32
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python37|x64.ActiveCfg = Release_Python37|x64
{B80438DE-DAB0-4C60-940A-1E4F45730DE3}.Python37|x64.Build.0 = Release_Python37|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal