2007-06-13 19:39:38 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{818B3D10-F791-4C3F-9AF5-BB2D0079B63C}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>CodeImp.DoomBuilder</RootNamespace>
|
|
|
|
|
<AssemblyName>Builder</AssemblyName>
|
|
|
|
|
<StartupObject>CodeImp.DoomBuilder.General</StartupObject>
|
2008-04-06 11:07:22 +00:00
|
|
|
|
<ApplicationIcon>Resources\DB2.ico</ApplicationIcon>
|
2008-02-19 18:54:04 +00:00
|
|
|
|
<Win32Resource>
|
|
|
|
|
</Win32Resource>
|
2007-06-13 19:39:38 +00:00
|
|
|
|
</PropertyGroup>
|
2008-01-18 21:05:15 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\Build\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2007-09-17 21:22:46 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2008-01-18 21:05:15 +00:00
|
|
|
|
<DebugType>full</DebugType>
|
2008-05-10 18:06:09 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2008-01-18 21:05:15 +00:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2008-05-10 16:09:45 +00:00
|
|
|
|
<DocumentationFile>..\Build\Builder.xml</DocumentationFile>
|
2007-06-13 19:39:38 +00:00
|
|
|
|
</PropertyGroup>
|
2008-01-18 21:05:15 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<OutputPath>..\Build\</OutputPath>
|
2007-09-17 21:22:46 +00:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2008-01-18 21:05:15 +00:00
|
|
|
|
<Optimize>true</Optimize>
|
2008-05-10 18:14:48 +00:00
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2008-01-18 21:05:15 +00:00
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2008-05-10 16:09:45 +00:00
|
|
|
|
<DocumentationFile>..\Build\Builder.xml</DocumentationFile>
|
2007-06-13 19:39:38 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
<ItemGroup>
|
2008-05-29 16:44:20 +00:00
|
|
|
|
<Compile Include="Config\ArgumentInfo.cs" />
|
2008-11-10 16:11:44 +00:00
|
|
|
|
<Compile Include="Config\MapLumpInfo.cs" />
|
2008-10-31 13:47:52 +00:00
|
|
|
|
<Compile Include="Config\ScriptConfiguration.cs" />
|
2008-09-30 15:09:37 +00:00
|
|
|
|
<Compile Include="Config\DefinedTextureSet.cs" />
|
2008-05-28 18:55:01 +00:00
|
|
|
|
<Compile Include="Config\EnumItem.cs" />
|
|
|
|
|
<Compile Include="Config\EnumList.cs" />
|
2008-10-01 14:17:52 +00:00
|
|
|
|
<Compile Include="Config\IFilledTextureSet.cs" />
|
|
|
|
|
<Compile Include="Config\MatchingTextureSet.cs" />
|
2008-09-30 15:09:37 +00:00
|
|
|
|
<Compile Include="Config\OthersTextureSet.cs" />
|
2008-02-21 06:47:43 +00:00
|
|
|
|
<Compile Include="Config\SectorEffectInfo.cs" />
|
|
|
|
|
<Compile Include="Config\GeneralizedBit.cs" />
|
|
|
|
|
<Compile Include="Config\GeneralizedOption.cs" />
|
2007-10-21 18:06:10 +00:00
|
|
|
|
<Compile Include="Config\GameConfiguration.cs" />
|
2008-02-21 06:47:43 +00:00
|
|
|
|
<Compile Include="Config\GeneralizedCategory.cs" />
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<Compile Include="Config\INumberedTitle.cs" />
|
|
|
|
|
<Compile Include="Config\LinedefActionCategory.cs" />
|
|
|
|
|
<Compile Include="Config\LinedefActionInfo.cs" />
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<Compile Include="Config\LinedefActivateInfo.cs" />
|
2007-12-01 01:32:56 +00:00
|
|
|
|
<Compile Include="Config\ProgramConfiguration.cs" />
|
2008-09-09 23:06:31 +00:00
|
|
|
|
<Compile Include="Config\SkillInfo.cs" />
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<Compile Include="Config\TagType.cs" />
|
2008-09-30 15:09:37 +00:00
|
|
|
|
<Compile Include="Config\TextureSet.cs" />
|
2007-10-21 18:06:10 +00:00
|
|
|
|
<Compile Include="Config\ThingCategory.cs" />
|
|
|
|
|
<Compile Include="Config\ThingTypeInfo.cs" />
|
2008-01-25 19:12:34 +00:00
|
|
|
|
<Compile Include="Config\UniversalFieldInfo.cs" />
|
2008-05-29 11:34:01 +00:00
|
|
|
|
<Compile Include="Actions\ActionAttribute.cs" />
|
|
|
|
|
<Compile Include="Actions\BeginActionAttribute.cs" />
|
|
|
|
|
<Compile Include="Actions\EndActionAttribute.cs" />
|
|
|
|
|
<Compile Include="Actions\KeyControl.cs" />
|
|
|
|
|
<Compile Include="Actions\MouseInput.cs" />
|
2008-05-29 21:09:43 +00:00
|
|
|
|
<Compile Include="Controls\ArgumentBox.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ArgumentBox.Designer.cs">
|
|
|
|
|
<DependentUpon>ArgumentBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-11-06 08:32:21 +00:00
|
|
|
|
<Compile Include="Controls\ScriptEditorControl.cs">
|
2008-10-30 21:38:55 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-11-06 08:32:21 +00:00
|
|
|
|
<Compile Include="Controls\ScriptEditorControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ScriptEditorControl.cs</DependentUpon>
|
2008-10-30 21:38:55 +00:00
|
|
|
|
</Compile>
|
2008-11-05 22:20:52 +00:00
|
|
|
|
<Compile Include="Controls\ScriptDocumentTab.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2008-11-06 08:32:21 +00:00
|
|
|
|
<Compile Include="Controls\ScintillaConstants.cs" />
|
|
|
|
|
<Compile Include="Controls\ScintillaControl.cs">
|
2008-10-26 23:10:48 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2008-11-05 22:20:52 +00:00
|
|
|
|
<Compile Include="Controls\ScriptEditorPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptEditorPanel.Designer.cs">
|
|
|
|
|
<DependentUpon>ScriptEditorPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptFileDocumentTab.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptLumpDocumentTab.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2007-10-04 18:16:05 +00:00
|
|
|
|
<Compile Include="Data\DirectoryReader.cs" />
|
|
|
|
|
<Compile Include="Data\FileImage.cs" />
|
|
|
|
|
<Compile Include="Data\FlatImage.cs" />
|
2008-09-26 15:15:56 +00:00
|
|
|
|
<Compile Include="Data\ImageLoadState.cs" />
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<Compile Include="Data\NullImage.cs" />
|
2007-10-07 22:21:47 +00:00
|
|
|
|
<Compile Include="Data\PatchNames.cs" />
|
2007-10-26 14:16:23 +00:00
|
|
|
|
<Compile Include="Data\PK3Reader.cs" />
|
2007-10-04 18:16:05 +00:00
|
|
|
|
<Compile Include="Data\Playpal.cs" />
|
2008-09-25 18:42:45 +00:00
|
|
|
|
<Compile Include="Data\PreviewManager.cs" />
|
2007-10-21 04:07:36 +00:00
|
|
|
|
<Compile Include="Data\ResourceImage.cs" />
|
2007-12-28 12:50:34 +00:00
|
|
|
|
<Compile Include="Data\SimpleTextureImage.cs" />
|
2007-10-04 18:16:05 +00:00
|
|
|
|
<Compile Include="Data\SpriteImage.cs" />
|
|
|
|
|
<Compile Include="Data\TextureImage.cs" />
|
2008-09-16 13:43:47 +00:00
|
|
|
|
<Compile Include="Editing\CopyPasteManager.cs" />
|
2007-06-15 18:30:55 +00:00
|
|
|
|
<Compile Include="Editing\EditMode.cs" />
|
2008-01-02 21:49:43 +00:00
|
|
|
|
<Compile Include="Editing\EditModeAttribute.cs" />
|
|
|
|
|
<Compile Include="Editing\EditModeInfo.cs" />
|
2007-11-10 19:24:52 +00:00
|
|
|
|
<Compile Include="Editing\GridSetup.cs" />
|
2008-05-26 20:06:15 +00:00
|
|
|
|
<Compile Include="Editing\NullThingsFilter.cs" />
|
|
|
|
|
<Compile Include="Editing\ThingsFilter.cs" />
|
2007-11-12 22:43:01 +00:00
|
|
|
|
<Compile Include="Editing\UndoGroup.cs" />
|
|
|
|
|
<Compile Include="Editing\UndoManager.cs" />
|
|
|
|
|
<Compile Include="Editing\UndoSnapshot.cs" />
|
2007-10-20 01:04:47 +00:00
|
|
|
|
<Compile Include="Editing\ClassicMode.cs" />
|
2008-05-29 11:34:01 +00:00
|
|
|
|
<Compile Include="Actions\ActionDelegate.cs" />
|
|
|
|
|
<Compile Include="Actions\Action.cs" />
|
|
|
|
|
<Compile Include="Actions\ActionManager.cs" />
|
2007-10-21 18:06:10 +00:00
|
|
|
|
<Compile Include="Config\CompilerInfo.cs" />
|
|
|
|
|
<Compile Include="Config\ConfigurationInfo.cs" />
|
2008-01-04 00:16:58 +00:00
|
|
|
|
<Compile Include="Editing\VisualMode.cs" />
|
2007-10-26 18:04:54 +00:00
|
|
|
|
<Compile Include="General\Clock.cs" />
|
2008-11-11 16:19:50 +00:00
|
|
|
|
<Compile Include="General\Compiler.cs" />
|
|
|
|
|
<Compile Include="General\CompilerError.cs" />
|
2007-06-14 23:31:57 +00:00
|
|
|
|
<Compile Include="General\MapManager.cs" />
|
2008-05-29 11:34:01 +00:00
|
|
|
|
<Compile Include="Actions\SpecialKeys.cs" />
|
2007-10-21 18:06:10 +00:00
|
|
|
|
<Compile Include="Config\NodebuilderInfo.cs" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Compile Include="Geometry\Angle2D.cs" />
|
2008-10-26 09:49:06 +00:00
|
|
|
|
<Compile Include="Geometry\DrawnVertex.cs" />
|
2008-10-07 12:54:15 +00:00
|
|
|
|
<Compile Include="Geometry\LabelPositionInfo.cs" />
|
2008-05-01 19:31:49 +00:00
|
|
|
|
<Compile Include="Geometry\LinedefsTracePath.cs" />
|
2008-04-20 22:54:24 +00:00
|
|
|
|
<Compile Include="Geometry\LinedefAngleSorter.cs" />
|
2008-10-06 19:33:13 +00:00
|
|
|
|
<Compile Include="Geometry\Tools.cs" />
|
2008-10-07 05:50:39 +00:00
|
|
|
|
<Compile Include="Geometry\Triangulation.cs" />
|
2008-01-07 19:10:23 +00:00
|
|
|
|
<Compile Include="Geometry\EarClipVertex.cs" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Compile Include="Geometry\Line2D.cs" />
|
2008-09-07 21:28:20 +00:00
|
|
|
|
<Compile Include="Geometry\EarClipPolygon.cs" />
|
2008-01-08 18:52:20 +00:00
|
|
|
|
<Compile Include="Geometry\SidedefAngleSorter.cs" />
|
2008-04-19 17:31:53 +00:00
|
|
|
|
<Compile Include="Geometry\SidedefsTracePath.cs" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Compile Include="Geometry\Vector2D.cs" />
|
|
|
|
|
<Compile Include="Geometry\Vector3D.cs" />
|
2007-10-04 18:16:05 +00:00
|
|
|
|
<Compile Include="Data\TexturePatch.cs" />
|
2007-10-26 13:17:20 +00:00
|
|
|
|
<Compile Include="Data\ImageDataFormat.cs" />
|
2007-10-07 22:21:47 +00:00
|
|
|
|
<Compile Include="Data\DataReader.cs" />
|
2007-10-01 20:53:10 +00:00
|
|
|
|
<Compile Include="Data\DataLocationList.cs" />
|
|
|
|
|
<Compile Include="Data\DataManager.cs" />
|
2007-10-04 18:16:05 +00:00
|
|
|
|
<Compile Include="Data\WADReader.cs" />
|
2008-06-01 20:25:46 +00:00
|
|
|
|
<Compile Include="IO\UniversalCollection.cs" />
|
|
|
|
|
<Compile Include="IO\UniversalEntry.cs" />
|
2008-05-31 19:31:45 +00:00
|
|
|
|
<Compile Include="IO\UniversalParser.cs" />
|
2008-09-17 19:21:45 +00:00
|
|
|
|
<Compile Include="IO\UniversalStreamReader.cs" />
|
|
|
|
|
<Compile Include="IO\UniversalStreamWriter.cs" />
|
2008-05-30 08:41:13 +00:00
|
|
|
|
<Compile Include="Map\MapElement.cs" />
|
2008-10-16 08:45:23 +00:00
|
|
|
|
<Compile Include="Map\SelectableElement.cs" />
|
2008-05-30 08:41:13 +00:00
|
|
|
|
<Compile Include="Map\UniFields.cs" />
|
|
|
|
|
<Compile Include="Map\UniValue.cs" />
|
2008-10-15 11:46:43 +00:00
|
|
|
|
<Compile Include="Rendering\ViewMode.cs" />
|
2008-05-29 21:09:43 +00:00
|
|
|
|
<Compile Include="Types\BoolHandler.cs" />
|
|
|
|
|
<Compile Include="Types\ColorHandler.cs" />
|
|
|
|
|
<Compile Include="Types\EnumBitsHandler.cs" />
|
2008-05-29 16:44:20 +00:00
|
|
|
|
<Compile Include="Types\EnumOptionHandler.cs" />
|
2008-06-03 15:18:50 +00:00
|
|
|
|
<Compile Include="Types\EnumStringsHandler.cs" />
|
2008-05-29 21:09:43 +00:00
|
|
|
|
<Compile Include="Types\FlatHandler.cs" />
|
|
|
|
|
<Compile Include="Types\FloatHandler.cs" />
|
2008-05-29 16:44:20 +00:00
|
|
|
|
<Compile Include="Types\IntegerHandler.cs" />
|
2008-05-29 21:09:43 +00:00
|
|
|
|
<Compile Include="Types\LinedefTypeHandler.cs" />
|
2008-05-29 16:44:20 +00:00
|
|
|
|
<Compile Include="Types\NullHandler.cs" />
|
2008-05-29 21:09:43 +00:00
|
|
|
|
<Compile Include="Types\SectorEffectHandler.cs" />
|
|
|
|
|
<Compile Include="Types\StringHandler.cs" />
|
|
|
|
|
<Compile Include="Types\TextureHandler.cs" />
|
2008-05-29 16:44:20 +00:00
|
|
|
|
<Compile Include="Types\TypeHandler.cs" />
|
|
|
|
|
<Compile Include="Types\TypeHandlerAttribute.cs" />
|
|
|
|
|
<Compile Include="Types\TypesManager.cs" />
|
2008-06-01 20:25:46 +00:00
|
|
|
|
<Compile Include="Types\UniversalType.cs" />
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\AboutForm.cs">
|
2007-06-15 22:38:42 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\AboutForm.Designer.cs">
|
2007-06-15 22:38:42 +00:00
|
|
|
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ActionBrowserForm.cs">
|
2007-12-29 15:50:16 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ActionBrowserForm.Designer.cs">
|
2007-12-29 15:50:16 +00:00
|
|
|
|
<DependentUpon>ActionBrowserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ActionSelectorControl.cs">
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ActionSelectorControl.Designer.cs">
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<DependentUpon>ActionSelectorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\AngleControl.cs">
|
2008-05-17 17:43:57 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\AngleControl.Designer.cs">
|
2008-05-17 17:43:57 +00:00
|
|
|
|
<DependentUpon>AngleControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\AutoSelectTextbox.cs">
|
2007-12-27 01:24:11 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\CheckboxArrayControl.cs">
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\CheckboxArrayControl.Designer.cs">
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<DependentUpon>CheckboxArrayControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ClickableNumericTextbox.cs">
|
2008-05-17 17:43:57 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ClickableNumericTextbox.Designer.cs">
|
2008-05-17 17:43:57 +00:00
|
|
|
|
<DependentUpon>ClickableNumericTextbox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ColorControl.cs">
|
2007-10-20 01:04:47 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ColorControl.Designer.cs">
|
2007-10-20 01:04:47 +00:00
|
|
|
|
<DependentUpon>ColorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 21:09:43 +00:00
|
|
|
|
<Compile Include="Windows\BitFlagsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\BitFlagsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>BitFlagsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ConfigForm.cs">
|
2007-09-25 05:57:42 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ConfigForm.Designer.cs">
|
2007-09-25 05:57:42 +00:00
|
|
|
|
<DependentUpon>ConfigForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-06-01 20:25:46 +00:00
|
|
|
|
<Compile Include="Windows\CustomFieldsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\CustomFieldsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>CustomFieldsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\EffectBrowserForm.cs">
|
2008-02-22 17:11:29 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\EffectBrowserForm.Designer.cs">
|
2008-02-22 17:11:29 +00:00
|
|
|
|
<DependentUpon>EffectBrowserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\FieldsEditorRow.cs" />
|
|
|
|
|
<Compile Include="Controls\FieldsEditorControl.cs">
|
2008-01-25 19:12:34 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\FieldsEditorControl.Designer.cs">
|
2008-01-25 19:12:34 +00:00
|
|
|
|
<DependentUpon>FieldsEditorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\FlatBrowserForm.cs">
|
2007-11-10 19:24:52 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\FlatBrowserForm.Designer.cs">
|
2007-11-10 19:24:52 +00:00
|
|
|
|
<DependentUpon>FlatBrowserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\DelayedForm.cs">
|
2007-06-26 08:03:36 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\FlatSelectorControl.cs">
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\GridSetupForm.cs">
|
2007-11-10 19:24:52 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\GridSetupForm.Designer.cs">
|
2007-11-10 19:24:52 +00:00
|
|
|
|
<DependentUpon>GridSetupForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ImageBrowserControl.cs">
|
2007-10-31 20:34:09 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ImageBrowserControl.Designer.cs">
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<DependentUpon>ImageBrowserControl.cs</DependentUpon>
|
2007-10-31 20:34:09 +00:00
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ImageBrowserItem.cs" />
|
|
|
|
|
<Compile Include="Controls\ImageSelectorControl.cs">
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ImageSelectorControl.Designer.cs">
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<DependentUpon>ImageSelectorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\IMainForm.cs" />
|
|
|
|
|
<Compile Include="Windows\LinedefEditForm.cs">
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\LinedefEditForm.Designer.cs">
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<DependentUpon>LinedefEditForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\LinedefInfoPanel.cs">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\LinedefInfoPanel.Designer.cs">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<DependentUpon>LinedefInfoPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\MapOptionsForm.cs">
|
2007-06-14 23:31:57 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\MapOptionsForm.Designer.cs">
|
2007-06-14 23:31:57 +00:00
|
|
|
|
<DependentUpon>MapOptionsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\NumericTextbox.cs">
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2008-09-07 21:28:20 +00:00
|
|
|
|
<Compile Include="Windows\MessageBeepType.cs" />
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\OpenMapOptionsForm.cs">
|
2007-06-16 19:53:51 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\OpenMapOptionsForm.Designer.cs">
|
2007-06-16 19:53:51 +00:00
|
|
|
|
<DependentUpon>OpenMapOptionsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\OptimizedListView.cs">
|
2007-11-04 22:19:30 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\PreferencesForm.cs">
|
2007-10-09 20:47:08 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\PreferencesForm.Designer.cs">
|
2007-10-09 20:47:08 +00:00
|
|
|
|
<DependentUpon>PreferencesForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\RenderTargetControl.cs">
|
2007-10-16 21:15:27 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ResourceListView.cs">
|
2007-09-27 12:34:38 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ResourceListEditor.cs">
|
2007-09-27 12:34:38 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ResourceListEditor.Designer.cs">
|
2007-09-27 12:34:38 +00:00
|
|
|
|
<DependentUpon>ResourceListEditor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ResourceOptionsForm.cs">
|
2007-06-14 23:31:57 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ResourceOptionsForm.Designer.cs">
|
2007-06-14 23:31:57 +00:00
|
|
|
|
<DependentUpon>ResourceOptionsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-11-10 16:11:44 +00:00
|
|
|
|
<Compile Include="Windows\ScriptEditorForm.cs">
|
2008-10-26 23:10:48 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-11-10 16:11:44 +00:00
|
|
|
|
<Compile Include="Windows\ScriptEditorForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ScriptEditorForm.cs</DependentUpon>
|
2008-10-26 23:10:48 +00:00
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\SectorEditForm.cs">
|
2008-01-05 18:11:29 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\SectorEditForm.Designer.cs">
|
2008-01-05 18:11:29 +00:00
|
|
|
|
<DependentUpon>SectorEditForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\SectorInfoPanel.cs">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\SectorInfoPanel.Designer.cs">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<DependentUpon>SectorInfoPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-06-03 15:18:50 +00:00
|
|
|
|
<Compile Include="Windows\TextEditForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\TextEditForm.Designer.cs">
|
|
|
|
|
<DependentUpon>TextEditForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\TextureBrowserForm.cs">
|
2007-10-31 20:34:09 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\TextureBrowserForm.Designer.cs">
|
2007-10-31 20:34:09 +00:00
|
|
|
|
<DependentUpon>TextureBrowserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\TextureSelectorControl.cs">
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-10-01 08:21:10 +00:00
|
|
|
|
<Compile Include="Windows\TextureSetForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\TextureSetForm.Designer.cs">
|
|
|
|
|
<DependentUpon>TextureSetForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ThingEditForm.cs">
|
2008-05-17 17:43:57 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ThingEditForm.Designer.cs">
|
2008-05-17 17:43:57 +00:00
|
|
|
|
<DependentUpon>ThingEditForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ThingInfoPanel.cs">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\ThingInfoPanel.Designer.cs">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<DependentUpon>ThingInfoPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ThingsFiltersForm.cs">
|
2008-05-26 20:06:15 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\ThingsFiltersForm.Designer.cs">
|
2008-05-26 20:06:15 +00:00
|
|
|
|
<DependentUpon>ThingsFiltersForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\VertexInfoPanel.cs">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Controls\VertexInfoPanel.Designer.cs">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<DependentUpon>VertexInfoPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Compile Include="IO\Configuration.cs" />
|
|
|
|
|
<Compile Include="General\General.cs" />
|
|
|
|
|
<Compile Include="IO\ClippedStream.cs" />
|
2007-12-28 12:50:34 +00:00
|
|
|
|
<Compile Include="IO\HexenMapSetIO.cs" />
|
2007-10-26 13:17:20 +00:00
|
|
|
|
<Compile Include="IO\DoomFlatReader.cs" />
|
2007-06-16 19:53:51 +00:00
|
|
|
|
<Compile Include="IO\DoomMapSetIO.cs" />
|
2007-10-07 22:21:47 +00:00
|
|
|
|
<Compile Include="IO\DoomPictureReader.cs" />
|
2007-10-26 13:17:20 +00:00
|
|
|
|
<Compile Include="IO\FileImageReader.cs" />
|
|
|
|
|
<Compile Include="IO\IImageReader.cs" />
|
2008-05-05 22:22:53 +00:00
|
|
|
|
<Compile Include="IO\IMapSetIO.cs" />
|
2008-05-23 06:00:37 +00:00
|
|
|
|
<Compile Include="General\Launcher.cs" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Compile Include="IO\Lump.cs" />
|
2007-06-24 18:56:43 +00:00
|
|
|
|
<Compile Include="IO\MapSetIO.cs" />
|
2008-01-25 19:12:34 +00:00
|
|
|
|
<Compile Include="IO\UniversalMapSetIO.cs" />
|
2007-10-26 13:17:20 +00:00
|
|
|
|
<Compile Include="IO\UnknownImageReader.cs" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Compile Include="IO\WAD.cs" />
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\MainForm.cs">
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<Compile Include="Windows\MainForm.Designer.cs">
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Map\Linedef.cs" />
|
2008-05-05 14:22:36 +00:00
|
|
|
|
<Compile Include="Geometry\LinedefSide.cs" />
|
2007-06-14 23:31:57 +00:00
|
|
|
|
<Compile Include="Map\MapOptions.cs" />
|
2007-06-14 13:09:55 +00:00
|
|
|
|
<Compile Include="Map\MapSet.cs" />
|
2007-10-01 20:53:10 +00:00
|
|
|
|
<Compile Include="Data\DataLocation.cs" />
|
2007-06-14 12:37:46 +00:00
|
|
|
|
<Compile Include="Map\Sector.cs" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Compile Include="Map\Sidedef.cs" />
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<Compile Include="Map\SidedefPart.cs" />
|
2007-06-14 12:37:46 +00:00
|
|
|
|
<Compile Include="Map\Thing.cs" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Compile Include="Map\Vertex.cs" />
|
2008-05-13 22:28:30 +00:00
|
|
|
|
<Compile Include="Plugins\Plug.cs" />
|
2008-01-02 21:49:43 +00:00
|
|
|
|
<Compile Include="Plugins\Plugin.cs" />
|
|
|
|
|
<Compile Include="Plugins\PluginManager.cs" />
|
2007-06-14 14:44:18 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2008-05-18 07:31:33 +00:00
|
|
|
|
<Compile Include="Rendering\Presentation.cs" />
|
2007-10-23 05:08:02 +00:00
|
|
|
|
<Compile Include="Rendering\Display2DShader.cs" />
|
2007-10-20 01:04:47 +00:00
|
|
|
|
<Compile Include="Rendering\ColorCollection.cs" />
|
|
|
|
|
<Compile Include="Rendering\ColorSetting.cs" />
|
2007-10-31 20:34:09 +00:00
|
|
|
|
<Compile Include="Rendering\D3DDevice.cs" />
|
2007-10-01 20:53:10 +00:00
|
|
|
|
<Compile Include="Data\ImageData.cs" />
|
2007-10-19 17:05:21 +00:00
|
|
|
|
<Compile Include="Rendering\D3DShader.cs" />
|
2008-04-12 16:07:10 +00:00
|
|
|
|
<Compile Include="Rendering\FlatQuad.cs" />
|
2007-10-19 14:27:46 +00:00
|
|
|
|
<Compile Include="Rendering\FlatVertex.cs" />
|
|
|
|
|
<Compile Include="Rendering\ID3DResource.cs" />
|
2008-01-02 21:49:43 +00:00
|
|
|
|
<Compile Include="Rendering\IRenderer2D.cs" />
|
|
|
|
|
<Compile Include="Rendering\IRenderer3D.cs" />
|
2008-04-12 16:07:10 +00:00
|
|
|
|
<Compile Include="Rendering\RenderLayers.cs" />
|
2008-05-13 14:24:35 +00:00
|
|
|
|
<Compile Include="Rendering\TextAlignment.cs" />
|
|
|
|
|
<Compile Include="Rendering\TextFont.cs" />
|
|
|
|
|
<Compile Include="Rendering\TextLabel.cs" />
|
2008-01-05 18:11:29 +00:00
|
|
|
|
<Compile Include="Rendering\VisualGeometry.cs" />
|
2007-09-17 21:22:46 +00:00
|
|
|
|
<Compile Include="Rendering\PixelColor.cs" />
|
2007-10-27 13:59:24 +00:00
|
|
|
|
<Compile Include="Rendering\PixelColorBlock.cs" />
|
2007-10-19 14:27:46 +00:00
|
|
|
|
<Compile Include="Rendering\Plotter.cs" />
|
2007-09-24 19:54:47 +00:00
|
|
|
|
<Compile Include="Rendering\Renderer.cs" />
|
2007-06-15 18:50:18 +00:00
|
|
|
|
<Compile Include="Rendering\Renderer2D.cs" />
|
|
|
|
|
<Compile Include="Rendering\Renderer3D.cs" />
|
2007-10-19 17:05:21 +00:00
|
|
|
|
<Compile Include="Rendering\ShaderManager.cs" />
|
2007-10-21 04:07:36 +00:00
|
|
|
|
<Compile Include="Rendering\Things2DShader.cs" />
|
2008-01-05 18:11:29 +00:00
|
|
|
|
<Compile Include="Rendering\VisualSector.cs" />
|
|
|
|
|
<Compile Include="Rendering\World3DShader.cs" />
|
|
|
|
|
<Compile Include="Rendering\WorldVertex.cs" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2008-01-18 21:05:15 +00:00
|
|
|
|
<Reference Include="Sharpzip, Version=0.85.2.329, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Build\Sharpzip.dll</HintPath>
|
|
|
|
|
</Reference>
|
2008-09-13 13:24:06 +00:00
|
|
|
|
<Reference Include="SlimDX, Version=2.0.5.39, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Build\SlimDX.dll</HintPath>
|
|
|
|
|
</Reference>
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\AboutForm.resx">
|
2007-06-15 22:38:42 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\MainForm.resx">
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\MapOptionsForm.resx">
|
2007-06-14 23:31:57 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>MapOptionsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\OpenMapOptionsForm.resx">
|
2007-06-16 19:53:51 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>OpenMapOptionsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ResourceOptionsForm.resx">
|
2007-06-14 23:31:57 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ResourceOptionsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2007-06-13 19:39:38 +00:00
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<None Include="Resources\MissingTexture.png" />
|
|
|
|
|
<None Include="Resources\UnknownImage.png" />
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<None Include="Resources\treeview.png" />
|
|
|
|
|
<None Include="Resources\Folder.png" />
|
2007-12-08 15:18:14 +00:00
|
|
|
|
<None Include="Resources\mergegeometry2.png" />
|
|
|
|
|
<None Include="Resources\mergegeometry.png" />
|
2007-12-01 01:32:56 +00:00
|
|
|
|
<None Include="Resources\Grid4.png" />
|
2007-11-12 22:43:01 +00:00
|
|
|
|
<None Include="Resources\Redo.png" />
|
|
|
|
|
<None Include="Resources\Undo.png" />
|
2007-11-10 19:24:52 +00:00
|
|
|
|
<None Include="Resources\Grid2.png" />
|
2007-11-04 22:19:30 +00:00
|
|
|
|
<None Include="Resources\Hourglass.png" />
|
2007-10-31 21:57:49 +00:00
|
|
|
|
<None Include="Resources\Filter.png" />
|
2007-10-26 19:06:59 +00:00
|
|
|
|
<None Include="Resources\Status1.png" />
|
|
|
|
|
<None Include="Resources\Status2.png" />
|
|
|
|
|
<None Include="Resources\Status0.png" />
|
2007-10-20 01:04:47 +00:00
|
|
|
|
<None Include="Resources\ColorPick.png" />
|
2007-10-19 14:27:46 +00:00
|
|
|
|
<None Include="Resources\Zoom.png" />
|
2007-10-14 21:31:45 +00:00
|
|
|
|
<None Include="Resources\Properties.png" />
|
|
|
|
|
<None Include="Resources\NewMap2.png" />
|
2007-09-24 19:54:47 +00:00
|
|
|
|
<None Include="Resources\SaveMap.png" />
|
|
|
|
|
<None Include="Resources\OpenMap.png" />
|
|
|
|
|
<None Include="Resources\NewMap.png" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ActionBrowserForm.resx">
|
2007-12-29 15:50:16 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ActionBrowserForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ActionSelectorControl.resx">
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ActionSelectorControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\CheckboxArrayControl.resx">
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>CheckboxArrayControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ColorControl.resx">
|
2007-10-20 01:04:47 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ColorControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ConfigForm.resx">
|
2007-09-25 05:57:42 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ConfigForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\EffectBrowserForm.resx">
|
2008-02-22 17:11:29 +00:00
|
|
|
|
<DependentUpon>EffectBrowserForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\FieldsEditorControl.resx">
|
2008-01-25 19:12:34 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>FieldsEditorControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\FlatBrowserForm.resx">
|
2007-11-10 19:24:52 +00:00
|
|
|
|
<DependentUpon>FlatBrowserForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\DelayedForm.resx">
|
2007-09-25 05:57:42 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>DelayedForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\GridSetupForm.resx">
|
2007-11-10 19:24:52 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>GridSetupForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ImageBrowserControl.resx">
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ImageBrowserControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ImageSelectorControl.resx">
|
2007-10-31 20:34:09 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2007-12-26 14:29:36 +00:00
|
|
|
|
<DependentUpon>ImageSelectorControl.cs</DependentUpon>
|
2007-10-31 20:34:09 +00:00
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\LinedefEditForm.resx">
|
2007-12-26 00:31:32 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>LinedefEditForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\LinedefInfoPanel.resx">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>LinedefInfoPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\PreferencesForm.resx">
|
2007-10-09 20:47:08 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>PreferencesForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ResourceListEditor.resx">
|
2007-09-27 12:34:38 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ResourceListEditor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\SectorEditForm.resx">
|
2008-01-05 18:11:29 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>SectorEditForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\SectorInfoPanel.resx">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>SectorInfoPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\TextureBrowserForm.resx">
|
2007-10-31 20:34:09 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>TextureBrowserForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ThingInfoPanel.resx">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ThingInfoPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\VertexInfoPanel.resx">
|
2007-10-24 17:25:03 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>VertexInfoPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2007-06-24 22:53:41 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Actions.cfg" />
|
2007-10-23 05:08:02 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\display2d.fx" />
|
2008-05-10 16:09:45 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Thing2D_1.png" />
|
2007-10-21 04:07:36 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\things2d.fx" />
|
2008-01-05 18:11:29 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\world3d.fx" />
|
2007-06-13 19:39:38 +00:00
|
|
|
|
</ItemGroup>
|
2008-02-19 18:54:04 +00:00
|
|
|
|
<ItemGroup>
|
2008-02-24 21:52:18 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\MissingTexture3D.png" />
|
2008-05-10 16:09:45 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Thing2D_0.png" />
|
2008-02-19 18:54:04 +00:00
|
|
|
|
</ItemGroup>
|
2008-04-06 11:07:22 +00:00
|
|
|
|
<ItemGroup>
|
2008-09-15 21:53:00 +00:00
|
|
|
|
<None Include="Resources\Copy.png" />
|
|
|
|
|
<None Include="Resources\Cut.png" />
|
2008-11-09 17:59:13 +00:00
|
|
|
|
<None Include="Resources\Close.png" />
|
2008-04-06 11:07:22 +00:00
|
|
|
|
<Content Include="Resources\DB2.ico" />
|
2008-11-10 16:11:44 +00:00
|
|
|
|
<None Include="Resources\Script2.png" />
|
2008-11-06 22:54:23 +00:00
|
|
|
|
<None Include="Resources\ScriptCompile.png" />
|
2008-11-09 10:34:03 +00:00
|
|
|
|
<None Include="Resources\ScriptConstant.xpm" />
|
|
|
|
|
<None Include="Resources\ScriptError.xpm" />
|
|
|
|
|
<None Include="Resources\ScriptKeyword.xpm" />
|
2008-11-06 22:54:23 +00:00
|
|
|
|
<None Include="Resources\ScriptPalette.png" />
|
|
|
|
|
<None Include="Resources\SaveAll.png" />
|
|
|
|
|
<None Include="Resources\SaveScript.png" />
|
|
|
|
|
<None Include="Resources\OpenScript.png" />
|
|
|
|
|
<None Include="Resources\NewScript.png" />
|
2008-11-05 22:20:52 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ScriptEditorPanel.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ScriptEditorPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-11-01 09:35:54 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Lexers.cfg" />
|
2008-10-15 11:46:43 +00:00
|
|
|
|
<None Include="Resources\ViewBrightness.png" />
|
|
|
|
|
<None Include="Resources\ViewTextureCeiling.png" />
|
|
|
|
|
<None Include="Resources\ViewTextureFloor.png" />
|
|
|
|
|
<None Include="Resources\ViewNormal.png" />
|
2008-10-01 20:04:50 +00:00
|
|
|
|
<None Include="Resources\KnownTextureSet.png" />
|
2008-11-06 08:32:21 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ScriptEditorControl.resx">
|
2008-10-30 21:38:55 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2008-11-06 08:32:21 +00:00
|
|
|
|
<DependentUpon>ScriptEditorControl.cs</DependentUpon>
|
2008-10-30 21:38:55 +00:00
|
|
|
|
</EmbeddedResource>
|
2008-09-28 21:20:56 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Hourglass3D.png" />
|
|
|
|
|
<None Include="Resources\Failed.png" />
|
2008-09-26 05:53:34 +00:00
|
|
|
|
<None Include="Resources\Monster2.png" />
|
2008-09-25 18:42:45 +00:00
|
|
|
|
<None Include="Resources\Grid2_arrowup.png" />
|
|
|
|
|
<None Include="Resources\Zoom_arrowup.png" />
|
2008-09-15 21:53:00 +00:00
|
|
|
|
<None Include="Resources\Paste.png" />
|
|
|
|
|
<None Include="Resources\Test.png" />
|
2008-09-07 21:28:20 +00:00
|
|
|
|
<None Include="Resources\Warning.png" />
|
|
|
|
|
<None Include="Resources\WarningOff.png" />
|
2008-05-19 21:33:07 +00:00
|
|
|
|
<None Include="Resources\SlimDX_small.png" />
|
2008-05-18 20:03:09 +00:00
|
|
|
|
<None Include="Resources\Splash3_trans.png" />
|
|
|
|
|
<None Include="Resources\Splash3_small.png" />
|
2008-05-31 19:31:45 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\UDMF.cfg" />
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\AngleControl.resx">
|
2008-05-17 17:43:57 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>AngleControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 21:09:43 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ArgumentBox.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ArgumentBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ClickableNumericTextbox.resx">
|
2008-05-17 17:43:57 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ClickableNumericTextbox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 21:09:43 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\BitFlagsForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>BitFlagsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-06-01 20:25:46 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\CustomFieldsForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>CustomFieldsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-11-10 16:11:44 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ScriptEditorForm.resx">
|
2008-10-26 23:10:48 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2008-11-10 16:11:44 +00:00
|
|
|
|
<DependentUpon>ScriptEditorForm.cs</DependentUpon>
|
2008-10-26 23:10:48 +00:00
|
|
|
|
</EmbeddedResource>
|
2008-06-03 15:18:50 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\TextEditForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>TextEditForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-10-01 08:21:10 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\TextureSetForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>TextureSetForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ThingEditForm.resx">
|
2008-05-17 17:43:57 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ThingEditForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-29 11:54:45 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ThingsFiltersForm.resx">
|
2008-05-26 20:06:15 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ThingsFiltersForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2008-05-10 18:06:09 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Font.png" />
|
2008-05-10 16:09:45 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Thing2D_3.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\Thing2D_2.png" />
|
2008-04-13 12:19:24 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\White.png" />
|
2008-05-10 18:06:09 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Font.cfg" />
|
2008-04-06 11:07:22 +00:00
|
|
|
|
</ItemGroup>
|
2007-06-13 19:39:38 +00:00
|
|
|
|
</Project>
|