------ #### SuperDesign V3.0.2412.2001 - *.[新增]新增程序更新日志设置和自动发布功能。 - *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
492 lines
23 KiB
XML
492 lines
23 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{90AFB93F-4147-473B-9A25-50F5B21FA2C6}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>RySmartEditor</RootNamespace>
|
|
<AssemblyName>RySmartEditor</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Bin\Debug\SuperDesign\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>项目1.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignManifests>false</SignManifests>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DiffPlex">
|
|
<HintPath>..\..\Bin\Debug\SuperDesign\DiffPlex.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Bin\Debug\SuperDesign\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="RaUI">
|
|
<HintPath>..\..\Bin\Debug\SuperDesign\RaUI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Scintilla.NET">
|
|
<HintPath>..\..\Bin\Debug\SuperDesign\Scintilla.NET.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.DirectoryServices" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WinSCPnet, Version=1.12.0.12963, Culture=neutral, PublicKeyToken=2271ec4a3c56d0bf, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\Bin\Debug\SuperDesign\WinSCPnet.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="API\JsBeautifier\Beautifier.cs" />
|
|
<Compile Include="API\JsBeautifier\BeautifierFlags.cs" />
|
|
<Compile Include="API\JsBeautifier\BeautifierOptions.cs" />
|
|
<Compile Include="API\JsBeautifier\BraceStyle.cs" />
|
|
<Compile Include="Controls\FrmTitle.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\FrmTitle.Designer.cs">
|
|
<DependentUpon>FrmTitle.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\AutoComplete\AutocompleteItem.cs" />
|
|
<Compile Include="Controls\Highlight\AutoComplete\AutocompleteItems.cs" />
|
|
<Compile Include="Controls\Highlight\AutoComplete\AutocompleteListView.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\AutoComplete\AutocompleteMenu.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\AutoComplete\AutocompleteMenuHost.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\AutoComplete\Colors.cs" />
|
|
<Compile Include="Controls\Highlight\AutoComplete\EventArgs.cs" />
|
|
<Compile Include="Controls\Highlight\AutoComplete\IAutocompleteListView.cs" />
|
|
<Compile Include="Controls\Highlight\AutoComplete\ITextBoxWrapper.cs" />
|
|
<Compile Include="Controls\Highlight\AutoComplete\Range.cs" />
|
|
<Compile Include="Controls\Highlight\AutoComplete\ScintillaWrapper.cs" />
|
|
<Compile Include="Controls\Highlight\AutoComplete\TextBoxWrapper.cs" />
|
|
<Compile Include="Controls\Highlight\CharacterRange.cs" />
|
|
<Compile Include="Controls\Highlight\ContextMenuStripHighlightText2.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\ContextMenuStripHighlightText2.Designer.cs">
|
|
<DependentUpon>ContextMenuStripHighlightText2.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindAllResults\FindAllResultsPanel.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindAllResults\FindAllResultsPanel.Designer.cs">
|
|
<DependentUpon>FindAllResultsPanel.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\FindConfig.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\FindConfig.Designer.cs">
|
|
<DependentUpon>FindConfig.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\FindOption.cs" />
|
|
<Compile Include="Controls\Highlight\FindReplace\FindReplace.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\FindReplaceDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\FindReplaceDialog.Designer.cs">
|
|
<DependentUpon>FindReplaceDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\FrmFinding.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\FrmFinding.Designer.cs">
|
|
<DependentUpon>FrmFinding.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\IncrementalSearcher.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\IncrementalSearcher.Designer.cs">
|
|
<DependentUpon>IncrementalSearcher.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\FindReplace\ToolStripIncrementalSearcher.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\GoTo\GoTo.cs" />
|
|
<Compile Include="Controls\Highlight\GoTo\GoToDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\GoTo\GoToDialog.Designer.cs">
|
|
<DependentUpon>GoToDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\HighlightEditor.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerBatch.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerCommon.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerCpp.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerCs.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerCss.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerHtml.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerIni.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerInnoSetup.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerJava.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerJavaScript.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerJson.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerNsis.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerNull.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerPascal.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerPhp.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerPowerShell.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerPython.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerSql.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerVb.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerXml.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\CreateLexerYaml.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\CreateSpecificLexer\LexerFoldProperties.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\GlobalScintillaFont.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\HelperClasses\LexerFileExtensions.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\HelperClasses\LexerTypeName.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\HelperClasses\ScintillaKeyWords.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\LexerColors\LexerColors.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\LexerEnumerations.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\ScintillaLexers.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\ScintillaNotepadPlusPlus\MarkColors.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\ScintillaNotepadPlusPlus\ScintillaNotepadPlusPlusStyles.cs" />
|
|
<Compile Include="Controls\Highlight\VPKSoft.ScintillaLexers\ScintillaNotepadPlusPlus\XmlStyleNotepadPlusPlusHelper.cs" />
|
|
<Compile Include="Controls\ScintillaDiffer\Enumerations\CharChangedType.cs" />
|
|
<Compile Include="Controls\ScintillaDiffer\HighLight.cs" />
|
|
<Compile Include="Controls\ScintillaDiffer\ScintillaDiffControl.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ScintillaDiffer\ScintillaDiffControl.designer.cs">
|
|
<DependentUpon>ScintillaDiffControl.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Controls\ScintillaDiffer\ScintillaDiffStyles.cs" />
|
|
<Compile Include="Controls\ScintillaDiffer\ScrollSyncScintilla.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Controls\ScintillaDiffer\StyleRefreshEventArgs.cs" />
|
|
<Compile Include="Controls\ScintillaDiffer\UtilityClasses\CharacterChangeType.cs" />
|
|
<Compile Include="Controls\ScintillaDiffer\UtilityClasses\Pair.cs" />
|
|
<Compile Include="FrmSetting.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmSetting.Designer.cs">
|
|
<DependentUpon>FrmSetting.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmAddFTP.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmAddFTP.Designer.cs">
|
|
<DependentUpon>FrmAddFTP.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmDownProg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmDownProg.Designer.cs">
|
|
<DependentUpon>FrmDownProg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmFTPBrowser.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmFTPBrowser.Designer.cs">
|
|
<DependentUpon>FrmFTPBrowser.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmFTPSelect.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmFTPSelect.Designer.cs">
|
|
<DependentUpon>FrmFTPSelect.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmFTPView.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmFTPView.Designer.cs">
|
|
<DependentUpon>FrmFTPView.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmUploadProg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FTP\FrmUploadProg.Designer.cs">
|
|
<DependentUpon>FrmUploadProg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FTP\FTP_WinSCP.cs" />
|
|
<Compile Include="FTP\IFTP.cs" />
|
|
<Compile Include="API\Init.cs" />
|
|
<Compile Include="API\Itrycn_Info.cs" />
|
|
<Compile Include="API\MsgManager.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Site\FrmAddSite.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Site\FrmAddSite.Designer.cs">
|
|
<DependentUpon>FrmAddSite.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Site\FrmSiteSelect.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Site\FrmSiteSelect.Designer.cs">
|
|
<DependentUpon>FrmSiteSelect.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\Fav\FrmFavGroup.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\Fav\FrmFavGroup.Designer.cs">
|
|
<DependentUpon>FrmFavGroup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmCompare.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmCompare.Designer.cs">
|
|
<DependentUpon>FrmCompare.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\Fav\FrmFavFile.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\Fav\FrmFavFile.Designer.cs">
|
|
<DependentUpon>FrmFavFile.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\Fav\FrmFavView.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\Fav\FrmFavView.Designer.cs">
|
|
<DependentUpon>FrmFavView.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmFileBrowser.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmFileBrowser.Designer.cs">
|
|
<DependentUpon>FrmFileBrowser.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmFileBrowser_New.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmFileBrowser_New.Designer.cs">
|
|
<DependentUpon>FrmFileBrowser_New.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmFileEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmFileEditor.Designer.cs">
|
|
<DependentUpon>FrmFileEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmFileInfo.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmFileInfo.Designer.cs">
|
|
<DependentUpon>FrmFileInfo.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmHistoryView.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmHistoryView.Designer.cs">
|
|
<DependentUpon>FrmHistoryView.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmMainEditor.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmMainEditor.Designer.cs">
|
|
<DependentUpon>FrmMainEditor.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmResultText.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmResultText.Designer.cs">
|
|
<DependentUpon>FrmResultText.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmSaveMsg.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\FrmSaveMsg.Designer.cs">
|
|
<DependentUpon>FrmSaveMsg.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SmartEditor\MyFileSystemInfo.cs" />
|
|
<Compile Include="SmartEditor\ShellUtilities.cs" />
|
|
<EmbeddedResource Include="Controls\FrmTitle.resx">
|
|
<DependentUpon>FrmTitle.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\Highlight\AutoComplete\AutocompleteMenu.resx">
|
|
<DependentUpon>AutocompleteMenu.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\Highlight\ContextMenuStripHighlightText2.resx">
|
|
<DependentUpon>ContextMenuStripHighlightText2.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\Highlight\FindAllResults\FindAllResultsPanel.resx">
|
|
<DependentUpon>FindAllResultsPanel.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\Highlight\FindReplace\FindConfig.resx">
|
|
<DependentUpon>FindConfig.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\Highlight\FindReplace\FindReplaceDialog.resx">
|
|
<DependentUpon>FindReplaceDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\Highlight\FindReplace\FrmFinding.resx">
|
|
<DependentUpon>FrmFinding.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\Highlight\FindReplace\IncrementalSearcher.resx">
|
|
<DependentUpon>IncrementalSearcher.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\Highlight\GoTo\GoToDialog.resx">
|
|
<DependentUpon>GoToDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\Highlight\HighlightEditor.resx">
|
|
<DependentUpon>HighlightEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Controls\ScintillaDiffer\ScintillaDiffControl.resx">
|
|
<DependentUpon>ScintillaDiffControl.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FrmSetting.resx">
|
|
<DependentUpon>FrmSetting.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FTP\FrmAddFTP.resx">
|
|
<DependentUpon>FrmAddFTP.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FTP\FrmDownProg.resx">
|
|
<DependentUpon>FrmDownProg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FTP\FrmFTPBrowser.resx">
|
|
<DependentUpon>FrmFTPBrowser.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FTP\FrmFTPSelect.resx">
|
|
<DependentUpon>FrmFTPSelect.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FTP\FrmFTPView.resx">
|
|
<DependentUpon>FrmFTPView.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FTP\FrmUploadProg.resx">
|
|
<DependentUpon>FrmUploadProg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="Site\FrmAddSite.resx">
|
|
<DependentUpon>FrmAddSite.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Site\FrmSiteSelect.resx">
|
|
<DependentUpon>FrmSiteSelect.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\Fav\FrmFavGroup.resx">
|
|
<DependentUpon>FrmFavGroup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\FrmCompare.resx">
|
|
<DependentUpon>FrmCompare.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\Fav\FrmFavFile.resx">
|
|
<DependentUpon>FrmFavFile.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\Fav\FrmFavView.resx">
|
|
<DependentUpon>FrmFavView.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\FrmFileBrowser.resx">
|
|
<DependentUpon>FrmFileBrowser.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\FrmFileBrowser_New.resx">
|
|
<DependentUpon>FrmFileBrowser_New.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\FrmFileEditor.resx">
|
|
<DependentUpon>FrmFileEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\FrmFileInfo.resx">
|
|
<DependentUpon>FrmFileInfo.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\FrmHistoryView.resx">
|
|
<DependentUpon>FrmHistoryView.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\FrmMainEditor.resx">
|
|
<DependentUpon>FrmMainEditor.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\FrmResultText.resx">
|
|
<DependentUpon>FrmResultText.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="SmartEditor\FrmSaveMsg.resx">
|
|
<DependentUpon>FrmSaveMsg.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="app.manifest" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\clock.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\deletehs.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\diff.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\gotonextmessage.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\gotopreviousmessage.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\linecolorhs.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\minus.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\ok.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\plus.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="项目1.ico" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |