/
AstroJohn
/
MailRobot
Обзор
Документация
Войти
/
AstroJohn
/
MailRobot
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
LogProcessingGate/LogProcessingGate.csproj
122 строки
6 KB
AstroJohn
вайт найт
29 май 2026, 11:11
29 май 2026, 11:11
820ec2f
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" /> <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>{2D12F2A8-DB6F-4A3D-8C11-C93F781CF29F}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>LogProcessingGate</RootNamespace> <AssemblyName>LogProcessingGate</AssemblyName> <TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <Deterministic>true</Deterministic> <NuGetPackageImportStamp> </NuGetPackageImportStamp> <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"> <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath> </Reference> <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> <HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.Core" /> <Reference Include="System.ServiceProcess" /> <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="ContestProcessorSelectorBase.cs" /> <Compile Include="LogParsingGate.cs" /> <Compile Include="LogScoringGate.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="UbnSavingGate.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Common\Common.csproj"> <Project>{21df3473-d7ac-4ad0-a837-3c8a728aa8e8}</Project> <Name>Common</Name> </ProjectReference> <ProjectReference Include="..\CsConfig\CsConfig.csproj"> <Project>{3649855E-F7D6-457C-BC4C-F824EE468462}</Project> <Name>CsConfig</Name> </ProjectReference> <ProjectReference Include="..\CsHelpers\CsHelpers.csproj"> <Project>{ff6d4551-b0d9-4daf-8a38-53999cf0fb3d}</Project> <Name>CsHelpers</Name> </ProjectReference> <ProjectReference Include="..\CsParser\CsParser.csproj"> <Project>{FA708352-7571-48C1-A27C-FF6492E272CD}</Project> <Name>CsParser</Name> </ProjectReference> <ProjectReference Include="..\CsUbnSaver\CsUbnSaver.csproj"> <Project>{9DFDC27B-0C63-4B1E-997F-B2FAE1AFD96E}</Project> <Name>CsUbnSaver</Name> </ProjectReference> <ProjectReference Include="..\DbContext\DbContext.csproj"> <Project>{46648e4c-d8b3-4895-a10c-2f215554e37c}</Project> <Name>DbContext</Name> </ProjectReference> <ProjectReference Include="..\FTPClient\FtpClient.vbproj"> <Project>{D476FE35-4F5D-41BE-843C-47A67D1686B8}</Project> <Name>FtpClient</Name> </ProjectReference> <ProjectReference Include="..\LogProcessingModels\LogProcessingModels.csproj"> <Project>{1ABF1CB7-97A1-4399-B46A-9A95AA66FF53}</Project> <Name>LogProcessingModels</Name> </ProjectReference> <ProjectReference Include="..\LogScoring\LogScoring.csproj"> <Project>{9b61481c-3c7f-4748-b979-e2bbeb4d7cb9}</Project> <Name>LogScoring</Name> </ProjectReference> <ProjectReference Include="..\ResolvePrefix\ResolvePrefix.csproj"> <Project>{c602b898-b6b3-43e6-8a97-1e6d7f447a92}</Project> <Name>ResolvePrefix</Name> </ProjectReference> </ItemGroup> <ItemGroup> <None Include="App.config" /> <None Include="packages.config" /> </ItemGroup> <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup> <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> </PropertyGroup> <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" /> <Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" /> </Target> <Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" /> </Project>