2016-07-28 13:11:13 -07:00
|
|
|
<?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>
|
2016-11-22 17:04:24 -08:00
|
|
|
<ProjectReference Include="plasma.vcxproj">
|
|
|
|
<Name>plasma</Name>
|
2016-07-28 13:11:13 -07:00
|
|
|
<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>
|
2016-11-22 17:04:24 -08:00
|
|
|
<ProjectReference Include="photon.vcxproj">
|
|
|
|
<Name>photon</Name>
|
2016-07-28 13:11:13 -07:00
|
|
|
<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>
|