mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Allow specifying environment variable modifications
* This works for local and remote invocations of programs, but is mostly useful on unix systems (Windows programs use env vars less often)
This commit is contained in:
@@ -223,6 +223,12 @@
|
||||
<Compile Include="Windows\Dialogs\ColumnSelector.Designer.cs">
|
||||
<DependentUpon>ColumnSelector.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Windows\Dialogs\EnvironmentEditor.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Windows\Dialogs\EnvironmentEditor.Designer.cs">
|
||||
<DependentUpon>EnvironmentEditor.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Windows\Dialogs\FindAllDialog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -400,6 +406,9 @@
|
||||
<EmbeddedResource Include="Windows\Dialogs\ColumnSelector.resx">
|
||||
<DependentUpon>ColumnSelector.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Windows\Dialogs\EnvironmentEditor.resx">
|
||||
<DependentUpon>EnvironmentEditor.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Windows\Dialogs\FindAllDialog.resx">
|
||||
<DependentUpon>FindAllDialog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user