-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
9,021 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,213 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>9.0.30729</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{343E9A1B-9868-453C-AE3B-A7F63ABA5A8B}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>FindFilesPlugin</RootNamespace> | ||
<AssemblyName>FindFiles</AssemblyName> | ||
<StartupObject> | ||
</StartupObject> | ||
<FileUpgradeFlags> | ||
</FileUpgradeFlags> | ||
<OldToolsVersion>3.5</OldToolsVersion> | ||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
<UpgradeBackupLocation> | ||
</UpgradeBackupLocation> | ||
<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> | ||
<IsWebBootstrapper>false</IsWebBootstrapper> | ||
<UseApplicationTrust>false</UseApplicationTrust> | ||
<BootstrapperEnabled>true</BootstrapperEnabled> | ||
<TargetFrameworkProfile /> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>..\..\FlashDevelop\FlashDevelop\Bin\Debug\Plugins\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<Optimize>true</Optimize> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
<PlatformTarget>x86</PlatformTarget> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<Optimize>true</Optimize> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</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> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Deployment" /> | ||
<Reference Include="System.Design" /> | ||
<Reference Include="System.DirectoryServices" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Windows.Forms" /> | ||
<Reference Include="System.XML" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Properties\Resources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
<Compile Include="Source\ControlClickManager.cs" /> | ||
<Compile Include="Forms\FindFilesForm.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="Forms\FindFilesForm.Designer.cs"> | ||
<DependentUpon>FindFilesForm.cs</DependentUpon> | ||
</Compile> | ||
<Compile Include="Source\PluginMain.cs" /> | ||
<Compile Include="Forms\QuickOutlineForm.cs"> | ||
<SubType>Form</SubType> | ||
</Compile> | ||
<Compile Include="Forms\QuickOutlineForm.Designer.cs"> | ||
<DependentUpon>QuickOutlineForm.cs</DependentUpon> | ||
</Compile> | ||
<Compile Include="Source\HiPerfTimer.cs" /> | ||
<Compile Include="Source\SearchManager.cs" /> | ||
<Compile Include="Source\Settings.cs" /> | ||
<Compile Include="SimMetrics\BaseClasses\Abstract\AbstractAffineGapCost.cs" /> | ||
<Compile Include="SimMetrics\BaseClasses\Abstract\AbstractStringMetric.cs" /> | ||
<Compile Include="SimMetrics\BaseClasses\Abstract\AbstractSubstitutionCost.cs" /> | ||
<Compile Include="SimMetrics\BaseClasses\Abstract\AbstractTokeniserQGramN.cs" /> | ||
<Compile Include="SimMetrics\BaseClasses\Interfaces\IAffineGapCost.cs" /> | ||
<Compile Include="SimMetrics\BaseClasses\Interfaces\IStringMetric.cs" /> | ||
<Compile Include="SimMetrics\BaseClasses\Interfaces\ISubstitutionCost.cs" /> | ||
<Compile Include="SimMetrics\BaseClasses\Interfaces\ITermHandler.cs" /> | ||
<Compile Include="SimMetrics\BaseClasses\Interfaces\ITokeniser.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\edit distance\Levenstein.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\edit distance\NeedlemanWunch.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\edit distance\SmithWaterman.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\edit distance\SmithWatermanGotoh.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\edit distance\SmithWatermanGotohWindowedAffine.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\jaro and jaroWinkler\Jaro.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\jaro and jaroWinkler\JaroWinkler.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\length based\ChapmanLengthDeviation.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\length based\ChapmanMeanLength.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\QGram\QGramsDistance.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\token based\BlockDistance.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\token based\CosineSimilarity.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\token based\DiceSimilarity.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\token based\EuclideanDistance.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\token based\JaccardSimilarity.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\token based\MatchingCoefficient.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\token based\MongeElkan.cs" /> | ||
<Compile Include="SimMetrics\SimilarityClasses\token based\OverlapCoefficient.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\costfunctions\AffineGapRange1To0Multiplier1Over3.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\costfunctions\AffineGapRange5To0Multiplier1.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\costfunctions\SubCostRange0To1.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\costfunctions\SubCostRange1ToMinus2.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\costfunctions\SubCostRange5ToMinus3.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\MathFuncs.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserQGram2.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserQGram2Extended.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserQGram3.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserQGram3Extended.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserSGram2.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserSGram2Extended.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserSGram3.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserSGram3Extended.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserUtilities.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Tokenisers\TokeniserWhitespace.cs" /> | ||
<Compile Include="SimMetrics\UtilityClasses\Wordhandlers\DummyStopTermHandler.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\FD GitHub\FlashDevelop\FlashDevelop.csproj"> | ||
<Project>{EFD07485-9A64-4EEC-94E7-ACBD4DA5CA93}</Project> | ||
<Name>FlashDevelop</Name> | ||
<Private>False</Private> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\FD GitHub\PluginCore\PluginCore.csproj"> | ||
<Project>{61885F70-B4DC-4B44-852D-5D6D03F2A734}</Project> | ||
<Name>PluginCore</Name> | ||
<Private>False</Private> | ||
</ProjectReference> | ||
<ProjectReference Include="..\..\FD GitHub\External\Plugins\ASCompletion\ASCompletion.csproj"> | ||
<Project>{4EBF2653-9654-4E40-880E-0046B3D6210E}</Project> | ||
<Name>ASCompletion</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Include="Forms\FindFilesForm.resx"> | ||
<DependentUpon>FindFilesForm.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="Forms\QuickOutlineForm.resx"> | ||
<DependentUpon>QuickOutlineForm.cs</DependentUpon> | ||
</EmbeddedResource> | ||
<EmbeddedResource Include="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<PostBuildEvent>copy "$(ProjectDir)bin\$(ConfigurationName)\FindFiles.dll" "$(SolutionDir)\FlashDevelop\Bin\Debug\Plugins" | ||
</PostBuildEvent> | ||
<PreBuildEvent> | ||
</PreBuildEvent> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="app.config" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1 Client Profile</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 Installer 3.1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
<StartAction>Program</StartAction> | ||
<StartProgram>C:\Users\sbatista\Dropbox\Work\Utilities\C#\FlashDevelop Plugins\FD4\FlashDevelop\Bin\Debug\FlashDevelop.exe</StartProgram> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
<StartAction>Program</StartAction> | ||
<StartProgram>C:\Users\sbatista\Dropbox\Work\Utilities\C#\FlashDevelop Plugins\FD4\FlashDevelop\Bin\Debug\FlashDevelop.exe</StartProgram> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<PublishUrlHistory /> | ||
<InstallUrlHistory /> | ||
<SupportUrlHistory /> | ||
<UpdateUrlHistory /> | ||
<BootstrapperUrlHistory /> | ||
<ErrorReportUrlHistory /> | ||
<FallbackCulture>en-US</FallbackCulture> | ||
<VerifyUploadedFiles>false</VerifyUploadedFiles> | ||
</PropertyGroup> | ||
</Project> |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.