You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
MemoryProfiler2: Search for source files in platform extension directories.
#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]
This commit is contained in:
@@ -189,20 +189,6 @@
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<Choose>
|
||||
<When Condition="Exists('PS4\PS4SymbolParser.cs')">
|
||||
<ItemGroup>
|
||||
<Compile Include="PS4\PS4SymbolParser.cs" />
|
||||
</ItemGroup>
|
||||
</When>
|
||||
</Choose>
|
||||
<Choose>
|
||||
<When Condition="Exists('Switch\SwitchSymbolParser.cs')">
|
||||
<ItemGroup>
|
||||
<Compile Include="Switch\SwitchSymbolParser.cs" />
|
||||
</ItemGroup>
|
||||
</When>
|
||||
</Choose>
|
||||
<ItemGroup>
|
||||
<Compile Include="ListViewEx.cs">
|
||||
<SubType>Component</SubType>
|
||||
@@ -224,6 +210,12 @@
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user