<?xml version="1.0" encoding="utf-8"?>
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
|
<!--Project was exported from assembly: C:\Users\Administrator\Desktop\bin\UMCLib.dll-->
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{AA804FAB-0293-4EB3-BF43-8103F1CC93F5}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AssemblyName>UMCLib</AssemblyName>
|
<ApplicationVersion>1.1.0.0</ApplicationVersion>
|
<RootNamespace>Mytek.UMCLib</RootNamespace>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<OldToolsVersion>3.5</OldToolsVersion>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\Lib\</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="Newtonsoft.Json">
|
<HintPath>lib\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="BaseMessageData.cs" />
|
<Compile Include="EmailMessageData.cs" />
|
<Compile Include="MessageActor.cs" />
|
<Compile Include="MessageReceivers.cs" />
|
<Compile Include="AppMessageData.cs" />
|
<Compile Include="WxMessageData.cs" />
|
<Compile Include="IMessageCenter.cs" />
|
<Compile Include="WxPushMessageData.cs" />
|
<Compile Include="MerchantConfig.cs" />
|
<Compile Include="AssemblyInfo.cs" />
|
</ItemGroup>
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
</Project>
|