spc-kiosk-pb/Kiosk/Payments/SPC.Kiosk.Payments/SPC.Kiosk.Payments.csproj

84 lines
3.6 KiB
XML
Raw Normal View History

2019-06-16 05:12:09 +00:00
<?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>{36FE9011-B9BC-4348-B9C1-1C063DBFA926}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>SPC.Kiosk.Payments</RootNamespace>
<AssemblyName>SPC.Kiosk.Payments</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\..\BIN\</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>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="Cosmos.BaseFrame">
<HintPath>..\..\BIN\Cosmos.BaseFrame.dll</HintPath>
</Reference>
<Reference Include="Cosmos.Common">
<HintPath>..\..\BIN\Cosmos.Common.dll</HintPath>
</Reference>
<Reference Include="Cosmos.CommonManager">
<HintPath>..\..\BIN\Cosmos.CommonManager.dll</HintPath>
</Reference>
<Reference Include="Cosmos.ServiceProvider">
<HintPath>..\..\BIN\Cosmos.ServiceProvider.dll</HintPath>
</Reference>
<Reference Include="Cosmos.UserFrame">
<HintPath>..\..\BIN\Cosmos.UserFrame.dll</HintPath>
</Reference>
<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.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="posMobileHappyCoupon.cs" />
<Compile Include="posLastPayments.cs" />
<Compile Include="posPaymentsCancel.cs" />
<Compile Include="posMobileCompanyDiscount.cs" />
<Compile Include="posOkCashBag.cs" />
<Compile Include="posHappyPoint.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Common\SPC.Kiosk.Common\SPC.Kiosk.Common.csproj">
<Project>{ba2d06e0-74c0-4785-b39f-d1eaac13b73d}</Project>
<Name>SPC.Kiosk.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\Popup\SPC.Kiosk.Popup.Model\SPC.Kiosk.Popup.Model.csproj">
<Project>{be7fc15c-325b-4ad4-8ea0-a8244193e431}</Project>
<Name>SPC.Kiosk.Popup.Model</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>