forked from ray-project/ray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshell.pyproj
122 lines (122 loc) · 4.9 KB
/
shell.pyproj
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>55436dea-03b9-4955-aab9-6fec4f8bcb87</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>..\scripts\shell.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>shell</Name>
<RootNamespace>shell</RootNamespace>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<Environment>PYTHONPATH=$(SolutionDir)build\x64\$(Configuration)\;$(SolutionDir)build\Win32\$(Configuration)\;$(MSBuildThisFileDirectory)..\lib\python\;$(MSBuildThisFileDirectory)..\scripts\;$(PYTHONPATH)
PATH=$(SolutionDir)build\x64\$(Configuration)\;$(SolutionDir)build\Win32\$(Configuration)\;$(PATH)</Environment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' != 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\thirdparty\numbuf\vsprojects\numbuf.vcxproj">
<Name>numbuf</Name>
<Project>{609d1438-d42d-4cba-80a5-a1398c3bcc85}</Project>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="plasma.vcxproj">
<Name>plasma</Name>
<Project>{ddfcec30-7024-421a-979a-b1bf69cf464e}</Project>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="raylib.vcxproj">
<Name>raylib</Name>
<Project>{76be8e91-0f74-4276-a6a7-b279c6fea0d2}</Project>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="photon.vcxproj">
<Name>photon</Name>
<Project>{d4f50b21-7fde-41ce-87f5-2cf71178ef40}</Project>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="ray\" />
<Folder Include="tests\" />
<Folder Include="scripts\" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\lib\python\ray\config.py">
<Link>ray\config.py</Link>
</Compile>
<Compile Include="..\lib\python\ray\graph.py">
<Link>ray\graph.py</Link>
</Compile>
<Compile Include="..\lib\python\ray\pickling.py">
<Link>ray\pickling.py</Link>
</Compile>
<Compile Include="..\lib\python\ray\serialization.py">
<Link>ray\serialization.py</Link>
</Compile>
<Compile Include="..\lib\python\ray\services.py">
<Link>ray\services.py</Link>
</Compile>
<Compile Include="..\lib\python\ray\worker.py">
<Link>ray\worker.py</Link>
</Compile>
<Compile Include="..\lib\python\ray\__init__.py">
<Link>ray\__init__.py</Link>
</Compile>
<Compile Include="..\scripts\cluster.py">
<Link>scripts\cluster.py</Link>
</Compile>
<Compile Include="..\scripts\default_worker.py">
<Link>scripts\default_worker.py</Link>
</Compile>
<Compile Include="..\scripts\ec2.py">
<Link>scripts\ec2.py</Link>
</Compile>
<Compile Include="..\scripts\example_functions.py">
<Link>scripts\example_functions.py</Link>
</Compile>
<Compile Include="..\scripts\shell.py">
<Link>scripts\shell.py</Link>
</Compile>
<Compile Include="..\test\array_test.py">
<Link>tests\array_test.py</Link>
</Compile>
<Compile Include="..\test\memory_leak_deserialize.py">
<Link>tests\memory_leak_deserialize.py</Link>
</Compile>
<Compile Include="..\test\microbenchmarks.py">
<Link>tests\microbenchmarks.py</Link>
</Compile>
<Compile Include="..\test\runtest.py">
<Link>tests\runtest.py</Link>
</Compile>
<Compile Include="..\test\test_functions.py">
<Link>tests\test_functions.py</Link>
</Compile>
</ItemGroup>
<Import Condition="Exists($(PtvsTargetsFile))" Project="$(PtvsTargetsFile)" />
<Import Condition="!Exists($(PtvsTargetsFile))" Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>