1
0
mirror of https://github.com/salexdv/SMSCenter.git synced 2026-04-24 20:33:45 +02:00
Files
2015-08-12 11:16:37 +03:00

82 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{A246960D-5EB0-4E96-A601-D578C95743FD}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SMSCenter</RootNamespace>
<AssemblyName>SMPPClient</AssemblyName>
<TargetFrameworkProfile />
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<NoWin32Manifest>False</NoWin32Manifest>
</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>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Delegates.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SMPPClient.cs" />
<Compile Include="SMSC.cs" />
<Compile Include="StateObject.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KernelParameters\KernelParameters.csproj">
<Project>{18E1C3BC-89C5-4B41-8AA6-388B631EFB79}</Project>
<Name>KernelParameters</Name>
</ProjectReference>
<ProjectReference Include="..\Notification\Custom.csproj">
<Project>{C23D0280-43DD-4BD8-B303-9286630B061C}</Project>
<Name>Custom</Name>
</ProjectReference>
<ProjectReference Include="..\SQLConnector\SQLConnector.csproj">
<Project>{971FE77B-6B40-4EBC-98C4-97AA736F4AAC}</Project>
<Name>SQLConnector</Name>
</ProjectReference>
<ProjectReference Include="..\Tools\Tools.csproj">
<Project>{A83124D5-98F9-41F4-8965-B4A7F4CDFD20}</Project>
<Name>Tools</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- 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>