/
AstroJohn
/
MailRobot
Обзор
Документация
Войти
/
AstroJohn
/
MailRobot
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
LogProcessingModels/LogProcessingModels.csproj
115 строк
5 KB
AstroJohn
GetOblast GetTeam
11 апр 2026, 17:23
11 апр 2026, 17:23
8cd6106
Код
Авторство
О чём код?
<?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>{1ABF1CB7-97A1-4399-B46A-9A95AA66FF53}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>LogProcessingModels</RootNamespace> <AssemblyName>LogProcessingModels</AssemblyName> <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <Deterministic>true</Deterministic> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>d:\Radio\MailRobot\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> <LangVersion>latest</LangVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> <OutputPath>d:\Radio\MailRobot\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> <LangVersion>latest</LangVersion> </PropertyGroup> <ItemGroup> <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\Radio\MailRobot\EntityFramework.dll</HintPath> </Reference> <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\..\Radio\MailRobot\EntityFramework.SqlServer.dll</HintPath> </Reference> <Reference Include="MySql.Data"> <HintPath>..\SharedDll\Dll\MySql.Data.dll</HintPath> </Reference> <Reference Include="Parse.Net"> <HintPath>..\SharedDll\Dll\Parse.Net.dll</HintPath> </Reference> <Reference Include="POP3.Net"> <HintPath>..\SharedDll\Dll\POP3.Net.dll</HintPath> </Reference> <Reference Include="SMTP.Net"> <HintPath>..\SharedDll\Dll\SMTP.Net.dll</HintPath> </Reference> <Reference Include="SSL.Net"> <HintPath>..\SharedDll\Dll\SSL.Net.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Configuration\clsChecker_Parameters.cs" /> <Compile Include="Configuration\clsFTP_Parameters.cs" /> <Compile Include="Configuration\clsMSSQL_Parameters.cs" /> <Compile Include="Configuration\clsMySQL_Parameters.cs" /> <Compile Include="Configuration\clsPOP3_Parameters.cs" /> <Compile Include="Configuration\clsSMTP_Parameters.cs" /> <Compile Include="Parsing\IParser.cs" /> <Compile Include="PrefixResolving\DxccEntity.cs" /> <Compile Include="PrefixResolving\DxccPrefix.cs" /> <Compile Include="PrefixResolving\IPrefixResolver.cs" /> <Compile Include="PrefixResolving\TeamEntity.cs" /> <Compile Include="PrefixResolving\OblastEntity.cs" /> <Compile Include="PrefixResolving\OblastPrefix.cs" /> <Compile Include="Scoring\ILogScoring.cs" /> <Compile Include="Scoring\Log.cs" /> <Compile Include="UbnSaving\IUbnSaver.cs" /> <Compile Include="Parsing\ErmakTag.cs" /> <Compile Include="Parsing\LogParseResult.cs" /> <Compile Include="Parsing\ParsedHeader.cs" /> <Compile Include="Parsing\ParsedLog.cs" /> <Compile Include="Parsing\ParsedQso.cs" /> <Compile Include="Parsing\ParseResult.cs" /> <Compile Include="Parsing\ParserParameters.cs" /> <Compile Include="Parsing\Common.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="UbnSaving\FtpParameters.cs" /> <Compile Include="UbnSaving\MapData.cs" /> <Compile Include="UbnSaving\UbnReport.cs" /> <Compile Include="UbnSaving\UbnResult.cs" /> <Compile Include="UbnSaving\UbnSavingParameters.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Common\Common.csproj"> <Project>{21DF3473-D7AC-4AD0-A837-3C8A728AA8E8}</Project> <Name>Common</Name> </ProjectReference> <ProjectReference Include="..\DbContext\DbContext.csproj"> <Project>{46648e4c-d8b3-4895-a10c-2f215554e37c}</Project> <Name>DbContext</Name> </ProjectReference> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>