Renamed SelectEnvironmentDialog to SelectPerspectiveDialog

This commit is contained in:
Michael Becker 2014-07-18 20:44:07 -04:00
parent 33f0d798d7
commit 2bb4ba4adb

View File

@ -114,11 +114,11 @@
<Compile Include="Dialogs\OptionsDialog.Designer.cs">
<DependentUpon>OptionsDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\SelectEnvironmentDialog.cs">
<Compile Include="Dialogs\SelectPerspectiveDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\SelectEnvironmentDialog.Designer.cs">
<DependentUpon>SelectEnvironmentDialog.cs</DependentUpon>
<Compile Include="Dialogs\SelectPerspectiveDialog.Designer.cs">
<DependentUpon>SelectPerspectiveDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\SessionDialog.cs">
<SubType>Form</SubType>
@ -241,8 +241,8 @@
<EmbeddedResource Include="Dialogs\DocumentPropertiesDialog.resx">
<DependentUpon>DocumentPropertiesDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\SelectEnvironmentDialog.resx">
<DependentUpon>SelectEnvironmentDialog.cs</DependentUpon>
<EmbeddedResource Include="Dialogs\SelectPerspectiveDialog.resx">
<DependentUpon>SelectPerspectiveDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\SessionDialog.resx">
<DependentUpon>SessionDialog.cs</DependentUpon>