You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira #ROBOMERGE-SOURCE: CL 13045554 via CL 13045555 via CL 13045557 #ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v686-13045012) [CL 13048371 by ben marsh in Main branch]
270 lines
11 KiB
XML
270 lines
11 KiB
XML
<?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>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{75240A67-CF47-4DDC-83B2-AD5D371F31BD}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MemoryProfiler2</RootNamespace>
|
|
<AssemblyName>MemoryProfiler2</AssemblyName>
|
|
<SccProjectName>
|
|
</SccProjectName>
|
|
<SccLocalPath>
|
|
</SccLocalPath>
|
|
<SccAuxPath>
|
|
</SccAuxPath>
|
|
<SccProvider>
|
|
</SccProvider>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\..\Programs\MemoryProfiler2\Binaries\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\..\Programs\MemoryProfiler2\Binaries\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Development|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\..\Programs\MemoryProfiler2\Binaries\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Icon.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data.Linq">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Windows.Forms.DataVisualization" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="UnrealControls">
|
|
<HintPath>..\..\..\Binaries\DotNET\UnrealControls.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AllocationTags.cs" />
|
|
<Compile Include="BinaryReaderBigEndian.cs" />
|
|
<Compile Include="CallGraphTreeViewParser.cs" />
|
|
<Compile Include="CallStack.cs" />
|
|
<Compile Include="CallStackAddress.cs" />
|
|
<Compile Include="CallStackGroup.cs" />
|
|
<Compile Include="CallstackHistoryView.cs" />
|
|
<Compile Include="CommandLineWrapper.cs" />
|
|
<Compile Include="DoubleBufferedPanel.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="ElfSymbolParser.cs" />
|
|
<Compile Include="ExclusiveListViewParser.cs" />
|
|
<Compile Include="FilterTagsDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FilterTagsDialog.Designer.cs">
|
|
<DependentUpon>FilterTagsDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FindDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FindDialog.designer.cs">
|
|
<DependentUpon>FindDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="HistogramParser.cs" />
|
|
<Compile Include="IOSSymbolParser.cs" />
|
|
<Compile Include="MainWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="MainWindow.Designer.cs">
|
|
<DependentUpon>MainWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="MemoryBitmapParser.cs" />
|
|
<Compile Include="MemoryPoolInfo.cs" />
|
|
<Compile Include="ModuleInfo.cs" />
|
|
<Compile Include="Properties\MetaData.cs" />
|
|
<Compile Include="OptionsDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="OptionsDialog.Designer.cs">
|
|
<DependentUpon>OptionsDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="ProfileDataHeader.cs" />
|
|
<Compile Include="ProfilingOptions.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="ProfilingOptions.designer.cs">
|
|
<DependentUpon>ProfilingOptions.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="FilterTagsDialog.resx">
|
|
<DependentUpon>FilterTagsDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FindDialog.resx">
|
|
<DependentUpon>FindDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="MainWindow.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>MainWindow.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="OptionsDialog.resx">
|
|
<DependentUpon>OptionsDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="ProfilingOptions.resx">
|
|
<DependentUpon>ProfilingOptions.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SlowProgressDialog.resx">
|
|
<DependentUpon>SlowProgressDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<None Include="App.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ListViewEx.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="TreeViewEx.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="ScriptCallstack.cs" />
|
|
<Compile Include="ShortLivedAllocationView.cs" />
|
|
<Compile Include="SlowProgressDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SlowProgressDialog.designer.cs">
|
|
<DependentUpon>SlowProgressDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="StreamInfo.cs" />
|
|
<Compile Include="StreamObserver.cs" />
|
|
<Compile Include="StreamParser.cs" />
|
|
<Compile Include="StreamSnapshot.cs" />
|
|
<Compile Include="StreamToken.cs" />
|
|
<Compile Include="TimeLineView.cs" />
|
|
<Compile Include="../../../Platforms/*/Source/Programs/MemoryProfiler2/**/*.cs">
|
|
<!-- RecursiveDir metadata expands to [PlatformName]/Source/Programs/[etc]. The Replace() will
|
|
replace everything from the first slash to the end leaving just the platform name. Should the
|
|
Replace() fail then RecursiveDir is still an agreeable value -->
|
|
<Link>$([System.Text.RegularExpressions.Regex]::Replace(%(Compile.RecursiveDir), [\\/].+$, ``))/_</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<None Include="Icons\Play.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\PlayRed.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Icons\ExclamationMark.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Icon.ico" />
|
|
<Content Include="Resources\Icon.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project>
|