TLSharp/TeleSharp.TL/TeleSharp.TL.csproj

86 lines
3.4 KiB
XML
Raw Normal View History

2016-09-24 15:38:26 +02:00
<?xml version="1.0" encoding="utf-8"?>
2020-01-08 13:05:58 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2016-09-24 15:38:26 +02:00
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D6144517-91D2-4880-86DF-E9FF5D7F383A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TeleSharp.TL</RootNamespace>
<AssemblyName>TeleSharp.TL</AssemblyName>
2020-01-08 13:05:58 +01:00
<TargetFrameworks>netstandard2.0</TargetFrameworks>
2016-09-24 15:38:26 +02:00
<FileAlignment>512</FileAlignment>
2020-01-08 13:05:58 +01:00
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
2016-09-24 15:38:26 +02:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<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' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
2020-01-08 13:05:58 +01:00
<PackageReference Include="BigMathNetStandard" Version="1.0.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
2016-09-24 15:38:26 +02:00
<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>
2020-01-08 13:05:58 +01:00
<ItemGroup>
<_UnmanagedRegistrationCache Remove="obj\TeleSharp.TL.csproj.UnmanagedRegistration.cache" />
</ItemGroup>
<ItemGroup>
<_ResolveComReferenceCache Remove="obj\Debug\netstandard2.0\TeleSharp.TL.csproj.ResolveComReference.cache" />
</ItemGroup>
<ItemGroup>
<IntermediateAssembly Remove="obj\Debug\netstandard2.0\TeleSharp.TL.dll" />
</ItemGroup>
<ItemGroup>
<_DebugSymbolsIntermediatePath Remove="obj\Debug\netstandard2.0\TeleSharp.TL.pdb" />
</ItemGroup>
<ItemGroup>
<_DeploymentManifestEntryPoint Remove="obj\Debug\netstandard2.0\TeleSharp.TL.dll" />
</ItemGroup>
2016-09-24 15:38:26 +02:00
<ItemGroup>
2020-01-08 13:05:58 +01:00
<ApplicationManifest Remove="obj\Debug\netstandard2.0\Native.TeleSharp.TL.manifest" />
2016-09-24 15:38:26 +02:00
</ItemGroup>
2020-01-08 13:05:58 +01:00
2016-09-24 15:38:26 +02:00
<ItemGroup>
2020-01-08 13:05:58 +01:00
<DeployManifest Remove="obj\Debug\netstandard2.0\TeleSharp.TL.application" />
2016-09-24 15:38:26 +02:00
</ItemGroup>
2020-01-08 13:05:58 +01:00
2016-09-24 15:38:26 +02:00
<!-- 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>