Actually changed the product name

This commit is contained in:
ZZYZX 2017-01-15 01:40:19 +02:00
parent 668cb13794
commit 741897af76
10 changed files with 71 additions and 27 deletions

View file

@ -6,7 +6,7 @@ using CodeImp.DoomBuilder;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("GZDoom Builder")]
[assembly: AssemblyTitle("GZDB-Bugfix")]
[assembly: AssemblyDescription("ZDoom, GZDoom and Zandronum map editor (can be used for Vanilla/Boom mapping too!)")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("CodeImp, MaxED")]
@ -30,6 +30,6 @@ using CodeImp.DoomBuilder;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.3.0.2798")]
[assembly: AssemblyVersion("2.3.0.2800")]
[assembly: NeutralResourcesLanguageAttribute("en")]
[assembly: AssemblyHash("5821152")]
[assembly: AssemblyHash("668cb13")]

View file

@ -94,7 +94,7 @@ namespace CodeImp.DoomBuilder.Windows
ResourcesLoaded = General.WM_USER + 4,
}
#endregion
#endregion
#region ================== Delegates

View file

@ -85,15 +85,21 @@
<Compile Include="Controls\IntControl.designer.cs">
<DependentUpon>IntControl.cs</DependentUpon>
</Compile>
<Compile Include="Interface\JitterSectorsForm.cs" />
<Compile Include="Interface\JitterSectorsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\JitterSectorsForm.Designer.cs">
<DependentUpon>JitterSectorsForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\JitterThingsForm.cs" />
<Compile Include="Interface\JitterThingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\JitterThingsForm.Designer.cs">
<DependentUpon>JitterThingsForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\JitterVerticesForm.cs" />
<Compile Include="Interface\JitterVerticesForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\JitterVerticesForm.Designer.cs">
<DependentUpon>JitterVerticesForm.cs</DependentUpon>
</Compile>
@ -103,11 +109,15 @@
<Compile Include="Interface\MenusForm.Designer.cs">
<DependentUpon>MenusForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\ObjImportSettingsForm.cs" />
<Compile Include="Interface\ObjImportSettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\ObjImportSettingsForm.Designer.cs">
<DependentUpon>ObjImportSettingsForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\DirectionalShadingForm.cs" />
<Compile Include="Interface\DirectionalShadingForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\DirectionalShadingForm.designer.cs">
<DependentUpon>DirectionalShadingForm.cs</DependentUpon>
</Compile>

View file

@ -113,15 +113,21 @@
<Compile Include="General\Association.cs" />
<Compile Include="General\BuilderPlug.cs" />
<Compile Include="General\CopyStructures.cs" />
<Compile Include="Interface\ErrorCheckForm.cs" />
<Compile Include="Interface\ErrorCheckForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\ErrorCheckForm.Designer.cs">
<DependentUpon>ErrorCheckForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\FindReplaceForm.cs" />
<Compile Include="Interface\FindReplaceForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\FindReplaceForm.Designer.cs">
<DependentUpon>FindReplaceForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\MakeDoorForm.cs" />
<Compile Include="Interface\MakeDoorForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\MakeDoorForm.Designer.cs">
<DependentUpon>MakeDoorForm.cs</DependentUpon>
</Compile>
@ -131,7 +137,9 @@
<Compile Include="Interface\MenusForm.Designer.cs">
<DependentUpon>MenusForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\PreferencesForm.cs" />
<Compile Include="Interface\PreferencesForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\PreferencesForm.Designer.cs">
<DependentUpon>PreferencesForm.cs</DependentUpon>
</Compile>
@ -320,7 +328,9 @@
<Compile Include="General\BuilderModesTools.cs" />
<Compile Include="General\SelectionLabel.cs" />
<Compile Include="General\UndoGroup.cs" />
<Compile Include="Interface\BridgeModeForm.cs" />
<Compile Include="Interface\BridgeModeForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\BridgeModeForm.Designer.cs">
<DependentUpon>BridgeModeForm.cs</DependentUpon>
</Compile>
@ -366,15 +376,21 @@
<Compile Include="Interface\EditSelectionPanel.Designer.cs">
<DependentUpon>EditSelectionPanel.cs</DependentUpon>
</Compile>
<Compile Include="Interface\FilterSelectedThingsForm.cs" />
<Compile Include="Interface\FilterSelectedThingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\FilterSelectedThingsForm.Designer.cs">
<DependentUpon>FilterSelectedThingsForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\FitTexturesForm.cs" />
<Compile Include="Interface\FitTexturesForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\FitTexturesForm.Designer.cs">
<DependentUpon>FitTexturesForm.cs</DependentUpon>
</Compile>
<Compile Include="Interface\PastePropertiesOptionsForm.cs" />
<Compile Include="Interface\PastePropertiesOptionsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\PastePropertiesOptionsForm.Designer.cs">
<DependentUpon>PastePropertiesOptionsForm.cs</DependentUpon>
</Compile>
@ -384,11 +400,15 @@
<Compile Include="Interface\SectorDrawingOptionsPanel.Designer.cs">
<DependentUpon>SectorDrawingOptionsPanel.cs</DependentUpon>
</Compile>
<Compile Include="Interface\SelectSimilarElementOptionsPanel.cs" />
<Compile Include="Interface\SelectSimilarElementOptionsPanel.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\SelectSimilarElementOptionsPanel.Designer.cs">
<DependentUpon>SelectSimilarElementOptionsPanel.cs</DependentUpon>
</Compile>
<Compile Include="Interface\WavefrontSettingsForm.cs" />
<Compile Include="Interface\WavefrontSettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Interface\WavefrontSettingsForm.Designer.cs">
<DependentUpon>WavefrontSettingsForm.cs</DependentUpon>
</Compile>

View file

@ -29,5 +29,5 @@ using System.Resources;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.3.0.2798")]
[assembly: AssemblyVersion("2.3.0.2800")]
[assembly: NeutralResourcesLanguageAttribute("en")]

View file

@ -105,11 +105,15 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Windows\LightColorPicker.cs" />
<Compile Include="Windows\LightColorPicker.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Windows\LightColorPicker.Designer.cs">
<DependentUpon>LightColorPicker.cs</DependentUpon>
</Compile>
<Compile Include="Windows\SectorColorPicker.cs" />
<Compile Include="Windows\SectorColorPicker.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Windows\SectorColorPicker.Designer.cs">
<DependentUpon>SectorColorPicker.cs</DependentUpon>
</Compile>

View file

@ -81,7 +81,9 @@
<ItemGroup>
<Compile Include="BuilderPlug.cs" />
<Compile Include="Node.cs" />
<Compile Include="NodesForm.cs" />
<Compile Include="NodesForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="NodesForm.Designer.cs">
<DependentUpon>NodesForm.cs</DependentUpon>
</Compile>

View file

@ -91,7 +91,9 @@
<Compile Include="SoundEnvironment.cs" />
<Compile Include="SoundEnvironmentMode.cs" />
<Compile Include="SoundPropagationDomain.cs" />
<Compile Include="Windows\ColorConfiguration.cs" />
<Compile Include="Windows\ColorConfiguration.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Windows\ColorConfiguration.designer.cs">
<DependentUpon>ColorConfiguration.cs</DependentUpon>
</Compile>
@ -103,7 +105,9 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SoundPropagationMode.cs" />
<Compile Include="Windows\ReverbsPickerForm.cs" />
<Compile Include="Windows\ReverbsPickerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Windows\ReverbsPickerForm.Designer.cs">
<DependentUpon>ReverbsPickerForm.cs</DependentUpon>
</Compile>

View file

@ -80,7 +80,9 @@
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="TagRangeForm.cs" />
<Compile Include="TagRangeForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TagRangeForm.Designer.cs">
<DependentUpon>TagRangeForm.cs</DependentUpon>
</Compile>

View file

@ -86,7 +86,9 @@
</ItemGroup>
<ItemGroup>
<Compile Include="BuilderPlug.cs" />
<Compile Include="InterfaceForm.cs" />
<Compile Include="InterfaceForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="InterfaceForm.Designer.cs">
<DependentUpon>InterfaceForm.cs</DependentUpon>
</Compile>