mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-24 22:55:41 +00:00
Add a dialog to ask if the user wants to replay remotely
This commit is contained in:
@@ -259,6 +259,12 @@
|
||||
<Compile Include="Windows\Dialogs\SettingsDialog.Designer.cs">
|
||||
<DependentUpon>SettingsDialog.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Windows\Dialogs\SuggestRemoteDialog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Windows\Dialogs\SuggestRemoteDialog.Designer.cs">
|
||||
<DependentUpon>SuggestRemoteDialog.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Windows\Dialogs\TextureGoto.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -424,6 +430,9 @@
|
||||
<EmbeddedResource Include="Windows\Dialogs\SettingsDialog.resx">
|
||||
<DependentUpon>SettingsDialog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Windows\Dialogs\SuggestRemoteDialog.resx">
|
||||
<DependentUpon>SuggestRemoteDialog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Windows\Dialogs\TextureGoto.resx">
|
||||
<DependentUpon>TextureGoto.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user