/
AstroJohn
/
MailRobot
Обзор
Документация
Войти
/
AstroJohn
/
MailRobot
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CsParser/CsParser.csproj
75 строк
3 KB
AstroJohn
ff
25 янв 2025, 16:20
25 янв 2025, 16:20
abe689f
Код
Авторство
О чём код?
<?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>{FA708352-7571-48C1-A27C-FF6492E272CD}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>CsParser</RootNamespace> <AssemblyName>CsParser</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" /> <Reference Include="System" /> <Reference Include="System.Core" /> <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="VhfErmakParserStandard.cs" /> <Compile Include="EdiParserStandard.cs" /> <Compile Include="EdiParser.cs" /> <Compile Include="ErmakParser.cs" /> <Compile Include="ParserBase.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Common\Common.csproj"> <Project>{21DF3473-D7AC-4AD0-A837-3C8A728AA8E8}</Project> <Name>Common</Name> </ProjectReference> <ProjectReference Include="..\CsHelpers\CsHelpers.csproj"> <Project>{ff6d4551-b0d9-4daf-8a38-53999cf0fb3d}</Project> <Name>CsHelpers</Name> </ProjectReference> <ProjectReference Include="..\DbContext\DbContext.csproj"> <Project>{46648E4C-D8B3-4895-A10C-2F215554E37C}</Project> <Name>DbContext</Name> </ProjectReference> <ProjectReference Include="..\LogProcessingModels\LogProcessingModels.csproj"> <Project>{1ABF1CB7-97A1-4399-B46A-9A95AA66FF53}</Project> <Name>LogProcessingModels</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>