-
Notifications
You must be signed in to change notification settings - Fork 4
/
IronPython3Extension.sln
43 lines (43 loc) · 2.56 KB
/
IronPython3Extension.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IronPython3Extension", "IronPython3Extension\IronPython3Extension.csproj", "{7A44B553-ED7E-4C01-A91A-70C7AD5897A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "python3eval", "python3eval\python3eval.csproj", "{2B256D7E-4864-4086-A481-6E5B24CBA95E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IronPython3Tests", "IronPython3Tests\IronPython3Tests.csproj", "{CD76A408-05CF-45E6-A508-6A6BA6A95E75}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DSIronPython3Empty", "DSIronPython3Empty\DSIronPython3Empty.csproj", "{AC582B53-98DA-48D3-97AC-DCDA17EAAFAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A44B553-ED7E-4C01-A91A-70C7AD5897A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A44B553-ED7E-4C01-A91A-70C7AD5897A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A44B553-ED7E-4C01-A91A-70C7AD5897A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A44B553-ED7E-4C01-A91A-70C7AD5897A8}.Release|Any CPU.Build.0 = Release|Any CPU
{2B256D7E-4864-4086-A481-6E5B24CBA95E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B256D7E-4864-4086-A481-6E5B24CBA95E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B256D7E-4864-4086-A481-6E5B24CBA95E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B256D7E-4864-4086-A481-6E5B24CBA95E}.Release|Any CPU.Build.0 = Release|Any CPU
{CD76A408-05CF-45E6-A508-6A6BA6A95E75}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD76A408-05CF-45E6-A508-6A6BA6A95E75}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD76A408-05CF-45E6-A508-6A6BA6A95E75}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD76A408-05CF-45E6-A508-6A6BA6A95E75}.Release|Any CPU.Build.0 = Release|Any CPU
{AC582B53-98DA-48D3-97AC-DCDA17EAAFAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC582B53-98DA-48D3-97AC-DCDA17EAAFAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC582B53-98DA-48D3-97AC-DCDA17EAAFAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC582B53-98DA-48D3-97AC-DCDA17EAAFAA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B92AF2CC-30B1-449A-8B35-B5E3C0374C56}
EndGlobalSection
EndGlobal