4796 2023. 03. 31 12:35:00 Leventusz19 Átvágás (75 pont) csharp Forditási hiba
<?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>{5C2AB49F-359F-4413-ABF8-05E1D115E1D8}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>Parti</RootNamespace>
    <AssemblyName>Parti</AssemblyName>
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
    <Deterministic>true</Deterministic>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <PlatformTarget>AnyCPU</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <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.Net.Http" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="App.config" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Forditási hiba
exit status 1
Compilation failed: 11 error(s), 0 warnings
main.cs(1,0): error CS1525: Unexpected symbol `<'
main.cs(3,44): error CS1009: Unrecognized escape sequence `\$'
main.cs(3,67): error CS1009: Unrecognized escape sequence `\M'
main.cs(3,135): error CS1009: Unrecognized escape sequence `\$'
main.cs(3,158): error CS1009: Unrecognized escape sequence `\M'
main.cs(21,17): error CS1009: Unrecognized escape sequence `\D'
main.cs(21,17): error CS1009: Unrecognized escape sequence `\D'
main.cs(30,17): error CS1009: Unrecognized escape sequence `\R'
main.cs(30,17): error CS1009: Unrecognized escape sequence `\R'
main.cs(47,33): error CS1009: Unrecognized escape sequence `\A'
main.cs(52,39): error CS1009: Unrecognized escape sequence `\M'
Exited with error status 1