2015-05-14 22:35:07 +03:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-01-04 23:09:13 +03:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{BC35F816-54EE-47E0-89FC-1C66EAC155A9}</ProjectGuid>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>VisualPascalABC</RootNamespace>
|
|
|
|
|
|
<AssemblyName>PascalABCNET</AssemblyName>
|
2019-03-15 00:13:53 +03:00
|
|
|
|
<ApplicationIcon>_ABC13.ico</ApplicationIcon>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<TargetZone>LocalIntranet</TargetZone>
|
|
|
|
|
|
<GenerateManifests>false</GenerateManifests>
|
|
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
|
|
|
|
<NoStdLib>False</NoStdLib>
|
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
|
</UpgradeBackupLocation>
|
2019-03-28 22:33:47 +03:00
|
|
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
2016-12-01 23:46:54 +03:00
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
2017-06-16 18:10:36 +03:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2019-01-04 23:09:13 +03:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>PdbOnly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
|
|
<DefineConstants>RELEASE;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2017-06-16 18:10:36 +03:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2019-01-04 23:09:13 +03:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
|
|
|
|
<BaseAddress>4194304</BaseAddress>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
</PropertyGroup>
|
2018-12-06 21:14:33 +03:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
|
</PropertyGroup>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<ItemGroup>
|
2017-08-11 05:55:16 +03:00
|
|
|
|
<Reference Include="Debugger.Core">
|
|
|
|
|
|
<HintPath>..\Libraries\Debugger.Core.dll</HintPath>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="ICSharpCode.SharpDevelop.Dom, Version=4.2.1.8805, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<HintPath>FormsDesignerBinding\Libs\ICSharpCode.SharpDevelop.Dom.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="ICSharpCode.SharpDevelop.Widgets, Version=4.2.1.8805, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<HintPath>FormsDesignerBinding\Libs\ICSharpCode.SharpDevelop.Widgets.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2017-08-11 05:55:16 +03:00
|
|
|
|
<Reference Include="ICSharpCode.TextEditor">
|
|
|
|
|
|
<HintPath>..\Libraries\ICSharpCode.TextEditor.dll</HintPath>
|
2016-01-03 16:33:05 +03:00
|
|
|
|
</Reference>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Reference Include="Microsoft.Build.Engine" />
|
|
|
|
|
|
<Reference Include="Microsoft.Build.Framework" />
|
|
|
|
|
|
<Reference Include="Microsoft.Build.Tasks" />
|
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
2017-08-11 05:55:16 +03:00
|
|
|
|
<Reference Include="SharpDisasm">
|
|
|
|
|
|
<HintPath>..\Libraries\SharpDisasm.dll</HintPath>
|
2017-06-16 18:10:36 +03:00
|
|
|
|
</Reference>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
|
<Reference Include="System.Design" />
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Messaging" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms.DataVisualization" />
|
|
|
|
|
|
<Reference Include="System.Xaml" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
<Reference Include="UIAutomationProvider" />
|
2017-08-11 05:55:16 +03:00
|
|
|
|
<Reference Include="WeifenLuo.WinFormsUI.Docking">
|
|
|
|
|
|
<HintPath>..\Libraries\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
|
<Reference Include="WindowsFormsIntegration" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2020-09-05 20:39:31 +03:00
|
|
|
|
<Compile Include="ABCHealth.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="ABCHealth.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ABCHealth.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Compile Include="AboutBox.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="AboutBox.Designer.cs">
|
|
|
|
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2019-07-06 19:00:03 +03:00
|
|
|
|
<Compile Include="AutoInsertCode\AutoInsertCode.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Compile Include="DockContent\Avalon\CodeFileDocumentTextEditorControl.cs" />
|
|
|
|
|
|
<Compile Include="DockContent\BottomDockContentForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\BottomDockContentForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>BottomDockContentForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\CodeFileDocumentTextEditorControl.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\CodeFileDocument.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\CodeFileDocument.Designer.cs">
|
|
|
|
|
|
<DependentUpon>CodeFileDocument.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="CodeFileDocumentTextEditorControl.cs">
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="CompileOptionsSet.cs" />
|
|
|
|
|
|
<Compile Include="DockContent\CompilerConsoleWindowForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\CompilerConsoleWindowForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>CompilerConsoleWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\DebugVariablesListWindowForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\DebugVariablesListWindowForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>DebugVariablesListWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\DebugWatchListWindowForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\DebugWatchListWindowForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>DebugWatchListWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-06-16 18:10:36 +03:00
|
|
|
|
<Compile Include="DockContent\DisassemblyWindow.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\DisassemblyWindow.Designer.cs">
|
|
|
|
|
|
<DependentUpon>DisassemblyWindow.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Compile Include="DockContent\ImmediateWindow.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\ImmediateWindow.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ImmediateWindow.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\WebBrowserControl.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\WebBrowserControl.Designer.cs">
|
|
|
|
|
|
<DependentUpon>WebBrowserControl.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\DeclarationWindow.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DS\NavigationManager.cs" />
|
2017-02-03 11:31:40 +03:00
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\CodeCompletionListView.cs" />
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\CodeCompletionWindow.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\InsightWindow.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\TipPainter.cs" />
|
|
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\TipPainterTools.cs" />
|
|
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\TipSection.cs" />
|
|
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\TipSpacer.cs" />
|
|
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\TipSplitter.cs" />
|
|
|
|
|
|
<Compile Include="DS\CodeCompletionVisual\TipText.cs" />
|
|
|
|
|
|
<Compile Include="DS\SymbolsViwer.cs" />
|
|
|
|
|
|
<Compile Include="DS\RunManager\EventedEventWaitHandleList.cs" />
|
|
|
|
|
|
<Compile Include="DS\ObjectLocalisator.cs" />
|
|
|
|
|
|
<Compile Include="DS\Classes.cs" />
|
|
|
|
|
|
<Compile Include="DS\Constants.cs" />
|
|
|
|
|
|
<Compile Include="DS\FoldingStrategy.cs" />
|
|
|
|
|
|
<Compile Include="DS\RuntimeException.cs" />
|
|
|
|
|
|
<Compile Include="DS\Tools.cs" />
|
|
|
|
|
|
<Compile Include="..\Configuration\GlobalAssemblyInfo.cs">
|
|
|
|
|
|
<Link>Config\GlobalAssemblyInfo.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\ErrorsListWindowForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\ErrorsListWindowForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ErrorsListWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\FindSymbolsResultWindow.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\FindSymbolsResultWindow.Designer.cs">
|
|
|
|
|
|
<DependentUpon>FindSymbolsResultWindow.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FileMonitoring.cs" />
|
|
|
|
|
|
<Compile Include="FontCombo.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Form1.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Form1.Designer.cs">
|
|
|
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="CompilerForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="CompilerForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>CompilerForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DS\PluginsController\PluginsController.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Commands\FormsCommands.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Commands\SideBarCommands.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\DesignerGenerator\PABCCodeProvider.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\DesignerLoader\CodeDomHostLoader.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\DesignerLoader\CodeGen.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\DesignerLoader\FormsDesignerLoadException.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\DesignerViewContent.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\FormKeyHandler.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Gui\AddComponentsDialog.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Gui\ComponentLibraryLoader.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Gui\ConfigureSideBarDialog.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Gui\CustomComponentsSideTab.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Gui\RenameCategoryDialog.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Gui\SideTabDesigner.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Gui\SideTabItemDesigner.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\DefaultMemberRelationshipService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\DefaultServiceContainer.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\DesignerOptionService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\DesignerResourceService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\DesignerSerializationService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\EventBindingService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\HelpService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\MenuCommandService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\PropertyValueUIService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\ToolboxService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\TypeDiscoveryService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\TypeResolutionService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\UIService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\Services\XmlDesignerNameCreationService.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\ToolboxProvider.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\FormsDesigner\Src\UndoRedo\UndoEngine.cs" />
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\PropertiesForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\PropertiesForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>PropertiesForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\ToolBoxForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FormsDesignerBinding\ToolBoxForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ToolBoxForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="FSWatcherService.cs" />
|
|
|
|
|
|
<Compile Include="GotoLine.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="GotoLine.Designer.cs">
|
|
|
|
|
|
<DependentUpon>GotoLine.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\CodeCompletionActions.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\CodeCompletionHelpers.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\CodeCompletionHighlighter.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\CodeCompletionImagesProvider.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\CodeCompletionKeyHandler.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\CodeCompletionParserController.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\CodeCompletionProvider.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\CodeTemplateManager.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\DefinitionByMouseClickManager.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\FoldingStrategy.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\InsightProvider.cs" />
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\QuickClassBrowserPanel.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="IB\CodeCompletion\TooltipServiceManager.cs" />
|
|
|
|
|
|
<Compile Include="IB\Debugger\Actions.cs" />
|
|
|
|
|
|
<Compile Include="IB\Debugger\AddWatchForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="IB\Debugger\AddWatchForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>AddWatchForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="IB\Debugger\Bookmarks.cs" />
|
|
|
|
|
|
<Compile Include="IB\Debugger\BreakpointCondition.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="IB\Debugger\BreakpointCondition.Designer.cs">
|
|
|
|
|
|
<DependentUpon>BreakpointCondition.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="IB\Debugger\Debugger.cs" />
|
2017-02-03 11:31:40 +03:00
|
|
|
|
<Compile Include="IB\Debugger\DynamicTreeView.cs" />
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Compile Include="IB\Debugger\ExpressionEvaluation.cs" />
|
|
|
|
|
|
<Compile Include="IB\Debugger\Immediate.cs" />
|
|
|
|
|
|
<Compile Include="IB\Debugger\LocalVars.cs">
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="IB\Debugger\Utility.cs" />
|
2017-02-03 11:31:40 +03:00
|
|
|
|
<Compile Include="IB\FormExtensions.cs" />
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Compile Include="DockContent\OutputWindowForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="DockContent\OutputWindowForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>OutputWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="IB\Refactoring\RenameForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="IB\Refactoring\RenameForm.Designer.cs" />
|
|
|
|
|
|
<Compile Include="IB\Samples\CodeSampleManager.cs" />
|
|
|
|
|
|
<Compile Include="IB\TreeGridView\TreeGridCell.cs" />
|
|
|
|
|
|
<Compile Include="IB\TreeGridView\TreeGridEvents.cs" />
|
|
|
|
|
|
<Compile Include="IB\TreeGridView\TreeGridNode.cs" />
|
|
|
|
|
|
<Compile Include="IB\TreeGridView\TreeGridNodeCollection.cs" />
|
|
|
|
|
|
<Compile Include="IB\TreeGridView\TreeGridView.cs" />
|
|
|
|
|
|
<Compile Include="IB\VBComp\VBNETCompiler.cs" />
|
|
|
|
|
|
<Compile Include="OptionsContent\CompilerOptionsContent.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="OptionsContent\CompilerOptionsContent.Designer.cs">
|
|
|
|
|
|
<DependentUpon>CompilerOptionsContent.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="OptionsContent\EditorOptionsContent.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="OptionsContent\EditorOptionsContent.Designer.cs">
|
|
|
|
|
|
<DependentUpon>EditorOptionsContent.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="OptionsContent\IntelliseseOptionsContent.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="OptionsContent\IntelliseseOptionsContent.Designer.cs">
|
|
|
|
|
|
<DependentUpon>IntelliseseOptionsContent.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="OptionsContent\IOptionsContent.cs" />
|
|
|
|
|
|
<Compile Include="OptionsContent\OptionsContentEngine.cs" />
|
|
|
|
|
|
<Compile Include="OptionsContent\OptionsForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="OptionsContent\OptionsForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>OptionsForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="OptionsContent\ViewOptionsContent.cs">
|
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="OptionsContent\ViewOptionsContent.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ViewOptionsContent.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
2017-02-03 11:31:40 +03:00
|
|
|
|
<Compile Include="Program.cs" />
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Compile Include="Config\AssemblyInfo.cs" />
|
2017-06-05 17:09:24 +03:00
|
|
|
|
<Compile Include="Projects\NuGetTasks.cs" />
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Compile Include="Workbench\BuildService.cs" />
|
|
|
|
|
|
<Compile Include="Workbench\DesignerService.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Workbench\DialogsService.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Workbench\EditorServices.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Workbench\FileOperations.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Workbench\HelpService.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Workbench\OptionsManager.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Workbench\ProjectService.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Workbench\RunnerManagerHandlers.cs" />
|
|
|
|
|
|
<Compile Include="Workbench\RunService.cs" />
|
2016-09-16 22:14:49 +03:00
|
|
|
|
<Compile Include="Workbench\UpdateService.cs" />
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Compile Include="Workbench\VisibilityService.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Workbench\WindowOperations.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Workbench\WorkbenchServiceFactory.cs" />
|
2020-09-05 20:39:31 +03:00
|
|
|
|
<EmbeddedResource Include="ABCHealth.resx">
|
|
|
|
|
|
<DependentUpon>ABCHealth.cs</DependentUpon>
|
Refactoring of Compiler.cs (#2984)
* Add first comments
* Finish commenting for Compile and CompileUnit
* Write TODO sections
* Add a few clarifications
* splitted some functions from compile
* Written some methods from Compile to functions
* Update variable names
* Refactor - stage 1
Refactor GetUsesSection and IsPossibleNameSpace
* Refactor - stage 2
Rename a few functions and variables
* Correct an inaccuracy
* Added comments, look through CompileUnit
* Rename a few functions and add new comments
* Split CompileUnit to Subfunctions
Add IsUnitCompiled, IsUnitInPCU, InitializeNewUnit, GetSourceCode, GenSyntaxTree, GenUnitDocumentation, CheckDLLDirectiveOnlyForLibraries, MatchErrorsToBadNodes, CheckIfUnitModule, SetUseDLLForSystemUnits,
CompileInterfaceDependencies, CompileCurrentUnitInterface, GetImplementationUsesSection, CompileImplementationDependencies, CompileCurrentUnitImplementation
* Added some TODOs
* Return uses_unit_in original name
Renaming of syntax tree nodes leads to internal compiler errors
* Extract GenerateILCode method
* Add checking if recompilation needed method
Needs to be discussed and revised
* Add functions for catch blocks in Compile
* Extract building semantic tree method
Creating main function to be moved to another class
* Rename UnitsSortedList
* Edit CompileUnitsFromDelayedList method
* Change a few variable names, make CreateRCFile function and add comments
* Make code more "user-friendly"
* Add TODOs 31.11.23
* Create PrebuildSemanticTreeActionsMethod
* Refactor semantic checks section in initialize new unit method
* Refactor Adding standard units to uses method
* Return file_name and compiler_directives original names to avoid internal compilation errors
* Refactor GetReferences Method
* Initial refactoring of IncludeNamespaces function
* Create three more methods and wrap important code in regions
* Add TODO's
* Resolve merge conflicts
* Add returned value to ConstructSyntaxTree method
* Fix UnitsSortedList NotFoundError in PCUWriter
* Workaround commit
* Update PABCSystem after tests' changes
* Rename syntax trees in some methods
* Delete CurrentSyntaxUnit variable
* Revert unnecessary project files changes
* Squashed commit of the following:
commit f4d7599f1a39252feac97bd5391f46dfdc25f6f4
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 22 11:43:29 2023 +0300
added links to identarranger
commit 3bd5d33e2b2969884e61a3279ff9c353013b57fe
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 22 11:43:03 2023 +0300
Change extension for verybasic to yavb
commit 61294c6e7d405e1c68516cc81d3a109e8a1ee295
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Tue Nov 21 09:33:57 2023 +0300
Change Program Example
commit 86971488341ed6bf13c39e13a513d7ac0c51c285
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Tue Nov 21 09:28:59 2023 +0300
Add IndentArranger to Compile
commit 2ce50bbbf9db22c4243b247b870f6935ce206d26
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Fri Nov 17 10:00:31 2023 +0300
Add Semicolon After Each Statement
commit 796309d340e8d8ba730ff9418fa376f34fb7fd36
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Wed Nov 15 18:49:11 2023 +0300
Add Alpha Version of Python-style If-statement
commit 5eb88f946fe8254b4f5c5a56ed0a567b3be51227
Merge: ab4ce5b0 0162b637
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 15 16:54:26 2023 +0300
Merge branch 'IndentArranger' into VeryBasicLanguage
commit ab4ce5b0e32d42004726e3dc45cc0d8a65e53f56
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 15 16:53:51 2023 +0300
Fixes from seminar
commit af74012289d0d08517c13499a2a66cb543fc06d2
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Sun Nov 12 18:57:29 2023 +0300
finally working!
fully implemented compatibility
commit 58a39c313324b468d1eec207ba3f5f6eddf74ef2
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Sun Nov 12 11:58:16 2023 +0300
more compatibility with pabc
Now verybasic statements translate to pascal compiler
added .bat script for autobuilding verybasic
commit 0162b6376b8fe970704f26213bf9f0f670dfb12e
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Sun Nov 12 10:06:14 2023 +0300
Update test.txt
commit 1b759ab1cd7ee2ffeb14afff0418ddf0f30b0399
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Sun Nov 12 10:05:36 2023 +0300
Add Indent and Unindent Keywords to Generated File
commit cabda7f3985651cff2a8740f1a5bdea8fe7ac892
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Fri Nov 10 21:25:52 2023 +0300
Add Generation of Output File
commit 306f033d0176ab559e3622b8505427dbe2e0e203
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Thu Nov 9 20:42:18 2023 +0300
Update IndentArranger.sln
commit 60c0ceced1aa3a7d2e33de0facb1126e295f43b5
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Thu Nov 9 20:41:22 2023 +0300
Add IndentArranger
commit 1f4556c4573dae154fcc167b41ff6ab9e8122136
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Mon Nov 6 22:48:36 2023 +0300
Made my own VeryBasicParser project
Copied some code from SaushkinParser
Tried to compile it and implement into Pascal
Doesn't work due to grammatik issue
* Squashed commit of the following:
commit 4e73d9ac3ffef68312f06a74dc83afffcf3ccbee
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 22 15:08:10 2023 +0300
Fixed GPPG (i think so at least)
commit e5cfc220828b37fb2f35e565683019716ec3f0ce
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 22 11:44:27 2023 +0300
Update Compiler.cs
commit 4698e2e75a5f3b4f523a8bc7733a50e8abb4fca1
Merge: 22aaf2b2 f4d7599f
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 22 11:43:54 2023 +0300
Merge branch 'IndentArrangerTemp' into VeryBasicLanguage
commit f4d7599f1a39252feac97bd5391f46dfdc25f6f4
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 22 11:43:29 2023 +0300
added links to identarranger
commit 3bd5d33e2b2969884e61a3279ff9c353013b57fe
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 22 11:43:03 2023 +0300
Change extension for verybasic to yavb
commit 22aaf2b2508278a9ffce525ffed52419bf72c23f
Merge: c326174f 61294c6e
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 22 11:26:36 2023 +0300
Merge branch 'IndentArrangerTemp' into VeryBasicLanguage
commit 61294c6e7d405e1c68516cc81d3a109e8a1ee295
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Tue Nov 21 09:33:57 2023 +0300
Change Program Example
commit 86971488341ed6bf13c39e13a513d7ac0c51c285
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Tue Nov 21 09:28:59 2023 +0300
Add IndentArranger to Compile
commit c326174ff5ecccf9c4f76d58aea4653f047af049
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Sun Nov 19 15:03:19 2023 +0300
Added UniversalParserHelper and GPPG
ShiftReduceParser moved to another project
UniversalParserHelper project added, most of it copied from SaushkinParser
commit 2ce50bbbf9db22c4243b247b870f6935ce206d26
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Fri Nov 17 10:00:31 2023 +0300
Add Semicolon After Each Statement
commit 796309d340e8d8ba730ff9418fa376f34fb7fd36
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Wed Nov 15 18:49:11 2023 +0300
Add Alpha Version of Python-style If-statement
commit 5eb88f946fe8254b4f5c5a56ed0a567b3be51227
Merge: ab4ce5b0 0162b637
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 15 16:54:26 2023 +0300
Merge branch 'IndentArranger' into VeryBasicLanguage
commit ab4ce5b0e32d42004726e3dc45cc0d8a65e53f56
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Wed Nov 15 16:53:51 2023 +0300
Fixes from seminar
commit af74012289d0d08517c13499a2a66cb543fc06d2
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Sun Nov 12 18:57:29 2023 +0300
finally working!
fully implemented compatibility
commit 58a39c313324b468d1eec207ba3f5f6eddf74ef2
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Sun Nov 12 11:58:16 2023 +0300
more compatibility with pabc
Now verybasic statements translate to pascal compiler
added .bat script for autobuilding verybasic
commit 0162b6376b8fe970704f26213bf9f0f670dfb12e
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Sun Nov 12 10:06:14 2023 +0300
Update test.txt
commit 1b759ab1cd7ee2ffeb14afff0418ddf0f30b0399
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Sun Nov 12 10:05:36 2023 +0300
Add Indent and Unindent Keywords to Generated File
commit cabda7f3985651cff2a8740f1a5bdea8fe7ac892
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Fri Nov 10 21:25:52 2023 +0300
Add Generation of Output File
commit 306f033d0176ab559e3622b8505427dbe2e0e203
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Thu Nov 9 20:42:18 2023 +0300
Update IndentArranger.sln
commit 60c0ceced1aa3a7d2e33de0facb1126e295f43b5
Author: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Date: Thu Nov 9 20:41:22 2023 +0300
Add IndentArranger
commit 1f4556c4573dae154fcc167b41ff6ab9e8122136
Author: Владислав Крылов <krylov@sfedu.ru>
Date: Mon Nov 6 22:48:36 2023 +0300
Made my own VeryBasicParser project
Copied some code from SaushkinParser
Tried to compile it and implement into Pascal
Doesn't work due to grammatik issue
* Changed GPPG project NET Framework version, added .dll to gitignore
* Adding UniversalParserHelper to project, trying to include VeryBasic
* Managed dependencies and got VeryBasicLanguage to work
* Change extension of a test program
* Rebuild changes
What should be added to .gitignore?
* Fix bug related to err0524_res_unit.pas
* Rebuild Parser
* Change Indent and Unindent tokens
* Add Symbol Table to ParserABC.y
* Change Indent Space Number to 2
* Add While Loop
* Add Some Operations to Parser
* Make Initialization Node at the Beginning of a program
* Create Grammar.txt
* Test program added
* Add ELIF and SyntaxHighlight
* Fix TableSymbol
* Add Division
* Add Method Call
* Add For Loop
* Rename SPython Parser Folder
* Add documented comments for CompileUnit method
* Added Errors to SPython
Added Errors.cs
Removed link to PABCSaushkinParser
Minor fixes
* Create default constructor for SourceContext
* Move null check of currentUnit to upper level in CompileUnit
* Move CreateMainFunction method from Compiler to TreeConverter class
* Add gppg and parserhelper to visualpascalabcnet dependencies
* Updated installer files to include GPPG and UniversalParserHelper
* Rename GPPG to ShiftReduceParser
* Fix ShiftReduceParser project dependencies
* Fix ShiftReduceParserDependencies second iteration
* Workaround commit
* Update PABCSystem after tests' changes
* Refactor ConvertDirectives method
* Get rid of legacy standard modules code
* Return varBeginOffset and beginOffset calculation to Compiler class
Размещение метода в SyntaxTreeToSemanticTreeConverter не целесообразно. В комментарии видимо имелось в виду что-то другое.
* Workaround commit
* Update PABCSystem after tests' changes
* Revert SPython changes
Оставляем только изменения связанные с рефакторингом.
* Update .gitignore
Co-authored-by: Sun Serega <sunserega2@gmail.com>
* Resolve a few Sun Serega treds
* Delete comments in ParsersController.cs
* Replace specific path with path variable in Studio.bat
* Add comment in Studio.bat file and return FileName in CompilerError.cs
* Fix TreeSubsidiary.cs encoding and sectCore.nsh indents
* Return old version of TestRunner.exe
* Rename some variables and polish a few methods
* Uncomment accidentally commented code
* Replace spaces with tabs
* Changed dll name from GPPG
* Revert "Changed dll name from GPPG"
This reverts commit c485cc8cb787809b7e9dfa8a361e75f17ed39893.
* Update .gitignore
* Delete Libraries/ShiftReduceParser.dll
* Delete bin\ShiftReduceParser.dll
* Replace tabs with spaces
* Update encoding in Studio.bat
* Fix bug with PABCrtl excluded files
* Refactor StandardModule class
* Add null checks to make debuging easier
* Delete unnecessary null checks in SymTable.cs
---------
Co-authored-by: Владислав Крылов <krylov@sfedu.ru>
Co-authored-by: MovchanGitHub <92666028+MovchanGitHub@users.noreply.github.com>
Co-authored-by: Sun Serega <sunserega2@gmail.com>
2023-12-18 22:33:27 +03:00
|
|
|
|
<SubType>Designer</SubType>
|
2020-09-05 20:39:31 +03:00
|
|
|
|
</EmbeddedResource>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<EmbeddedResource Include="AboutBox.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>AboutBox.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="CompilerForm.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>CompilerForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\ImmediateWindow.resx">
|
|
|
|
|
|
<DependentUpon>ImmediateWindow.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\WebBrowserControl.resx">
|
|
|
|
|
|
<DependentUpon>WebBrowserControl.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Form1.resx">
|
|
|
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="FormsDesignerBinding\PropertiesForm.resx">
|
|
|
|
|
|
<DependentUpon>PropertiesForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="FormsDesignerBinding\ToolBoxForm.resx">
|
|
|
|
|
|
<DependentUpon>ToolBoxForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="IB\CodeCompletion\QuickClassBrowserPanel.resx">
|
|
|
|
|
|
<DependentUpon>QuickClassBrowserPanel.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="IB\Debugger\AddWatchForm.resx">
|
|
|
|
|
|
<DependentUpon>AddWatchForm.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="IB\Debugger\BreakpointCondition.resx">
|
|
|
|
|
|
<DependentUpon>BreakpointCondition.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="IB\Refactoring\RenameForm.resx">
|
|
|
|
|
|
<DependentUpon>RenameForm.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Projects\NewFileForm.resx">
|
|
|
|
|
|
<DependentUpon>NewFileForm.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Projects\NewProject.resx">
|
|
|
|
|
|
<DependentUpon>NewProject.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Projects\ProjectExplorer.resx">
|
|
|
|
|
|
<DependentUpon>ProjectExplorer.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Projects\ProjectProperties.resx">
|
|
|
|
|
|
<DependentUpon>ProjectProperties.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Projects\ReferenceForm.resx">
|
|
|
|
|
|
<DependentUpon>ReferenceForm.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="ReplaceConfirmDialog.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>ReplaceConfirmDialog.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="ReplaceForm.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>ReplaceForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<Compile Include="Projects\FusionNative.cs" />
|
|
|
|
|
|
<Compile Include="Projects\GacInterop.cs" />
|
|
|
|
|
|
<Compile Include="Projects\NewFileForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\NewFileForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>NewFileForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\NewProject.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\NewProject.Designer.cs">
|
|
|
|
|
|
<DependentUpon>NewProject.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\ProjectExplorer.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\ProjectExplorer.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ProjectExplorer.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\ProjectHelper.cs" />
|
|
|
|
|
|
<Compile Include="Projects\ProjectInfo.cs" />
|
|
|
|
|
|
<Compile Include="Projects\ProjectProperties.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\ProjectProperties.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ProjectProperties.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\ProjectTasks.cs" />
|
|
|
|
|
|
<Compile Include="Projects\ReferenceForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\ReferenceForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ReferenceForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Projects\TypeLibrary.cs" />
|
|
|
|
|
|
<Compile Include="Projects\UserOptionsManager.cs" />
|
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<None Include="app.config">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<EmbeddedResource Include="FormsDesignerBinding\FormsDesigner\Resources\AddSidebarComponentsDialog.xfrm" />
|
|
|
|
|
|
<EmbeddedResource Include="FormsDesignerBinding\FormsDesigner\Resources\ConfigureSidebarDialog.xfrm" />
|
|
|
|
|
|
<EmbeddedResource Include="FormsDesignerBinding\FormsDesigner\Resources\RenameSidebarCategoryDialog.xfrm" />
|
|
|
|
|
|
<EmbeddedResource Include="FormsDesignerBinding\FormsDesigner\Resources\WindowsFormsGeneralOptions.xfrm" />
|
2018-12-06 21:14:33 +03:00
|
|
|
|
<None Include="app.manifest">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</None>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<EmbeddedResource Include="Resources\PadIcons.ProjectBrowser.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.NewProjectIcon.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\PadIcons.ProjectBrowser.ico" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Property.ico" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.32x32.PABCProject.Console.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.32x32.PABCProject.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.32x32.PABCProject.WinForms.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\pabcfile.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Form.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.32x32.PABCProject.ConsoleSimple.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.32x32.PABCProject.Library.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.32x32.Form.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.32x32.Unit.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Window.Immediate.ico" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Window.Immediate.png" />
|
|
|
|
|
|
<None Include="Resources\ProjectBrowser.ReferenceFolder.Closed.png" />
|
|
|
|
|
|
<None Include="Resources\ProjectBrowser.ReferenceFolder.Open.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ErrorInWatch.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.EvalError.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedDelegate.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalClass.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalDelegate.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalEnum.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalEvent.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalInterface.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalMethod.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalProperty.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalStruct.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateClass.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateDelegate.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateEnum.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateEvent.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateField.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateIndexer.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateInterface.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateMethod.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateProperty.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateStruct.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedClass.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedEnum.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedEvent.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedField.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedInterface.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedMethod.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedProperty.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedStruct.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Literal.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Local.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Enum.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Delegate.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Interface.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.NameSpace.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Struct.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Method.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Event.png" />
|
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="ReplaceConfirmDialog.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="ReplaceConfirmDialog.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ReplaceConfirmDialog.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="ReplaceForm.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="ReplaceForm.Designer.cs">
|
|
|
|
|
|
<DependentUpon>ReplaceForm.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="RunArguments.cs">
|
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="RunArguments.Designer.cs">
|
|
|
|
|
|
<DependentUpon>RunArguments.cs</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="RunProcessOptions.cs" />
|
|
|
|
|
|
<Compile Include="UserOptions.cs" />
|
|
|
|
|
|
<Compile Include="DS\RunManager\RunManager.cs" />
|
|
|
|
|
|
<Compile Include="DS\Utils\OutputReader.cs" />
|
|
|
|
|
|
<Compile Include="DS\Utils\ProcessRunner.cs" />
|
|
|
|
|
|
<Compile Include="DS\VisualEnvironmentCompiler.cs" />
|
|
|
|
|
|
<Compile Include="VisualStates.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\new_file.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\new_file1.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\open.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\save.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\save_all.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\undo.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\redo.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\cut.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\copy.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\paste.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\start.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Resources\stop.bmp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="ABCNET32.ico" />
|
2019-07-06 19:00:03 +03:00
|
|
|
|
<None Include="Resources\format1.png" />
|
2020-09-05 20:39:31 +03:00
|
|
|
|
<None Include="Resources\format2.png" />
|
|
|
|
|
|
<None Include="Resources\Image1.bmp" />
|
2019-03-15 00:13:53 +03:00
|
|
|
|
<Content Include="_ABC13.ico" />
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<None Include="Resources\AlignObjectsBottomHS.png" />
|
|
|
|
|
|
<None Include="Resources\AlignObjectsCenteredHorizontalHS.png" />
|
|
|
|
|
|
<None Include="Resources\AlignObjectsCenteredVerticalHS.png" />
|
|
|
|
|
|
<None Include="Resources\AlignObjectsLeftHS.png" />
|
|
|
|
|
|
<None Include="Resources\AlignObjectsRightHS.png" />
|
|
|
|
|
|
<None Include="Resources\AlignObjectsTopHS.png" />
|
|
|
|
|
|
<None Include="Resources\AlignToGridHS.png" />
|
|
|
|
|
|
<Content Include="Resources\BringToFrontHS.png" />
|
|
|
|
|
|
<None Include="Resources\format.bmp" />
|
|
|
|
|
|
<None Include="Resources\format.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ExtensionMethod.png" />
|
|
|
|
|
|
<None Include="Resources\FormsDesignerPointerIcon.png" />
|
|
|
|
|
|
<None Include="Resources\browserNavigBack.Image.png" />
|
|
|
|
|
|
<Content Include="Resources\FormsDesignerPointerIcon.bmp" />
|
2017-06-16 18:10:36 +03:00
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Disassembly.png" />
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Content Include="Resources\Pointer.bmp" />
|
|
|
|
|
|
<None Include="Resources\PrintHS.bmp" />
|
|
|
|
|
|
<None Include="Resources\PrintHS.png" />
|
|
|
|
|
|
<Content Include="Resources\SendToBackHS.png" />
|
|
|
|
|
|
<None Include="Resources\Delete3.bmp" />
|
|
|
|
|
|
<EmbeddedResource Include="OptionsContent\EditorOptionsContent.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>EditorOptionsContent.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Keyword.png" />
|
|
|
|
|
|
<None Include="Resources\Icons.16x16.Options.png" />
|
|
|
|
|
|
<None Include="Resources\Icons.16x16.Intellisense.png" />
|
|
|
|
|
|
<None Include="Resources\Icons.16x16.Window.Output.png" />
|
|
|
|
|
|
<None Include="Resources\Icons.16x16.Window.FindSymbolResult.png" />
|
|
|
|
|
|
<None Include="Resources\Icons.16x16.Window.ErrorList.png" />
|
|
|
|
|
|
<None Include="Resources\Icons.16x16.Window.DebugWatches.png" />
|
|
|
|
|
|
<None Include="Resources\Icons.16x16.Window.DebugVariablesList.png" />
|
|
|
|
|
|
<None Include="Resources\Icons.16x16.Window.CompilerConsole.png" />
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\BottomDockContentForm.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>BottomDockContentForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\CodeFileDocument.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>CodeFileDocument.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\CompilerConsoleWindowForm.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>CompilerConsoleWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\DebugVariablesListWindowForm.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>DebugVariablesListWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\DebugWatchListWindowForm.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>DebugWatchListWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\ErrorsListWindowForm.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>ErrorsListWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\FindSymbolsResultWindow.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>FindSymbolsResultWindow.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="GotoLine.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>GotoLine.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="DockContent\OutputWindowForm.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>OutputWindowForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="OptionsContent\CompilerOptionsContent.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>CompilerOptionsContent.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="OptionsContent\IntelliseseOptionsContent.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>IntelliseseOptionsContent.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="OptionsContent\OptionsForm.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>OptionsForm.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="OptionsContent\ViewOptionsContent.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
<DependentUpon>ViewOptionsContent.cs</DependentUpon>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalConstant.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.PrivateConstant.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.ProtectedConstant.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.GotoText.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.InternalField.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.UnitNamespace.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Debug.Break.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Debug.Continue.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Debug.StepInto.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Debug.StepOut.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Debug.StepOver.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Error.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Warning.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Class.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Field.png" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\Icons.16x16.Property.png" />
|
|
|
|
|
|
<EmbeddedResource Include="RunArguments.resx">
|
|
|
|
|
|
<DependentUpon>RunArguments.cs</DependentUpon>
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\CodeCompletion\CodeCompletion.csproj">
|
|
|
|
|
|
<Project>{1AB15F6E-C22E-499A-A7ED-54BA7DE5CFA6}</Project>
|
|
|
|
|
|
<Name>CodeCompletion</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\CompilerTools\CompilerTools.csproj">
|
|
|
|
|
|
<Project>{a25d26fb-3043-4bcf-833e-e3f4c3be795e}</Project>
|
|
|
|
|
|
<Name>CompilerTools</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Compiler\Compiler.csproj">
|
|
|
|
|
|
<Project>{1E42361A-EDA3-4872-88AF-A3AAF600D36D}</Project>
|
|
|
|
|
|
<Name>Compiler</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Errors\Errors.csproj">
|
|
|
|
|
|
<Project>{44A01F9E-DCE7-470C-AAE5-C3DE0CCBEE3B}</Project>
|
|
|
|
|
|
<Name>Errors</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\Localization\Localization.csproj">
|
|
|
|
|
|
<Project>{2DE2842F-0912-4251-BC0F-480854C44A13}</Project>
|
|
|
|
|
|
<Name>Localization</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\ParserTools\ParserTools.csproj">
|
|
|
|
|
|
<Project>{AF2EFD7B-69DD-4B43-AF65-B59B29349C23}</Project>
|
|
|
|
|
|
<Name>ParserTools</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\PluginsSupport\PluginsSupport.csproj">
|
2017-06-16 18:10:36 +03:00
|
|
|
|
<Project>{cfc683f8-0165-4a9f-9c3f-bb8c5bab507f}</Project>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<Name>PluginsSupport</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\SyntaxTree\SyntaxTree.csproj">
|
|
|
|
|
|
<Project>{C2CAC65A-B2AE-4CCC-B067-E6B8E75DF73A}</Project>
|
|
|
|
|
|
<Name>SyntaxTree</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\TreeConverter\TreeConverter.csproj">
|
|
|
|
|
|
<Project>{1C9C945A-586D-42A2-A06B-65D84FA7FF78}</Project>
|
|
|
|
|
|
<Name>TreeConverter</Name>
|
|
|
|
|
|
</ProjectReference>
|
2016-07-18 15:58:32 +03:00
|
|
|
|
<ProjectReference Include="..\SyntaxVisitors\SyntaxVisitors.csproj">
|
2016-05-19 02:14:06 +03:00
|
|
|
|
<Project>{a9ab4282-83b4-41a7-86c3-e5bf6a45e7e2}</Project>
|
|
|
|
|
|
<Name>SyntaxVisitors</Name>
|
|
|
|
|
|
</ProjectReference>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<ProjectReference Include="FormsDesignerBinding\Dependecies\src\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
|
|
|
|
|
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
|
|
|
|
|
|
<Name>ICSharpCode.SharpDevelop</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="FormsDesignerBinding\Dependecies\src\Main\Core\Project\ICSharpCode.Core.csproj">
|
|
|
|
|
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
|
|
|
|
|
|
<Name>ICSharpCode.Core</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="FormsDesignerBinding\Dependecies\src\Main\ICSharpCode.Core.Presentation\ICSharpCode.Core.Presentation.csproj">
|
|
|
|
|
|
<Project>{7E4A7172-7FF5-48D0-B719-7CD959DD1AC9}</Project>
|
|
|
|
|
|
<Name>ICSharpCode.Core.Presentation</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="FormsDesignerBinding\Dependecies\src\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj">
|
|
|
|
|
|
<Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project>
|
|
|
|
|
|
<Name>ICSharpCode.Core.WinForms</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>Клиентский профиль .NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>Установщик Windows 3.1</ProductName>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
</ItemGroup>
|
2017-08-11 05:55:16 +03:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<WCFMetadata Include="Service References\" />
|
|
|
|
|
|
</ItemGroup>
|
2015-05-14 22:35:07 +03:00
|
|
|
|
<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>
|
|
|
|
|
|
-->
|
|
|
|
|
|
</Project>
|