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:
baldurk
2016-08-18 15:03:37 +02:00
parent 71cca06683
commit b5e6f8bef2
20 changed files with 1132 additions and 78 deletions
+9
View File
@@ -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>