1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{298D7747-9F1C-4BCC-84F6-4EAB411B6183}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >PatternScanBench</RootNamespace >
10+ <AssemblyName >PatternScanBench</AssemblyName >
11+ <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <Deterministic >true</Deterministic >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
17+ <DebugSymbols >true</DebugSymbols >
18+ <OutputPath >bin\x64\Debug\</OutputPath >
19+ <DefineConstants >DEBUG;TRACE</DefineConstants >
20+ <DebugType >full</DebugType >
21+ <PlatformTarget >x64</PlatformTarget >
22+ <ErrorReport >prompt</ErrorReport >
23+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
24+ <Prefer32Bit >true</Prefer32Bit >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
27+ <OutputPath >bin\x64\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <Optimize >true</Optimize >
30+ <DebugType >pdbonly</DebugType >
31+ <PlatformTarget >x64</PlatformTarget >
32+ <ErrorReport >prompt</ErrorReport >
33+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
34+ <Prefer32Bit >true</Prefer32Bit >
35+ </PropertyGroup >
36+ <PropertyGroup />
37+ <ItemGroup >
38+ <Reference Include =" System" />
39+ <Reference Include =" System.Core" />
40+ <Reference Include =" System.Xml.Linq" />
41+ <Reference Include =" System.Data.DataSetExtensions" />
42+ <Reference Include =" Microsoft.CSharp" />
43+ <Reference Include =" System.Data" />
44+ <Reference Include =" System.Net.Http" />
45+ <Reference Include =" System.Xml" />
46+ </ItemGroup >
47+ <ItemGroup >
48+ <Compile Include =" Implementations\PatternScanNaiveFor.cs" />
49+ <Compile Include =" Implementations\PatternScanNaiveLINQ.cs" />
50+ <Compile Include =" Implementations\PatternScanBoyerMooreHorspool.cs" />
51+ <Compile Include =" Implementations\PatternScanTemplate.cs" />
52+ <Compile Include =" Program.cs" />
53+ <Compile Include =" Properties\AssemblyInfo.cs" />
54+ </ItemGroup >
55+ <ItemGroup >
56+ <None Include =" App.config" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Folder Include =" Memorydump\" />
60+ </ItemGroup >
61+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62+ </Project >
0 commit comments