This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
/
Pyjion.sln
68 lines (68 loc) · 4.11 KB
/
Pyjion.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24704.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Pyjion", "Pyjion\Pyjion.vcxproj", "{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test", "Test\Test.vcxproj", "{721AF7E3-9330-4598-AB73-5AB993FE3F9C}"
ProjectSection(ProjectDependencies) = postProject
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62} = {0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Tests", "Tests\Tests.vcxproj", "{ADFE2428-2595-4535-822D-4E70405F7D58}"
ProjectSection(ProjectDependencies) = postProject
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62} = {0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Debug|Mixed Platforms.Build.0 = Debug|x64
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Debug|Win32.ActiveCfg = Debug|Win32
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Debug|Win32.Build.0 = Debug|Win32
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Debug|x64.ActiveCfg = Debug|x64
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Debug|x64.Build.0 = Debug|x64
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Release|Mixed Platforms.ActiveCfg = Release|x64
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Release|Mixed Platforms.Build.0 = Release|x64
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Release|Win32.ActiveCfg = Release|Win32
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Release|Win32.Build.0 = Release|Win32
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Release|x64.ActiveCfg = Release|x64
{0B2F9AA3-F525-4042-B8C9-74F8B10F9D62}.Release|x64.Build.0 = Release|x64
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Debug|Mixed Platforms.Build.0 = Debug|x64
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Debug|Win32.ActiveCfg = Debug|Win32
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Debug|Win32.Build.0 = Debug|Win32
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Debug|x64.ActiveCfg = Debug|x64
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Debug|x64.Build.0 = Debug|x64
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Release|Mixed Platforms.ActiveCfg = Release|x64
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Release|Mixed Platforms.Build.0 = Release|x64
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Release|Win32.ActiveCfg = Release|Win32
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Release|Win32.Build.0 = Release|Win32
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Release|x64.ActiveCfg = Release|x64
{721AF7E3-9330-4598-AB73-5AB993FE3F9C}.Release|x64.Build.0 = Release|x64
{ADFE2428-2595-4535-822D-4E70405F7D58}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{ADFE2428-2595-4535-822D-4E70405F7D58}.Debug|Mixed Platforms.Build.0 = Debug|x64
{ADFE2428-2595-4535-822D-4E70405F7D58}.Debug|Win32.ActiveCfg = Debug|Win32
{ADFE2428-2595-4535-822D-4E70405F7D58}.Debug|Win32.Build.0 = Debug|Win32
{ADFE2428-2595-4535-822D-4E70405F7D58}.Debug|x64.ActiveCfg = Debug|x64
{ADFE2428-2595-4535-822D-4E70405F7D58}.Debug|x64.Build.0 = Debug|x64
{ADFE2428-2595-4535-822D-4E70405F7D58}.Release|Mixed Platforms.ActiveCfg = Release|x64
{ADFE2428-2595-4535-822D-4E70405F7D58}.Release|Mixed Platforms.Build.0 = Release|x64
{ADFE2428-2595-4535-822D-4E70405F7D58}.Release|Win32.ActiveCfg = Release|Win32
{ADFE2428-2595-4535-822D-4E70405F7D58}.Release|Win32.Build.0 = Release|Win32
{ADFE2428-2595-4535-822D-4E70405F7D58}.Release|x64.ActiveCfg = Release|x64
{ADFE2428-2595-4535-822D-4E70405F7D58}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal