61 lines
2.5 KiB
XML
Executable File
61 lines
2.5 KiB
XML
Executable File
<?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>{4bbd628d-de64-4f05-9d39-a90e03d4dfb2}</ProjectGuid>
|
|
<ProjectHome>.</ProjectHome>
|
|
<StartupFile>compare_objects.py</StartupFile>
|
|
<SearchPath>
|
|
</SearchPath>
|
|
<WorkingDirectory>d:\pc</WorkingDirectory>
|
|
<OutputPath>.</OutputPath>
|
|
<Name>Memory</Name>
|
|
<RootNamespace>Memory</RootNamespace>
|
|
<IsWindowsApplication>False</IsWindowsApplication>
|
|
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
|
|
<InterpreterVersion>2.7</InterpreterVersion>
|
|
<LaunchProvider>Standard Python launcher</LaunchProvider>
|
|
<CommandLineArguments>d:\pre d:\post</CommandLineArguments>
|
|
<InterpreterPath />
|
|
<InterpreterArguments />
|
|
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="anal_res.py" />
|
|
<Compile Include="compare_builds.py" />
|
|
<Compile Include="compare_callstacks.py" />
|
|
<Compile Include="compare_heaps.py" />
|
|
<Compile Include="compare_memvis.py">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="compare_objects.py" />
|
|
<Compile Include="compare_perf.py">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="compare_streaming.py" />
|
|
<Compile Include="find_aligned.py" />
|
|
<Compile Include="find_pools.py" />
|
|
<Compile Include="find_unused_pools.py" />
|
|
<Compile Include="html.py" />
|
|
<Compile Include="mem_visualize_parser.py" />
|
|
<Compile Include="ps3bin_parser.py" />
|
|
<Compile Include="ResourceVisualizer.py" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="compare_heaps_ps3.bat" />
|
|
<Content Include="compare_heaps_xbox.bat" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
|
|
</Project> |