2015-10-02 16:29:09 -07:00
< ? xml version = "1.0" encoding = "utf-8" ? >
2016-12-25 17:15:40 -08:00
< Project ToolsVersion = "12.0" DefaultTargets = "Build" xmlns = "http://schemas.microsoft.com/developer/msbuild/2003" >
2015-10-02 16:29:09 -07:00
< PropertyGroup >
< Configuration Condition = " '$(Configuration)' == '' " > Debug < / Configuration >
< Platform Condition = " '$(Platform)' == '' " > x86 < / Platform >
< ProductVersion >
< / ProductVersion >
< SchemaVersion >
< / SchemaVersion >
< ProjectGuid > { F7EF5930 - B310 - 4697 - B522 - 2325 EAF247F2 } < / ProjectGuid >
< OutputType > WinExe < / OutputType >
< StartupObject > EventLogLoaderService . EventLogLoaderService < / StartupObject >
< RootNamespace > EventLogLoaderService < / RootNamespace >
< AssemblyName > EventLogLoaderService < / AssemblyName >
< FileAlignment > 512 < / FileAlignment >
< MyType > Console < / MyType >
2016-12-25 17:15:40 -08:00
< TargetFrameworkVersion > v4 . 6 < / TargetFrameworkVersion >
2016-12-25 14:23:08 -08:00
< IsWebBootstrapper > false < / IsWebBootstrapper >
< NuGetPackageImportStamp >
< / NuGetPackageImportStamp >
< TargetFrameworkProfile / >
2015-10-02 16:29:09 -07:00
< 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. % 2 a < / ApplicationVersion >
< UseApplicationTrust > false < / UseApplicationTrust >
< BootstrapperEnabled > true < / BootstrapperEnabled >
< / PropertyGroup >
< PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Debug|x86' " >
< PlatformTarget > AnyCPU < / PlatformTarget >
< DebugSymbols > true < / DebugSymbols >
< DebugType > full < / DebugType >
< DefineDebug > true < / DefineDebug >
< DefineTrace > true < / DefineTrace >
< OutputPath > bin \ Debug \ < / OutputPath >
< DocumentationFile > EventLogLoaderService . xml < / DocumentationFile >
< NoWarn > 42016 , 41999 , 42017 , 42018 , 42019 , 42032 , 42036 , 42020 , 42021 , 42022 < / NoWarn >
2016-12-25 14:23:08 -08:00
< Prefer32Bit > false < / Prefer32Bit >
2015-10-02 16:29:09 -07:00
< / PropertyGroup >
< PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Release|x86' " >
< PlatformTarget > x86 < / PlatformTarget >
< DebugType > pdbonly < / DebugType >
< DefineDebug > false < / DefineDebug >
< DefineTrace > true < / DefineTrace >
< Optimize > true < / Optimize >
< OutputPath > bin \ Release \ < / OutputPath >
< DocumentationFile > EventLogLoaderService . xml < / DocumentationFile >
< NoWarn > 42016 , 41999 , 42017 , 42018 , 42019 , 42032 , 42036 , 42020 , 42021 , 42022 < / NoWarn >
2016-12-25 14:23:08 -08:00
< Prefer32Bit > false < / Prefer32Bit >
2015-10-02 16:29:09 -07:00
< / PropertyGroup >
< PropertyGroup >
< OptionExplicit > On < / OptionExplicit >
< / PropertyGroup >
< PropertyGroup >
< OptionCompare > Binary < / OptionCompare >
< / PropertyGroup >
< PropertyGroup >
< OptionStrict > Off < / OptionStrict >
< / PropertyGroup >
< PropertyGroup >
< OptionInfer > On < / OptionInfer >
< / PropertyGroup >
< PropertyGroup >
< ApplicationManifest > My Project \ app . manifest < / ApplicationManifest >
< / PropertyGroup >
< ItemGroup >
2016-12-25 14:23:08 -08:00
< Reference Include = "Elasticsearch.Net, Version=5.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL" >
2017-04-15 15:05:06 -07:00
< HintPath > . . \ packages \ Elasticsearch . Net . 5.3 . 1 \ lib \ net46 \ Elasticsearch . Net . dll < / HintPath >
2016-12-25 14:23:08 -08:00
< / Reference >
< Reference Include = "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
2016-12-25 17:15:40 -08:00
< HintPath > . . \ packages \ EntityFramework . 6.1 . 3 \ lib \ net45 \ EntityFramework . dll < / HintPath >
2016-12-25 14:23:08 -08:00
< Private > True < / Private >
< / Reference >
< Reference Include = "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
2016-12-25 17:15:40 -08:00
< HintPath > . . \ packages \ EntityFramework . 6.1 . 3 \ lib \ net45 \ EntityFramework . SqlServer . dll < / HintPath >
2016-12-25 14:23:08 -08:00
< Private > True < / Private >
< / Reference >
< Reference Include = "MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
< HintPath > . . \ packages \ MySql . Data . 6.9 . 9 \ lib \ net45 \ MySql . Data . dll < / HintPath >
< Private > True < / Private >
< / Reference >
< Reference Include = "Nest, Version=5.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL" >
2017-04-15 15:05:06 -07:00
< HintPath > . . \ packages \ NEST . 5.3 . 1 \ lib \ net46 \ Nest . dll < / HintPath >
2015-10-02 16:29:09 -07:00
< / Reference >
2017-04-15 15:05:06 -07:00
< Reference Include = "Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
< HintPath > . . \ packages \ Newtonsoft . Json . 10.0 . 2 \ lib \ net45 \ Newtonsoft . Json . dll < / HintPath >
2016-12-23 15:13:30 -08:00
< / Reference >
2017-01-10 20:54:33 -08:00
< Reference Include = "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
2017-04-15 15:05:06 -07:00
< HintPath > . . \ packages \ NLog . 4.4 . 6 \ lib \ net45 \ NLog . dll < / HintPath >
2015-10-02 16:29:09 -07:00
< / Reference >
< Reference Include = "System" / >
2016-12-25 14:23:08 -08:00
< Reference Include = "System.ComponentModel.DataAnnotations" / >
2015-10-02 16:29:09 -07:00
< Reference Include = "System.Configuration.Install" / >
< Reference Include = "System.Data" / >
2017-04-15 15:05:06 -07:00
< Reference Include = "System.Data.SQLite, Version=1.0.105.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL" >
< HintPath > . . \ packages \ System . Data . SQLite . Core . 1.0 . 105.0 \ lib \ net46 \ System . Data . SQLite . dll < / HintPath >
2015-10-02 16:29:09 -07:00
< / Reference >
< Reference Include = "System.Deployment" / >
< Reference Include = "System.ServiceProcess" / >
< Reference Include = "System.Xml" / >
< / ItemGroup >
< ItemGroup >
< Import Include = "Microsoft.VisualBasic" / >
< Import Include = "System" / >
< Import Include = "System.Collections" / >
< Import Include = "System.Collections.Generic" / >
< Import Include = "System.Data" / >
< Import Include = "System.Diagnostics" / >
< / ItemGroup >
< ItemGroup >
2016-12-25 16:08:24 -08:00
< Compile Include = "EventLogProcessor.vb" / >
2016-12-25 13:12:43 -08:00
< Compile Include = "ConfigSettings.vb" / >
2015-10-02 16:29:09 -07:00
< Compile Include = "My Project\Application.Designer.vb" >
< AutoGen > True < / AutoGen >
< DependentUpon > Application . myapp < / DependentUpon >
< / Compile >
2016-12-25 13:12:43 -08:00
< Compile Include = "Parser.vb" / >
2015-10-02 16:29:09 -07:00
< Compile Include = "ProjectInstaller.Designer.vb" >
< DependentUpon > ProjectInstaller . vb < / DependentUpon >
< / Compile >
< Compile Include = "ProjectInstaller.vb" >
< SubType > Component < / SubType >
< / Compile >
< Compile Include = "Service1.vb" >
< SubType > Component < / SubType >
< / Compile >
< Compile Include = "Service1.Designer.vb" >
< DependentUpon > Service1 . vb < / DependentUpon >
< / Compile >
< Compile Include = "My Project\AssemblyInfo.vb" / >
< Compile Include = "My Project\Resources.Designer.vb" >
< AutoGen > True < / AutoGen >
< DesignTime > True < / DesignTime >
< DependentUpon > Resources . resx < / DependentUpon >
< / Compile >
< Compile Include = "My Project\Settings.Designer.vb" >
< AutoGen > True < / AutoGen >
< DependentUpon > Settings . settings < / DependentUpon >
< DesignTimeSharedInput > True < / DesignTimeSharedInput >
< / Compile >
< / ItemGroup >
< ItemGroup >
< EmbeddedResource Include = "My Project\Resources.resx" >
< Generator > VbMyResourcesResXFileCodeGenerator < / Generator >
< LastGenOutput > Resources . Designer . vb < / LastGenOutput >
< CustomToolNamespace > My . Resources < / CustomToolNamespace >
< SubType > Designer < / SubType >
< / EmbeddedResource >
< EmbeddedResource Include = "ProjectInstaller.resx" >
< DependentUpon > ProjectInstaller . vb < / DependentUpon >
< SubType > Designer < / SubType >
< / EmbeddedResource >
< / ItemGroup >
< ItemGroup >
< None Include = "app.config" / >
< None Include = "My Project\app.manifest" / >
< None Include = "My Project\Application.myapp" >
< Generator > MyApplicationCodeGenerator < / Generator >
< LastGenOutput > Application . Designer . vb < / LastGenOutput >
< / None >
< None Include = "My Project\Settings.settings" >
< Generator > SettingsSingleFileGenerator < / Generator >
< CustomToolNamespace > My < / CustomToolNamespace >
< LastGenOutput > Settings . Designer . vb < / LastGenOutput >
< / None >
< None Include = "Nlog.config" >
< CopyToOutputDirectory > Always < / CopyToOutputDirectory >
< / None >
2017-01-10 20:54:33 -08:00
< None Include = "packages.config" >
< SubType > Designer < / SubType >
< / None >
2015-10-02 16:29:09 -07:00
< / 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 >
< Import Project = "$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" / >
2017-04-15 15:05:06 -07:00
< Import Project = "..\packages\System.Data.SQLite.Core.1.0.105.0\build\net46\System.Data.SQLite.Core.targets" Condition = "Exists('..\packages\System.Data.SQLite.Core.1.0.105.0\build\net46\System.Data.SQLite.Core.targets')" / >
2015-10-02 16:29:09 -07:00
< Target Name = "EnsureNuGetPackageBuildImports" BeforeTargets = "PrepareForBuild" >
< PropertyGroup >
2016-12-25 14:23:08 -08:00
< ErrorText > This project references NuGet package ( s ) that are missing on this computer . Use NuGet Package Restore to download them . For more information , see http : //go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
2015-10-02 16:29:09 -07:00
< / PropertyGroup >
2017-04-15 15:05:06 -07:00
< Error Condition = "!Exists('..\packages\System.Data.SQLite.Core.1.0.105.0\build\net46\System.Data.SQLite.Core.targets')" Text = "$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.105.0\build\net46\System.Data.SQLite.Core.targets'))" / >
2015-10-02 16:29:09 -07:00
< / Target >
< ! - - 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 >